1. 771bc37 Fix comment typo. by Walter Dörwald · 21 years ago
  2. 7dc65d6 Fix typos. by Walter Dörwald · 21 years ago
  3. 7f3ed74 Fix typos. by Walter Dörwald · 21 years ago
  4. cc94764 Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. by Jack Jansen · 21 years ago
  5. 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 21 years ago
  6. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 21 years ago
  7. 9af6968 jeez, now I know why I shouldn't even _want_ to learn sh. by Just van Rossum · 21 years ago
  8. 0bc93f5 Massive edits. If p is a pointer to a struct, and p->f is a pointer to by Tim Peters · 21 years ago
  9. ac5687a Minor cleanup, mostly adding horizontal whitespace, and breaking apart by Tim Peters · 21 years ago
  10. 3c67d79 Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. by Tim Peters · 21 years ago
  11. d156c2d Get ossaudiodev to compile on freebsd 4.7 by Neal Norwitz · 21 years ago
  12. 1a3b19a long_from_binary_base(): Sped this a little by computing the # of bits by Tim Peters · 21 years ago
  13. 70b02d7 Beefed up the tests by putting in more "for proto in protocols:" outer by Tim Peters · 21 years ago
  14. 6c54ef6 Add some notes that got python to work on the snake farm by Neal Norwitz · 21 years ago
  15. 529baf2 Fix compiler warning by Neal Norwitz · 21 years ago
  16. 87482ea dump(): Added asserts that self->proto is sane. by Tim Peters · 21 years ago
  17. 9b1e03f dump(): Fixed a stupid bug in new code. It wasn't possible for the bug by Tim Peters · 21 years ago
  18. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 21 years ago
  19. 1ecfb73 One more use of ifilter() by Raymond Hettinger · 21 years ago
  20. a3a5318 SF patch #678899: Save time and memory by using itertools in sets module. by Raymond Hettinger · 21 years ago
  21. efb9625 Tightened a too-generous assert. by Tim Peters · 21 years ago
  22. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 21 years ago
  23. 06dd8cf Fix memory leak: free memory storing the content model passed to the by Fred Drake · 21 years ago
  24. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 21 years ago
  25. 5bd2a79 The C pickle now knows how to deal with a proto= argument. Assorted by Tim Peters · 21 years ago
  26. a212c5c removed bizarre construct, no idea why it was there... by Just van Rossum · 21 years ago
  27. 3bd8d0f patch #678211 from Robin Dunn by Just van Rossum · 21 years ago
  28. 2aa0956 icon support by Robin Dunn, closes patch #678218 by Just van Rossum · 21 years ago
  29. 040e033 Removed needless include of errno.h. by Tim Peters · 21 years ago
  30. 64c04d1 The module docstring had an RCS ID from 1999 embedded in it. Enough by Tim Peters · 21 years ago
  31. cba30e2 Trimmed trailing whitespace. by Tim Peters · 21 years ago
  32. 797ec24 Added #defines for proto 2 opcodes; gave the Pickler a proto member; by Tim Peters · 21 years ago
  33. 70533e2 New functions alloc_{time,datetime}. Got rid of all setstate-like by Tim Peters · 21 years ago
  34. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 21 years ago
  35. 874d9bc Neaten ref count test. by Raymond Hettinger · 21 years ago
  36. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 21 years ago
  37. 371935f All over: changed comments to reflect pickling is straightforward now, by Tim Peters · 21 years ago
  38. 8a60c22 delta_setstate(): This waS no longer referenced, so nukeit. by Tim Peters · 21 years ago
  39. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 21 years ago
  40. 506be28 The various datetime object __setstate__() methods are no longer public by Tim Peters · 21 years ago
  41. 96940c9 Changed the tests to stop using __setstate__(). __setstate__() no by Tim Peters · 21 years ago
  42. 08a1d9c Squash compiler wng about signed/unsigned comparison mismatch. by Tim Peters · 21 years ago
  43. 8e0ad0c Ignore the state returned by __reduce__ if it is Py_None. by Guido van Rossum · 21 years ago
  44. dda583d Patch #669198: Add cflags to RC compile. by Thomas Heller · 21 years ago
  45. 9582794 Pass the preprocessor options also to the resource compiler by Thomas Heller · 21 years ago
  46. cf356fd Add extension management to __all__. by Guido van Rossum · 21 years ago
  47. 7eff63a Change the default protocol back to 0. by Guido van Rossum · 21 years ago
  48. 25cb7df Another extension to reduce(). It can return a 4- or 5-tuple now. by Guido van Rossum · 21 years ago
  49. f9b0cc7 Document __module__. by Jeremy Hylton · 21 years ago
  50. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 21 years ago
  51. 8f24cdc SF patch #678257 by Geoff Talvola. by Guido van Rossum · 21 years ago
  52. 4f707ac SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. by Guido van Rossum · 21 years ago
  53. 01eb85c I believe this fixes by Michael W. Hudson · 21 years ago
  54. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 21 years ago
  55. f7f4517 Pass the object to save_reduce(), so the memoize() call can go into by Guido van Rossum · 21 years ago
  56. d053b4b Add a magical feature to save_reduce so that __reduce__ can cause by Guido van Rossum · 21 years ago
  57. 4b23f2b It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a by Tim Peters · 21 years ago
  58. 757246c Initialize swappedinput to silence the compiler warning about by Walter Dörwald · 21 years ago
  59. c1265bd Make StringIO its own iterator, similar to real files. by Guido van Rossum · 21 years ago
  60. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 21 years ago
  61. 89fc4f3 Fix typo by Raymond Hettinger · 21 years ago
  62. 2adbb83 SF bug #671447: StringIO doc doesn't say it's sometimes read-only. by Raymond Hettinger · 21 years ago
  63. 8cd0def M PyShell.py M rpc.py by Kurt B. Kaiser · 21 years ago
  64. d174068 Fix typo by Neal Norwitz · 21 years ago
  65. 9114982 Linear-time implementations of {encode,decode}_long. by Tim Peters · 21 years ago
  66. 1a17704 typo in comment by Barry Warsaw · 21 years ago
  67. abc7cd2 Backward branches are disgusting, at least when a forward branch by Tim Peters · 21 years ago
  68. 1e6ada0 Give people who run "pydoc re" a clue. by Neil Schemenauer · 21 years ago
  69. 008a36a Fix markup error. by Fred Drake · 21 years ago
  70. 177e41a Change the approach to pickling to use __reduce__ everywhere. Most by Guido van Rossum · 21 years ago
  71. e14295c pickle.py has a few doctest'ed internal functions, so run their tests. by Tim Peters · 21 years ago
  72. b4ff111 Check whether the choosen encoding requires byte swapping by Walter Dörwald · 21 years ago
  73. 2b93c4c Updated the INST/OBJ docs, to say they really are (almost) identical in 2.3. by Tim Peters · 21 years ago
  74. d01c1e9 load_inst(), load_obj(): Put the bulk of these into a common new by Tim Peters · 21 years ago
  75. ceead6d Style consistency, so "grep ^function ..." works as expected. by Fred Drake · 21 years ago
  76. 43277d6 dis(): Simplified stack emulation a bit. by Tim Peters · 21 years ago
  77. 0e986a3 I was in this module anyway, so I did some janitorial things. by Michael W. Hudson · 21 years ago
  78. 796df15 Add the get_completer() function based on Michael Stone's patch in by Michael W. Hudson · 21 years ago
  79. 9b40e80 There was a subtle big in save_newobj(): it used self.save_global(t) by Guido van Rossum · 21 years ago
  80. 4fba220 Slight code rearrangement to avoid testing getstate twice. by Guido van Rossum · 21 years ago
  81. 4548617 In save_newobj(), if an object's __getnewargs__ and __getstate__ are by Guido van Rossum · 21 years ago
  82. 301eb71 Author markup: Andrew got to it first by Raymond Hettinger · 21 years ago
  83. 0e44923 SF patch 672098: Three __contains__ implementations by Raymond Hettinger · 21 years ago
  84. 61bb35f Fix [ 583477 ] wrong dest size. by Mark Hammond · 21 years ago
  85. ba884f3 Use %c rather than chr() to turn some ints into chars. by Guido van Rossum · 21 years ago
  86. c1c2b3e dis(): This had a problem with proto 0 pickles, in that POP sometimes by Tim Peters · 21 years ago
  87. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 21 years ago
  88. d3590f9 Only log a message and chmod() when the mode isn't already what we by Guido van Rossum · 21 years ago
  89. 6afc5e0 - The mac-specific tests should also be run on darwin. by Jack Jansen · 21 years ago
  90. 5445594 minor grammar tweaks by Skip Montanaro · 21 years ago
  91. 5e83b7a Teach the parsermodule about floor division. Fixes by Michael W. Hudson · 21 years ago
  92. 090da4b Moved aepack test code to the test suite. by Jack Jansen · 21 years ago
  93. 0502d89 Some objects could have uninitialized attributes. Fixed. by Jack Jansen · 21 years ago
  94. 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 · 21 years ago
  95. ecb1104 Document the demise of all pretenses of safety, and the difference by Guido van Rossum · 21 years ago
  96. 586c9e8 Declare Protocol 2 as implemented. by Guido van Rossum · 21 years ago
  97. 255f3ee Support for extension codes. (By accident I checked in the tests first.) by Guido van Rossum · 21 years ago
  98. 0322d0f Test all three EXT opcodes, and move these tests into by Guido van Rossum · 21 years ago
  99. 49c5955 Make the footer at the end of a \verbatiminput stand out a little by Fred Drake · 21 years ago
  100. 7934bc2 Move a footnote to the end of the sentence, so the note mark won't by Fred Drake · 21 years ago