summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-101-2/+1
* Punctuation fixes in docstrings.Jack Jansen2003-02-101-3/+3
* Added docstrings.Jack Jansen2003-02-101-6/+130
* - 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-101-13/+27
* Added preInstall and postInstall commands to packages. PIL needs thisJack Jansen2003-02-101-1/+17
* patch #683515: "Add unicode support to compile(), eval() and exec"Just van Rossum2003-02-101-0/+4
* Fix SF bug #683467, 'int' ability to generate longs not inheritedNeal Norwitz2003-02-101-0/+8
* Add tests and news entry about parser errors from bug #678518.Neal Norwitz2003-02-101-0/+17
* 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-091-0/+4
* Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion.Guido van Rossum2003-02-091-17/+17
* C Code:Raymond Hettinger2003-02-092-9/+28
* The Python implementation of datetime was changed in ways that no longerTim Peters2003-02-081-31/+10
* 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-071-18/+68
* 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
* 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
* SF bug #681003: itertools issuesRaymond Hettinger2003-02-071-0/+3
* SF bug 666444: 'help' makes linefeed only under Win32.Tim Peters2003-02-071-2/+2
* Got rid of macfs and FSSpecs.Jack Jansen2003-02-061-4/+3
* Move _better_reduce from copy.py to copy_reg.py, and also use it inGuido van Rossum2003-02-063-163/+83
* Fix a bug in the way __getnewargs__ was handled.Guido van Rossum2003-02-062-1/+19
* Support all the new stuff supported by the new pickle code:Guido van Rossum2003-02-062-13/+109
* A few naughty external scripts do 'raise getopt.error, "blah"', andAndrew M. Kuchling2003-02-061-1/+1
* Add DeprecationWarning when use_statcache argument is suppliedAndrew M. Kuchling2003-02-061-4/+12
* Remove a debug print statement.Guido van Rossum2003-02-061-1/+0
* Support __reduce__ returning a 4-tuple or 5-tuple.Guido van Rossum2003-02-062-1/+56
* A test suite for the copy module. This should provide full codeGuido van Rossum2003-02-061-0/+384
* [Bug #680494] filecmp.py uses obsolete statcache module.Andrew M. Kuchling2003-02-061-17/+9
* Add test suite for filecmp.py, after some discussion on bug #680494.Andrew M. Kuchling2003-02-061-0/+128
* SF bug 680864: test_datetime fails for non-unix epochTim Peters2003-02-061-12/+11
* No need for a continuation line.Jeremy Hylton2003-02-061-2/+1
* Replace hasattr() + getattr() with single getattr() and default value.Jeremy Hylton2003-02-061-2/+1
* Updated version of [ 558544 ] cmd.py: add instance-specific stdin/outAnthony Baxter2003-02-061-20/+31
* [Patch #654421 from Matthew Mueller]Andrew M. Kuchling2003-02-051-2/+2
* dis(): Added an optional memo argument, so that multiple pickles in aTim Peters2003-02-051-2/+38
* [680789] Debug with long array takes foreverTim Peters2003-02-052-0/+30
* Patch #551977: Regression exceptions for cygwinJason Tishler2003-02-051-0/+1
* Getting rid of macfs and FSSpecs.Jack Jansen2003-02-051-7/+5
* Got rid of macfsJack Jansen2003-02-051-5/+3