1. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  2. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 13 years ago
  3. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  4. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  5. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  6. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  7. 1114744 merge by Raymond Hettinger · 13 years ago
  8. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  9. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  10. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  11. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 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. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  14. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  15. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 13 years ago
  16. a8b0f9a Merge updates by Senthil Kumaran · 13 years ago
  17. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 13 years ago
  18. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  19. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  20. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 13 years ago
  21. 628f980 Add NEWS item for #5162. by brian.curtin · 13 years ago
  22. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  23. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  24. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  25. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 13 years ago
  26. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  27. acb6309 Merge issue 11662. by Guido van Rossum · 13 years ago
  28. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  29. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  30. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  31. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 13 years ago
  32. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  33. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  34. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 13 years ago
  35. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  36. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  37. e788ace Fix some issue references in NEWS by Éric Araujo · 13 years ago
  38. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 13 years ago
  39. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  40. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 13 years ago
  41. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  42. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  43. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  44. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 13 years ago
  45. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  46. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 13 years ago
  47. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 13 years ago
  48. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 13 years ago
  49. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  50. d79210a #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  51. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 13 years ago
  52. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 13 years ago
  53. 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago
  54. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  55. 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  56. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  57. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  58. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  59. 6c04569 Typos by Éric Araujo · 13 years ago
  60. 9dba9c4 Final update and deprecation of maintainers.rst. by Éric Araujo · 13 years ago
  61. 8f15987 Merged revisions 88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  62. 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  63. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  64. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  65. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  66. f7ef4de Merged revisions 88337 via svnmerge from by Brett Cannon · 13 years ago
  67. f60b485 Move entries to the right place by Éric Araujo · 13 years ago
  68. b344dd0 Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 13 years ago
  69. 6554887 Issue #11089: Fix performance issue limiting the use of ConfigParser() by Raymond Hettinger · 13 years ago
  70. 2e811c9 Merged revisions 88284 via svnmerge from by Antoine Pitrou · 13 years ago
  71. 7a8e21a Merged revisions 88234 via svnmerge from by Ned Deily · 13 years ago
  72. 26d55ed Merged revisions 88236 via svnmerge from by Ned Deily · 13 years ago
  73. 87bb6e9 Merged revisions 88231 via svnmerge from by Alexander Belopolsky · 13 years ago
  74. d62522a Issue 11020: command-line pyclbr broken due to missing 2-to-3 conversion. by Raymond Hettinger · 13 years ago
  75. ab5dd00 Merged revisions 88174 via svnmerge from by Ned Deily · 13 years ago
  76. 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 13 years ago
  77. eb9d5ad Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 13 years ago
  78. 6107a4e Merged revisions 88131 via svnmerge from by Antoine Pitrou · 13 years ago
  79. 710e966 Merged revisions 88111 via svnmerge from by Antoine Pitrou · 13 years ago
  80. 566facd Merged revisions 88097 via svnmerge from by Antoine Pitrou · 13 years ago
  81. 59ad4eb Merged revisions 88008 via svnmerge from by Ned Deily · 14 years ago
  82. 221d024 Merged revisions 88080 via svnmerge from by Benjamin Peterson · 14 years ago
  83. fb7bc3d Merged revisions 88022 via svnmerge from by Antoine Pitrou · 14 years ago
  84. d2b03e1 Backport 87978: Do not expose function type annotations in the standard library. by Raymond Hettinger · 14 years ago
  85. b633eab Merged revisions 87958 via svnmerge from by Antoine Pitrou · 14 years ago
  86. de36871 Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  87. cff7e2f Synchronize maintainers file by Éric Araujo · 14 years ago
  88. 8663e34 Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  89. 7fdc746 Merged revisions 87876-87877 via svnmerge from by Georg Brandl · 14 years ago
  90. 389af00 Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
  91. 5b6fc63 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 14 years ago
  92. ff17385 Merged revisions 87802 via svnmerge from by Antoine Pitrou · 14 years ago
  93. 8ad4cd9 Merged revisions 87796 via svnmerge from by David Malcolm · 14 years ago
  94. 59bf738 Merged revisions 87797 via svnmerge from by Antoine Pitrou · 14 years ago
  95. f9844c8 Merged revisions 87750 via svnmerge from by R. David Murray · 14 years ago
  96. 4b129d2 Merged revisions 87710 via svnmerge from by Gregory P. Smith · 14 years ago
  97. 41d5866 Merged revisions 87704-87705 via svnmerge from by Antoine Pitrou · 14 years ago
  98. 57ab441 Merged revisions 84068,87558 via svnmerge from by Antoine Pitrou · 14 years ago
  99. a75c105 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 14 years ago
  100. f50a6b6 Merged revisions 87695 via svnmerge from by Antoine Pitrou · 14 years ago