1. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  2. 34b32d6 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  3. 5dc6868 Update NEWS for Issue11236. by Senthil Kumaran · 13 years ago
  4. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  5. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  6. e0156c4 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  7. bafc6a9 Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  8. 33feeab (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  9. c116da0 merge 11442 NEWS by Martin v. Löwis · 13 years ago
  10. 31e1b1f merge 11442 NEWS by Martin v. Löwis · 13 years ago
  11. 2d253dd Issue 11442: Add NEWS entry for e9724d7abbc2 by Martin v. Löwis · 13 years ago
  12. 37c0fe5 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  13. c283a85 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. u"\U00012345"[0]). by Ezio Melotti · 13 years ago
  14. ddaea1c Issue #11467: Fix urlparse behavior when handling urls which contains scheme by Senthil Kumaran · 13 years ago
  15. a99b761 Fix Issue11474 - url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  16. 2b96f09 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  17. 179816d Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  18. 0531d6f update news in 2.7 for Issue #11703 by Senthil Kumaran · 13 years ago
  19. ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  20. e4579c3 Issue #11830: Remove unnecessary introspection code in the decimal module. by Raymond Hettinger · 13 years ago
  21. 16f98b7 Add NEWS item for #5162. by brian.curtin · 13 years ago
  22. 8b4367e #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file. by Ezio Melotti · 13 years ago
  23. 7dfc874 Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  24. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 13 years ago
  25. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  26. fe2f1ad Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  27. 5de51ac (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 13 years ago
  28. 5f51182 Issue #7108: Fix test_commands to not fail when special attributes ('@' by Ned Deily · 13 years ago
  29. 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  30. 104c3f1 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  31. e3c11b4 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  32. b885a5b Merge cleanup. by Guido van Rossum · 13 years ago
  33. 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 13 years ago
  34. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 13 years ago
  35. b7ef35b Merge urllib/urllib2 security fix from 2.6 branch. by guido@google.com · 13 years ago
  36. 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 13 years ago
  37. 77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 13 years ago
  38. db3080e Add CVE number to urllib/urllib2 news item. by guido@google.com · 13 years ago
  39. 03f7e23 Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  40. d687be0 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
  41. 1829e8f Move Misc/NEWS entry to correct section. by Mark Dickinson · 13 years ago
  42. bc3b104 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 13 years ago
  43. 49b0ce0 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  44. f21ad92 check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  45. 5e0062d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 13 years ago
  46. 3f69a05 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 13 years ago
  47. 5395862 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 13 years ago
  48. 874d59e Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. by Mark Dickinson · 13 years ago
  49. d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  50. 9aa5a34 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  51. f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. by Mark Dickinson · 13 years ago
  52. 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 13 years ago
  53. 86f9074 Fix some issue references in NEWS by Éric Araujo · 13 years ago
  54. 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 13 years ago
  55. 5136867 News update for previous commit by Michael Foord · 13 years ago
  56. 2ab5994 Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  57. 1aa999c Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified by Ronald Oussoren · 13 years ago
  58. 1919983 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  59. 8c76c53 merge heads by R David Murray · 13 years ago
  60. cdd5fc9 #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  61. 2c8c62e Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 13 years ago
  62. 2ddaaff Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago
  63. 9d4836e Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  64. 5edae7e Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 13 years ago
  65. d6f3a3e Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  66. 680e6eb Merged revisions 88735 via svnmerge from by Eli Bendersky · 13 years ago
  67. 1a33790 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  68. d65224f Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 13 years ago
  69. d3f6ea1 Merged revisions 88664 via svnmerge from by Antoine Pitrou · 13 years ago
  70. 6439c00 Merged revisions 88610 via svnmerge from by Antoine Pitrou · 13 years ago
  71. 94800df Merged revisions 88430,88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  72. 71f4fbb Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  73. 2804602 Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  74. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 13 years ago
  75. f4d2b3d Merged revisions 88486 via svnmerge from by Antoine Pitrou · 13 years ago
  76. e6cc7d6 Merged revisions 88475 via svnmerge from by Ned Deily · 13 years ago
  77. 42bb7ca - Issue #11171: Fix detection of config/Makefile when --prefix != by Barry Warsaw · 13 years ago
  78. 008c044 Merged revisions 88403 via svnmerge from by R. David Murray · 13 years ago
  79. 68adfdc Issue #11079: The /Applications/Python x.x folder created by the Mac by Ned Deily · 13 years ago
  80. 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 13 years ago
  81. 820021e Merged revisions 88284 via svnmerge from by Antoine Pitrou · 13 years ago
  82. 6065153 Merged revisions 88232 via svnmerge from by Ned Deily · 14 years ago
  83. 53c460d Merged revisions 88004,88006,88235 via svnmerge from by Ned Deily · 14 years ago
  84. 2a6f4b3 Merged revisions 88003 via svnmerge from by Ned Deily · 14 years ago
  85. efc527a Merged revisions 88236 via svnmerge from by Ned Deily · 14 years ago
  86. 57a8689 Issue 11004: Fix edge case for deque.count(). by Raymond Hettinger · 14 years ago
  87. f8583ac Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. by Steven Bethard · 14 years ago
  88. cdb8388 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
  89. 8a0eede Merged revisions 88131 via svnmerge from by Antoine Pitrou · 14 years ago
  90. 63a3f15 Merged revisions 88111 via svnmerge from by Antoine Pitrou · 14 years ago
  91. 3013b16 Merged revisions 88097 via svnmerge from by Antoine Pitrou · 14 years ago
  92. 4a70550 Merged revisions 87394 via svnmerge from by Ned Deily · 14 years ago
  93. 9989d85 Merged revisions 88022 via svnmerge from by Antoine Pitrou · 14 years ago
  94. 8bc59fa Merged revisions 87958 via svnmerge from by Antoine Pitrou · 14 years ago
  95. 9b911ca Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  96. 4ea1aac Reverted r87944 - issue #5109 should not have been backported by Alexander Belopolsky · 14 years ago
  97. 830c85d Merged revisions 87942 via svnmerge from by Alexander Belopolsky · 14 years ago
  98. f7dd799 Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  99. 6adb979 Merged revisions 87876-87877 via svnmerge from by Georg Brandl · 14 years ago
  100. cec4b4f Remove duplicate entry. by Georg Brandl · 14 years ago