1. 0cdf5f4 bpo-32568: make select.epoll() and its docs consistent (#7840) by Tal Einat · 6 years ago
  2. 23db935 bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Zackery Spytz · 6 years ago
  3. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  4. 4e21100 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Benjamin Peterson · 6 years ago
  5. 66ecefc Remove tp_print implementation (GH-7857) by jdemeyer · 6 years ago
  6. 9b7cf75 bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) by Victor Stinner · 6 years ago
  7. 44742e9 suppress compiler warnings in _cursesmodule.c (#7860) by Xiang Zhang · 6 years ago
  8. b248e95 Fix compiling error when missing gdbm version macros (GH-7823) by Xiang Zhang · 6 years ago
  9. 00f9edb bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794) by Victor Stinner · 6 years ago
  10. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  11. cb97073 bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn(). (GH-7685) by Pablo Galindo · 6 years ago
  12. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  13. 6c5a4b3 bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) by Victor Stinner · 6 years ago
  14. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 6 years ago
  15. ab4a198 bpo-33615: Re-enable subinterpreter tests. (#7552) by Eric Snow · 6 years ago
  16. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  17. 4531ec7 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) by Ned Deily · 6 years ago
  18. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  19. 877b232 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) by Alexander Belopolsky · 6 years ago
  20. 69dccc3 Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557) by Zackery Spytz · 6 years ago
  21. 1b85c71 bpo-33770: improve base64 exception message for encoded inputs of invalid length (#7416) by Tal Einat · 6 years ago
  22. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  23. 45e4efb bpo-33781: audioop: enhance rounding double as int (GH-7447) by Victor Stinner · 6 years ago
  24. e9e3976 bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Zackery Spytz · 6 years ago
  25. 6379913 bpo-33615: Re-enable a subinterpreter test. (gh-7251) by Eric Snow · 6 years ago
  26. 6854e80 bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh-7330) by Eric Snow · 6 years ago
  27. e905c84 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) by pkerling · 6 years ago
  28. 58d1683 bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Victor Stinner · 6 years ago
  29. a5c4228 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Serhiy Storchaka · 6 years ago
  30. c4653c9 bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126) by Serhiy Storchaka · 6 years ago
  31. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  32. 35230d0 bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (#7080) by Yury Selivanov · 6 years ago
  33. 19de8b3 bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Serhiy Storchaka · 6 years ago
  34. 17d8830 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Serhiy Storchaka · 6 years ago
  35. 301e3cc bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Serhiy Storchaka · 6 years ago
  36. 1179f4b bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by INADA Naoki · 6 years ago
  37. 6655354 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) by Serhiy Storchaka · 6 years ago
  38. 4857543 Fix typo in error message when decoding PYTHONPATH. (GH-6981) by Carl Meyer · 6 years ago
  39. c0ee341 Fix Windows build of Python for latest WinSDK. (GH-6874) by Carl Meyer · 6 years ago
  40. 3ab0136 bpo-32604: Implement force-closing channels. (gh-6937) by Eric Snow · 6 years ago
  41. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  42. d852142 Replace _PyGC_REFS macros with higher level macros (GH-6852) by INADA Naoki · 6 years ago
  43. 6d2cd90 bpo-32604: Improve subinterpreter tests. (#6914) by Eric Snow · 6 years ago
  44. 55e53c3 Remove an unneeded call into OpenSSL (GH-6887) by Alex Gaynor · 6 years ago
  45. d8dcd57 bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6747) by Serhiy Storchaka · 6 years ago
  46. 67c4801 bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) by Christian Heimes · 6 years ago
  47. 735abad bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Segev Finer · 6 years ago
  48. 00717a4 Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Alex Gaynor · 6 years ago
  49. f042242 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6800) by Alex Gaynor · 6 years ago
  50. b00854c bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251) by Serhiy Storchaka · 6 years ago
  51. d518d8b bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Oren Milman · 6 years ago
  52. d54cfb1 bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) by Serhiy Storchaka · 6 years ago
  53. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  54. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 6 years ago
  55. ca40501 bpo-27645, sqlite: Fix integer overflow on sleep (#6594) by Victor Stinner · 6 years ago
  56. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  57. 2e38cc3 bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630) by Serhiy Storchaka · 6 years ago
  58. 25038ec bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) by Antoine Pitrou · 6 years ago
  59. 063db62 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by xdegaye · 6 years ago
  60. e5362ea bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519) by Serhiy Storchaka · 6 years ago
  61. f178028 bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Devon R · 6 years ago
  62. c51d8c9 bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) by Łukasz Langa · 6 years ago
  63. c869529 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363) by Serhiy Storchaka · 6 years ago
  64. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  65. 0e7144b bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Alexey Izbyshev · 6 years ago
  66. 030345c Fix error message in sqlite connection thread check. (GH-6028) by Takuya Akiba · 6 years ago
  67. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 6 years ago
  68. 4ca0739 bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) by Christian Heimes · 6 years ago
  69. c65bf3f bpo-32999: ast: Convert useless check to assert (GH-6197) by INADA Naoki · 6 years ago
  70. f757b72 bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) by INADA Naoki · 6 years ago
  71. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 6 years ago
  72. 9308dea Fix typos in mmap() error messages (GH-6173) by Zackery Spytz · 6 years ago
  73. bbf7bb7 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Aviv Palivoda · 6 years ago
  74. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 6 years ago
  75. d6e1404 bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117) by Zackery Spytz · 6 years ago
  76. 5d2a27d signal: add strsignal() (#6017) by Antoine Pietri · 6 years ago
  77. 4484f9d bpo-33021: Release the GIL during fstat() calls (GH-6019) by Nir Soffer · 6 years ago
  78. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 6 years ago
  79. c10b288 bpo-30249: Improve struct.unpack_from() error messages (GH-6059) by Xiang Zhang · 6 years ago
  80. 3b20d34 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010) by Alexey Izbyshev · 6 years ago
  81. fc7df0e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by INADA Naoki · 6 years ago
  82. bc3f228 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Xiang Zhang · 6 years ago
  83. 6921e73 bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by Steve Dower · 6 years ago
  84. 3e197c7 bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) by Alexey Izbyshev · 6 years ago
  85. 698dde1 bpo-31453: Add setter for min/max protocol version (#5259) by Christian Heimes · 6 years ago
  86. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 6 years ago
  87. 6b5df90 bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586) by Sergey Fedoseev · 6 years ago
  88. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 6 years ago
  89. 6f600ff bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Serhiy Storchaka · 6 years ago
  90. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 6 years ago
  91. 29eab55 bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876) by Christian Heimes · 6 years ago
  92. 186b606 bpo-17232: Clarify docs for -O and -OO command line options (#5839) by Cheryl Sabella · 6 years ago
  93. 6cdb795 bpo-30622: Improve NPN support detection (#5859) by Christian Heimes · 6 years ago
  94. 141c5e8 bpo-24334: Cleanup SSLSocket (#5252) by Christian Heimes · 6 years ago
  95. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 6 years ago
  96. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 6 years ago
  97. a049f57 Test that new_timezone can return the UTC singleton (gh-5318) by Paul Ganssle · 6 years ago
  98. 23ad6d0 bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Steve Dower · 6 years ago
  99. f53d9f2 bpo-32604: Swap threads only if the interpreter is different. (gh-5778) by Eric Snow · 6 years ago
  100. b3caf38 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Alexey Izbyshev · 6 years ago