summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove erroneous period.Michael W. Hudson2003-02-101-1/+1
* Update advice about __module__ and __name__ and tp_name wrt. new types.Michael W. Hudson2003-02-101-14/+18
* A typo, and desist from inaccurately describing some things as lists.Michael W. Hudson2003-02-101-5/+5
* Add a few tests to test_count() to increase coverage inWalter Dörwald2003-02-101-0/+6
* Fix copy&paste error: call title instead of countWalter Dörwald2003-02-101-1/+1
* Change filtertuple() to use tp_as_sequence->sq_itemWalter Dörwald2003-02-102-3/+7
* Punctuation fixes in docstrings.Jack Jansen2003-02-101-3/+3
* Fold long lines.Guido van Rossum2003-02-101-4/+7
* Added docstrings.Jack Jansen2003-02-101-6/+130
* Add Neil's suggestions for avoiding this warningAndrew M. Kuchling2003-02-101-2/+10
* Squashed compiler wng about signed/unsigned clash in comparison.Tim Peters2003-02-101-1/+1
* - Better exception when the database isn't found.Jack Jansen2003-02-101-1/+3
* Pick up Makefile variable BASECFLAGS too. This is needed since OPT wasJack Jansen2003-02-101-2/+4
* Use MD5 checksums to check archive integrity and forestall downloads.Jack Jansen2003-02-101-11/+38
* Change filterstring() and filterunicode(): If theWalter Dörwald2003-02-102-56/+75
* Added preInstall and postInstall commands to packages. PIL needs thisJack Jansen2003-02-101-1/+17
* mention unicode file name support on OSXJust van Rossum2003-02-101-0/+4
* mention unicode support in compile, eval and execJust van Rossum2003-02-101-0/+3
* My previous checkin caused compile() to no longer accept buffers, as notedJust van Rossum2003-02-101-5/+7
* patch #683515: "Add unicode support to compile(), eval() and exec"Just van Rossum2003-02-105-9/+61
* Fix memory leak of newstr when putenv() failsNeal Norwitz2003-02-101-0/+1
* Fix SF bug #683467, 'int' ability to generate longs not inheritedNeal Norwitz2003-02-103-2/+27
* Add tests and news entry about parser errors from bug #678518.Neal Norwitz2003-02-102-0/+19
* Alphabetize some namesNeal Norwitz2003-02-101-2/+3
* Remove duplicate code introduced by fixing bug #678518Neal Norwitz2003-02-101-3/+0
* Fix two refcounting bugsWalter Dörwald2003-02-091-2/+4
* Strawman for a Package Install Manager for Python. It isn't CPAN yet, but atJack Jansen2003-02-091-0/+499
* patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bomJust van Rossum2003-02-092-2/+6
* Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion.Guido van Rossum2003-02-091-17/+17
* Remove unused variable.Guido van Rossum2003-02-092-2/+1
* C Code:Raymond Hettinger2003-02-094-199/+360
* SF patch #683187, fix universal newline problems on errorNeal Norwitz2003-02-091-1/+4
* Apply logistix's patch fromMichael W. Hudson2003-02-081-3/+43
* The Python implementation of datetime was changed in ways that no longerTim Peters2003-02-081-31/+10
* timedelta comparison and datetime addition: as the Python implementationTim Peters2003-02-081-4/+4
* Fix compatibility for earlier versions of Python (than 2.3), whichBarry Warsaw2003-02-082-5/+15
* Comparison for timedelta, time, date and datetime objects: __eq__ andTim Peters2003-02-074-58/+155
* Merge the test part of the below checkin to the sandbox and Zope3, soGuido van Rossum2003-02-071-0/+8
* Reserve a range for Zope, not specifically for Zope 3.Guido van Rossum2003-02-071-1/+1
* Fix SF bug #642168, help() fails for some builtin topicsNeal Norwitz2003-02-071-2/+2
* Update URLAndrew M. Kuchling2003-02-071-1/+1
* SF patch #682514, mmapmodule.c write fix for LP64 executablesNeal Norwitz2003-02-071-1/+1
* Somehow, copy() of a classic class object was handledGuido van Rossum2003-02-072-1/+2
* Add support for copy_reg.dispatch_table.Guido van Rossum2003-02-072-48/+77
* Made AskFile* dialogs movable-modal by default, by providing a dummyJack Jansen2003-02-071-10/+26
* Add __getnewargs__ method to classes that need it.Guido van Rossum2003-02-071-0/+4
* - make some links into the reference documentation relative forFred Drake2003-02-071-30/+32
* * Eliminated tuple re-use in imap(). Doing it correctly made the codeRaymond Hettinger2003-02-071-62/+30
* SF bug #681003: itertools issuesRaymond Hettinger2003-02-073-6/+91
* Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS XNeal Norwitz2003-02-071-1/+7