213 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Antoine Pitrou ea99c5c949 Issue #9410: Various optimizations to the pickle module, leading to 16 years ago
Alexander Belopolsky 455f7bdc05 Issue #9378: python -m pickle <pickle file> will now load and display 16 years ago
Alexander Belopolsky 82a6bf049e Merged revisions 82937 via svnmerge from 16 years ago
Alexander Belopolsky d92f04062a Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x 16 years ago
Victor Stinner f7351b40b5 Merged revisions 80031 via svnmerge from 16 years ago
Victor Stinner 485fb56eb8 Issue #8383: pickle and pickletools use surrogatepass error handler when 16 years ago
Alexandre Vassalotti d7a3da8d8f Simplified long coding in pickle.py. 16 years ago
Antoine Pitrou d9dfaa9487 Issue #6137: The pickle module now translates module names when loading 17 years ago
Alexandre Vassalotti ebfecfde8b Only try to intern str objects when unpickling attributes. 17 years ago
Antoine Pitrou a9f48a0d4f Merged revisions 72223 via svnmerge from 17 years ago
Mark Dickinson 8dd05147d6 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the 17 years ago
Benjamin Peterson 49956b26a2 fix typo #4904 17 years ago
Alexandre Vassalotti 3cfcab9592 Fix issue #4374: Pickle tests fail w/o _pickle extension. 17 years ago
Hirokazu Yamamoto b46a633eaf Sorry, r67092 is commit miss.... 18 years ago
Hirokazu Yamamoto 1543a22d86 Blocked revisions 67002 via svnmerge 18 years ago
Alexandre Vassalotti e8022b4b35 Remove a confusing statement in Pickler's docstring. 18 years ago
Alexandre Vassalotti ca2d610dba Restore _pickle module accelerator module. 18 years ago
Benjamin Peterson 75f25f2c9a revert the addition of _pickle because it was causing havok with 64-bit 18 years ago
Alexandre Vassalotti 66b343b65f Removed exception renaming cruft in pickle.py. 18 years ago
Alexandre Vassalotti cc313061a5 Issue 2917: Merge the pickle and cPickle module. 18 years ago
Alexandre Vassalotti c7db1d6888 Change Pickler._batch_appends() and Pickler._batch_setitems() to take 18 years ago
Alexandre Vassalotti f7fa63dd55 Rename copy_reg module to copyreg. 18 years ago
Alexandre Vassalotti 8cb02b6000 Removed memoryview objects from bytes_types. 18 years ago
Guido van Rossum f416981691 - A new pickle protocol (protocol 3) is added with explicit support 18 years ago
Guido van Rossum 254348e201 Rename buffer -> bytearray. 19 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Guido van Rossum feea0786a2 Random changes having to do with readline() and bytes. 19 years ago
Guido van Rossum 26d95c3d07 More str/bytes fixes. 19 years ago
Guido van Rossum 39478e8528 Changes in anticipation of stricter str vs. bytes enforcement. 19 years ago
Guido van Rossum 99603b0c1e Getting rid of cPickle. Mmm, feels good! 19 years ago
Guido van Rossum f93254d299 Fix test_pickle, by reverting the string opcodes (S, T, U) to returning 19 years ago
Martin v. Löwis 10a60b3ec0 Change Py_BuildValue to generate Unicode objects for 19 years ago
Guido van Rossum aa588c4699 Fix some problems introduced by the str8 repr change. 19 years ago
Walter Dörwald 42748a8d6d Rip out all codecs that can't work in a unicode/bytes world: 19 years ago
Guido van Rossum 1325790b93 Merged revisions 55795-55816 via svnmerge from 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Guido van Rossum a8add0ec5e Merged revisions 55270-55324 via svnmerge from 19 years ago
Guido van Rossum cfe5f20fe8 Got test_pickletools and test_pickle working. 19 years ago
Guido van Rossum b8142c3e64 Got test_exceptions.py working. 19 years ago
Guido van Rossum 805365ee39 Merged revisions 55007-55179 via svnmerge from 19 years ago
Guido van Rossum 1255ed62bf Much more pickling now works. 19 years ago
Guido van Rossum 2e6a4b37ba Checkpoint. Make pickle.py read/write bytes. 19 years ago
Guido van Rossum ef87d6ed94 Rip out all the u"..." literals and calls to unicode(). 19 years ago
Georg Brandl a18af4e7a2 PEP 3114: rename .next() to .__next__() and add next() builtin. 19 years ago
Nick Coghlan 650f0d06d3 Hide list comp variables and support set comprehensions 19 years ago
Guido van Rossum 634e53fad4 Fix a bizarre error where test_pickletools fails if preceded by test_pyclbr. 19 years ago
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 19 years ago
Guido van Rossum e2a383d062 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
Guido van Rossum ddefaf31b3 Merged the int/long unification branch, by very crude means (sorry Thomas!). 19 years ago