1. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  2. 2ff51a8 Make changes suggested by Walter to use self.assert*() methods. by Neal Norwitz · 22 years ago
  3. 3b8fb47 Import test_support properly by Neal Norwitz · 22 years ago
  4. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 22 years ago
  5. e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 22 years ago
  6. 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 22 years ago
  7. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  8. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
  9. 71fcda5 cPickle produces NEWOBJ appropriately now. It still doesn't know by Tim Peters · 22 years ago
  10. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 22 years ago
  11. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  12. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
  13. 18e36f4 Removed unused cut'n'paste import. by Tim Peters · 22 years ago
  14. c0c9370 We didn't have any tests making pickles with one of {pickle, cPickle}, by Tim Peters · 22 years ago
  15. e9ef203 Added a simple NEWOBJ test. This is in the pickle-only part of the by Tim Peters · 22 years ago
  16. c1eea67 Remove filecmp by Andrew M. Kuchling · 22 years ago
  17. 7585229 Port test_userlist to PyUnit and add a few tests to increase code by Walter Dörwald · 22 years ago
  18. 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 22 years ago
  19. 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 22 years ago
  20. 8587b3c Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. by Tim Peters · 22 years ago
  21. bb18441 SF patch #682432, add lookbehind tests by Neal Norwitz · 22 years ago
  22. 3ea7cc3 Fix typo. by Walter Dörwald · 22 years ago
  23. 7cbd247 Add test to ensure files (fds) don't leak by Neal Norwitz · 22 years ago
  24. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 22 years ago
  25. 3288f59 Expect test_ossaudiodev to skip on Linux, too. (It's broken. by Guido van Rossum · 22 years ago
  26. 9c00f42 Systematic testing of hex/oct constants. by Guido van Rossum · 22 years ago
  27. 66b1259 SF #660455 : patch by NNorwitz. by Guido van Rossum · 22 years ago
  28. a89d10e Implement another useful feature for proxies: in super(X, x), x may by Guido van Rossum · 22 years ago
  29. 03bc7d3 SF #532767: isinstance(x, X) should work when x is a proxy for an X by Guido van Rossum · 22 years ago
  30. 42f08ac Implemented batching for dicts in cPickle. This is after two failed by Tim Peters · 22 years ago
  31. 1092d64 Implemented list batching in cPickle. by Tim Peters · 22 years ago
  32. b6e5a0c Put proper tests in classmethod_get(). Remove the type argument to by Guido van Rossum · 22 years ago
  33. 8d2613a Added tests to ensure that list and dict "chunking" are actually by Tim Peters · 22 years ago
  34. 3f50cdc Get rid of the "bozo" __getstate__ that was inserted when __slots__ by Guido van Rossum · 22 years ago
  35. 4f046e2 Add a few tests to test_count() to increase coverage in by Walter Dörwald · 22 years ago
  36. 7464024 Fix copy&paste error: call title instead of count by Walter Dörwald · 22 years ago
  37. 8dd1932 Change filtertuple() to use tp_as_sequence->sq_item by Walter Dörwald · 22 years ago
  38. 1918f77 Change filterstring() and filterunicode(): If the by Walter Dörwald · 22 years ago
  39. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 22 years ago
  40. de8b94c Fix SF bug #683467, 'int' ability to generate longs not inherited by Neal Norwitz · 22 years ago
  41. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 22 years ago
  42. f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 22 years ago
  43. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  44. 68124bb The Python implementation of datetime was changed in ways that no longer by Tim Peters · 22 years ago
  45. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 22 years ago
  46. 275666f Merge the test part of the below checkin to the sandbox and Zope3, so by Guido van Rossum · 22 years ago
  47. 1dca482 Somehow, copy() of a classic class object was handled by Guido van Rossum · 22 years ago
  48. c06e3ac Add support for copy_reg.dispatch_table. by Guido van Rossum · 22 years ago
  49. f631859 Add __getnewargs__ method to classes that need it. by Guido van Rossum · 22 years ago
  50. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  51. 85233bf Fix a bug in the way __getnewargs__ was handled. by Guido van Rossum · 22 years ago
  52. c755758 Support all the new stuff supported by the new pickle code: by Guido van Rossum · 22 years ago
  53. 90e05b0 Support __reduce__ returning a 4-tuple or 5-tuple. by Guido van Rossum · 22 years ago
  54. 581cb93 A test suite for the copy module. This should provide full code coverage. by Guido van Rossum · 22 years ago
  55. e63846d Add test suite for filecmp.py, after some discussion on bug #680494. by Andrew M. Kuchling · 22 years ago
  56. 8440761 SF bug 680864: test_datetime fails for non-unix epoch by Tim Peters · 22 years ago
  57. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 22 years ago
  58. 5c4ded2 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 22 years ago
  59. b86a2e8 Use os.path.realpath() in stead of abspath(), so the tests don't fail if by Jack Jansen · 22 years ago
  60. 35ad641 Build pickler_choices list in a lazier way. by Tim Peters · 22 years ago
  61. 3e667d5 cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't by Tim Peters · 22 years ago
  62. 731098b cPickle now generates proto 2 EXT[124] when appropriate. by Tim Peters · 22 years ago
  63. c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 22 years ago
  64. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 22 years ago
  65. dbaba0d Added basic tests of copy_reg's extension registry. by Tim Peters · 22 years ago
  66. 5e61e24 Add a test that checks that filter() honors the sq_item slot for by Walter Dörwald · 22 years ago
  67. 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 22 years ago
  68. 105b084 Add refcount test. by Raymond Hettinger · 22 years ago
  69. e7028ac Fix typo. by Walter Dörwald · 22 years ago
  70. c350246 Add a new test script that tests various features of the sys by Walter Dörwald · 22 years ago
  71. 894453a test_newobj_tuple(), test_newobj_list(): These tests should work under by Tim Peters · 22 years ago
  72. 5013bd9 test_newobj_generic(): Use the global protocols vector instead of a by Tim Peters · 22 years ago
  73. 22e7171 Added a bit to the EXT[124] tests, and refactored them to squash code by Tim Peters · 22 years ago
  74. 61bf257 Do a better job of testing that opcodes aren't generated under protocols by Tim Peters · 22 years ago
  75. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 22 years ago
  76. 88af4df Fix typos. by Walter Dörwald · 22 years ago
  77. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  78. 31f119e Proper testing of proto 2 in part requires checking that the new opcodes by Tim Peters · 22 years ago
  79. 7aa56c9 test_float_overflow(): make shuge (added last week) a little less by Guido van Rossum · 22 years ago
  80. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 22 years ago
  81. 7a2d7a7 Remove test_b1 and test_b2 from the list of tests by Walter Dörwald · 22 years ago
  82. 49992f9 cPickle now implements enough of protocol 2 to enable all cross-pickling tests. by Guido van Rossum · 22 years ago
  83. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 22 years ago
  84. 3c67d79 Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. by Tim Peters · 22 years ago
  85. 70b02d7 Beefed up the tests by putting in more "for proto in protocols:" outer by Tim Peters · 22 years ago
  86. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 22 years ago
  87. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 22 years ago
  88. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 22 years ago
  89. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  90. 874d9bc Neaten ref count test. by Raymond Hettinger · 22 years ago
  91. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  92. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
  93. 96940c9 Changed the tests to stop using __setstate__(). __setstate__() no by Tim Peters · 22 years ago
  94. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 22 years ago
  95. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  96. 177e41a Change the approach to pickling to use __reduce__ everywhere. Most by Guido van Rossum · 22 years ago
  97. e14295c pickle.py has a few doctest'ed internal functions, so run their tests. by Tim Peters · 22 years ago
  98. b4ff111 Check whether the choosen encoding requires byte swapping by Walter Dörwald · 22 years ago
  99. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 22 years ago
  100. 6afc5e0 - The mac-specific tests should also be run on darwin. by Jack Jansen · 22 years ago