1. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  2. 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 13 years ago
  3. b7af620 #11282: merge with 3.2. by Ezio Melotti · 13 years ago
  4. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 13 years ago
  5. c9a5272 Merge with 3.2 by Ezio Melotti · 13 years ago
  6. 9481e41 Merge with 3.1 by Ezio Melotti · 13 years ago
  7. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  8. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 13 years ago
  9. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 13 years ago
  10. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 13 years ago
  11. fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 13 years ago
  12. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 13 years ago
  13. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  14. bc6a4db Issue #11393: fault handler uses raise(signum) for SIGILL on Windows by Victor Stinner · 13 years ago
  15. 7098685 Fix markup. by Georg Brandl · 13 years ago
  16. f309134 Issue #11393: fix usage of locks in faulthandler by Victor Stinner · 13 years ago
  17. a4d4f1b Issue #11393: New try to fix faulthandler_thread() by Victor Stinner · 13 years ago
  18. 1c76b7f Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock by Victor Stinner · 13 years ago
  19. d6056b7 Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  20. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  21. 112226f Fix markup and wording. by Raymond Hettinger · 13 years ago
  22. 12e6c25 Fix markup and wording. by Raymond Hettinger · 13 years ago
  23. 7ad24e9 Issue #11393: test_faulthandler is more tolerant on inaccurate time by Victor Stinner · 13 years ago
  24. 6604662 Add links to make the math docs more usable. by Raymond Hettinger · 13 years ago
  25. 1081d48 Add links to make the math docs more usable. by Raymond Hettinger · 13 years ago
  26. a46ed11 Move assertBytesEqual to base test class, improve it, and hook into assertEqual by R David Murray · 13 years ago
  27. eb50e51 Issue #11393: get more information on assertion error (test_faulthandler) by Victor Stinner · 13 years ago
  28. 7d648a0 Issue #11727: Antoine and Arfrever don't like "0 < timeout" style (regrtest.py) by Victor Stinner · 13 years ago
  29. a256bac Move infrastructure into __init__ to lay groundwork for splitting test_email. by R David Murray · 13 years ago
  30. 1940233 Issue #11393: check that stdout is empty if we use a file by Victor Stinner · 13 years ago
  31. 0cc8d59 Issue #11727: add --timeout option to regrtest (disabled by default). by Victor Stinner · 13 years ago
  32. 4b73988 regrtest.py checks that child process exit code is zero by Victor Stinner · 13 years ago
  33. 28346b8 Only a few files were opened using findfile; consistently don't use it. by R David Murray · 13 years ago
  34. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 13 years ago
  35. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  36. 05585cb Issue #11393: test_faulthandler checks the exitcode after the output by Victor Stinner · 13 years ago
  37. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 13 years ago
  38. 702624e Issue #11393: Fix the documentation (cancel_dump_traceback_later) by Victor Stinner · 13 years ago
  39. 3c7c355 Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) by Victor Stinner · 13 years ago
  40. 0862d6e Issue #11393: Disable test_stack_overflow of test_faulthandler by Victor Stinner · 13 years ago
  41. bb14b37 Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine) by Victor Stinner · 13 years ago
  42. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  43. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  44. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  45. 8c5b748 Merge by Kristjan Valur Jonsson · 13 years ago
  46. d055956 Merge 3.1 by Kristjan Valur Jonsson · 13 years ago
  47. 3c136e1 Merge by Kristjan Valur Jonsson · 13 years ago
  48. 978da33 Merge 3.2 by Kristjan Valur Jonsson · 13 years ago
  49. fa3edbe Merge 3.1 by Kristjan Valur Jonsson · 13 years ago
  50. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 13 years ago
  51. 010a948 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 13 years ago
  52. 4974705 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 13 years ago
  53. d6c1d57 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 13 years ago
  54. 3a4ea3d Merge issue 11662. by Guido van Rossum · 13 years ago
  55. 20d2ab4 Merge issue 11662. by Guido van Rossum · 13 years ago
  56. acb6309 Merge issue 11662. by Guido van Rossum · 13 years ago
  57. 69cfcab Merge. by guido@google.com · 13 years ago
  58. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  59. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  60. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  61. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 13 years ago
  62. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 13 years ago
  63. 1ebdd71 Add a __main__.py to test_email so it works with -m like it did before move. by R David Murray · 13 years ago
  64. 1df78c8 merge 3.2 by Benjamin Peterson · 13 years ago
  65. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 13 years ago
  66. fe55783 merge 3.2 by Benjamin Peterson · 13 years ago
  67. 3077404 merge 3.1 by Benjamin Peterson · 13 years ago
  68. ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 13 years ago
  69. c831a91 #10617: merge with 3.2. by Ezio Melotti · 13 years ago
  70. 7ef2b46 #10617: merge with 3.1. by Ezio Melotti · 13 years ago
  71. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 13 years ago
  72. 5bf7091 Update docstrings for itertools.accumulate(). by Raymond Hettinger · 13 years ago
  73. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 13 years ago
  74. af88d86 merge #11696 by Martin v. Löwis · 13 years ago
  75. 987403b merge #11696 by Martin v. Löwis · 13 years ago
  76. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  77. ad64127 merge by Mark Dickinson · 13 years ago
  78. f382ab2 Issue #11692: Remove unnecessary demo functions in subprocess module. by Ross Lagerwall · 13 years ago
  79. 574980e Merge #9696 by Mark Dickinson · 13 years ago
  80. 79a9036 Merge #9696 by Mark Dickinson · 13 years ago
  81. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  82. 756ebc7 Fix misplaced Misc/NEWS entry (merge from 3.2) by Mark Dickinson · 13 years ago
  83. ea8e208 Move misplaced Misc/NEWS item (merge from 3.1) by Mark Dickinson · 13 years ago
  84. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 13 years ago
  85. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 13 years ago
  86. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 13 years ago
  87. 5df4762 merge #7639 by Martin v. Löwis · 13 years ago
  88. a6e0b4f merge #7639 by Martin v. Löwis · 13 years ago
  89. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  90. eb2389b merge 3.2 by Benjamin Peterson · 13 years ago
  91. 1a07f07 merge 3.1 by Benjamin Peterson · 13 years ago
  92. c01ffdf revert unintended changes by Benjamin Peterson · 13 years ago
  93. 39530f8 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 13 years ago
  94. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  95. b04d70d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 13 years ago
  96. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 13 years ago
  97. ff5ee0c Merge by Antoine Pitrou · 13 years ago
  98. d8ad68f Merge by Antoine Pitrou · 13 years ago
  99. 9eea9d3 In the Windows clean script for buildbots, also clear the build dir by Antoine Pitrou · 13 years ago
  100. 4aeb542 Merge with 3.2 by Ross Lagerwall · 13 years ago