1. 9c1426d 2.7.13 final bump by Benjamin Peterson · 9 years ago v2.7.13
  2. 4403d50 revert a37cc3d926ec (#5322) by Benjamin Peterson · 9 years ago
  3. 33b2d78 python 2.7.13rc1 by Benjamin Peterson · 9 years ago v2.7.13rc1
  4. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 9 years ago
  5. 1d2cfe2 Issue #28847: Fix spelling by Martin Panter · 9 years ago
  6. daf82f7 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 9 years ago
  7. 9bd44d6 Issue #28847: dubmdbm no longer writes the index file in when it is not by Serhiy Storchaka · 9 years ago
  8. c30f27d Issue #11145: Fixed miscellaneous issues with C-style formatting of types by Serhiy Storchaka · 9 years ago
  9. 13cc679 Issue #24469: Fixed memory leak caused by int subclasses without overridden by Serhiy Storchaka · 9 years ago
  10. fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 9 years ago
  11. f75a2eb Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 9 years ago
  12. b999915 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  13. b7c057a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  14. 2167666 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 9 years ago
  15. 09231e6 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 9 years ago
  16. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 9 years ago
  17. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  18. ac33bd7 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 9 years ago
  19. a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  20. 0caaa6c Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 9 years ago
  21. 52b0888 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  22. b858d7f Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 9 years ago
  23. 38db34a Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. by Ned Deily · 9 years ago
  24. 5396257 Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 9 years ago
  25. 5e5af96 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 9 years ago
  26. f10006c Issue #25464: Fixed HList.header_exists() in Tix module by adding by Serhiy Storchaka · 9 years ago
  27. ef5c24a Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 9 years ago
  28. 58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 9 years ago
  29. 38d335b Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 9 years ago
  30. 05b8443 Issue #21720: Improve exception message when the type of fromlist is unicode by Berker Peksag · 9 years ago
  31. 5e2486b Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) by Guido van Rossum · 9 years ago
  32. 8fb09ad Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 9 years ago
  33. 829d4fb Issue #28394: Typo fixes in code comments and changelog by Martin Panter · 9 years ago
  34. 61dd7ff Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 9 years ago
  35. 0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  36. 58ab4b5 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 9 years ago
  37. 08995a3 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 9 years ago
  38. 1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 9 years ago
  39. ab8b75a Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 9 years ago
  40. 5170c16 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 9 years ago
  41. dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 9 years ago
  42. 67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  43. dbc995a Issue #28258: Fixed build with Estonian locale (distclean target in by Serhiy Storchaka · 9 years ago
  44. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 9 years ago
  45. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 9 years ago
  46. 8cab419 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 9 years ago
  47. 36beb5e Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode(). by Serhiy Storchaka · 9 years ago
  48. aa03420 be extremely careful about overflows in encode_basestring_ascii (closes #28284) by Benjamin Peterson · 9 years ago
  49. 2b91fad Issue #27611: Fixed support of default root window in the Tix module. by Serhiy Storchaka · 9 years ago
  50. b00cc83 Issue #27806: add Aleks to Misc/ACKS. by Ned Deily · 9 years ago
  51. 37471dc Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 9 years ago
  52. db01b3e Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 9 years ago
  53. fd2f85d Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of by sashk · 9 years ago
  54. 75b2c5f Issue #24363: Continue parsing HTTP header in spite of invalid lines by Martin Panter · 9 years ago
  55. e8bba99 Issue #28145: Spelling fixes by Martin Panter · 9 years ago
  56. 12c8855 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 9 years ago
  57. 51bfaa7 Issue #15819: Drop dead code; -IInclude already added unconditionally by Martin Panter · 9 years ago
  58. 8f7d36b Issue #27952: Get fixcid.py working with the re module by Martin Panter · 9 years ago
  59. 8b7aff8 IDLE newx items. by Terry Jan Reedy · 9 years ago
  60. d6004b4 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 9 years ago
  61. 88c0013 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  62. 019a2e2 Issue #22450: Use "Accept: */*" in the default headers for urllib by Raymond Hettinger · 9 years ago
  63. b420601 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 9 years ago
  64. a661009 Issue #26020: Add news entry by Raymond Hettinger · 9 years ago
  65. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  66. 794b291 Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 9 years ago
  67. 6d8fdfc Issue #26359: Add the --with-optimizations flag. by Gregory P. Smith · 9 years ago
  68. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 9 years ago
  69. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  70. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 9 years ago
  71. 68b1f70 Fix placement of Misc/NEWS item for issue #15578. by Gregory P. Smith · 9 years ago
  72. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 9 years ago
  73. 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  74. 93d1a70 Fixes issue26307: The profile-opt build now applys PGO to the built-in modules. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  75. 6663eb6 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 9 years ago
  76. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  77. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  78. aa187c6 rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) by Benjamin Peterson · 9 years ago
  79. e6239a3 Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James. by Mark Dickinson · 9 years ago
  80. 0ca4b6f Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. by Steve Dower · 9 years ago
  81. 02c0c0b Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory. by Mark Dickinson · 9 years ago
  82. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  83. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 9 years ago
  84. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 9 years ago
  85. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 9 years ago
  86. 89446b2 Issue #25604: Fix bug in integer true division that could have resulted in off-by-one-ulp results in unusual cases. by Mark Dickinson · 9 years ago
  87. 7ff1b62 Fix typo in IDLE News. by Terry Jan Reedy · 9 years ago
  88. 7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 9 years ago
  89. 9949676 Fix some spelling errors by Martin Panter · 9 years ago
  90. aed5a4e rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 9 years ago
  91. 0f3596a do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 9 years ago
  92. 505989c fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  93. b97001e Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 9 years ago
  94. 6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  95. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  96. d81ad0d check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  97. 04a5385 fix possible overflow in encode_basestring_ascii (#23369) by Benjamin Peterson · 9 years ago
  98. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 9 years ago
  99. bc82de0 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 9 years ago
  100. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago