1. ab16dc1 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 7 years ago
  2. 7f85947 [2.7] bpo-19225: Lack of c api exceptions doc (#964) by cocoatomo · 7 years ago
  3. 23d6eb6 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973) by Victor Stinner · 7 years ago
  4. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 7 years ago
  5. 68903b6 bpo-15083: Convert ElementTree doctests to unittests. (#906) by Serhiy Storchaka · 7 years ago
  6. d694a06 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913) by T. Wouters · 7 years ago
  7. 079f21f bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910) by Serhiy Storchaka · 7 years ago
  8. 6a04ef7 bpo-29643: Fix check for --enable-optimizations (GH-873) by INADA Naoki · 7 years ago
  9. 5084ff7 bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) by Antoine Pitrou · 7 years ago
  10. 1aa1803 bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) by Serhiy Storchaka · 7 years ago
  11. f9a6516 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444) by Zachary Ware · 7 years ago
  12. b4f0e98 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) by Xiang Zhang · 7 years ago
  13. 02eb4b0 bpo-29110: Fix file object leak in aifc.open (GH-356) by INADA Naoki · 7 years ago
  14. 23d2c31 [2.7] bpo-28929: Add to Misc/NEWS (GH-286) by Mariatta · 7 years ago
  15. c0b336e bpo-29602: fix signed zero handling in complex constructor (#204) by Mark Dickinson · 7 years ago
  16. 7131a73 bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187) by Xiang Zhang · 7 years ago
  17. 4e1e30d Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 8 years ago
  18. ea82972 Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. by Mark Dickinson · 8 years ago
  19. 3b23004 Issue #29354: Fixed inspect.getargs() for parameters which are cell variables. by Serhiy Storchaka · 8 years ago
  20. 8e21cc3 Issue #29028: Fixed possible use-after-free bugs in the subscription of the by Serhiy Storchaka · 8 years ago
  21. 80b24a9 - Issue #29169: Update zlib to 1.2.11. by doko@ubuntu.com · 8 years ago
  22. 60a1b35 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 8 years ago
  23. 3efe32e Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. by Serhiy Storchaka · 8 years ago
  24. f0739cb Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  25. 9ce1564 revert dd13098a5dc2 (#29006, #10513) by Benjamin Peterson · 8 years ago
  26. 7a7e04e Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  27. 99ba17f Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows. by Serhiy Storchaka · 8 years ago
  28. c8a752e merge heads by Benjamin Peterson · 8 years ago
  29. 0897a55 revert 030e100f048a (#29006, #10513) by Benjamin Peterson · 8 years ago
  30. 01bdbad Don't use getentropy() on Linux by Victor Stinner · 8 years ago
  31. 98b1c82 Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  32. 7bdb516 Issue #29145: Fix overflow checks in string, bytearray and unicode. by Xiang Zhang · 8 years ago
  33. 54dc428 - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 8 years ago
  34. 0f4ed2c Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  35. f85dbfc Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  36. 4d42af1 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  37. f77fe6b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  38. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 8 years ago
  39. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  40. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  41. 58c2c6e Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  42. 536e7a2 Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  43. 85add47 Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  44. 6b1c909 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  45. e126f98 Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict. by INADA Naoki · 8 years ago
  46. 805f283 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  47. eb55e68 merge 2.7.13 release branch by Benjamin Peterson · 8 years ago
  48. 9c1426d 2.7.13 final bump by Benjamin Peterson · 8 years ago
  49. 6560e22 Issue #28925: cPickle now correctly propagates errors when unpickle instances by Serhiy Storchaka · 8 years ago
  50. 0644d26 merge 2.7.13 release branch by Benjamin Peterson · 8 years ago
  51. 4403d50 revert a37cc3d926ec (#5322) by Benjamin Peterson · 8 years ago
  52. 2df5adb prepare for 2.7.14 dev by Benjamin Peterson · 8 years ago
  53. 33b2d78 python 2.7.13rc1 by Benjamin Peterson · 8 years ago
  54. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 8 years ago
  55. 1d2cfe2 Issue #28847: Fix spelling by Martin Panter · 8 years ago
  56. daf82f7 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  57. 9bd44d6 Issue #28847: dubmdbm no longer writes the index file in when it is not by Serhiy Storchaka · 8 years ago
  58. c30f27d Issue #11145: Fixed miscellaneous issues with C-style formatting of types by Serhiy Storchaka · 8 years ago
  59. 13cc679 Issue #24469: Fixed memory leak caused by int subclasses without overridden by Serhiy Storchaka · 8 years ago
  60. fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  61. f75a2eb Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  62. b999915 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  63. b7c057a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  64. 2167666 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  65. 09231e6 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  66. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 8 years ago
  67. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  68. ac33bd7 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  69. a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  70. 0caaa6c Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  71. 52b0888 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  72. b858d7f Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  73. 38db34a Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. by Ned Deily · 8 years ago
  74. 5396257 Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  75. 5e5af96 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
  76. f10006c Issue #25464: Fixed HList.header_exists() in Tix module by adding by Serhiy Storchaka · 8 years ago
  77. ef5c24a Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
  78. 58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  79. 38d335b Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 8 years ago
  80. 05b8443 Issue #21720: Improve exception message when the type of fromlist is unicode by Berker Peksag · 8 years ago
  81. 5e2486b Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) by Guido van Rossum · 8 years ago
  82. 8fb09ad Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 8 years ago
  83. 829d4fb Issue #28394: Typo fixes in code comments and changelog by Martin Panter · 8 years ago
  84. 61dd7ff Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  85. 0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  86. 58ab4b5 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  87. 08995a3 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  88. 1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 8 years ago
  89. ab8b75a Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  90. 5170c16 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  91. dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  92. 67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  93. dbc995a Issue #28258: Fixed build with Estonian locale (distclean target in by Serhiy Storchaka · 8 years ago
  94. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  95. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  96. 8cab419 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  97. 36beb5e Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode(). by Serhiy Storchaka · 8 years ago
  98. aa03420 be extremely careful about overflows in encode_basestring_ascii (closes #28284) by Benjamin Peterson · 8 years ago
  99. 2b91fad Issue #27611: Fixed support of default root window in the Tix module. by Serhiy Storchaka · 8 years ago
  100. b00cc83 Issue #27806: add Aleks to Misc/ACKS. by Ned Deily · 8 years ago