summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Remove warning about local variable possibly being using uninitialized;Fred Drake2000-07-041-1/+1
* Fixes for compilation problems on Tru64 reported by Mark FavasAndrew M. Kuchling2000-07-041-16/+16
* Fixed symbol search for defining NSIG. It now also checks _NSIGMarc-André Lemburg2000-07-041-5/+9
* Typo repair in docstring -- my fault.Tim Peters2000-07-031-1/+1
* Mac only: two epoch problem workarounds are no longer needed for GUSIJack Jansen2000-07-031-2/+2
* - fixed grouping error bugFredrik Lundh2000-07-032-16/+36
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-032-63/+86
* ANSI-fication, remove Py_PROTO, etc.Fred Drake2000-07-031-84/+74
* Andrew Kuchling <akuchlin@mems-exchange.org>:Fred Drake2000-07-031-1/+1
* - experimental: added two new attributes to the match object:Fredrik Lundh2000-07-022-12/+29
* Repair docs for math.frexp (they were wrong).Tim Peters2000-07-021-1/+3
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-023-19/+44
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-022-35/+66
* - fixed "{ in any other context" bugFredrik Lundh2000-07-011-1/+4
* today's SRE update:Fredrik Lundh2000-07-011-4/+11
* Restore strict checking of socket address values; addresses passed toFred Drake2000-07-011-15/+21
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+3
* clean up warnings in Win32 build of mmapmodule.cGuido van Rossum2000-07-011-6/+6
* In b_setitem(), instead of the platform dependent CHAR_MIN andGuido van Rossum2000-07-011-2/+2
* Change copyright notice.Guido van Rossum2000-07-011-26/+6
* Change copyright notice - 2nd try.Guido van Rossum2000-06-3045-270/+0
* Change copyright notice.Guido van Rossum2000-06-3050-1094/+344
* Fix another error on AIX by using a proper cast.Guido van Rossum2000-06-301-2/+2
* Crude way to fix a problem on AIX: #undef STAT before defining it.Guido van Rossum2000-06-301-0/+1
* -- changed $ to match before a trailing newline, evenFredrik Lundh2000-06-301-1/+3
* Setup.thread.in was misnamed so it has been replaced byBarry Warsaw2000-06-301-5/+4
* Add Setup.configBarry Warsaw2000-06-301-0/+1
* Removed the comment about the thread module.Barry Warsaw2000-06-301-2/+0
* Setup.thread => Setup.configBarry Warsaw2000-06-301-2/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-303-10/+10
* the mad patcher strikes again:Fredrik Lundh2000-06-301-25/+24
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-302-29/+53
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-301-18/+23
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-304-1/+684
* Add a comment about needing to change a #include if using a version ofFred Drake2000-06-301-0/+1
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-13/+46
* Patch by Nadav Horesh to make acosh and asinh better.Guido van Rossum2000-06-301-7/+12
* - fixed split behaviour on empty matchesFredrik Lundh2000-06-301-3/+3
* still trying to figure out how to fix the remainingFredrik Lundh2000-06-291-12/+78
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-291-4/+11
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-291-67/+102
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-291-5/+6
* - fixed another split problemFredrik Lundh2000-06-292-8/+18
* - fixed splitFredrik Lundh2000-06-292-29/+38
* Updated the comment in this file to reflect the new defaults. ThreadsBarry Warsaw2000-06-291-3/+4
* pyexpat notes: add the name of the archive to the ar commandJeremy Hylton2000-06-291-1/+1
* - renamed "tolower" hook (it happened to work withFredrik Lundh2000-06-292-20/+20
* - last patch broke parse_template; fixed by changing someFredrik Lundh2000-06-291-87/+141
* - removed "alpha only" licensing restrictionFredrik Lundh2000-06-291-10/+1
* towards 1.6b1Fredrik Lundh2000-06-291-248/+386