1. 51bfaa7 Issue #15819: Drop dead code; -IInclude already added unconditionally by Martin Panter · 9 years ago
  2. 84a449a Issue #28104: More accurately document set method signatures by Raymond Hettinger · 9 years ago
  3. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  4. 63c7996 Issue #26557: Note that mapping view methods are not present in UserDict or shelves. by Raymond Hettinger · 9 years ago
  5. 0954ac1 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 9 years ago
  6. 8f7d36b Issue #27952: Get fixcid.py working with the re module by Martin Panter · 9 years ago
  7. 0b5f22d Backported tests for issue #28070. by Serhiy Storchaka · 9 years ago
  8. 8b7aff8 IDLE newx items. by Terry Jan Reedy · 9 years ago
  9. fcc8a0f Correct spelling in documentation and code comments by Martin Panter · 9 years ago
  10. ad6a99c Correct print() calls to print a blank line in various test cases by Martin Panter · 9 years ago
  11. 7f8ce85 Issue #28019: Backported additional tests for itertools.count(). by Serhiy Storchaka · 9 years ago
  12. d6004b4 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 9 years ago
  13. 13b56ef remove fix_callable, callable() was readded long ago in 3.x. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  14. 88c0013 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  15. 019a2e2 Issue #22450: Use "Accept: */*" in the default headers for urllib by Raymond Hettinger · 9 years ago
  16. d02905d Fix make buildbottest to not re-trigger a profile-opt build. issue28035. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  17. b420601 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 9 years ago
  18. fc7e430 Removes file from installer. by Steve Dower · 9 years ago
  19. 527dc8a Issue #26132: Only adds manifest to executables and main DLL. by Steve Dower · 9 years ago
  20. 6ddd927 Upgrade setuptools to 27.1.2 by Donald Stufft · 9 years ago
  21. 77ba596 Disable test_gdb.PrettyPrintTests when compiled with optimizations, by Gregory P. Smith · 9 years ago
  22. 9cbfa79 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  23. a661009 Issue #26020: Add news entry by Raymond Hettinger · 9 years ago
  24. e62a694 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 9 years ago
  25. cb20a21 skip two test_gdb tests that fail when compiled in profile-opt mode: by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  26. c4f19c4 document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  27. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  28. 794b291 Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 9 years ago
  29. 6d8fdfc Issue #26359: Add the --with-optimizations flag. by Gregory P. Smith · 9 years ago
  30. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 9 years ago
  31. 440bbd0 Correct occurance → occurrence; extracted from patch by Georg Brandl by Martin Panter · 9 years ago
  32. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  33. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 9 years ago
  34. 68b1f70 Fix placement of Misc/NEWS item for issue #15578. by Gregory P. Smith · 9 years ago
  35. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 9 years ago
  36. 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  37. 039f184 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 9 years ago
  38. 89f676f promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 9 years ago
  39. 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
  40. d4d7900 make sure to not call memcpy with a NULL second argument by Benjamin Peterson · 9 years ago
  41. d34677c do not leak addrinfo in configure test by Benjamin Peterson · 9 years ago
  42. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 9 years ago
  43. 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
  44. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  45. 499378f suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 9 years ago
  46. f0039d1 fix unused variable warnings in pysqlite (closes #27967) by Benjamin Peterson · 9 years ago
  47. 28e2771 Backed out changeset 8b6be1341770 by Benjamin Peterson · 9 years ago
  48. bbc8fe1 remove long double from ctypes value union by Benjamin Peterson · 9 years ago
  49. 9940633 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 9 years ago
  50. b2b734f Issue #27748: Backed out changeset 6137d0ed0a15 by Zachary Ware · 9 years ago
  51. 19071c0 Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 9 years ago
  52. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  53. 3445827 Issue #27748: Simplify test_winsound. by Zachary Ware · 9 years ago
  54. f859d0d move declaration to top of the function to appease the c89 gods by Benjamin Peterson · 9 years ago
  55. aa187c6 rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) by Benjamin Peterson · 9 years ago
  56. 118eb65 Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 9 years ago
  57. 91a9c78 Issue #27407: Add prepare_ssl.py to 2.7 by Zachary Ware · 9 years ago
  58. ef2020f Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 9 years ago
  59. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  60. 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
  61. 0ca4b6f Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. by Steve Dower · 9 years ago
  62. e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  63. 56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled by Raymond Hettinger · 9 years ago
  64. 28fb4da Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 9 years ago
  65. 580ca65 Backport spelling fix. by Terry Jan Reedy · 9 years ago
  66. 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
  67. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  68. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 9 years ago
  69. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 9 years ago
  70. 3f0222c Add version to title of IDLE help window. by Terry Jan Reedy · 9 years ago
  71. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 9 years ago
  72. d833c77 Issue #12660: Backport 84bbb8d2d237 by Zachary Ware · 9 years ago
  73. 68854fd #2466: fix test failure on windows. by R David Murray · 9 years ago
  74. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 9 years ago
  75. 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
  76. 7ff1b62 Fix typo in IDLE News. by Terry Jan Reedy · 9 years ago
  77. 7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 9 years ago
  78. 5055612 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 9 years ago
  79. 9949676 Fix some spelling errors by Martin Panter · 9 years ago
  80. 3911d83 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 9 years ago
  81. 42e9d94 Fix a refleak in call_maybe() by Victor Stinner · 9 years ago
  82. c9921d3 Fix a refleak in call_method() by Victor Stinner · 9 years ago
  83. aed5a4e rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 9 years ago
  84. 1872d94 Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 9 years ago
  85. 0f3596a do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 9 years ago
  86. 505989c fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  87. b97001e Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 9 years ago
  88. 98ba455 Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 9 years ago
  89. 285a253 Upgrade setuptools/pip to to 25.2.0/8.1.2 by Donald Stufft · 9 years ago
  90. 6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  91. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  92. d81ad0d check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  93. 04a5385 fix possible overflow in encode_basestring_ascii (#23369) by Benjamin Peterson · 9 years ago
  94. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 9 years ago
  95. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 9 years ago
  96. 0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks by Terry Jan Reedy · 9 years ago
  97. 5c715b0 Correct misspellings of ISO-8859 by Martin Panter · 9 years ago
  98. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 9 years ago
  99. d379d63 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 9 years ago
  100. fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 9 years ago