1. ccb16cb Add Misc/NEWS entry for changeset 0010cc5f22d4. by Nadeem Vawda · 14 years ago
  2. 7d01e78 Merge with 3.2. by Ezio Melotti · 14 years ago
  3. 04c6423 Merge with 3.1. by Ezio Melotti · 14 years ago
  4. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 14 years ago
  5. b5eacc2 Merge by Alexander Belopolsky · 14 years ago
  6. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 14 years ago
  7. 9526c62 merge. by Senthil Kumaran · 14 years ago
  8. c90d02c merge from push conflict. by Senthil Kumaran · 14 years ago
  9. 00a47b8 merge from 3.2 by Senthil Kumaran · 14 years ago
  10. a8b0f9a Merge updates by Senthil Kumaran · 14 years ago
  11. af87886 merge update by Senthil Kumaran · 14 years ago
  12. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  13. 6dc6057 merge from 3.1 by Senthil Kumaran · 14 years ago
  14. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 14 years ago
  15. d16ee63 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  16. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  17. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  18. 59c90c6 merge 3.2 by Benjamin Peterson · 14 years ago
  19. 62f8bcb merge 3.1 by Benjamin Peterson · 14 years ago
  20. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 14 years ago
  21. 4d65224 Issue #11186: pydoc ignores a module if its name contains a surrogate character by Victor Stinner · 14 years ago
  22. b7877f2 Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 14 years ago
  23. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 14 years ago
  24. 90e31a7 Add NEWS item for #5162. by brian.curtin · 14 years ago
  25. f7eac1f Add NEWS item for #5162. by brian.curtin · 14 years ago
  26. 628f980 Add NEWS item for #5162. by brian.curtin · 14 years ago
  27. 2498c9f Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 14 years ago
  28. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 14 years ago
  29. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 14 years ago
  30. 98707c2 Add Misc/NEWS "What's New" entry for subprocess timeouts. by Reid Kleckner · 14 years ago
  31. 753009a Merge from 3.2 (issue #11814, issue #8428) by Antoine Pitrou · 14 years ago
  32. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 14 years ago
  33. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 14 years ago
  34. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 14 years ago
  35. 344d26c Merge with 3.2 by Ross Lagerwall · 14 years ago
  36. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 14 years ago
  37. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 14 years ago
  38. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 14 years ago
  39. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 14 years ago
  40. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 14 years ago
  41. 6e678b4 Issue #9670: merge with current by Ned Deily · 14 years ago
  42. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 14 years ago
  43. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  44. b2a290c Merge with 3.2 by Ross Lagerwall · 14 years ago
  45. 226580e Merge with 3.1 by Ross Lagerwall · 14 years ago
  46. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
  47. 4ae3b44 (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  48. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  49. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 14 years ago
  50. 6537be7 #7311: merge with 3.2. by Ezio Melotti · 14 years ago
  51. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  52. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 14 years ago
  53. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  54. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  55. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 14 years ago
  56. 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
  57. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  58. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 14 years ago
  59. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 14 years ago
  60. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 14 years ago
  61. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 14 years ago
  62. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 14 years ago
  63. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  64. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  65. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
  66. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 14 years ago
  67. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 14 years ago
  68. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 14 years ago
  69. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 14 years ago
  70. 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 14 years ago
  71. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 14 years ago
  72. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 14 years ago
  73. 0cc8d59 Issue #11727: add --timeout option to regrtest (disabled by default). by Victor Stinner · 14 years ago
  74. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 14 years ago
  75. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 14 years ago
  76. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
  77. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  78. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  79. 3a4ea3d Merge issue 11662. by Guido van Rossum · 14 years ago
  80. 20d2ab4 Merge issue 11662. by Guido van Rossum · 14 years ago
  81. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  82. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  83. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  84. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 14 years ago
  85. 1df78c8 merge 3.2 by Benjamin Peterson · 14 years ago
  86. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  87. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 14 years ago
  88. af88d86 merge #11696 by Martin v. Löwis · 14 years ago
  89. 987403b merge #11696 by Martin v. Löwis · 14 years ago
  90. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  91. ad64127 merge by Mark Dickinson · 14 years ago
  92. f382ab2 Issue #11692: Remove unnecessary demo functions in subprocess module. by Ross Lagerwall · 14 years ago
  93. 574980e Merge #9696 by Mark Dickinson · 14 years ago
  94. 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
  95. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 14 years ago
  96. 756ebc7 Fix misplaced Misc/NEWS entry (merge from 3.2) by Mark Dickinson · 14 years ago
  97. ea8e208 Move misplaced Misc/NEWS item (merge from 3.1) by Mark Dickinson · 14 years ago
  98. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 14 years ago
  99. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
  100. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 14 years ago