1. e55df1f "Fix" for the refleak report: the ABC classes are now in the _pyio module by Amaury Forgeot d'Arc · 16 years ago
  2. fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 16 years ago
  3. c2b9e1a Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 16 years ago
  4. 74b3016 #6553: crash in cPickle.load(), when given a StringIO with incomplete data. by Amaury Forgeot d'Arc · 16 years ago
  5. 46ca2f2 Backport of fix for issue 6542: make sure by R. David Murray · 16 years ago
  6. ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 16 years ago
  7. 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 16 years ago
  8. 6d75590 http://bugs.python.org/issue6499 by Kristján Valur Jónsson · 16 years ago
  9. d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago
  10. 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
  11. 88a0a2e Issue #6431: Fix Fraction comparisons with unknown types, and with by Mark Dickinson · 16 years ago
  12. e78e5d2 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. by Hirokazu Yamamoto · 16 years ago
  13. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
  14. d77faaf #5910: fix kqueue for calls with more than one event. by Georg Brandl · 16 years ago
  15. d5a23e3 methods' names pep8ification by Ezio Melotti · 16 years ago
  16. 91dcd93 Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418. by Michael Foord · 16 years ago
  17. 0369ba2 http://bugs.python.org/issue6267 Add more tests for the xlmrpc.ServerProxy by Kristján Valur Jónsson · 16 years ago
  18. 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 16 years ago
  19. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 16 years ago
  20. 9175742 Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 16 years ago
  21. ef6007c http://bugs.python.org/issue6460 by Kristján Valur Jónsson · 16 years ago
  22. 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 16 years ago
  23. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 16 years ago
  24. b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 16 years ago
  25. 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 16 years ago
  26. 573399a Curdir needs to be in the path for the test to work on all buildbots. by R. David Murray · 16 years ago
  27. fbf2cc4 Specify umask in execute bit test to get consistent results by R. David Murray · 16 years ago
  28. 00e1f63 Make test work with -O. by R. David Murray · 16 years ago
  29. 8a624a9 Conditionalize test cleanup code to eliminate traceback, which will by R. David Murray · 16 years ago
  30. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 16 years ago
  31. bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 16 years ago
  32. ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 16 years ago
  33. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 16 years ago
  34. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 16 years ago
  35. 5b1abb7 Backport test cases added in r73852. by Alexandre Vassalotti · 16 years ago
  36. 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 16 years ago
  37. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 16 years ago
  38. e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 16 years ago
  39. dd7ca24 Use select.poll() in subprocess, when available, rather than select() so that by Gregory P. Smith · 16 years ago
  40. 50a2252 condense with assertRaises by Benjamin Peterson · 16 years ago
  41. d3243d8 test that compile() accepts the future flag by Benjamin Peterson · 16 years ago
  42. 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 16 years ago
  43. 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 16 years ago
  44. 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 16 years ago
  45. 4d3f18f fix a few cases where automated fail -> assert translation messed up by Benjamin Peterson · 16 years ago
  46. 6b0032f use assert* methods in test_unittest by Benjamin Peterson · 16 years ago
  47. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  48. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
  49. 79c3bd8 Backport fix for buglet from py3k by Antoine Pitrou · 16 years ago
  50. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 16 years ago
  51. 552e7a7 return locals and cells in get_locals() not bound globals, though by Benjamin Peterson · 16 years ago
  52. 595f7a5 #2016 Fix a crash in function call when the **kwargs dictionary is mutated by Amaury Forgeot d'Arc · 16 years ago
  53. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 16 years ago
  54. 62641e9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 16 years ago
  55. ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 16 years ago
  56. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 16 years ago
  57. dae5db2 use closures by Benjamin Peterson · 16 years ago
  58. 5fa09e3 show that this one isn't used by Benjamin Peterson · 16 years ago
  59. 9c5e411 add missing assertion #6313 by Benjamin Peterson · 16 years ago
  60. f1cccaa remove duplicate test by Benjamin Peterson · 16 years ago
  61. c29863e #6276: Remove usage of nested() in favor of new with statement with multiple managers. by Georg Brandl · 16 years ago
  62. cdcd4bf Issue #6215: Fixed to use self.open() instead of open() or io.open(). by Hirokazu Yamamoto · 16 years ago
  63. 5d73017 Acknowledge the role of the MPFR library in creating cmath_testcases.txt by Mark Dickinson · 16 years ago
  64. 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 16 years ago
  65. f81ff98 #6227: Because of a wrong indentation, the test was not testing what it should. by Amaury Forgeot d'Arc · 16 years ago
  66. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 16 years ago
  67. 52c4bec give a better error message when deleting () by Benjamin Peterson · 16 years ago
  68. d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 16 years ago
  69. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 16 years ago
  70. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 16 years ago
  71. cb73bda Revert r73401 per Raymond Hettinger's request. by Alexandre Vassalotti · 16 years ago
  72. 450ae57 Make pickling of OrderedDict instances more efficient. by Alexandre Vassalotti · 16 years ago
  73. c5ae86b Re-enable testing of builtin open() in test_bufio in test_largefile by Antoine Pitrou · 16 years ago
  74. 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 16 years ago
  75. c5d2b41 Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py by Antoine Pitrou · 16 years ago
  76. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  77. 5217c08 Missing import in test_curses, uncovered by some buildbots. by Amaury Forgeot d'Arc · 16 years ago
  78. 9eeeee9 Restored a test that was erroneously removed. See issue 6198. by Eric Smith · 16 years ago
  79. a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 16 years ago
  80. 64092a5 backport r73273 by Benjamin Peterson · 16 years ago
  81. 9be5998 #6206: fix test__locale. by Georg Brandl · 16 years ago
  82. d53d085 Fix unittest discovery tests for Windows. Issue 6199 by Michael Foord · 16 years ago
  83. 7c58b09 Removed tests so that test_float pass on Windows. See issue 6198. by Eric Smith · 16 years ago
  84. fbf63a7 Fix test__locale on windows (Backport of r72365) by Hirokazu Yamamoto · 16 years ago
  85. 4da2fa5 Add test for #3684. by Georg Brandl · 16 years ago
  86. 46121e7 Better name for "Ctor". by Georg Brandl · 16 years ago
  87. 19e79f7 Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. by Georg Brandl · 16 years ago
  88. dad7b7b Restore default testRunner argument in unittest.main to None. Issue 6177 by Michael Foord · 16 years ago
  89. 61e7fbf Fixes issue6169: it was possible for two ipaddr network addresses to compare by Gregory P. Smith · 16 years ago
  90. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 16 years ago
  91. 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 16 years ago
  92. 382ccdf remove function import by Benjamin Peterson · 16 years ago
  93. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 16 years ago
  94. 4528bcd The test for #5330 wasn't correct. by Antoine Pitrou · 16 years ago
  95. 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 16 years ago
  96. 4650892 add with statements by Benjamin Peterson · 16 years ago
  97. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
  98. 6b98544 Refactor test parameterization to resolve update timing problem. by R. David Murray · 16 years ago
  99. 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 16 years ago
  100. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 16 years ago