1. 7a69cf4 bpo-35194: Fix a wrong constant in cp932 codec (GH-10420) by Alexey Izbyshev · 6 years ago
  2. 9fc57a3 bpo-35081: Add pycore_fileutils.h (GH-10371) by Victor Stinner · 6 years ago
  3. 5ed6995 bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362) by Victor Stinner · 6 years ago
  4. 570e371 Fix possible crashes in pwdmodule.c. (GH-10331) by Zackery Spytz · 6 years ago
  5. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  6. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  7. e359bc2 bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,uid}. (GH-10319) by Alexey Izbyshev · 6 years ago
  8. b942707 bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101) by BNMetrics · 6 years ago
  9. 488c0a6 bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290) by Christopher Thorne · 6 years ago
  10. 318ab63 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Max Bélanger · 6 years ago
  11. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  12. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  13. e281f7d bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) by Victor Stinner · 6 years ago
  14. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  15. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  16. 2be00d9 bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249) by Victor Stinner · 6 years ago
  17. b08746b bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Xiang Zhang · 6 years ago
  18. 0353b4e bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) by Serhiy Storchaka · 6 years ago
  19. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  20. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  21. 53835e9 Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) by Zackery Spytz · 6 years ago
  22. 3d4fabb bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174) by Alexey Izbyshev · 6 years ago
  23. 163eca3 bpo-34672: fix a compiler warning in timemodule.c (GH-10176) by Xiang Zhang · 6 years ago
  24. a4b2bc7 bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112) by Victor Stinner · 6 years ago
  25. 3b1cba3 bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) by Victor Stinner · 6 years ago
  26. c89a932 bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) by Victor Stinner · 6 years ago
  27. 626bff8 bpo-9263: Dump Python object on GC assertion failure (GH-10062) by Victor Stinner · 6 years ago
  28. 18618e65 bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) by Victor Stinner · 6 years ago
  29. 9e00e80 bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) by Victor Stinner · 6 years ago
  30. df13df4 bpo-34794: Fix a leak in Tkinter. (GH-10025) by Serhiy Storchaka · 6 years ago
  31. 9f3ed3e Fix error handling bugs in _elementtree.c. (GH-10060) by Zackery Spytz · 6 years ago
  32. 3df8540 bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Paul Ganssle · 6 years ago
  33. 2447773 bpo-29843: raise AttributeError if given negative _length_ (GH-10029) by Tal Einat · 6 years ago
  34. 9445118 closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) by Max Bélanger · 6 years ago
  35. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 6 years ago
  36. 8346031 bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Alexey Izbyshev · 6 years ago
  37. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  38. d6a61f2 Elaborate datetime.timedelta docstring (GH-7458) by Chris Barker · 6 years ago
  39. 8deab96 bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187) by David Herberth · 6 years ago
  40. 5a30620 bpo-25750: Add test on bad descriptor __get__() (GH-9084) by jdemeyer · 6 years ago
  41. 3bd0d62 Fix typos in comments (GH-9905) by Quan Tian · 6 years ago
  42. f192aeb bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  43. 55f8249 bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422) by Serhiy Storchaka · 6 years ago
  44. f081fd8 bpo-35013: Add more type checks for children of Element. (GH-9944) by Serhiy Storchaka · 6 years ago
  45. 68def05 Fix several reference counting bugs in pyexpat.c. (GH-9955) by Zackery Spytz · 6 years ago
  46. 6f906b3 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Serhiy Storchaka · 6 years ago
  47. 9d4712b bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) by Gregory P. Smith · 6 years ago
  48. 74a8b6e bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Stéphane Wirtel · 6 years ago
  49. b11c566 bpo-34941: Fix searching Element subclasses. (GH-9766) by Serhiy Storchaka · 6 years ago
  50. 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 6 years ago
  51. de2e448 bpo-34925: Optimize common case for bisect() argument parsing (#9753) by Raymond Hettinger · 6 years ago
  52. 365ad2e bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) by Zackery Spytz · 6 years ago
  53. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 6 years ago
  54. addf8af Fix a compiler warning added in bpo-34872. (GH-9722) by Serhiy Storchaka · 6 years ago
  55. 07fbbfd bpo-34906: Doc: Fix typos (GH-9712) by Stéphane Wirtel · 6 years ago
  56. 7a7693e bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348) by E. M. Bray · 6 years ago
  57. 5f5a778 bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) by Serhiy Storchaka · 6 years ago
  58. b2953fa bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420) by Serhiy Storchaka · 6 years ago
  59. 0c797a6 bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) by Elvis Pranskevichus · 6 years ago
  60. 81574b8 closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SETSCHEDULER. (GH-9658) by William Orr · 6 years ago
  61. df81015 Speed-up math.dist() by 30% (GH-9628) by Raymond Hettinger · 6 years ago
  62. 4b430e5 Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630) by Zackery Spytz · 6 years ago
  63. e2f48bf bpo-34797: Convert heapq to the argument clinic (GH-9560) by Pablo Galindo · 6 years ago
  64. 1fba2ff bpo-34736: improve error message for invalid length b64decode inputs (GH-9563) by Tal Einat · 6 years ago
  65. 9df346b bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) by Zsolt Cserna · 6 years ago
  66. 994269c bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609) by Yury Selivanov · 6 years ago
  67. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  68. c8c0249 bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372) by Joe Pamer · 6 years ago
  69. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 6 years ago
  70. 9718b59 bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345) by Lisa Roach · 6 years ago
  71. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 6 years ago
  72. c0da582 bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) by Nathaniel J. Smith · 6 years ago
  73. 2ec872b bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Yury Selivanov · 6 years ago
  74. b46ad54 Minor performance tweak for deque.index() with a start argument (GH-9440) by Raymond Hettinger · 6 years ago
  75. fb3e9c0 bpo-34755: Add few minor optimizations in _asynciomodule.c. (GH-9455) by Serhiy Storchaka · 6 years ago
  76. 91e6c87 bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Zackery Spytz · 6 years ago
  77. c510c6b Simplify PyInit_timezone. (GH-9467) by Benjamin Peterson · 6 years ago
  78. a4ae828 closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) by Benjamin Peterson · 6 years ago
  79. b10a64d bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426) by Berker Peksag · 6 years ago
  80. 8d1e190 bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Berker Peksag · 6 years ago
  81. 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 6 years ago
  82. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  83. cb5778f bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Christian Heimes · 6 years ago
  84. 0185f34 bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695) by Serhiy Storchaka · 6 years ago
  85. 7bdf282 bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) by Serhiy Storchaka · 6 years ago
  86. 7a0791b bpo-34589: C locale coercion off by default (GH-9073) by Victor Stinner · 6 years ago
  87. 188ebfa bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371) by Victor Stinner · 6 years ago
  88. 1fb399b bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366) by Victor Stinner · 6 years ago
  89. c6fd1c1 bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 6 years ago
  90. 12a69db Convert os.readlink() to Argument Clinic. (GH-8778) by Serhiy Storchaka · 6 years ago
  91. b3a271f bpo-34710: fix SSL module build (GH-9347) by Alexandru Ardelean · 6 years ago
  92. 7843cae bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Vladimir Matveev · 6 years ago
  93. afde1c1 Simplify PyInit_timezone. (GH-9323) by Benjamin Peterson · 6 years ago
  94. 5903296 bpo-34651: Only allow the main interpreter to fork. (gh-9279) by Eric Snow · 6 years ago
  95. b93062b bpo-34672: Don't pass NULL to gmtime_r. (GH-9312) by Benjamin Peterson · 6 years ago
  96. 5633c4f bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9288) by Benjamin Peterson · 6 years ago
  97. ea13740 bpo-34674: Assume unistd.h exists on Unix. (GH-9290) by Benjamin Peterson · 6 years ago
  98. 1401018 Remove wording that could be deemed to be perjorative (GH-9287) by Raymond Hettinger · 6 years ago
  99. a20b6ad bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) by Gregory P. Smith · 6 years ago
  100. 6f82bff bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Alexey Izbyshev · 6 years ago