1. 73a85c4 bpo-41972: Use the two-way algorithm for string searching (GH-22904) by Dennis Sweeney · 3 years, 9 months ago
  2. 2183d06 bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609) by Erlend Egeberg Aasland · 3 years, 9 months ago
  3. 1e3c682 bpo-43345: Enhance TypedDict documentation. (#24668) by Paul Bryan · 3 years, 9 months ago
  4. bf9de7a bpo-43335: Update macro to check gcc version (GH-24662) by Dong-hee Na · 3 years, 9 months ago
  5. c71d24f bpo-43321: Fix SystemError in getargs.c (GH-24656) by Inada Naoki · 3 years, 9 months ago
  6. 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 3 years, 9 months ago
  7. cc02b4f bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459) by Alex · 3 years, 9 months ago
  8. 5e48e83 bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658) by Erlend Egeberg Aasland · 3 years, 9 months ago
  9. 7956ef8 bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645) by Ruben Vorderman · 3 years, 9 months ago
  10. 25935a2 Update logging.config.rst (GH-24630) by takahashi · 3 years, 9 months ago
  11. 28a30bc closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build with GCC/Clang (GH-24606) by Joseph Shen · 3 years, 9 months ago
  12. c6ccdfb bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Ammar Askar · 3 years, 9 months ago
  13. 9525a18 bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Inada Naoki · 3 years, 9 months ago
  14. 3150754 bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637) by Erlend Egeberg Aasland · 3 years, 9 months ago
  15. 91ea37c bpo-43290: Remove workaround from pysqlite_step() (GH-24638) by Erlend Egeberg Aasland · 3 years, 9 months ago
  16. cc3df63 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Ruben Vorderman · 3 years, 9 months ago
  17. 70f8ebe Remove comment about a private email.headerregistry (GH-24233) by Florian Bruhin · 3 years, 9 months ago
  18. 32181be bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) by Guanzhong Chen · 3 years, 9 months ago
  19. 1f43340 bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987) by Felix C. Stegerman · 3 years, 9 months ago
  20. b9fe16a bpo-41841: Revise header (GH-24633) by Terry Jan Reedy · 3 years, 9 months ago
  21. 2827e8a bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) by Terry Jan Reedy · 3 years, 9 months ago
  22. b798ab0 bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629) by Irit Katriel · 3 years, 9 months ago
  23. 26f18b8 bpo-43146: fix regression in traceback.print_exception(None) (GH-24463) by Irit Katriel · 3 years, 9 months ago
  24. 7bb1caf bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551) by Petr Viktorin · 3 years, 9 months ago
  25. 2d6f2ee bpo-36346: Document removal schedule of deprecate APIs (GH-20879) by Inada Naoki · 3 years, 9 months ago
  26. 91a639a bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927) by Inada Naoki · 3 years, 9 months ago
  27. 5a4aa4c bpo-23882: Doc: Clarify unittest discovery document (GH-21560) by Inada Naoki · 3 years, 9 months ago
  28. b19855b bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058) by Dennis Sweeney · 3 years, 9 months ago
  29. 01806d5 bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 3 years, 9 months ago
  30. 84f7afe Fix failed merge of bpo-43288. (GH-24614) by Neil Schemenauer · 3 years, 9 months ago
  31. 50288aa bpo-43288: Fix bug in test_importlib test. (GH-24612) by Neil Schemenauer · 3 years, 9 months ago
  32. d5fc998 bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582) by Victor Stinner · 3 years, 9 months ago
  33. 38b6c2a bpo-43269: Remove redundant extern keywords (GH-24605) by Erlend Egeberg Aasland · 3 years, 9 months ago
  34. 4cf7bb8 bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Terry Jan Reedy · 3 years, 9 months ago
  35. 2f9ef51 bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) by Terry Jan Reedy · 3 years, 9 months ago
  36. bf838a6 bpo-43269: Clean up sqlite3 file scope (GH-24578) by Erlend Egeberg Aasland · 3 years, 9 months ago
  37. d439fb3 bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) by Pablo Galindo · 3 years, 9 months ago
  38. 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 3 years, 9 months ago
  39. 4233ff3 Fix typo in launcher.c (GH-24497) by Ikko Ashimine · 3 years, 9 months ago
  40. 292f231 Fix typo in dis module doc (GH-24509) by Irit Katriel · 3 years, 9 months ago
  41. b30fcba bpo-43042: Augment tutorial sentence (GH-24514) by Terry Jan Reedy · 3 years, 9 months ago
  42. b4af629 bpo-42825: Enable /OPT:REF (GH-24098) by Austin Lamb · 3 years, 9 months ago
  43. 2d3e463 closes bpo-43266: Improve array formatting. (GH-24573) by Erlend Egeberg Aasland · 3 years, 9 months ago
  44. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 3 years, 9 months ago
  45. 839184f bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583) by Victor Stinner · 3 years, 9 months ago
  46. bcb094b bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) by Victor Stinner · 3 years, 9 months ago
  47. a486054 bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579) by Victor Stinner · 3 years, 9 months ago
  48. acde3f1 bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581) by Victor Stinner · 3 years, 9 months ago
  49. 101bf69 bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577) by Victor Stinner · 3 years, 9 months ago
  50. 6207810 bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575) by Victor Stinner · 3 years, 9 months ago
  51. 5592f2b bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576) by Victor Stinner · 3 years, 9 months ago
  52. 2bb0bf4 bpo-43258: Make sqlite3 callback functions static (GH-24574) by Erlend Egeberg Aasland · 3 years, 9 months ago
  53. 979b23c bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569) by Erlend Egeberg Aasland · 3 years, 9 months ago
  54. e92d67d closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Erlend Egeberg Aasland · 3 years, 9 months ago
  55. ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 3 years, 9 months ago
  56. 743932d Remove all links to mingw.org (GH-24552) by Jeremy Paige · 3 years, 9 months ago
  57. 44085a3 bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) by Victor Stinner · 3 years, 9 months ago
  58. cc96231 bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565) by Erlend Egeberg Aasland · 3 years, 9 months ago
  59. 47feb1f bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562) by Erlend Egeberg Aasland · 3 years, 9 months ago
  60. 7be00ee bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251) by David CARLIER · 3 years, 9 months ago
  61. a3c3ffa bpo-42990: Add __builtins__ attribute to functions (GH-24559) by Victor Stinner · 3 years, 9 months ago
  62. 366dc3a bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) by Nicholas Sim · 3 years, 9 months ago
  63. 630264a bpo-40170: Move 3 NEWS entries to the C API section (GH-24555) by Erlend Egeberg Aasland · 3 years, 9 months ago
  64. cd80f43 bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553) by Erlend Egeberg Aasland · 3 years, 9 months ago
  65. 801bb0b bpo-43103: Add configure --without-static-libpython (GH-24418) by Victor Stinner · 3 years, 9 months ago
  66. 6a41775 Update urllib2.rst (GH-24236) by Christian Reich · 3 years, 9 months ago
  67. cc54001 bpo-40170: Always define PyIter_Check() as a function (GH-24548) by Erlend Egeberg Aasland · 3 years, 9 months ago
  68. 17dbd40 bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988) by Nicholas Sim · 3 years, 9 months ago
  69. 871eb42 bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) by Erlend Egeberg Aasland · 3 years, 9 months ago
  70. 8a8b5df bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500) by Zackery Spytz · 3 years, 9 months ago
  71. 755f3c1 bpo-42819, readline: Disable bracketed paste (GH-24108) by Dustin Rodrigues · 3 years, 9 months ago
  72. 813db24 Add a warning block around the get_referrers() documentation (GH-24511) by Pablo Galindo · 3 years, 9 months ago
  73. d020496 bpo-43231: Correctly calculate the curses color pair limit when checking for it (GH-24541) by Pablo Galindo · 3 years, 9 months ago
  74. ab2d481 bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under -R (GH-24539) by Pablo Galindo · 3 years, 9 months ago
  75. a2f0654 bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) by Ken Jin · 3 years, 9 months ago
  76. 4bb2a1e bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533) by Erlend Egeberg Aasland · 3 years, 9 months ago
  77. fcbe0cb bpo-42967: only use '&' as a query string separator (#24297) by Adam Goldschmidt · 3 years, 9 months ago
  78. 1b57426 bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518) by Erlend Egeberg Aasland · 3 years, 9 months ago
  79. 3cf0833 bpo-43152: Update assert statement to remove unused warning (GH-24473) by Dong-hee Na · 3 years, 9 months ago
  80. b676f5f bpo-43202: More codeop._maybe_compile clean-ups (GH-24512) by Terry Jan Reedy · 3 years, 9 months ago
  81. 762fe7d bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) by Zackery Spytz · 3 years, 9 months ago
  82. fd053fd bpo-43172: readline now passes its tests when built against libedit (GH-24499) by Gregory P. Smith · 3 years, 9 months ago
  83. 5ec7d53 bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507) by Erlend Egeberg Aasland · 3 years, 9 months ago
  84. 2068b26 bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508) by Terry Jan Reedy · 3 years, 9 months ago
  85. fedd86d bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498) by Inada Naoki · 3 years, 9 months ago
  86. ea46579 bpo-40956: Fix segfault when Connection.backup is called without target (GH-24503) by Erlend Egeberg Aasland · 3 years, 9 months ago
  87. 749d40a Fix link to sqlite3 enable_shared_cache documentation (GH-24496) by Tom Forbes · 3 years, 9 months ago
  88. bdb941b bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056) by Inada Naoki · 3 years, 9 months ago
  89. dbb2281 bpo-43163: Handle unclosed parentheses in codeop (GH-24483) by Pablo Galindo · 3 years, 9 months ago
  90. b74396c bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485) by Steve Dower · 3 years, 9 months ago
  91. da21f7b bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) by Ken Jin · 3 years, 9 months ago
  92. 5f77dee Improve docs of PEP 604 Union (#24301) by Ken Jin · 3 years, 9 months ago
  93. d65b903 bpo-43162: [Enum] deprecate enum member.member access (GH-24486) by Ethan Furman · 3 years, 9 months ago
  94. e1f7769 bpo-13501: allow choosing between readline and libedit (GH-24189) by Roland Hieber · 3 years, 9 months ago
  95. bf2e7e5 bpo-40692: Run more test_concurrent_futures tests (GH-20239) by Asheesh Laroia · 3 years, 9 months ago
  96. 30a8b28 bpo-43147: Remove archaic terminology. (GH-24462) by Raymond Hettinger · 3 years, 9 months ago
  97. 206cbda bpo-43149: Improve error message for exception group without parentheses (GH-24467) by Pablo Galindo · 3 years, 9 months ago
  98. 0ec57e2 bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) by Terry Jan Reedy · 3 years, 9 months ago
  99. 5f18c22 Simple typo fix (GH-24448) by Andrew Tennikoff · 3 years, 9 months ago
  100. 4bb332c Fix a typo in a deprecation warning (GH-24423) by Zackery Spytz · 3 years, 9 months ago