summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a few typos, and changed FSCreateResourceFile filename argument to unic...Jack Jansen2003-02-051-3/+3
* Use os.path.realpath() in stead of abspath(), so the tests don't fail ifJack Jansen2003-02-052-4/+4
* SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojbRaymond Hettinger2003-02-052-2/+4
* Build pickler_choices list in a lazier way.Tim Peters2003-02-051-16/+5
* cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn'tTim Peters2003-02-042-33/+55
* cPickle now generates proto 2 EXT[124] when appropriate.Tim Peters2003-02-041-18/+18
* Make sure filter() never returns tuple, str or unicodeWalter Dörwald2003-02-041-0/+23
* Fix for [ 543344 ] Interpreter crashes when recoding; suggestedMarc-André Lemburg2003-02-041-0/+9
* Added basic tests of copy_reg's extension registry.Tim Peters2003-02-041-0/+78
* Add a test that checks that filter() honors the sq_item slot forWalter Dörwald2003-02-041-0/+13
* filterstring() and filterunicode() in Python/bltinmodule.cWalter Dörwald2003-02-041-0/+21
* - Handle the img and MediaFormat modules not being available (by notJack Jansen2003-02-041-24/+40
* Add refcount test.Raymond Hettinger2003-02-041-3/+12
* cPickle can load pickles using proto 2 EXT[124] now, but can't yetTim Peters2003-02-041-1/+1
* Rename the extension registry variables to have leading underscores --Guido van Rossum2003-02-042-23/+23
* Whitespace normalization.Tim Peters2003-02-041-1/+1
* Brought some module variables into synch with pickle.py's current values.Tim Peters2003-02-041-0/+2
* Fix typo.Walter Dörwald2003-02-031-1/+1
* Add a new test script that tests various features of the sysWalter Dörwald2003-02-031-0/+211
* test_newobj_tuple(), test_newobj_list(): These tests should work underTim Peters2003-02-031-8/+10
* test_newobj_generic(): Use the global protocols vector instead of aTim Peters2003-02-031-1/+1
* Added a bit to the EXT[124] tests, and refactored them to squash codeTim Peters2003-02-031-51/+27
* Do a better job of testing that opcodes aren't generated under protocolsTim Peters2003-02-031-18/+32