1. 6c89a9a bpo-34217: Use lowercase header for Windows (GH-8453) by Miss Islington (bot) · 7 years ago
  2. 6332de1 bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475) by Steve Dower · 7 years ago
  3. c3af73d bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by Miss Islington (bot) · 7 years ago
  4. 9736493 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466) by Miss Islington (bot) · 7 years ago
  5. 03ec4df bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) by Miss Islington (bot) · 7 years ago
  6. 6020d98 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Miss Islington (bot) · 7 years ago
  7. c3bdea4 prefix internal sqlite symbols with _pysqlite_ (GH-8215) by Miss Islington (bot) · 7 years ago
  8. ba10da1 delete some unused pysqlite forward declarations (GH-8211) by Miss Islington (bot) · 7 years ago
  9. 6d16a91 Make PySimpleQueueType static. (GH-8175) by Miss Islington (bot) · 7 years ago
  10. c34e4e9 Make various internal _testbuffer symbols static. (GH-8160) by Miss Islington (bot) · 7 years ago
  11. 8e4c851 Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) by Miss Islington (bot) · 7 years ago
  12. 60214dd Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127) by Miss Islington (bot) · 7 years ago
  13. 2cbd1bb Make GenericAlias_Type and Generic_Type static. (GH-8076) by Miss Islington (bot) · 7 years ago
  14. 123f2b4 Don't export pending_threadfunc from _testcapi. (GH-8075) by Miss Islington (bot) · 7 years ago
  15. dedb28e bpo-25862: Fix several bugs in the _io module. (GH-8026) by Miss Islington (bot) · 7 years ago
  16. fd1c092 bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024) by Miss Islington (bot) · 7 years ago
  17. eabebbb bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Miss Islington (bot) · 7 years ago
  18. fb17b81 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Miss Islington (bot) · 7 years ago
  19. efc6bf6 bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) by Miss Islington (bot) · 7 years ago
  20. 046da16 bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) by Miss Islington (bot) · 7 years ago
  21. 0e2b76e bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Miss Islington (bot) · 7 years ago
  22. 4219857 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651) by Miss Islington (bot) · 7 years ago
  23. a5db479 bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649) by Miss Islington (bot) · 7 years ago
  24. 037e912 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600) by Miss Islington (bot) · 7 years ago
  25. 053d6c5 bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602) by Miss Islington (bot) · 7 years ago
  26. 4705ea3 update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) by Miss Islington (bot) · 7 years ago
  27. 5c022f1 bpo-33781: audioop: enhance rounding double as int (GH-7447) by Miss Islington (bot) · 7 years ago
  28. 631fe1f bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Miss Islington (bot) · 7 years ago
  29. 623b439 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306) by Miss Islington (bot) · 7 years ago
  30. c6de46e bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Miss Islington (bot) · 7 years ago
  31. a4dd46a bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Miss Islington (bot) · 7 years ago
  32. ddc613f bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Miss Islington (bot) · 7 years ago
  33. 51d0a2c bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) by Miss Islington (bot) · 7 years ago
  34. e60f6e1 bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Miss Islington (bot) · 7 years ago
  35. 14d289b bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Miss Islington (bot) · 7 years ago
  36. 5734f41 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Miss Islington (bot) · 7 years ago
  37. 2fe940c bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Miss Islington (bot) · 7 years ago
  38. 2b4ed5d bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  39. 52d1741 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) by Miss Islington (bot) · 7 years ago
  40. 6414da9 Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993) by Miss Islington (bot) · 7 years ago
  41. df4852c Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952) by Miss Islington (bot) · 7 years ago
  42. d504108 bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) by Miss Islington (bot) · 7 years ago
  43. e2db6ad [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877) by Miss Islington (bot) · 7 years ago
  44. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  45. 2ce72e2 bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  46. 3b26e8c Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Miss Islington (bot) · 7 years ago
  47. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  48. 67d1968 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807) by Miss Islington (bot) · 7 years ago
  49. 77fa783 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) by Miss Islington (bot) · 7 years ago
  50. ee95feb [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631) by Miss Islington (bot) · 7 years ago
  51. 75a3e3d bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH-6579) by Miss Islington (bot) · 7 years ago
  52. 18cd828 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by Miss Islington (bot) · 7 years ago
  53. b27c71c bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) by Miss Islington (bot) · 7 years ago
  54. 9bb8ceb bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Miss Islington (bot) · 7 years ago
  55. 74735e2 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366) by Miss Islington (bot) · 7 years ago
  56. fd93666 [3.7] Fix duplicating words words. (GH-6296) (GH-6297) by Serhiy Storchaka · 7 years ago
  57. 0545563 bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Miss Islington (bot) · 7 years ago
  58. 00765bb Fix error message in sqlite connection thread check. (GH-6028) by Miss Islington (bot) · 7 years ago
  59. 2dd885e [3.7] bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) (GH-6230) by Miss Islington (bot) · 7 years ago
  60. 42bd62b [3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213) by Miss Islington (bot) · 7 years ago
  61. c71edab bpo-32999: ast: Convert useless check to assert (GH-6197) by Miss Islington (bot) · 7 years ago
  62. 5d8bb5d bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190) by Miss Islington (bot) · 7 years ago
  63. 346964b bpo-33018: Improve issubclass() error checking and message. (GH-5944) by Miss Islington (bot) · 7 years ago
  64. 56f530e Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 7 years ago
  65. 56cce1c [3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159) by Miss Islington (bot) · 7 years ago
  66. 429ca44 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Miss Islington (bot) · 7 years ago
  67. 136905f bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Miss Islington (bot) · 7 years ago
  68. e8a5a92 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Miss Islington (bot) · 7 years ago
  69. 8c163bb bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6010) by Miss Islington (bot) · 7 years ago
  70. d824b4e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by Miss Islington (bot) · 7 years ago
  71. c4d77a6 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Miss Islington (bot) · 7 years ago
  72. 96fdbac bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by Miss Islington (bot) · 7 years ago
  73. 6ae75d9 bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5945) by Miss Islington (bot) · 7 years ago
  74. 4c842b0 bpo-31453: Add setter for min/max protocol version (GH-5259) by Miss Islington (bot) · 7 years ago
  75. 2614ed4 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663) by Miss Islington (bot) · 7 years ago
  76. 53d3f8a bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by Miss Islington (bot) · 7 years ago
  77. a9e0b07 bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Miss Islington (bot) · 7 years ago
  78. 632c1cb bpo-32622: Native sendfile on windows (GH-5565) by Miss Islington (bot) · 7 years ago
  79. 9617741 [3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880) by Miss Islington (bot) · 7 years ago
  80. b5655f3 bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) by Miss Islington (bot) · 7 years ago
  81. 01d9c23 [3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860) by Miss Islington (bot) · 7 years ago
  82. 8fa8478 [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857) by Miss Islington (bot) · 7 years ago
  83. e49bf0f bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Miss Islington (bot) · 7 years ago
  84. 1c37e27 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843) by Miss Islington (bot) · 7 years ago
  85. 24d6e3c Test that new_timezone can return the UTC singleton (gh-5318) (#5819) by Miss Islington (bot) · 7 years ago
  86. 01dd52f bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Miss Islington (bot) · 7 years ago
  87. eed3c7a bpo-32604: Swap threads only if the interpreter is different. (gh-5783) by Miss Islington (bot) · 7 years ago
  88. bab4fe3 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Miss Islington (bot) · 7 years ago
  89. 0442de5 bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734) by Ivan Levkivskyi · 7 years ago
  90. 3892899 bpo-31333: Re-implement ABCMeta in C (GH-5733) by Ivan Levkivskyi · 7 years ago
  91. 3db05a3 bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710) by Miss Islington (bot) · 7 years ago
  92. f0616ce Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 7 years ago
  93. ef20abe bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Miss Islington (bot) · 7 years ago
  94. 74ebbae bpo-29248: Fix os.readlink() on Windows (GH-5577) by Miss Islington (bot) · 7 years ago
  95. 0442599 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641) by Miss Islington (bot) · 7 years ago
  96. 7df8049 Fix some warnings produced by different compilers. (GH-5593) (GH-5600) by Miss Islington (bot) · 8 years ago
  97. 2bb0bfa bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562) by Miss Islington (bot) · 8 years ago
  98. e86db34 [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) by Miss Islington (bot) · 8 years ago
  99. f33eced bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507) by Miss Islington (bot) · 8 years ago
  100. 29fd9ea Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) by Miss Islington (bot) · 8 years ago