1. 26c9f56 bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026) by Serhiy Storchaka · 6 years ago
  2. 51302a5 bpo-32996: Improve What's New in 3.7. (#5983) by Serhiy Storchaka · 6 years ago
  3. 9cf8c42 bpo-33045: Fix typos in SSL documentation (GH-6065) by Matt Eaton · 6 years ago
  4. 7280a4e bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067) by Berker Peksag · 6 years ago
  5. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 6 years ago
  6. c10b288 bpo-30249: Improve struct.unpack_from() error messages (GH-6059) by Xiang Zhang · 6 years ago
  7. 67ee077 bpo-33041: Add missed error checks when compile "async for" (#6053) by Serhiy Storchaka · 6 years ago
  8. 24d3201 bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052) by Serhiy Storchaka · 6 years ago
  9. 5e80a71 bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) by Andrew Svetlov · 6 years ago
  10. 496431f bpo-26701: Improve documentation for the rounding special methods. (#6054) by Serhiy Storchaka · 6 years ago
  11. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 6 years ago
  12. 10485eb Warn that dbm.dumb.open() can crash Python (GH-6047) by Brett Cannon · 6 years ago
  13. f7a6ff6 Warn that compile() can crash when compiling to an AST object (GH-6043) by Brett Cannon · 6 years ago
  14. 7a7f100 bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) by Brett Cannon · 6 years ago
  15. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 6 years ago
  16. 3b20d34 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010) by Alexey Izbyshev · 6 years ago
  17. 3c7ac7e Add two missing error checks in hamt.c (GH-5851) by Xiang Zhang · 6 years ago
  18. e405096 Fix some ipaddress documentation errors (GH-6021) by Xiang Zhang · 6 years ago
  19. fc7df0e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by INADA Naoki · 6 years ago
  20. bc3f228 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Xiang Zhang · 6 years ago
  21. 8a38721 bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004) by Yury Selivanov · 6 years ago
  22. 5d92647 bpo-33005: Fix _PyGILState_Reinit() (#6001) by Victor Stinner · 6 years ago
  23. efd2bac Fix strncpy warning with gcc 8 (#5840) by Siddhesh Poyarekar · 6 years ago
  24. b9650a0 bpo-32991: Restore expectation that inspect.getfile raises TypeError on namespace package (GH-5980) by Jason R. Coombs · 6 years ago
  25. 6921e73 bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by Steve Dower · 6 years ago
  26. 4c19b95 Add What's New for issues 32303 and 32305 (GH-5994) by Barry Warsaw · 6 years ago
  27. 22c82be bpo-32984: IDLE - set __file__ for startup files (GH-5981) by Terry Jan Reedy · 6 years ago
  28. 18fd892 bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) by Cheryl Sabella · 6 years ago
  29. 74382a3 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) by Cheryl Sabella · 6 years ago
  30. 7023644 closes bpo-32980 Remove _PyFrame_Init (GH-5965) by Thomas Nyberg · 6 years ago
  31. 0e6c8ee bpo-32981: Fix catastrophic backtracking vulns (#5955) by Jamie Davis · 6 years ago
  32. 13cfd57 Fix missing coroutine declaration in the asyncio documentation. (#5964) by Joongi Kim · 6 years ago
  33. b21d155 bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) by Serhiy Storchaka · 6 years ago
  34. bf63e8d bpo-30607: Use external python-doc-theme (GH-2017) by Jon Wayne Parrott · 6 years ago
  35. 5da8cfb Fixed incorrect default value for dataclass unsafe_hash. (GH-5949) by Eric V. Smith · 6 years ago
  36. 3e197c7 bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) by Alexey Izbyshev · 6 years ago
  37. 982c723 Fix typo in logging doc: picked -> pickled (GH-5942) by James Walker · 6 years ago
  38. f0daa88 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Cheryl Sabella · 6 years ago
  39. 45ab51c Fix 3.8 whatsnew changelog link by Ned Deily · 6 years ago
  40. 881323d Minor improvements to the Windows build/release process (GH-5935) by Steve Dower · 6 years ago
  41. 0954c9e bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) by Terry Jan Reedy · 6 years ago
  42. be50a7b Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912) by Serhiy Storchaka · 6 years ago
  43. cc5ac04 Update macOS installer resources by Ned Deily · 6 years ago
  44. 9189e95 bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8 by Ned Deily · 6 years ago
  45. d7687eb bpo-31355: Travis-CI: re-enable macOS job (#5858) by Antoine Pitrou · 6 years ago
  46. 5bd04f9 bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) by Paul Ganssle · 6 years ago
  47. 698dde1 bpo-31453: Add setter for min/max protocol version (#5259) by Christian Heimes · 6 years ago
  48. 9d50ab5 bpo-32951: Disable SSLSocket/SSLObject constructor (#5864) by Christian Heimes · 6 years ago
  49. 90f05a5 bpo-28124: deprecate ssl.wrap_socket() (#5888) by Christian Heimes · 6 years ago
  50. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 6 years ago
  51. 2fa6b9e bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) by Eric V. Smith · 6 years ago
  52. 72d9b2b bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Joffrey F · 6 years ago
  53. eee72d4 bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Tobotimus · 6 years ago
  54. 3a087be bpo-32836: Remove obsolete code from symtable pass (GH-5680) by Nitish Chandra · 6 years ago
  55. 6b5df90 bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586) by Sergey Fedoseev · 6 years ago
  56. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 6 years ago
  57. 3f2e6f1 Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) by Serhiy Storchaka · 6 years ago
  58. 6f600ff bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Serhiy Storchaka · 6 years ago
  59. 973cae0 Fix 'deecorator' typo in test/test_dataclasses (GH-5899) by Terry Jan Reedy · 6 years ago
  60. dbf9cff bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (#5891) by Eric V. Smith · 6 years ago
  61. 9c17e3a Update PR template file, don't reference bpo 12345 (GH-5897) by Mariatta · 6 years ago
  62. fbee882 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Mario Corchero · 6 years ago
  63. 84c4b0c bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 6 years ago
  64. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 6 years ago
  65. 5fb632e Delete a broken threading.local example (#5870) by Aaron Gallagher · 6 years ago
  66. 29eab55 bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876) by Christian Heimes · 6 years ago
  67. 5bb9692 bpo-32647: Link ctypes extension with libdl. (#5550) by Christian Heimes · 6 years ago
  68. b7b9225 bpo-31809: test secp ECDH curves (#4036) by Christian Heimes · 6 years ago
  69. 186b606 bpo-17232: Clarify docs for -O and -OO command line options (#5839) by Cheryl Sabella · 6 years ago
  70. 6cdb795 bpo-30622: Improve NPN support detection (#5859) by Christian Heimes · 6 years ago
  71. 141c5e8 bpo-24334: Cleanup SSLSocket (#5252) by Christian Heimes · 6 years ago
  72. b18f8bc remove vestigal locking from obmalloc (GH-5805) by Benjamin Peterson · 6 years ago
  73. acd7163 bpo-32931: fix macOS 10.9+ installer c++ compiler name (#5855) by Ned Deily · 6 years ago
  74. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 6 years ago
  75. aef1283 bpo-32819: Simplify and improve ssl.match_hostname (#5620) by Christian Heimes · 6 years ago
  76. c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 6 years ago
  77. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 6 years ago
  78. 82ab13d Update the Pull_request_template.md file (GH-5841) by Mariatta · 6 years ago
  79. 718070d Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (#5834) by Eric V. Smith · 6 years ago
  80. 98f42aa bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Mariatta · 6 years ago
  81. efa6c76 bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) by Steve Dower · 6 years ago
  82. 0febc05 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by cocoatomo · 6 years ago
  83. 58a1096 ipaddress: Use str.isascii() instead of frozenset (GH-5811) by INADA Naoki · 6 years ago
  84. 33dddac bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Anselm Kruis · 6 years ago
  85. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  86. 4af8fd5 bpo-32838: Fix Python versions in the table of magic numbers. (#5658) by Serhiy Storchaka · 6 years ago
  87. a049f57 Test that new_timezone can return the UTC singleton (gh-5318) by Paul Ganssle · 6 years ago
  88. 48e8c82 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Steve Dower · 6 years ago
  89. 23ad6d0 bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Steve Dower · 6 years ago
  90. 451d1ed bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Terry Jan Reedy · 6 years ago
  91. 745dc65 closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) by Eddie Elizondo · 6 years ago
  92. c84cf6c bpo-32874: IDLE: add tests for pyparse (GH-5755) by Cheryl Sabella · 6 years ago
  93. ba51880 bpo-32889: update valgrind suppressions (GH-5779) by Paul Price · 6 years ago
  94. e9edee0 bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) by Benjamin Peterson · 6 years ago
  95. 52c6b89 bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176) by Harshul jain · 6 years ago
  96. f53d9f2 bpo-32604: Swap threads only if the interpreter is different. (gh-5778) by Eric Snow · 6 years ago
  97. 80d20b9 bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240) by Zackery Spytz · 6 years ago
  98. 7a1e178 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Zackery Spytz · 6 years ago
  99. b3caf38 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Alexey Izbyshev · 6 years ago
  100. 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 6 years ago