1. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  2. 3384e54 Issue #11855: merge from 3.1 by Eli Bendersky · 13 years ago
  3. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  4. f05c139 merge by Raymond Hettinger · 13 years ago
  5. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  6. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  7. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  8. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  9. 8881868 #11843: Merge with 3.1. by Ezio Melotti · 13 years ago
  10. 181810b #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 13 years ago
  11. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  12. 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 · 13 years ago
  13. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  14. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  15. 82b0d5d #11848: Merge with 3.1. by Ezio Melotti · 13 years ago
  16. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  17. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 13 years ago
  18. 34d204b #4783: Merge with 3.1. by Ezio Melotti · 13 years ago
  19. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 13 years ago
  20. d211231 merge from 3.1 by Eli Bendersky · 13 years ago
  21. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  22. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  23. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  24. c1f0577 #11840: Merge with 3.1. by Ezio Melotti · 13 years ago
  25. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  26. eb22db0 Dummy merge with 3.1. by Ezio Melotti · 13 years ago
  27. 832c8bb #9101: backport json reference in configparser doc. by Ezio Melotti · 13 years ago
  28. 8e4f4fe Merge 3.1 by Brian Curtin · 13 years ago
  29. b4fb909 Remove inexistent tools by Brian Curtin · 13 years ago
  30. 8a9c4d9 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  31. 5864c9f Merge: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  32. e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  33. a3d0be4 Merge with 3.1. by Ezio Melotti · 13 years ago
  34. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  35. 04c6423 Merge with 3.1. by Ezio Melotti · 13 years ago
  36. d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  37. 42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 13 years ago
  38. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 13 years ago
  39. 4f95a52 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 13 years ago
  40. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 13 years ago
  41. 2df393c Fix nit. by Raymond Hettinger · 13 years ago
  42. c90d02c merge from push conflict. by Senthil Kumaran · 13 years ago
  43. 665b398 Merge update. by Senthil Kumaran · 13 years ago
  44. a8b0f9a Merge updates by Senthil Kumaran · 13 years ago
  45. af87886 merge update by Senthil Kumaran · 13 years ago
  46. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  47. 6dc6057 merge from 3.1 by Senthil Kumaran · 13 years ago
  48. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 13 years ago
  49. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  50. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  51. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  52. abdeeff merge heads by Benjamin Peterson · 13 years ago
  53. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  54. b17abb1 merge from 3.1 by Senthil Kumaran · 13 years ago
  55. 2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. by Senthil Kumaran · 13 years ago
  56. a3e449d Merge by Raymond Hettinger · 13 years ago
  57. f03d302 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  58. 3780542 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  59. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  60. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  61. 27be5da Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue by Antoine Pitrou · 13 years ago
  62. 35af953 Dummy merge by Brian Curtin · 13 years ago
  63. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 13 years ago
  64. f7eac1f Add NEWS item for #5162. by brian.curtin · 13 years ago
  65. 628f980 Add NEWS item for #5162. by brian.curtin · 13 years ago
  66. 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  67. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  68. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  69. fdb2df4 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 13 years ago
  70. 47e120e Cleanup and modernize code prior to working on Issue 11747. by Raymond Hettinger · 13 years ago
  71. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 13 years ago
  72. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  73. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 13 years ago
  74. dbb677a Beautify and modernize the SequenceMatcher example by Raymond Hettinger · 13 years ago
  75. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  76. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  77. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  78. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  79. 226580e Merge with 3.1 by Ross Lagerwall · 13 years ago
  80. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  81. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  82. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 13 years ago
  83. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  84. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  85. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  86. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  87. 77f8d29 Normalised whitespace. by Vinay Sajip · 13 years ago
  88. c46102c Updated Formatter documentation. by Vinay Sajip · 13 years ago
  89. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  90. 9b5ac3e Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  91. 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  92. 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 13 years ago
  93. 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  94. 3178b7d Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 13 years ago
  95. 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 13 years ago
  96. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 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. b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  100. 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 13 years ago