1. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 22 years ago
  2. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 22 years ago
  3. fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 22 years ago
  4. f008998 Fix bug by Michael W. Hudson · 22 years ago
  5. 206b9a7 MyComplex now works. by Guido van Rossum · 22 years ago
  6. fc27375 test_load_from_canned_string(): Created a DATA2 string to test a canned by Tim Peters · 22 years ago
  7. 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 22 years ago
  8. b7bfe4b Typo repairs in new code. by Tim Peters · 22 years ago
  9. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 22 years ago
  10. 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 22 years ago
  11. d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
  12. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  13. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
  14. 98fc683 Getting rid of macfs. by Jack Jansen · 22 years ago
  15. add0ccc simple test case for dis module by Skip Montanaro · 22 years ago
  16. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  17. f389c77 Use floor division (// and __[r]floordiv__ in right-dispatch test. by Guido van Rossum · 22 years ago
  18. f359410 Use floor division (//). by Guido van Rossum · 22 years ago
  19. 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 22 years ago
  20. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
  21. 838e76a Test suite for the plistlib module. by Jack Jansen · 22 years ago
  22. 0c44c04 sys.executable can contain spaces, cater for this when passing it to by Jack Jansen · 22 years ago
  23. 577fb5a Fix from SF patch #633359 by Greg Chapman for SF bug #610299: by Guido van Rossum · 22 years ago
  24. 15ff0e9 Get test to work on alpha by Neal Norwitz · 22 years ago
  25. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 22 years ago
  26. c2dd2f0 Expect to skip test_iconv_codecs on MacOSX. by Jack Jansen · 22 years ago
  27. 71b13e8 Fix SF bug #690081, test_posix fails when run in non-interactive mode by Neal Norwitz · 22 years ago
  28. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  29. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 22 years ago
  30. 7107a7f SF bug 690622: test_cpickle overflows stack on MacOS9. by Tim Peters · 22 years ago
  31. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 22 years ago
  32. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
  33. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 22 years ago
  34. 3b5de4d Reverted whitespace normalization on this file. I should really change by Tim Peters · 22 years ago
  35. 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 22 years ago
  36. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  37. e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 22 years ago
  38. 2a30b21 Three test cases for __reduce_ex__. This fails for cPickle, until Tim by Guido van Rossum · 22 years ago
  39. c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 22 years ago
  40. e2052ab One doctest displaying a dict didn't sort it first. *Maybe* this fixes by Tim Peters · 22 years ago
  41. dcfdceb Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  42. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  43. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  44. 2ff51a8 Make changes suggested by Walter to use self.assert*() methods. by Neal Norwitz · 22 years ago
  45. 3b8fb47 Import test_support properly by Neal Norwitz · 22 years ago
  46. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 22 years ago
  47. e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 22 years ago
  48. 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 22 years ago
  49. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  50. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 23 years ago
  51. 71fcda5 cPickle produces NEWOBJ appropriately now. It still doesn't know by Tim Peters · 23 years ago
  52. 4507ec7 - The audio driver tests (test_ossaudiodev.py and by Guido van Rossum · 23 years ago
  53. bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 23 years ago
  54. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 23 years ago
  55. 18e36f4 Removed unused cut'n'paste import. by Tim Peters · 23 years ago
  56. c0c9370 We didn't have any tests making pickles with one of {pickle, cPickle}, by Tim Peters · 23 years ago
  57. e9ef203 Added a simple NEWOBJ test. This is in the pickle-only part of the by Tim Peters · 23 years ago
  58. c1eea67 Remove filecmp by Andrew M. Kuchling · 23 years ago
  59. 7585229 Port test_userlist to PyUnit and add a few tests to increase code by Walter Dörwald · 23 years ago
  60. 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 23 years ago
  61. 0c016a9 Re-enable compiling ossaudiodev now that it seems to work again. by Guido van Rossum · 23 years ago
  62. 8587b3c Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. by Tim Peters · 23 years ago
  63. bb18441 SF patch #682432, add lookbehind tests by Neal Norwitz · 23 years ago
  64. 3ea7cc3 Fix typo. by Walter Dörwald · 23 years ago
  65. 7cbd247 Add test to ensure files (fds) don't leak by Neal Norwitz · 23 years ago
  66. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 23 years ago
  67. 3288f59 Expect test_ossaudiodev to skip on Linux, too. (It's broken. by Guido van Rossum · 23 years ago
  68. 9c00f42 Systematic testing of hex/oct constants. by Guido van Rossum · 23 years ago
  69. 66b1259 SF #660455 : patch by NNorwitz. by Guido van Rossum · 23 years ago
  70. a89d10e Implement another useful feature for proxies: in super(X, x), x may by Guido van Rossum · 23 years ago
  71. 03bc7d3 SF #532767: isinstance(x, X) should work when x is a proxy for an X by Guido van Rossum · 23 years ago
  72. 42f08ac Implemented batching for dicts in cPickle. This is after two failed by Tim Peters · 23 years ago
  73. 1092d64 Implemented list batching in cPickle. by Tim Peters · 23 years ago
  74. b6e5a0c Put proper tests in classmethod_get(). Remove the type argument to by Guido van Rossum · 23 years ago
  75. 8d2613a Added tests to ensure that list and dict "chunking" are actually by Tim Peters · 23 years ago
  76. 3f50cdc Get rid of the "bozo" __getstate__ that was inserted when __slots__ by Guido van Rossum · 23 years ago
  77. 4f046e2 Add a few tests to test_count() to increase coverage in by Walter Dörwald · 23 years ago
  78. 7464024 Fix copy&paste error: call title instead of count by Walter Dörwald · 23 years ago
  79. 8dd1932 Change filtertuple() to use tp_as_sequence->sq_item by Walter Dörwald · 23 years ago
  80. 1918f77 Change filterstring() and filterunicode(): If the by Walter Dörwald · 23 years ago
  81. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 23 years ago
  82. de8b94c Fix SF bug #683467, 'int' ability to generate longs not inherited by Neal Norwitz · 23 years ago
  83. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 23 years ago
  84. f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 23 years ago
  85. 60eca93 C Code: by Raymond Hettinger · 23 years ago
  86. 68124bb The Python implementation of datetime was changed in ways that no longer by Tim Peters · 23 years ago
  87. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 23 years ago
  88. 275666f Merge the test part of the below checkin to the sandbox and Zope3, so by Guido van Rossum · 23 years ago
  89. 1dca482 Somehow, copy() of a classic class object was handled by Guido van Rossum · 23 years ago
  90. c06e3ac Add support for copy_reg.dispatch_table. by Guido van Rossum · 23 years ago
  91. f631859 Add __getnewargs__ method to classes that need it. by Guido van Rossum · 23 years ago
  92. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 23 years ago
  93. 85233bf Fix a bug in the way __getnewargs__ was handled. by Guido van Rossum · 23 years ago
  94. c755758 Support all the new stuff supported by the new pickle code: by Guido van Rossum · 23 years ago
  95. 90e05b0 Support __reduce__ returning a 4-tuple or 5-tuple. by Guido van Rossum · 23 years ago
  96. 581cb93 A test suite for the copy module. This should provide full code coverage. by Guido van Rossum · 23 years ago
  97. e63846d Add test suite for filecmp.py, after some discussion on bug #680494. by Andrew M. Kuchling · 23 years ago
  98. 8440761 SF bug 680864: test_datetime fails for non-unix epoch by Tim Peters · 23 years ago
  99. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 23 years ago
  100. 5c4ded2 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 23 years ago