- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
- bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 18 years ago
- 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
- a5dc3db Change string literals to bytes, since they are compared to bytes. by Jeremy Hylton · 18 years ago
- 26d95c3 More str/bytes fixes. by Guido van Rossum · 18 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
- 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 18 years ago
- 2698631 Make test_pickletools.py pass. by Guido van Rossum · 18 years ago
- 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 18 years ago
- 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
- a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 18 years ago
- cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 18 years ago
- 617dbc4 Checkpoint. A b it closer to working pickles and pickletools. by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- 4f7ac2e Change a test to be more predictable. by Guido van Rossum · 19 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
- f410000 Fix pickletools doctests -- all we get nowadays is longs. by Guido van Rossum · 19 years ago
- e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
- 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 19 years ago
- 90718a4 An instance of class PicklingError was used here simply as an example of by Tim Peters · 21 years ago
- 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 21 years ago
- 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 21 years ago
- d0c53fe Add argument to docstring by Andrew M. Kuchling · 21 years ago
- 62235e7 dis(): Added an optional memo argument, so that multiple pickles in a by Tim Peters · 23 years ago
- 4b23f2b It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a by Tim Peters · 23 years ago
- 2b93c4c Updated the INST/OBJ docs, to say they really are (almost) identical in 2.3. by Tim Peters · 23 years ago
- 43277d6 dis(): Simplified stack emulation a bit. by Tim Peters · 23 years ago
- c1c2b3e dis(): This had a problem with proto 0 pickles, in that POP sometimes by Tim Peters · 23 years ago
- 5445594 minor grammar tweaks by Skip Montanaro · 23 years ago
- ecb1104 Document the demise of all pretenses of safety, and the difference by Guido van Rossum · 23 years ago
- 2c60f7a Whitespace normalization. by Tim Peters · 23 years ago
- c0c12b5 pickle: Comment repair. by Tim Peters · 23 years ago
- 55762f5 Use raw-mode docstring whenever there's an escape code in an example -- by Tim Peters · 23 years ago
- 03e3532 _dis_test should be a raw string now that it contains \x escapes. by Guido van Rossum · 23 years ago
- d0f7c86 dis(): Not all opcodes are printable anymore, so print the repr by Tim Peters · 23 years ago
- 5702835 Fix one disassembly output now that empty tuples are no longer by Guido van Rossum · 23 years ago
- 81098ac Comments. by Tim Peters · 23 years ago
- fdc0346 Now that proto2 is defined, replaced XXX blocks with text about it. by Tim Peters · 23 years ago
- 784a3f5 Use proper function name in exception messages by Neal Norwitz · 23 years ago
- fdb8cfa Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough, by Tim Peters · 23 years ago
- bdbe741 Documented the 2's-comp business for the new long opcodes. by Tim Peters · 23 years ago
- 5eed340 Whitespace normalization. by Tim Peters · 23 years ago
- 217e571 decode_long(): Simplified the "is it negative?" test. by Tim Peters · 23 years ago
- f29d3d6 Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'. by Guido van Rossum · 23 years ago
- 5a2d8f5 Begin documenting protocol 2. by Guido van Rossum · 23 years ago
- a72ded9 Remove a stray quote. by Guido van Rossum · 23 years ago
- 1996e23 Repaired comment. by Tim Peters · 23 years ago
- d916cf4 stringnl_noescape_pair(): changed the reader to separate the two by Tim Peters · 23 years ago
- 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 23 years ago