1. 73365dd whitespace... by Brian Curtin · 13 years ago
  2. e6242d7 Fix #11961. Document STARTUPINFO and creation flag options. by Brian Curtin · 13 years ago
  3. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 13 years ago
  4. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 13 years ago
  5. 2ee8835 #11952: Fix typo in multiprocessing doc. by Ezio Melotti · 13 years ago
  6. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 13 years ago
  7. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 13 years ago
  8. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 13 years ago
  9. 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  10. f95033b #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  11. 9a42793 Branch merge by Éric Araujo · 13 years ago
  12. 10f3d7a Change markup so it generates a link by Éric Araujo · 13 years ago
  13. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  14. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 13 years ago
  15. 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  16. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  17. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  18. 16190c8 Change markup so that it creates a link by Éric Araujo · 13 years ago
  19. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  20. 2bad92d Remove obsolete/duplicate docstring by Éric Araujo · 13 years ago
  21. 5348b63 Branch merge by Éric Araujo · 13 years ago
  22. 2b9388a Fix weird executable name by Éric Araujo · 13 years ago
  23. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  24. 7365acc merge heads by Jesus Cea · 13 years ago
  25. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  26. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  27. c3ab577 merge by Jesus Cea · 13 years ago
  28. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  29. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  30. 5c1a0c9 Fix argument name in reST doc to match the code by Éric Araujo · 13 years ago
  31. ad0790e Branch merge by Éric Araujo · 13 years ago
  32. f8e1b60 Add docstring to dbm.open by Éric Araujo · 13 years ago
  33. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  34. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  35. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  36. 1114744 merge by Raymond Hettinger · 13 years ago
  37. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 13 years ago
  38. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  39. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  40. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  41. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 13 years ago
  42. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  43. dcb22a3 Fix resource warning found manually by Éric Araujo · 13 years ago
  44. a0b3c32 Advertise nesting directives for class/method and class/data combos. by Éric Araujo · 13 years ago
  45. 340d269 Small wording fix. by Georg Brandl · 13 years ago
  46. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  47. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  48. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  49. 181810b #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 13 years ago
  50. 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
  51. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  52. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  53. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 13 years ago
  54. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  55. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  56. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  57. 832c8bb #9101: backport json reference in configparser doc. by Ezio Melotti · 13 years ago
  58. 691840f Fix improper tests in RegisterTestCase by Éric Araujo · 13 years ago
  59. 395ba35 Minor tweaks to a few comments in heapq by Éric Araujo · 13 years ago
  60. b4fb909 Remove inexistent tools by Brian Curtin · 13 years ago
  61. e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  62. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  63. d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  64. 42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 13 years ago
  65. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 13 years ago
  66. 4f95a52 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 13 years ago
  67. a8b0f9a Merge updates by Senthil Kumaran · 13 years ago
  68. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 13 years ago
  69. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  70. abdeeff merge heads by Benjamin Peterson · 13 years ago
  71. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  72. 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
  73. 3780542 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  74. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  75. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 13 years ago
  76. 628f980 Add NEWS item for #5162. by brian.curtin · 13 years ago
  77. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  78. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  79. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  80. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  81. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 13 years ago
  82. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
  83. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
  84. 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 14 years ago
  85. 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 14 years ago
  86. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
  87. c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
  88. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  89. 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 14 years ago
  90. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 14 years ago
  91. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  92. d055956 Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  93. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 14 years ago
  94. d6c1d57 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  95. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  96. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  97. ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 14 years ago
  98. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 14 years ago
  99. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  100. 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