summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate the patch from expat.h 1.51; needed for some C compilers.Fred Drake2003-02-071-21/+24
* SF bug 666444: 'help' makes linefeed only under Win32.Tim Peters2003-02-071-2/+2
* Got rid of macfs.Jack Jansen2003-02-061-5/+4
* Got rid of macfs and FSSpecs.Jack Jansen2003-02-061-4/+3
* Added a note about getting rid of macfs usage (MacPython).Jack Jansen2003-02-061-0/+4
* Got rid of FSSpecs.Jack Jansen2003-02-061-29/+28
* Move _better_reduce from copy.py to copy_reg.py, and also use it inGuido van Rossum2003-02-063-163/+83
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-069-68/+55
* Fix a bug in the way __getnewargs__ was handled.Guido van Rossum2003-02-062-1/+19
* Update doc to reflect code changes for obsoleting use_statcache parameterNeal Norwitz2003-02-061-8/+3
* Use new name for GetoptError, and pass it two argumentsAndrew M. Kuchling2003-02-061-5/+5
* 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
* Remove another lie.Michael W. Hudson2003-02-061-4/+2
* Correct lie about METH_NOARGS functions.Michael W. Hudson2003-02-061-5/+5
* Support __reduce__ returning a 4-tuple or 5-tuple.Guido van Rossum2003-02-062-1/+56
* Typo fixesAndrew M. Kuchling2003-02-061-2/+2
* 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
* Clarify that __module__ applies to various type of functions.Guido van Rossum2003-02-061-6/+7
* Add news item about __module__ attribute on functions.Jeremy Hylton2003-02-061-0/+8
* Comment typo fixAndrew M. Kuchling2003-02-061-1/+1
* Mention FutureWarning for large intsAndrew M. Kuchling2003-02-061-0/+5
* Fix description of filterwarnings() parameters (error noted by Richard Jones atAndrew M. Kuchling2003-02-061-4/+5
* Provide version changed infoNeal Norwitz2003-02-061-0/+1
* Updated version of [ 558544 ] cmd.py: add instance-specific stdin/outAnthony Baxter2003-02-062-25/+42
* Small function call optimization and special build option for call stats.Jeremy Hylton2003-02-056-14/+189
* Got rid of macfs and made a bit more OSX-friendly.Jack Jansen2003-02-051-7/+10
* removing old junkJust van Rossum2003-02-051-60/+0
* Removed unused import of macfs.Jack Jansen2003-02-051-1/+0