1. 7a8d081 Issue #11757: subprocess ensures that select() and poll() timeout >= 0 by Victor Stinner · 13 years ago
  2. 446c8d5 Issue #11707: Fix compilation errors with Visual Studio by Victor Stinner · 13 years ago
  3. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 13 years ago
  4. 271b27e Issue #11768: add debug messages in test_threadsignals.test_signals by Victor Stinner · 13 years ago
  5. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  6. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  7. 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 13 years ago
  8. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 13 years ago
  9. 54e7135 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  10. 4333aff Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  11. 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  12. 6b4be36 Clarify that GzipFile.read1() is now implemented by Antoine Pitrou · 13 years ago
  13. e886047 Clarify that GzipFile.read1() isn't implemented. by Antoine Pitrou · 13 years ago
  14. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 13 years ago
  15. 457cdf5 Ignore other MSVC by-products by Antoine Pitrou · 13 years ago
  16. 8079f58 Ignore AMD64 build files under Windows by Antoine Pitrou · 13 years ago
  17. 3ff3521 Ignore build/ and Doc/build by Antoine Pitrou · 13 years ago
  18. 71cc78a Add x64-temp to ignore, prepend a forward slash to "build/" to include by brian.curtin · 13 years ago
  19. d11f76f Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  20. e9b2a4c Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  21. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  22. c800af4 Update timeit to use the new string formatting syntax. by Raymond Hettinger · 13 years ago
  23. f7ec169 Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed by Victor Stinner · 13 years ago
  24. da9edae Issue #11753: faulthandler thread uses pthread_sigmask() by Victor Stinner · 13 years ago
  25. 58f41c2 Merge by Steven Bethard · 13 years ago
  26. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  27. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  28. f4e1810 Fix TraceCallbackTests to not use bound parameters (followup to issue #11688) by Antoine Pitrou · 13 years ago
  29. fc2e376 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  30. 43bf045 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  31. 43b2168 Improve error message in test by Antoine Pitrou · 13 years ago
  32. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 13 years ago
  33. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 13 years ago
  34. f77ccc6 test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) by Victor Stinner · 13 years ago
  35. 1b3241f test_faulthandler: fix regex on the check_dump_traceback_threads() traceback by Victor Stinner · 13 years ago
  36. 6dca527 Issue #11748: try to fix sporadic failures in test_ftplib by Antoine Pitrou · 13 years ago
  37. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 13 years ago
  38. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 13 years ago
  39. 24ce386 Fix whitespace by Antoine Pitrou · 13 years ago
  40. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  41. 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 13 years ago
  42. b7af620 #11282: merge with 3.2. by Ezio Melotti · 13 years ago
  43. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 13 years ago
  44. c9a5272 Merge with 3.2 by Ezio Melotti · 13 years ago
  45. 9481e41 Merge with 3.1 by Ezio Melotti · 13 years ago
  46. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  47. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 14 years ago
  48. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 14 years ago
  49. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 14 years ago
  50. fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 14 years ago
  51. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 14 years ago
  52. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 14 years ago
  53. bc6a4db Issue #11393: fault handler uses raise(signum) for SIGILL on Windows by Victor Stinner · 14 years ago
  54. 7098685 Fix markup. by Georg Brandl · 14 years ago
  55. f309134 Issue #11393: fix usage of locks in faulthandler by Victor Stinner · 14 years ago
  56. a4d4f1b Issue #11393: New try to fix faulthandler_thread() by Victor Stinner · 14 years ago
  57. 1c76b7f Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock by Victor Stinner · 14 years ago
  58. d6056b7 Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
  59. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
  60. 112226f Fix markup and wording. by Raymond Hettinger · 14 years ago
  61. 12e6c25 Fix markup and wording. by Raymond Hettinger · 14 years ago
  62. 7ad24e9 Issue #11393: test_faulthandler is more tolerant on inaccurate time by Victor Stinner · 14 years ago
  63. 6604662 Add links to make the math docs more usable. by Raymond Hettinger · 14 years ago
  64. 1081d48 Add links to make the math docs more usable. by Raymond Hettinger · 14 years ago
  65. a46ed11 Move assertBytesEqual to base test class, improve it, and hook into assertEqual by R David Murray · 14 years ago
  66. eb50e51 Issue #11393: get more information on assertion error (test_faulthandler) by Victor Stinner · 14 years ago
  67. 7d648a0 Issue #11727: Antoine and Arfrever don't like "0 < timeout" style (regrtest.py) by Victor Stinner · 14 years ago
  68. a256bac Move infrastructure into __init__ to lay groundwork for splitting test_email. by R David Murray · 14 years ago
  69. 1940233 Issue #11393: check that stdout is empty if we use a file by Victor Stinner · 14 years ago
  70. 0cc8d59 Issue #11727: add --timeout option to regrtest (disabled by default). by Victor Stinner · 14 years ago
  71. 4b73988 regrtest.py checks that child process exit code is zero by Victor Stinner · 14 years ago
  72. 28346b8 Only a few files were opened using findfile; consistently don't use it. by R David Murray · 14 years ago
  73. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 14 years ago
  74. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 14 years ago
  75. 05585cb Issue #11393: test_faulthandler checks the exitcode after the output by Victor Stinner · 14 years ago
  76. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 14 years ago
  77. 702624e Issue #11393: Fix the documentation (cancel_dump_traceback_later) by Victor Stinner · 14 years ago
  78. 3c7c355 Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) by Victor Stinner · 14 years ago
  79. 0862d6e Issue #11393: Disable test_stack_overflow of test_faulthandler by Victor Stinner · 14 years ago
  80. bb14b37 Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine) by Victor Stinner · 14 years ago
  81. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
  82. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  83. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  84. 8c5b748 Merge by Kristjan Valur Jonsson · 14 years ago
  85. d055956 Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  86. 3c136e1 Merge by Kristjan Valur Jonsson · 14 years ago
  87. 978da33 Merge 3.2 by Kristjan Valur Jonsson · 14 years ago
  88. fa3edbe Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  89. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 14 years ago
  90. 010a948 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  91. 4974705 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  92. d6c1d57 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  93. 3a4ea3d Merge issue 11662. by Guido van Rossum · 14 years ago
  94. 20d2ab4 Merge issue 11662. by Guido van Rossum · 14 years ago
  95. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  96. 69cfcab Merge. by guido@google.com · 14 years ago
  97. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 14 years ago
  98. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  99. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  100. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 14 years ago