1. 2498c9f Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  2. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  3. a3359ee Whitespace normalized. by Vinay Sajip · 13 years ago
  4. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  5. 98707c2 Add Misc/NEWS "What's New" entry for subprocess timeouts. by Reid Kleckner · 13 years ago
  6. d60b74c Merge with 3.2. by Ezio Melotti · 13 years ago
  7. fdb2df4 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 13 years ago
  8. 8362eb1 Merge by Raymond Hettinger · 13 years ago
  9. e2b63e2 Cleanup and modernize code prior to working on Issue 11747. by Raymond Hettinger · 13 years ago
  10. 47e120e Cleanup and modernize code prior to working on Issue 11747. by Raymond Hettinger · 13 years ago
  11. 753009a Merge from 3.2 (issue #11814, issue #8428) by Antoine Pitrou · 13 years ago
  12. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 13 years ago
  13. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  14. eb9e074 Use stock assertEqual instead of custom ndiffAssertEqual. by R David Murray · 13 years ago
  15. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 13 years ago
  16. 344d26c Merge with 3.2 by Ross Lagerwall · 13 years ago
  17. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 13 years ago
  18. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  19. 1929983 Beautify and modernize the SequenceMatcher example by Raymond Hettinger · 13 years ago
  20. dbb677a Beautify and modernize the SequenceMatcher example by Raymond Hettinger · 13 years ago
  21. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  22. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  23. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  24. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 13 years ago
  25. c6a726d Replace constant tuple with constant set. by Raymond Hettinger · 13 years ago
  26. a563286 Fix nit (make spelling consistent in prototype) by Raymond Hettinger · 13 years ago
  27. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  28. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  29. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  30. b2a290c Merge with 3.2 by Ross Lagerwall · 13 years ago
  31. 226580e Merge with 3.1 by Ross Lagerwall · 13 years ago
  32. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  33. 4ae3b44 (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  34. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  35. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 13 years ago
  36. a4de6d8 Improve faulthandler.enable(all_threads=True) by Victor Stinner · 13 years ago
  37. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 13 years ago
  38. 9418932 faulthandler: fix variable name, timeout_ms => timeout_us by Victor Stinner · 13 years ago
  39. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 13 years ago
  40. cfa7123 faulthandler: fix unregister() if it is called before register() by Victor Stinner · 13 years ago
  41. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  42. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  43. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  44. 63d320b Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  45. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  46. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  47. d35d64b Merged whitespace fix. by Vinay Sajip · 13 years ago
  48. 77f8d29 Normalised whitespace. by Vinay Sajip · 13 years ago
  49. bfd463c Merged doc fix in 3.2. by Vinay Sajip · 13 years ago
  50. c46102c Updated Formatter documentation. by Vinay Sajip · 13 years ago
  51. d08b330 Merge to tip. by Brian Quinlan · 13 years ago
  52. f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 13 years ago
  53. b1eb660 Fix faulthandler timeout to avoid breaking buildbots by Antoine Pitrou · 13 years ago
  54. 6537be7 #7311: merge with 3.2. by Ezio Melotti · 13 years ago
  55. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  56. cece8cf Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  57. 9b5ac3e Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  58. 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  59. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 13 years ago
  60. 44e31ba faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction() by Victor Stinner · 13 years ago
  61. 9699440 faulthandler: check PyThreadState_Get() result in dump_tracebacks_later() by Victor Stinner · 13 years ago
  62. 0df8092 Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  63. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  64. efbcb18 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  65. 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  66. 59c8ac7 Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 13 years ago
  67. 3178b7d Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 13 years ago
  68. 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 13 years ago
  69. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  70. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  71. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  72. 736975a merge from 3.2 by Senthil Kumaran · 13 years ago
  73. ae664fb Merge from 3.1 by Senthil Kumaran · 13 years ago
  74. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  75. 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  76. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  77. 3bd9729 implement tp_clear by Benjamin Peterson · 13 years ago
  78. e21a596 Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  79. 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  80. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago
  81. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 13 years ago
  82. 02ba73c Merge with 3.1 by Ross Lagerwall · 13 years ago
  83. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  84. 7a8d081 Issue #11757: subprocess ensures that select() and poll() timeout >= 0 by Victor Stinner · 13 years ago
  85. 446c8d5 Issue #11707: Fix compilation errors with Visual Studio by Victor Stinner · 13 years ago
  86. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 13 years ago
  87. 271b27e Issue #11768: add debug messages in test_threadsignals.test_signals by Victor Stinner · 13 years ago
  88. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 13 years ago
  89. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 13 years ago
  90. 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 13 years ago
  91. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 13 years ago
  92. 54e7135 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  93. 4333aff Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  94. 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 13 years ago
  95. 6b4be36 Clarify that GzipFile.read1() is now implemented by Antoine Pitrou · 13 years ago
  96. e886047 Clarify that GzipFile.read1() isn't implemented. by Antoine Pitrou · 13 years ago
  97. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 13 years ago
  98. 457cdf5 Ignore other MSVC by-products by Antoine Pitrou · 13 years ago
  99. 8079f58 Ignore AMD64 build files under Windows by Antoine Pitrou · 13 years ago
  100. 3ff3521 Ignore build/ and Doc/build by Antoine Pitrou · 13 years ago