1. 7248850 Issue #12400: test_faulthandler now uses sys.__stderr__ by Victor Stinner · 14 years ago
  2. e15bfeb (merge 3.2) Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 14 years ago
  3. fcc2a21 Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 14 years ago
  4. e6db144 (merge 3.2) Issue #12400: test_zipimport_support doesn't restore original by Victor Stinner · 14 years ago
  5. 592f679 Issue #12400: test_zipimport_support doesn't restore original sys.stdout anymore by Victor Stinner · 14 years ago
  6. fa832de (merge 3.2) Issue #12400: runtest() truncates the StringIO stream before a new by Victor Stinner · 14 years ago
  7. 85b3a49 Issue #12400: runtest() truncates the StringIO stream before a new test by Victor Stinner · 14 years ago
  8. 68416f0 (merge 3.2) Issue #12400: Add missing import (os) to test_kqueue by Victor Stinner · 14 years ago
  9. 125b2ba Issue #12400: Add missing import (os) to test_kqueue by Victor Stinner · 14 years ago
  10. 05d34fc Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 14 years ago
  11. bddc4d4 Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 14 years ago
  12. ba08905 (merge 3.2) Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 14 years ago
  13. ea95de7 Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 14 years ago
  14. d71bd9a (merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for by Victor Stinner · 14 years ago
  15. 8313d6a Issue #12400: runtest() reuses the same io.StringIO instance for all calls by Victor Stinner · 14 years ago
  16. 7348c6b (merge 3.2) Issue #12400: don't use sys.stderr in test_kqueue because it may be by Victor Stinner · 14 years ago
  17. 46b2091 Issue #12400: don't use sys.stderr in test_kqueue because it may be replaced by by Victor Stinner · 14 years ago
  18. 7e32f3a Issue #12400: fix test_faulthandler if regrtest captures sys.stderr by Victor Stinner · 14 years ago
  19. 0b8f0c2 (merge 3.2) Issue #12400: remove unused import by Victor Stinner · 14 years ago
  20. bd98f93 Issue #12400: remove unused variable by Victor Stinner · 14 years ago
  21. 565dbad Issue #12400: oops, remove debug code... by Victor Stinner · 14 years ago
  22. e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 14 years ago
  23. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 14 years ago
  24. 9e8b82f Issue #12303: run sig*wait*() tests in a subprocesss by Victor Stinner · 14 years ago
  25. fceb412 Issue #9516: Port the revised deployment target processing for OSX from by Ned Deily · 14 years ago
  26. 5c727cb Issue #9516: Port OS X deployment target tests from distutils to packaging by Ned Deily · 14 years ago
  27. 8c86d30 Issue #9516: Merge Distutils changes from 3.2 by Ned Deily · 14 years ago
  28. a8f8b50 Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 14 years ago
  29. d13007f Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 14 years ago
  30. 274271d remove unused imports (closes #12432) by Benjamin Peterson · 14 years ago
  31. 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 14 years ago
  32. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  33. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  34. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  35. f6837aa Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
  36. 11f00f3 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
  37. b37db00 merge 3.2 by Benjamin Peterson · 14 years ago
  38. 68b543a fix ws by Benjamin Peterson · 14 years ago
  39. 9df8874 merge 3.2 (#11302) by Benjamin Peterson · 14 years ago
  40. 6ccfe85 add more ast tests (closes #11302) by Benjamin Peterson · 14 years ago
  41. e90ec36 don't memoize objects that are their own copies (closes #12422) by Benjamin Peterson · 14 years ago
  42. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 14 years ago
  43. 345a5d7 merge 3.2 by Benjamin Peterson · 14 years ago
  44. 0f93d3d strip trailing ws by Benjamin Peterson · 14 years ago
  45. 16ba98c merge heads by Benjamin Peterson · 14 years ago
  46. 68151d4 merge 3.2 (#12417) by Benjamin Peterson · 14 years ago
  47. 8d77069 update profile license (closes #12417) by Benjamin Peterson · 14 years ago
  48. 096dcb1 Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text. by Giampaolo Rodola' · 14 years ago
  49. 29e2c64 Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 14 years ago
  50. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 14 years ago
  51. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 14 years ago
  52. 7079719 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 14 years ago
  53. eceebeb Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro. by Mark Dickinson · 14 years ago
  54. d0de3d4 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 14 years ago
  55. 06eef9c Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, reviewed by Sandro Tosi). by Raymond Hettinger · 14 years ago
  56. 7f48578 Fix test_signal on Windows after #12303. by Ross Lagerwall · 14 years ago
  57. 36a9de0 Issue #12408: Merge. by Mark Dickinson · 14 years ago
  58. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 14 years ago
  59. 12fb2f4 Code simplification suggested by Sven Marnach. by Raymond Hettinger · 14 years ago
  60. 5279fb9 Code simplification suggested by Sven Marnach. by Raymond Hettinger · 14 years ago
  61. e71db44 Issue #12392: fix thread initialization on FreeBSD 6 by Victor Stinner · 14 years ago
  62. fcb17e1 Merge #10206: add test for previously fixed bug. by R David Murray · 14 years ago
  63. e697e37 #10206: add test for previously fixed bug. by R David Murray · 14 years ago
  64. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 14 years ago
  65. 66f7d66 Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6 by Victor Stinner · 14 years ago
  66. f25ae48 Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6 by Victor Stinner · 14 years ago
  67. 3a420c7 #10354: remove last public mentions of 'template' and comment as private. by R David Murray · 14 years ago
  68. 8153b7a (merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows by Victor Stinner · 14 years ago
  69. 62d5118 Issue #12383: skip test_empty_env() of subprocess on Windows by Victor Stinner · 14 years ago
  70. 4527365 Issue #12363: improve siginterrupt() tests by Victor Stinner · 14 years ago
  71. c0a9f75 (merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X by Victor Stinner · 14 years ago
  72. 237e5cb Issue #12383: fix test_empty_env() of subprocess on Mac OS X by Victor Stinner · 14 years ago
  73. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 14 years ago
  74. 11cc475 (merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in by Victor Stinner · 14 years ago
  75. 372309a Issue #12383: skip test_empty_env() if compiled is compiled in shared mode by Victor Stinner · 14 years ago
  76. 372b838 (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the by Victor Stinner · 14 years ago
  77. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 14 years ago
  78. d628496 Close #12363: fix a race condition in siginterrupt() tests by Victor Stinner · 14 years ago
  79. 395dc58 (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the by Victor Stinner · 14 years ago
  80. 2fae27b Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  81. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 14 years ago
  82. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 14 years ago
  83. 019d0f2 merge 3.2 by Benjamin Peterson · 14 years ago
  84. 206cd1c fix uglyNamingConvention by Benjamin Peterson · 14 years ago
  85. 3e425ac packaging: Add the project directory to sys.path to support local setup hooks. by Éric Araujo · 14 years ago
  86. 348c572 Fix typo by Éric Araujo · 14 years ago
  87. afc9a5e #6771: Move wrapper function into __init__ and eliminate wrapper module by R David Murray · 14 years ago
  88. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 14 years ago
  89. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 14 years ago
  90. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 14 years ago
  91. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 14 years ago
  92. 9535105 merge #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
  93. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
  94. 3c8ca08 Make decorators used in packaging preserve docstrings by Éric Araujo · 14 years ago
  95. 980d344 Brange merge by Éric Araujo · 14 years ago
  96. 74d6813 Brange merge by Éric Araujo · 14 years ago
  97. 4c7d21e merge #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 14 years ago
  98. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 14 years ago
  99. ed5d2f1 Minor tweaks to packaging tests. by Éric Araujo · 14 years ago
  100. c06f46f Packaging tests: don’t let an internal cache grow indefinitely. by Éric Araujo · 14 years ago