1. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
  2. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  3. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  4. d7d01cd Merge test_startfile fix from 3.2. by Nadeem Vawda · 14 years ago
  5. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 14 years ago
  6. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
  7. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago
  8. ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  9. 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  10. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  11. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  12. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  13. cf645db Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  14. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  15. a4eb194 Merge from 3.2 by Antoine Pitrou · 14 years ago
  16. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 14 years ago
  17. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 14 years ago
  18. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 14 years ago
  19. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  20. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  21. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  22. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 14 years ago
  23. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 14 years ago
  24. 2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). by Ezio Melotti · 14 years ago
  25. b496159 merge from 3.2 by Senthil Kumaran · 14 years ago
  26. b4bd4af merge from 3.1 by Senthil Kumaran · 14 years ago
  27. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 14 years ago
  28. a15f614 #11845: Merge with 3.2. by Ezio Melotti · 14 years ago
  29. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 14 years ago
  30. 99e97f9 merge from 3.2. by Senthil Kumaran · 14 years ago
  31. 56f1e2d merge from 3.1 by Senthil Kumaran · 14 years ago
  32. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 14 years ago
  33. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 14 years ago
  34. ccb16cb Add Misc/NEWS entry for changeset 0010cc5f22d4. by Nadeem Vawda · 14 years ago
  35. 7d01e78 Merge with 3.2. by Ezio Melotti · 14 years ago
  36. 04c6423 Merge with 3.1. by Ezio Melotti · 14 years ago
  37. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 14 years ago
  38. b5eacc2 Merge by Alexander Belopolsky · 14 years ago
  39. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 14 years ago
  40. 9526c62 merge. by Senthil Kumaran · 14 years ago
  41. c90d02c merge from push conflict. by Senthil Kumaran · 14 years ago
  42. 00a47b8 merge from 3.2 by Senthil Kumaran · 14 years ago
  43. a8b0f9a Merge updates by Senthil Kumaran · 14 years ago
  44. af87886 merge update by Senthil Kumaran · 14 years ago
  45. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  46. 6dc6057 merge from 3.1 by Senthil Kumaran · 14 years ago
  47. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 14 years ago
  48. d16ee63 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  49. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  50. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  51. 59c90c6 merge 3.2 by Benjamin Peterson · 14 years ago
  52. 62f8bcb merge 3.1 by Benjamin Peterson · 14 years ago
  53. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 14 years ago
  54. 4d65224 Issue #11186: pydoc ignores a module if its name contains a surrogate character by Victor Stinner · 14 years ago
  55. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 14 years ago
  56. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 14 years ago
  57. 90e31a7 Add NEWS item for #5162. by brian.curtin · 14 years ago
  58. f7eac1f Add NEWS item for #5162. by brian.curtin · 14 years ago
  59. 628f980 Add NEWS item for #5162. by brian.curtin · 14 years ago
  60. 2498c9f Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 14 years ago
  61. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 14 years ago
  62. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 14 years ago
  63. 98707c2 Add Misc/NEWS "What's New" entry for subprocess timeouts. by Reid Kleckner · 14 years ago
  64. 753009a Merge from 3.2 (issue #11814, issue #8428) by Antoine Pitrou · 14 years ago
  65. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 14 years ago
  66. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 14 years ago
  67. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 14 years ago
  68. 344d26c Merge with 3.2 by Ross Lagerwall · 14 years ago
  69. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 14 years ago
  70. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 14 years ago
  71. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 14 years ago
  72. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 14 years ago
  73. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 14 years ago
  74. 6e678b4 Issue #9670: merge with current by Ned Deily · 14 years ago
  75. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 14 years ago
  76. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  77. b2a290c Merge with 3.2 by Ross Lagerwall · 14 years ago
  78. 226580e Merge with 3.1 by Ross Lagerwall · 14 years ago
  79. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
  80. 4ae3b44 (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  81. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  82. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 14 years ago
  83. 6537be7 #7311: merge with 3.2. by Ezio Melotti · 14 years ago
  84. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  85. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 14 years ago
  86. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  87. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  88. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 14 years ago
  89. 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
  90. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  91. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 14 years ago
  92. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 14 years ago
  93. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 14 years ago
  94. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 14 years ago
  95. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 14 years ago
  96. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  97. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  98. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
  99. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 14 years ago
  100. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 14 years ago