1. 9bf133c Fix #11825: disable regrtest timeout if Python doesn't support threads by Victor Stinner · 13 years ago
  2. 1f817f7 Merge by Raymond Hettinger · 13 years ago
  3. 9180deb Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  4. a3e449d Merge by Raymond Hettinger · 13 years ago
  5. f03d302 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  6. 3780542 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  7. 4d65224 Issue #11186: pydoc ignores a module if its name contains a surrogate character by Victor Stinner · 13 years ago
  8. ea4b46f Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. by Nadeem Vawda · 13 years ago
  9. b30f1b4 Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  10. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  11. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  12. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  13. 3fdd9b6 Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  14. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  15. 4bbde72 Fix markup. by Raymond Hettinger · 13 years ago
  16. d4b02e9 Dummy merge by Brian Curtin · 13 years ago
  17. 35af953 Dummy merge by Brian Curtin · 13 years ago
  18. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 13 years ago
  19. 90e31a7 Add NEWS item for #5162. by brian.curtin · 13 years ago
  20. f7eac1f Add NEWS item for #5162. by brian.curtin · 13 years ago
  21. 628f980 Add NEWS item for #5162. by brian.curtin · 13 years ago
  22. 80e4783 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  23. 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  24. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  25. 2498c9f Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  26. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  27. a3359ee Whitespace normalized. by Vinay Sajip · 13 years ago
  28. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  29. 98707c2 Add Misc/NEWS "What's New" entry for subprocess timeouts. by Reid Kleckner · 13 years ago
  30. d60b74c Merge with 3.2. by Ezio Melotti · 13 years ago
  31. fdb2df4 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 13 years ago
  32. 8362eb1 Merge by Raymond Hettinger · 13 years ago
  33. e2b63e2 Cleanup and modernize code prior to working on Issue 11747. by Raymond Hettinger · 13 years ago
  34. 47e120e Cleanup and modernize code prior to working on Issue 11747. by Raymond Hettinger · 13 years ago
  35. 753009a Merge from 3.2 (issue #11814, issue #8428) by Antoine Pitrou · 13 years ago
  36. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 13 years ago
  37. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  38. eb9e074 Use stock assertEqual instead of custom ndiffAssertEqual. by R David Murray · 13 years ago
  39. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 13 years ago
  40. 344d26c Merge with 3.2 by Ross Lagerwall · 13 years ago
  41. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 13 years ago
  42. dd97fbb Issue #9904: fix and clarify some comments + fix indentation in symtable code by Eli Bendersky · 13 years ago
  43. 1929983 Beautify and modernize the SequenceMatcher example by Raymond Hettinger · 13 years ago
  44. dbb677a Beautify and modernize the SequenceMatcher example by Raymond Hettinger · 13 years ago
  45. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  46. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  47. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  48. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 13 years ago
  49. c6a726d Replace constant tuple with constant set. by Raymond Hettinger · 13 years ago
  50. a563286 Fix nit (make spelling consistent in prototype) by Raymond Hettinger · 13 years ago
  51. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  52. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  53. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  54. b2a290c Merge with 3.2 by Ross Lagerwall · 13 years ago
  55. 226580e Merge with 3.1 by Ross Lagerwall · 13 years ago
  56. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  57. 4ae3b44 (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  58. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  59. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 13 years ago
  60. a4de6d8 Improve faulthandler.enable(all_threads=True) by Victor Stinner · 13 years ago
  61. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 13 years ago
  62. 9418932 faulthandler: fix variable name, timeout_ms => timeout_us by Victor Stinner · 13 years ago
  63. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 13 years ago
  64. cfa7123 faulthandler: fix unregister() if it is called before register() by Victor Stinner · 13 years ago
  65. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  66. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  67. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  68. 63d320b Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  69. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  70. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  71. d35d64b Merged whitespace fix. by Vinay Sajip · 13 years ago
  72. 77f8d29 Normalised whitespace. by Vinay Sajip · 13 years ago
  73. bfd463c Merged doc fix in 3.2. by Vinay Sajip · 13 years ago
  74. c46102c Updated Formatter documentation. by Vinay Sajip · 13 years ago
  75. d08b330 Merge to tip. by Brian Quinlan · 13 years ago
  76. f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 13 years ago
  77. b1eb660 Fix faulthandler timeout to avoid breaking buildbots by Antoine Pitrou · 13 years ago
  78. 6537be7 #7311: merge with 3.2. by Ezio Melotti · 13 years ago
  79. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  80. cece8cf Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  81. 9b5ac3e Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  82. 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  83. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 13 years ago
  84. 44e31ba faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction() by Victor Stinner · 13 years ago
  85. 9699440 faulthandler: check PyThreadState_Get() result in dump_tracebacks_later() by Victor Stinner · 13 years ago
  86. 0df8092 Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  87. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  88. efbcb18 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  89. 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  90. 59c8ac7 Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 13 years ago
  91. 3178b7d Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 13 years ago
  92. 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 13 years ago
  93. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  94. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  95. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  96. 736975a merge from 3.2 by Senthil Kumaran · 13 years ago
  97. ae664fb Merge from 3.1 by Senthil Kumaran · 13 years ago
  98. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  99. 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  100. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago