- 0e986a3 I was in this module anyway, so I did some janitorial things. by Michael W. Hudson · 22 years ago
- 796df15 Add the get_completer() function based on Michael Stone's patch in by Michael W. Hudson · 22 years ago
- 9b40e80 There was a subtle big in save_newobj(): it used self.save_global(t) by Guido van Rossum · 22 years ago
- 4fba220 Slight code rearrangement to avoid testing getstate twice. by Guido van Rossum · 22 years ago
- 4548617 In save_newobj(), if an object's __getnewargs__ and __getstate__ are by Guido van Rossum · 22 years ago
- 301eb71 Author markup: Andrew got to it first by Raymond Hettinger · 22 years ago
- 0e44923 SF patch 672098: Three __contains__ implementations by Raymond Hettinger · 22 years ago
- 61bb35f Fix [ 583477 ] wrong dest size. by Mark Hammond · 22 years ago
- ba884f3 Use %c rather than chr() to turn some ints into chars. by Guido van Rossum · 22 years ago
- c1c2b3e dis(): This had a problem with proto 0 pickles, in that POP sometimes by Tim Peters · 22 years ago
- 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 22 years ago
- d3590f9 Only log a message and chmod() when the mode isn't already what we by Guido van Rossum · 22 years ago
- 6afc5e0 - The mac-specific tests should also be run on darwin. by Jack Jansen · 22 years ago
- 5445594 minor grammar tweaks by Skip Montanaro · 22 years ago
- 5e83b7a Teach the parsermodule about floor division. Fixes by Michael W. Hudson · 22 years ago
- 090da4b Moved aepack test code to the test suite. by Jack Jansen · 22 years ago
- 0502d89 Some objects could have uninitialized attributes. Fixed. by Jack Jansen · 22 years ago
- cbdffce test_macfs found an error on the first day of its existence: round trips for date values to FSSpec.{Get,Set}Dates didn't work in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
- ecb1104 Document the demise of all pretenses of safety, and the difference by Guido van Rossum · 22 years ago
- 586c9e8 Declare Protocol 2 as implemented. by Guido van Rossum · 22 years ago
- 255f3ee Support for extension codes. (By accident I checked in the tests first.) by Guido van Rossum · 22 years ago
- 0322d0f Test all three EXT opcodes, and move these tests into by Guido van Rossum · 22 years ago
- 49c5955 Make the footer at the end of a \verbatiminput stand out a little by Fred Drake · 22 years ago
- 7934bc2 Move a footnote to the end of the sentence, so the note mark won't by Fred Drake · 22 years ago
- 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
- c0c12b5 pickle: Comment repair. by Tim Peters · 22 years ago
- ad8605d Updated info about test_bsddb3 failures. by Tim Peters · 22 years ago
- ecd79eb Expect test_macostools and test_macfs to get skipped whenever by Tim Peters · 22 years ago
- addc585 Test aliases too. by Jack Jansen · 22 years ago
- 2b88dec Converted to not use macfs whenever possible. by Jack Jansen · 22 years ago
- 60ffc2b Added a missing INCREF in pathname(). by Jack Jansen · 22 years ago
- 47a6b13 Temporary hacks to arrange that the pickle tests relying on protocol 2 by Tim Peters · 22 years ago
- 4e2491d Add a comment about how some built-in types should grow a __getnewargs__ method. by Guido van Rossum · 22 years ago
- b26a97a Get rid of __safe_for_unpickling__ and safe_constructors. by Guido van Rossum · 22 years ago
- dcaa24e Renamed "bin" arguments to "proto". Note that this test currently by Tim Peters · 22 years ago
- c23e019 More markup changes for consistency. by Fred Drake · 22 years ago
- 68e6d57 Various minor markup adjustments. by Fred Drake · 22 years ago
- c8d6ef5 Add a test for a list subclass with a __dict__ as well as slots. by Guido van Rossum · 22 years ago
- ac5b5d2 Instead of bad hacks trying to worm around the inherited by Guido van Rossum · 22 years ago
- 7821d72 Added missing dependency. by Fred Drake · 22 years ago
- 50abec8 Install "python$(VERSION)" into /usr/local as the symlink to the framework, by Jack Jansen · 22 years ago
- 28827e2 Don't import Nav. It isn't needed, and importing it doesn't work in a by Jack Jansen · 22 years ago
- 10882f6 Finally created the first two tests for MacPython modules: macfs and macostools. by Jack Jansen · 22 years ago
- fe8d84d Comment out a test that was anticipating SF patch 661536 -- but that by Guido van Rossum · 22 years ago
- baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 22 years ago
- 3d8c01b The default __reduce__ on the base object type obscured any by Guido van Rossum · 22 years ago
- abcb0c0 Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 22 years ago
- 54fb192 Move the NEWOBJ-generating code to a separate function, and invoke it by Guido van Rossum · 22 years ago
- 533dbcf Some experimental support for generating NEWOBJ with proto=2, and by Guido van Rossum · 22 years ago
- 53b39d2 Verify treatment of unary minus on negative numbers SF bug #660455. by Guido van Rossum · 22 years ago
- 7871154 Bump the version number by Barry Warsaw · 22 years ago
- f71de3e Everything worked in both the distutils distro and in Python 2.3cvs, by Barry Warsaw · 22 years ago
- a6ae9a2 save_empty_tuple(): Comment on why we can't get rid of this. by Tim Peters · 22 years ago
- 82ca59e save_dict(): Added a comment about the control flow NealN missed. by Tim Peters · 22 years ago
- 13a25fb _is_string_secure(): This method is no longer used; removed it. (It by Tim Peters · 22 years ago
- bc64e22 Made save() fit on a page, while adding comments. (I moved some type by Guido van Rossum · 22 years ago
- ad5a771 Got rid of the _quotes global. Used only once, and is trivial. by Tim Peters · 22 years ago
- 55762f5 Use raw-mode docstring whenever there's an escape code in an example -- by Tim Peters · 22 years ago
- 03e3532 _dis_test should be a raw string now that it contains \x escapes. by Guido van Rossum · 22 years ago
- d0f7c86 dis(): Not all opcodes are printable anymore, so print the repr by Tim Peters · 22 years ago
- 1be3175 Add a few comments. Change the way the protocol is checked (it must by Guido van Rossum · 22 years ago
- 3a41c61 Rename all variables 'object' to 'obj' to avoid conflicts with the by Guido van Rossum · 22 years ago
- 5702835 Fix one disassembly output now that empty tuples are no longer by Guido van Rossum · 22 years ago
- cbe2dbd Don't memoize the empty tuple in protocol 0. by Guido van Rossum · 22 years ago
- 4faea01 Update to the final version released as Expat 1.95.6 (maintaining by Fred Drake · 22 years ago
- d97da80 save_tuple(): So long as the charter is rewriting for clarity, the snaky by Tim Peters · 22 years ago
- ff57bff save_tuple(): I believe the new code for TUPLE{1,2,3} in proto 2 was by Tim Peters · 22 years ago
- 81098ac Comments. by Tim Peters · 22 years ago
- fdc0346 Now that proto2 is defined, replaced XXX blocks with text about it. by Tim Peters · 22 years ago
- 7d97d31 OK, this is really the last one tonight! by Guido van Rossum · 22 years ago
- 025bc2f Shouldn't test short tuples with all items equal -- one potential bug by Guido van Rossum · 22 years ago
- 44f0ea5 More protocol 2: TUPLE1, TUPLE2, TUPLE3. by Guido van Rossum · 22 years ago
- 9d32bb1 Rename 'bin' arg to 'proto'. Keep the default at 0 lest the tests by Guido van Rossum · 22 years ago
- 3b76983 save_inst(): Rewrote to have only one branch on self.bin. Also got rid by Tim Peters · 22 years ago
- d6c9e63 First baby steps towards implementing protocol 2: PROTO, LONG1 and LONG4. by Guido van Rossum · 22 years ago
- d95c2df Fixed odd whitespace after "if", which I believe I introduced long ago. by Tim Peters · 22 years ago
- 8fda7bc save_int(): Fixed two new off-by-1 glitches. by Tim Peters · 22 years ago
- e0b9042 Add a comment explaining that struct.pack() beats marshal.dumps(), but by Guido van Rossum · 22 years ago
- 5c938d0 Got rid of mdumps; I timed it, and struct.pack("<i", x) is more than by Guido van Rossum · 22 years ago
- f558da0 save_tuple(): Minor rewriting, and added a comment about the subtlety by Tim Peters · 22 years ago
- 209ad95 load_appends(): replaced .append() loop with an .extend(). by Tim Peters · 22 years ago
- c23d18a Comments. by Tim Peters · 22 years ago
- 064567e save_dict(): Untangled most of the bin-vs-not-bin logic. Also used by Tim Peters · 22 years ago
- 21c18f0 save_list(): Rewrote, to untangle the proto 0 from the proto 1 cases. by Tim Peters · 22 years ago
- 22dc6f4 save_list(): removed unused local "d". by Tim Peters · 22 years ago
- 58d7846 save_list(): removed unused local "memo". by Tim Peters · 22 years ago
- bd1cdb9 save_pers(): Switched the order of cases, to get rid of a "not", and to by Tim Peters · 22 years ago
- 518df0d Several routines appeared to inline the guts of memoize(), possibly for by Tim Peters · 22 years ago
- b32a831 save(): Fiddled the control flow to put the normal case where it by Tim Peters · 22 years ago
- c9d7c4a Added XXX about save()'s special-casing of tuples -- I don't get it. by Tim Peters · 22 years ago
- 22987e3 save_bool(): simplified. by Tim Peters · 22 years ago
- cbd0a32 Repaired grammar in new comment. by Tim Peters · 22 years ago
- b377f8a clear_memo(): Repaired grammar in docstring. by Tim Peters · 22 years ago
- e105478 Added one-line comments to the proto 2 opcodes. by Tim Peters · 22 years ago
- 784a3f5 Use proper function name in exception messages by Neal Norwitz · 22 years ago
- fdb8cfa Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough, by Tim Peters · 22 years ago
- bdbe741 Documented the 2's-comp business for the new long opcodes. by Tim Peters · 22 years ago
- 5eed340 Whitespace normalization. by Tim Peters · 22 years ago
- 217e571 decode_long(): Simplified the "is it negative?" test. by Tim Peters · 22 years ago
- f29d3d6 Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'. by Guido van Rossum · 22 years ago