1. ab8b75a Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 9 years ago
  2. 317d350 Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  3. b8a1a27 Issue #27358: Backported tests. by Serhiy Storchaka · 9 years ago
  4. 78b634d Issue #28257: Backported a test. by Serhiy Storchaka · 9 years ago
  5. 5170c16 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 9 years ago
  6. dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 9 years ago
  7. 67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  8. 8d7fa40 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 9 years ago
  9. c1658b2 Issue #28258: Explain the LC_ALL change in a comment by Victor Stinner · 9 years ago
  10. dbc995a Issue #28258: Fixed build with Estonian locale (distclean target in by Serhiy Storchaka · 9 years ago
  11. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 9 years ago
  12. 32d74e1 Remove disabled ctypes test by Martin Panter · 9 years ago
  13. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 9 years ago
  14. 6f959d0 Issue #26550: Fix typo in webservers HOWTO by Berker Peksag · 9 years ago
  15. 8cab419 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 9 years ago
  16. 36beb5e Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode(). by Serhiy Storchaka · 9 years ago
  17. aa03420 be extremely careful about overflows in encode_basestring_ascii (closes #28284) by Benjamin Peterson · 9 years ago
  18. de2d4d2 Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 9 years ago
  19. c812009 Issue #27897: Backported tests. by Serhiy Storchaka · 9 years ago
  20. 2b91fad Issue #27611: Fixed support of default root window in the Tix module. by Serhiy Storchaka · 9 years ago
  21. 0d0aa32 Revert unintended commit to asdl_c.py by Martin Panter · 9 years ago
  22. 5d4dd9a Fix incomplete format error in asdl.py by Martin Panter · 9 years ago
  23. 0259c66 Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 9 years ago
  24. cae6430 merge by Christian Heimes · 9 years ago
  25. e56fb8f Add Lib/test/ssltests.py for faster testing of OpenSSL by Christian Heimes · 9 years ago
  26. 1de99f7 Issue #26513: Use winver.product_type instead of .product by Steve Dower · 9 years ago
  27. 47f190a Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 9 years ago
  28. 0f5497e remove trailing whitespace by Benjamin Peterson · 9 years ago
  29. 274a763 properly handle the single null-byte file (closes #24022) by Benjamin Peterson · 9 years ago
  30. b00cc83 Issue #27806: add Aleks to Misc/ACKS. by Ned Deily · 9 years ago
  31. 37471dc Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 9 years ago
  32. db01b3e Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 9 years ago
  33. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 9 years ago
  34. fd2f85d Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of by sashk · 9 years ago
  35. 75b2c5f Issue #24363: Continue parsing HTTP header in spite of invalid lines by Martin Panter · 9 years ago
  36. e8bba99 Issue #28145: Spelling fixes by Martin Panter · 9 years ago
  37. 5f75502 Issue #24366: Fix indentation by Martin Panter · 9 years ago
  38. 12c8855 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 9 years ago
  39. e4668aa fix misleading indentation (closes #28139) by Benjamin Peterson · 9 years ago
  40. 51bfaa7 Issue #15819: Drop dead code; -IInclude already added unconditionally by Martin Panter · 9 years ago
  41. 84a449a Issue #28104: More accurately document set method signatures by Raymond Hettinger · 9 years ago
  42. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  43. 63c7996 Issue #26557: Note that mapping view methods are not present in UserDict or shelves. by Raymond Hettinger · 9 years ago
  44. 0954ac1 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 9 years ago
  45. 8f7d36b Issue #27952: Get fixcid.py working with the re module by Martin Panter · 9 years ago
  46. 0b5f22d Backported tests for issue #28070. by Serhiy Storchaka · 9 years ago
  47. 8b7aff8 IDLE newx items. by Terry Jan Reedy · 9 years ago
  48. fcc8a0f Correct spelling in documentation and code comments by Martin Panter · 9 years ago
  49. ad6a99c Correct print() calls to print a blank line in various test cases by Martin Panter · 9 years ago
  50. 7f8ce85 Issue #28019: Backported additional tests for itertools.count(). by Serhiy Storchaka · 9 years ago
  51. d6004b4 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 9 years ago
  52. 13b56ef remove fix_callable, callable() was readded long ago in 3.x. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  53. 88c0013 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  54. 019a2e2 Issue #22450: Use "Accept: */*" in the default headers for urllib by Raymond Hettinger · 9 years ago
  55. 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
  56. b420601 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 9 years ago
  57. fc7e430 Removes file from installer. by Steve Dower · 9 years ago
  58. 527dc8a Issue #26132: Only adds manifest to executables and main DLL. by Steve Dower · 9 years ago
  59. 6ddd927 Upgrade setuptools to 27.1.2 by Donald Stufft · 9 years ago
  60. 77ba596 Disable test_gdb.PrettyPrintTests when compiled with optimizations, by Gregory P. Smith · 9 years ago
  61. 9cbfa79 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  62. a661009 Issue #26020: Add news entry by Raymond Hettinger · 9 years ago
  63. e62a694 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 9 years ago
  64. 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
  65. c4f19c4 document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  66. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  67. 794b291 Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 9 years ago
  68. 6d8fdfc Issue #26359: Add the --with-optimizations flag. by Gregory P. Smith · 9 years ago
  69. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 9 years ago
  70. 440bbd0 Correct occurance → occurrence; extracted from patch by Georg Brandl by Martin Panter · 9 years ago
  71. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  72. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 9 years ago
  73. 68b1f70 Fix placement of Misc/NEWS item for issue #15578. by Gregory P. Smith · 9 years ago
  74. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 9 years ago
  75. 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  76. 039f184 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 9 years ago
  77. 89f676f promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 9 years ago
  78. 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
  79. d4d7900 make sure to not call memcpy with a NULL second argument by Benjamin Peterson · 9 years ago
  80. d34677c do not leak addrinfo in configure test by Benjamin Peterson · 9 years ago
  81. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 9 years ago
  82. 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
  83. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  84. 499378f suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 9 years ago
  85. f0039d1 fix unused variable warnings in pysqlite (closes #27967) by Benjamin Peterson · 9 years ago
  86. 28e2771 Backed out changeset 8b6be1341770 by Benjamin Peterson · 9 years ago
  87. bbc8fe1 remove long double from ctypes value union by Benjamin Peterson · 9 years ago
  88. 9940633 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 9 years ago
  89. b2b734f Issue #27748: Backed out changeset 6137d0ed0a15 by Zachary Ware · 9 years ago
  90. 19071c0 Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 9 years ago
  91. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  92. 3445827 Issue #27748: Simplify test_winsound. by Zachary Ware · 9 years ago
  93. f859d0d move declaration to top of the function to appease the c89 gods by Benjamin Peterson · 9 years ago
  94. aa187c6 rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) by Benjamin Peterson · 9 years ago
  95. 118eb65 Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 9 years ago
  96. 91a9c78 Issue #27407: Add prepare_ssl.py to 2.7 by Zachary Ware · 9 years ago
  97. ef2020f Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 9 years ago
  98. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  99. 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
  100. 0ca4b6f Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. by Steve Dower · 9 years ago