summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* - 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
* towards 1.6b1Fredrik Lundh2000-06-292-22/+44
* Improve explanation of how to build the pyexpat module.Fred Drake2000-06-291-3/+9
* Jack Jansen: Use include "" instead of <>; and staticforward declarationsGuido van Rossum2000-06-291-3/+3
* Trent Mick:Guido van Rossum2000-06-281-2/+2
* Trent Mick:Guido van Rossum2000-06-281-8/+7
* Trent Mick: use size_t instead of int where appropriate (time_strftime()).Guido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (set_key()).Guido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (call_readline()).Guido van Rossum2000-06-281-1/+1
* Trent Mick: use size_t instead of int where appropriate (mpz_format()).Guido van Rossum2000-06-281-1/+1
* Trent Mick: use size_t instead of int where appropriate (various spots).Guido van Rossum2000-06-281-9/+9
* Trent Mick: use size_t instead of int where appropriate (inGuido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (in strxfrm(),Guido van Rossum2000-06-281-1/+1
* Trent Mick:Guido van Rossum2000-06-281-3/+7
* Jack Jansen: Mac Carbon: don't include sys/types if we don't have itGuido van Rossum2000-06-281-0/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-10/+95
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-281-0/+64
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+12212
* Fixes for compiling on Tru64.Andrew M. Kuchling2000-06-271-8/+13
* Fix two typos (, instead of ;)Andrew M. Kuchling2000-06-271-3/+2
* Added support for mouse functions: mousemask(), mouseinterval(),Andrew M. Kuchling2000-06-271-0/+130
* Added support for passing Unicode strings to Expat handlers by default.Andrew M. Kuchling2000-06-271-485/+663
* Release the global interpreter lock around the most importantAndrew M. Kuchling2000-06-231-12/+45
* Added .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+19
* Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.Fred Drake2000-06-191-1/+1
* Patch from Michael Hudson to fix flatten recursive data structures:Andrew M. Kuchling2000-06-191-5/+8
* Patch from Lorenzo M. Catucci:Andrew M. Kuchling2000-06-181-0/+5
* Patch from /F:Andrew M. Kuchling2000-06-181-0/+100
* Support resizing the mapping depending on whether HAVE_MREMAP is definedAndrew M. Kuchling2000-06-181-4/+6
* Patch from Trent Mick:Andrew M. Kuchling2000-06-181-34/+105
* Removed MS_INVALIDATE flagsAndrew M. Kuchling2000-06-181-2/+2