1. 894453a test_newobj_tuple(), test_newobj_list(): These tests should work under by Tim Peters · 22 years ago
  2. 5013bd9 test_newobj_generic(): Use the global protocols vector instead of a by Tim Peters · 22 years ago
  3. 22e7171 Added a bit to the EXT[124] tests, and refactored them to squash code by Tim Peters · 22 years ago
  4. 0c7c48e load_counted_long(): Changed a ValueError to an UnpicklingError, just by Tim Peters · 22 years ago
  5. 61bf257 Do a better job of testing that opcodes aren't generated under protocols by Tim Peters · 22 years ago
  6. 28d8196 Fix typo. by Walter Dörwald · 22 years ago
  7. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 22 years ago
  8. 94c30c0 SF #661437, apply() should get PendingDeprecation by Neal Norwitz · 22 years ago
  9. 88af4df Fix typos. by Walter Dörwald · 22 years ago
  10. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  11. 93fe564 _slotnames(): this is a fairly expensive calculation. Cache the by Guido van Rossum · 22 years ago
  12. 2de97d3 [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke by Andrew M. Kuchling · 22 years ago
  13. 868ecc2 _slotnames(): exclude __dict__ and __weakref__; these aren't real by Guido van Rossum · 22 years ago
  14. 795ea89 Support keyword argument 'bin', with a pending deprecation warning. by Guido van Rossum · 22 years ago
  15. 31f119e Proper testing of proto 2 in part requires checking that the new opcodes by Tim Peters · 22 years ago
  16. 621f055 braino by Skip Montanaro · 22 years ago
  17. e0a3907 PDATA_PUSH and PDATA_APPEND. documented, and reformatted for better by Tim Peters · 22 years ago
  18. 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 22 years ago
  19. da72d93 try to avoid gross incompatibilities with older versions of Python by Skip Montanaro · 22 years ago
  20. 7c1274d try to avoid gross incompatibilities with earlier versions of Python by Skip Montanaro · 22 years ago
  21. 004a65c _PyLong_Sign(): remove an assert that needed a variable ndigits that by Guido van Rossum · 22 years ago
  22. 7aa56c9 test_float_overflow(): make shuge (added last week) a little less by Guido van Rossum · 22 years ago
  23. 8ca202e Bug #676273: Rewrite paragraph in module docstring by Andrew M. Kuchling · 22 years ago
  24. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 22 years ago
  25. 13b2910 add note about new db2pickle.py and pickle2db.py scripts by Skip Montanaro · 22 years ago
  26. b9ba4e6 [Bug #679251] Use correct constant name by Andrew M. Kuchling · 22 years ago
  27. 9445ce5 note db2pickle.py and pickle2db.py by Skip Montanaro · 22 years ago
  28. d968329 dump database files to pickle format by Skip Montanaro · 22 years ago
  29. 9db49c8 convert pickles generated by db2pickle.py back to database files by Skip Montanaro · 22 years ago
  30. 4c6c9c4 Add __all__ (suggested by Raymond Hettinger). by Greg Ward · 22 years ago
  31. 7a2d7a7 Remove test_b1 and test_b2 from the list of tests by Walter Dörwald · 22 years ago
  32. ca3fec7 patch #664131, fix config command on OSX and Linux by Just van Rossum · 22 years ago
  33. 35a92ce Fix bug by Michael W. Hudson · 22 years ago
  34. c064a1d add missing "summary" from long options list by Skip Montanaro · 22 years ago
  35. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 22 years ago
  36. 3ed7b03 version 4.1.4 (4.1.3 just released) by Gregory P. Smith · 22 years ago
  37. bc2adef fix for use on python 2.1 by Gregory P. Smith · 22 years ago
  38. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 22 years ago
  39. 49992f9 cPickle now implements enough of protocol 2 to enable all cross-pickling tests. by Guido van Rossum · 22 years ago
  40. 771bc37 Fix comment typo. by Walter Dörwald · 22 years ago
  41. 7dc65d6 Fix typos. by Walter Dörwald · 22 years ago
  42. 7f3ed74 Fix typos. by Walter Dörwald · 22 years ago
  43. cc94764 Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. by Jack Jansen · 22 years ago
  44. 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 22 years ago
  45. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 22 years ago
  46. 9af6968 jeez, now I know why I shouldn't even _want_ to learn sh. by Just van Rossum · 22 years ago
  47. 0bc93f5 Massive edits. If p is a pointer to a struct, and p->f is a pointer to by Tim Peters · 22 years ago
  48. ac5687a Minor cleanup, mostly adding horizontal whitespace, and breaking apart by Tim Peters · 22 years ago
  49. 3c67d79 Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. by Tim Peters · 22 years ago
  50. d156c2d Get ossaudiodev to compile on freebsd 4.7 by Neal Norwitz · 22 years ago
  51. 1a3b19a long_from_binary_base(): Sped this a little by computing the # of bits by Tim Peters · 22 years ago
  52. 70b02d7 Beefed up the tests by putting in more "for proto in protocols:" outer by Tim Peters · 22 years ago
  53. 6c54ef6 Add some notes that got python to work on the snake farm by Neal Norwitz · 22 years ago
  54. 529baf2 Fix compiler warning by Neal Norwitz · 22 years ago
  55. 87482ea dump(): Added asserts that self->proto is sane. by Tim Peters · 22 years ago
  56. 9b1e03f dump(): Fixed a stupid bug in new code. It wasn't possible for the bug by Tim Peters · 22 years ago
  57. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 22 years ago
  58. 1ecfb73 One more use of ifilter() by Raymond Hettinger · 22 years ago
  59. a3a5318 SF patch #678899: Save time and memory by using itertools in sets module. by Raymond Hettinger · 22 years ago
  60. efb9625 Tightened a too-generous assert. by Tim Peters · 22 years ago
  61. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 22 years ago
  62. 06dd8cf Fix memory leak: free memory storing the content model passed to the by Fred Drake · 22 years ago
  63. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 22 years ago
  64. 5bd2a79 The C pickle now knows how to deal with a proto= argument. Assorted by Tim Peters · 22 years ago
  65. a212c5c removed bizarre construct, no idea why it was there... by Just van Rossum · 22 years ago
  66. 3bd8d0f patch #678211 from Robin Dunn by Just van Rossum · 22 years ago
  67. 2aa0956 icon support by Robin Dunn, closes patch #678218 by Just van Rossum · 22 years ago
  68. 040e033 Removed needless include of errno.h. by Tim Peters · 22 years ago
  69. 64c04d1 The module docstring had an RCS ID from 1999 embedded in it. Enough by Tim Peters · 22 years ago
  70. cba30e2 Trimmed trailing whitespace. by Tim Peters · 22 years ago
  71. 797ec24 Added #defines for proto 2 opcodes; gave the Pickler a proto member; by Tim Peters · 22 years ago
  72. 70533e2 New functions alloc_{time,datetime}. Got rid of all setstate-like by Tim Peters · 22 years ago
  73. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  74. 874d9bc Neaten ref count test. by Raymond Hettinger · 22 years ago
  75. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  76. 371935f All over: changed comments to reflect pickling is straightforward now, by Tim Peters · 22 years ago
  77. 8a60c22 delta_setstate(): This waS no longer referenced, so nukeit. by Tim Peters · 22 years ago
  78. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
  79. 506be28 The various datetime object __setstate__() methods are no longer public by Tim Peters · 22 years ago
  80. 96940c9 Changed the tests to stop using __setstate__(). __setstate__() no by Tim Peters · 22 years ago
  81. 08a1d9c Squash compiler wng about signed/unsigned comparison mismatch. by Tim Peters · 22 years ago
  82. 8e0ad0c Ignore the state returned by __reduce__ if it is Py_None. by Guido van Rossum · 22 years ago
  83. dda583d Patch #669198: Add cflags to RC compile. by Thomas Heller · 22 years ago
  84. 9582794 Pass the preprocessor options also to the resource compiler by Thomas Heller · 22 years ago
  85. cf356fd Add extension management to __all__. by Guido van Rossum · 22 years ago
  86. 7eff63a Change the default protocol back to 0. by Guido van Rossum · 22 years ago
  87. 25cb7df Another extension to reduce(). It can return a 4- or 5-tuple now. by Guido van Rossum · 22 years ago
  88. f9b0cc7 Document __module__. by Jeremy Hylton · 22 years ago
  89. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 22 years ago
  90. 8f24cdc SF patch #678257 by Geoff Talvola. by Guido van Rossum · 22 years ago
  91. 4f707ac SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. by Guido van Rossum · 22 years ago
  92. 01eb85c I believe this fixes by Michael W. Hudson · 22 years ago
  93. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  94. f7f4517 Pass the object to save_reduce(), so the memoize() call can go into by Guido van Rossum · 22 years ago
  95. d053b4b Add a magical feature to save_reduce so that __reduce__ can cause by Guido van Rossum · 22 years ago
  96. 4b23f2b It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a by Tim Peters · 22 years ago
  97. 757246c Initialize swappedinput to silence the compiler warning about by Walter Dörwald · 22 years ago
  98. c1265bd Make StringIO its own iterator, similar to real files. by Guido van Rossum · 22 years ago
  99. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 22 years ago
  100. 89fc4f3 Fix typo by Raymond Hettinger · 22 years ago