1. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 14 years ago
  2. 2df393c Fix nit. by Raymond Hettinger · 14 years ago
  3. c90d02c merge from push conflict. by Senthil Kumaran · 14 years ago
  4. 665b398 Merge update. by Senthil Kumaran · 14 years ago
  5. a8b0f9a Merge updates by Senthil Kumaran · 14 years ago
  6. af87886 merge update by Senthil Kumaran · 14 years ago
  7. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  8. 6dc6057 merge from 3.1 by Senthil Kumaran · 14 years ago
  9. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 14 years ago
  10. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  11. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  12. 62f8bcb merge 3.1 by Benjamin Peterson · 14 years ago
  13. abdeeff merge heads by Benjamin Peterson · 14 years ago
  14. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 14 years ago
  15. b17abb1 merge from 3.1 by Senthil Kumaran · 14 years ago
  16. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 14 years ago
  17. a3e449d Merge by Raymond Hettinger · 14 years ago
  18. f03d302 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 14 years ago
  19. 3780542 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 14 years ago
  20. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
  21. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
  22. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 14 years ago
  23. 35af953 Dummy merge by Brian Curtin · 14 years ago
  24. 84c209a Correct leading spaces in my NEWS entry. 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. 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
  28. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
  29. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 14 years ago
  30. fdb2df4 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 14 years ago
  31. 47e120e Cleanup and modernize code prior to working on Issue 11747. by Raymond Hettinger · 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. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 14 years ago
  35. dbb677a Beautify and modernize the SequenceMatcher example by Raymond Hettinger · 14 years ago
  36. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 14 years ago
  37. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 14 years ago
  38. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 14 years ago
  39. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  40. 226580e Merge with 3.1 by Ross Lagerwall · 14 years ago
  41. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
  42. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  43. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 14 years ago
  44. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
  45. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
  46. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
  47. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
  48. 77f8d29 Normalised whitespace. by Vinay Sajip · 14 years ago
  49. c46102c Updated Formatter documentation. by Vinay Sajip · 14 years ago
  50. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  51. 9b5ac3e Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 14 years ago
  52. 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 14 years ago
  53. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 14 years ago
  54. 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
  55. 3178b7d Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 14 years ago
  56. 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 14 years ago
  57. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  58. ae664fb Merge from 3.1 by Senthil Kumaran · 14 years ago
  59. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
  60. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
  61. 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
  62. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
  63. 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
  64. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  65. 4333aff Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 14 years ago
  66. 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 14 years ago
  67. e886047 Clarify that GzipFile.read1() isn't implemented. by Antoine Pitrou · 14 years ago
  68. e9b2a4c Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 14 years ago
  69. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 14 years ago
  70. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  71. 43bf045 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 14 years ago
  72. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 14 years ago
  73. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 14 years ago
  74. 9481e41 Merge with 3.1 by Ezio Melotti · 14 years ago
  75. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  76. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
  77. 12e6c25 Fix markup and wording. by Raymond Hettinger · 14 years ago
  78. 1081d48 Add links to make the math docs more usable. by Raymond Hettinger · 14 years ago
  79. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 14 years ago
  80. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  81. 8c5b748 Merge by Kristjan Valur Jonsson · 14 years ago
  82. d055956 Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  83. fa3edbe Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  84. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 14 years ago
  85. 4974705 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  86. d6c1d57 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  87. 20d2ab4 Merge issue 11662. by Guido van Rossum · 14 years ago
  88. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  89. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  90. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  91. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  92. 3077404 merge 3.1 by Benjamin Peterson · 14 years ago
  93. ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 14 years ago
  94. 7ef2b46 #10617: merge with 3.1. by Ezio Melotti · 14 years ago
  95. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 14 years ago
  96. 987403b merge #11696 by Martin v. Löwis · 14 years ago
  97. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  98. 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
  99. 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
  100. ea8e208 Move misplaced Misc/NEWS item (merge from 3.1) by Mark Dickinson · 14 years ago