summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cPickle now generates proto 2 EXT[124] when appropriate.Tim Peters2003-02-042-20/+85
* Remove forward static reference since it is not requiredNeal Norwitz2003-02-041-3/+1
* Whitespace normalizationNeal Norwitz2003-02-041-1/+1
* Make sure filter() never returns tuple, str or unicodeWalter Dörwald2003-02-042-5/+45
* Fix for [ 543344 ] Interpreter crashes when recoding; suggestedMarc-André Lemburg2003-02-042-1/+12
* supports_unicode_filenames was not in the right location.Fred Drake2003-02-041-7/+8
* Use size_t instead of int for various variables to preventWalter Dörwald2003-02-041-9/+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
* PyUnicode_Resize() doesn't free its argument in case of a failure,Walter Dörwald2003-02-041-1/+1
* filterstring() and filterunicode() in Python/bltinmodule.cWalter Dörwald2003-02-042-8/+91
* - Handle the img and MediaFormat modules not being available (by notJack Jansen2003-02-041-24/+40
* Changed an edit instruction because of a changed parameter name (sigh).Jack Jansen2003-02-042-7/+10
* Update to better reflect the usage of struct_time instances throughout;Fred Drake2003-02-041-24/+28
* Twiddle.Fred Drake2003-02-041-1/+2
* Add refcount test.Raymond Hettinger2003-02-041-3/+12
* Typo in comment.Tim Peters2003-02-041-1/+1
* cPickle can load pickles using proto 2 EXT[124] now, but can't yetTim Peters2003-02-042-1/+109
* Rename the extension registry variables to have leading underscores --Guido van Rossum2003-02-043-29/+29
* Whitespace normalization.Tim Peters2003-02-041-1/+1
* Typo repair.Tim Peters2003-02-041-1/+1
* Brought some module variables into synch with pickle.py's current values.Tim Peters2003-02-042-16/+49
* 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
* load_counted_long(): Changed a ValueError to an UnpicklingError, justTim Peters2003-02-031-15/+1
* Do a better job of testing that opcodes aren't generated under protocolsTim Peters2003-02-031-18/+32
* Fix typo.Walter Dörwald2003-02-031-1/+1
* - Thanks to Scott David Daniels, a subtle bug in how the zlibGuido van Rossum2003-02-035-189/+495
* SF #661437, apply() should get PendingDeprecationNeal Norwitz2003-02-031-0/+3
* Fix typos.Walter Dörwald2003-02-031-2/+2
* Port test_pow.py to PyUnit. From SF patch #662807Walter Dörwald2003-02-032-149/+110
* _slotnames(): this is a fairly expensive calculation. Cache theGuido van Rossum2003-02-031-6/+23
* [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew DalkeAndrew M. Kuchling2003-02-031-5/+16
* _slotnames(): exclude __dict__ and __weakref__; these aren't realGuido van Rossum2003-02-031-1/+2
* Support keyword argument 'bin', with a pending deprecation warning.Guido van Rossum2003-02-031-5/+13
* Proper testing of proto 2 in part requires checking that the new opcodesTim Peters2003-02-031-11/+10
* brainoSkip Montanaro2003-02-031-2/+2
* PDATA_PUSH and PDATA_APPEND. documented, and reformatted for betterTim Peters2003-02-031-30/+38
* Bug #678077: Suggest alternative to os.getlogin()Andrew M. Kuchling2003-02-031-1/+3
* try to avoid gross incompatibilities with older versions of PythonSkip Montanaro2003-02-031-12/+12
* try to avoid gross incompatibilities with earlier versions of PythonSkip Montanaro2003-02-031-12/+12
* _PyLong_Sign(): remove an assert that needed a variable ndigits thatGuido van Rossum2003-02-031-3/+2
* test_float_overflow(): make shuge (added last week) a little lessGuido van Rossum2003-02-031-1/+1
* Bug #676273: Rewrite paragraph in module docstringAndrew M. Kuchling2003-02-031-5/+5
* test_support.requires(): Instead of raising TestSkipped, raise a newFred Drake2003-02-032-2/+18
* add note about new db2pickle.py and pickle2db.py scriptsSkip Montanaro2003-02-031-2/+19
* [Bug #679251] Use correct constant nameAndrew M. Kuchling2003-02-031-6/+6