1. dbfabcc Fixed linenumber missing when audit hook has an error (GH-24692) by Jules Lasne · 4 years, 5 months ago
  2. 7c25508 Post 3.10.0a6 by Pablo Galindo · 4 years, 5 months ago
  3. 4b7f4ff Merge tag 'v3.10.0a6' by Pablo Galindo · 4 years, 5 months ago
  4. f193874 Fix grammar in enum documentation. (GH-24689) by Mariatta Wijaya · 4 years, 5 months ago
  5. cc12888 Remove unused suspicious rule in the docs by Pablo Galindo · 4 years, 5 months ago
  6. 06c245f Python 3.10.0a6 by Pablo Galindo · 4 years, 5 months ago
  7. 8c9453b Fix typo in Mac/README.rst (#24682) by Ikko Ashimine · 4 years, 5 months ago
  8. f4d7d46 closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) by Erlend Egeberg Aasland · 4 years, 5 months ago
  9. c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 4 years, 5 months ago
  10. 0242494 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) by Ned Deily · 4 years, 5 months ago
  11. 0608425 bpo-43103: Fix build failure with macOS framework builds. (GH-24676) by Ned Deily · 4 years, 5 months ago
  12. a65b050 bpo-42603: Add whatsnew and ACKS entries. (GH-24675) by Ned Deily · 4 years, 5 months ago
  13. a22bca6 bpo-42128: Add documentation for pattern matching (PEP 634) (#24664) by Daniel F Moisset · 4 years, 5 months ago
  14. d202794 bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721) by Manolis Stamatogiannakis · 4 years, 5 months ago
  15. a8e2615 bpo-42128: Add documentation for the new match-based AST nodes (GH-24673) by Pablo Galindo · 4 years, 5 months ago
  16. 41934b3 GH-42128: Add Pattern Matching to What's New (#24667) by Carol Willing · 4 years, 5 months ago
  17. 0d7ad9f bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850) by Filipe Laíns · 4 years, 5 months ago
  18. af5fa13 bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643) by Pablo Galindo · 4 years, 5 months ago
  19. e8f5ddd Add whatsnew note for GH-22904 (#24672) by Dennis Sweeney · 4 years, 5 months ago
  20. 73a85c4 bpo-41972: Use the two-way algorithm for string searching (GH-22904) by Dennis Sweeney · 4 years, 5 months ago
  21. 2183d06 bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609) by Erlend Egeberg Aasland · 4 years, 6 months ago
  22. 1e3c682 bpo-43345: Enhance TypedDict documentation. (#24668) by Paul Bryan · 4 years, 6 months ago
  23. bf9de7a bpo-43335: Update macro to check gcc version (GH-24662) by Dong-hee Na · 4 years, 6 months ago
  24. c71d24f bpo-43321: Fix SystemError in getargs.c (GH-24656) by Inada Naoki · 4 years, 6 months ago
  25. 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 6 months ago
  26. cc02b4f bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459) by Alex · 4 years, 6 months ago
  27. 5e48e83 bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658) by Erlend Egeberg Aasland · 4 years, 6 months ago
  28. 7956ef8 bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645) by Ruben Vorderman · 4 years, 6 months ago
  29. 25935a2 Update logging.config.rst (GH-24630) by takahashi · 4 years, 6 months ago
  30. 28a30bc closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build with GCC/Clang (GH-24606) by Joseph Shen · 4 years, 6 months ago
  31. c6ccdfb bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Ammar Askar · 4 years, 6 months ago
  32. 9525a18 bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Inada Naoki · 4 years, 6 months ago
  33. 3150754 bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637) by Erlend Egeberg Aasland · 4 years, 6 months ago
  34. 91ea37c bpo-43290: Remove workaround from pysqlite_step() (GH-24638) by Erlend Egeberg Aasland · 4 years, 6 months ago
  35. cc3df63 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Ruben Vorderman · 4 years, 6 months ago
  36. 70f8ebe Remove comment about a private email.headerregistry (GH-24233) by Florian Bruhin · 4 years, 6 months ago
  37. 32181be bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) by Guanzhong Chen · 4 years, 6 months ago
  38. 1f43340 bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987) by Felix C. Stegerman · 4 years, 6 months ago
  39. b9fe16a bpo-41841: Revise header (GH-24633) by Terry Jan Reedy · 4 years, 6 months ago
  40. 2827e8a bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) by Terry Jan Reedy · 4 years, 6 months ago
  41. b798ab0 bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629) by Irit Katriel · 4 years, 6 months ago
  42. 26f18b8 bpo-43146: fix regression in traceback.print_exception(None) (GH-24463) by Irit Katriel · 4 years, 6 months ago
  43. 7bb1caf bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551) by Petr Viktorin · 4 years, 6 months ago
  44. 2d6f2ee bpo-36346: Document removal schedule of deprecate APIs (GH-20879) by Inada Naoki · 4 years, 6 months ago
  45. 91a639a bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927) by Inada Naoki · 4 years, 6 months ago
  46. 5a4aa4c bpo-23882: Doc: Clarify unittest discovery document (GH-21560) by Inada Naoki · 4 years, 6 months ago
  47. b19855b bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058) by Dennis Sweeney · 4 years, 6 months ago
  48. 01806d5 bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
  49. 84f7afe Fix failed merge of bpo-43288. (GH-24614) by Neil Schemenauer · 4 years, 6 months ago
  50. 50288aa bpo-43288: Fix bug in test_importlib test. (GH-24612) by Neil Schemenauer · 4 years, 6 months ago
  51. d5fc998 bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582) by Victor Stinner · 4 years, 6 months ago
  52. 38b6c2a bpo-43269: Remove redundant extern keywords (GH-24605) by Erlend Egeberg Aasland · 4 years, 6 months ago
  53. 4cf7bb8 bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Terry Jan Reedy · 4 years, 6 months ago
  54. 2f9ef51 bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) by Terry Jan Reedy · 4 years, 6 months ago
  55. bf838a6 bpo-43269: Clean up sqlite3 file scope (GH-24578) by Erlend Egeberg Aasland · 4 years, 6 months ago
  56. d439fb3 bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) by Pablo Galindo · 4 years, 6 months ago
  57. 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 4 years, 6 months ago
  58. 4233ff3 Fix typo in launcher.c (GH-24497) by Ikko Ashimine · 4 years, 6 months ago
  59. 292f231 Fix typo in dis module doc (GH-24509) by Irit Katriel · 4 years, 6 months ago
  60. b30fcba bpo-43042: Augment tutorial sentence (GH-24514) by Terry Jan Reedy · 4 years, 6 months ago
  61. b4af629 bpo-42825: Enable /OPT:REF (GH-24098) by Austin Lamb · 4 years, 6 months ago
  62. 2d3e463 closes bpo-43266: Improve array formatting. (GH-24573) by Erlend Egeberg Aasland · 4 years, 6 months ago
  63. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 4 years, 6 months ago
  64. 839184f bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583) by Victor Stinner · 4 years, 6 months ago
  65. bcb094b bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) by Victor Stinner · 4 years, 6 months ago
  66. a486054 bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579) by Victor Stinner · 4 years, 6 months ago
  67. acde3f1 bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581) by Victor Stinner · 4 years, 6 months ago
  68. 101bf69 bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577) by Victor Stinner · 4 years, 6 months ago
  69. 6207810 bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575) by Victor Stinner · 4 years, 6 months ago
  70. 5592f2b bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576) by Victor Stinner · 4 years, 6 months ago
  71. 2bb0bf4 bpo-43258: Make sqlite3 callback functions static (GH-24574) by Erlend Egeberg Aasland · 4 years, 6 months ago
  72. 979b23c bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569) by Erlend Egeberg Aasland · 4 years, 6 months ago
  73. e92d67d closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Erlend Egeberg Aasland · 4 years, 6 months ago
  74. ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 4 years, 6 months ago
  75. 743932d Remove all links to mingw.org (GH-24552) by Jeremy Paige · 4 years, 6 months ago
  76. 44085a3 bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) by Victor Stinner · 4 years, 6 months ago
  77. cc96231 bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565) by Erlend Egeberg Aasland · 4 years, 6 months ago
  78. 47feb1f bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562) by Erlend Egeberg Aasland · 4 years, 6 months ago
  79. 7be00ee bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251) by David CARLIER · 4 years, 6 months ago
  80. a3c3ffa bpo-42990: Add __builtins__ attribute to functions (GH-24559) by Victor Stinner · 4 years, 6 months ago
  81. 366dc3a bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) by Nicholas Sim · 4 years, 6 months ago
  82. 630264a bpo-40170: Move 3 NEWS entries to the C API section (GH-24555) by Erlend Egeberg Aasland · 4 years, 6 months ago
  83. cd80f43 bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553) by Erlend Egeberg Aasland · 4 years, 6 months ago
  84. 801bb0b bpo-43103: Add configure --without-static-libpython (GH-24418) by Victor Stinner · 4 years, 6 months ago
  85. 6a41775 Update urllib2.rst (GH-24236) by Christian Reich · 4 years, 6 months ago
  86. cc54001 bpo-40170: Always define PyIter_Check() as a function (GH-24548) by Erlend Egeberg Aasland · 4 years, 6 months ago
  87. 17dbd40 bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988) by Nicholas Sim · 4 years, 6 months ago
  88. 871eb42 bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) by Erlend Egeberg Aasland · 4 years, 6 months ago
  89. 8a8b5df bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500) by Zackery Spytz · 4 years, 6 months ago
  90. 755f3c1 bpo-42819, readline: Disable bracketed paste (GH-24108) by Dustin Rodrigues · 4 years, 6 months ago
  91. 813db24 Add a warning block around the get_referrers() documentation (GH-24511) by Pablo Galindo · 4 years, 6 months ago
  92. d020496 bpo-43231: Correctly calculate the curses color pair limit when checking for it (GH-24541) by Pablo Galindo · 4 years, 6 months ago
  93. ab2d481 bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under -R (GH-24539) by Pablo Galindo · 4 years, 6 months ago
  94. a2f0654 bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) by Ken Jin · 4 years, 6 months ago
  95. 4bb2a1e bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533) by Erlend Egeberg Aasland · 4 years, 6 months ago
  96. fcbe0cb bpo-42967: only use '&' as a query string separator (#24297) by Adam Goldschmidt · 4 years, 6 months ago
  97. 1b57426 bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518) by Erlend Egeberg Aasland · 4 years, 6 months ago
  98. 3cf0833 bpo-43152: Update assert statement to remove unused warning (GH-24473) by Dong-hee Na · 4 years, 6 months ago
  99. b676f5f bpo-43202: More codeop._maybe_compile clean-ups (GH-24512) by Terry Jan Reedy · 4 years, 6 months ago
  100. 762fe7d bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505) by Zackery Spytz · 4 years, 6 months ago