- c61ec7e bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737) by Brandt Bucher · 4 years, 5 months ago
- 131d551 bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739) by db3l · 4 years, 5 months ago
- 8747c1f Improve the description of the improvements in bpo-42202 (GH-24738) by Pablo Galindo · 4 years, 5 months ago
- 0632b10 bpo-42128: Add __match_args__ to structseq-based classes (GH-24732) by Pablo Galindo · 4 years, 5 months ago
- 9c79274 bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442) by Eric L · 4 years, 5 months ago
- 62e3b63 Add an attribution to the Green Tree Snakes in the AST docs (GH-24727) by Pablo Galindo · 4 years, 5 months ago
- 44e580f bpo-43162: [Enum] update docs, renable doc tests (GH-24487) by Ethan Furman · 4 years, 5 months ago
- 04f6fbb bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627) by Noor Michael · 4 years, 5 months ago
- 3b4b2cf bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706) by Mariusz Felisiak · 4 years, 5 months ago
- 09605ad missing multiply symbol in the documentation (GH-24686) by Alperen Serkan Aksöz · 4 years, 5 months ago
- b04f1cb Doc: typo fix. (GH-24721) by Julien Palard · 4 years, 5 months ago
- 94894dd Pin test runner to Ubuntu 18 to un-break CI (#24715) by Brandt Bucher · 4 years, 5 months ago
- 727a68b Reorder contents of 3.10's What's New (#24687) by Ken Jin · 4 years, 5 months ago
- 3a87e56 bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287) by Nathan Beals · 4 years, 5 months ago
- 132131b bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) by Winson Luk · 4 years, 5 months ago
- b36349a bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (GH-24359) by Peter Donis · 4 years, 5 months ago
- 503627f bpo-43358: Fix bad free in assemble function (GH-24697) by Alex Henrie · 4 years, 5 months ago
- 25e244c bpo-39523: Use do-while loop pysqlite_cursor_executescript() (GH-18305) by Alex Henrie · 4 years, 5 months ago
- 5bfa945 bpo-41282: distutils: Fix stacklevel for DeprecationWarning (GH-24657) by Inada Naoki · 4 years, 5 months ago
- a347bc0 Doc: Improve library/json document. (GH-24390) by Adorilson Bezerra · 4 years, 5 months ago
- 72fcd14 bpo-42840: Document providing kwargs to type. (#24173) by Erik Soma · 4 years, 5 months ago
- dbfabcc Fixed linenumber missing when audit hook has an error (GH-24692) by Jules Lasne · 4 years, 5 months ago
- 7c25508 Post 3.10.0a6 by Pablo Galindo · 4 years, 5 months ago
- 4b7f4ff Merge tag 'v3.10.0a6' by Pablo Galindo · 4 years, 5 months ago
- f193874 Fix grammar in enum documentation. (GH-24689) by Mariatta Wijaya · 4 years, 5 months ago
- cc12888 Remove unused suspicious rule in the docs by Pablo Galindo · 4 years, 5 months ago
- 06c245f Python 3.10.0a6 by Pablo Galindo · 4 years, 5 months ago
- 8c9453b Fix typo in Mac/README.rst (#24682) by Ikko Ashimine · 4 years, 5 months ago
- f4d7d46 closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680) by Erlend Egeberg Aasland · 4 years, 5 months ago
- c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 4 years, 6 months ago
- 0242494 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) by Ned Deily · 4 years, 6 months ago
- 0608425 bpo-43103: Fix build failure with macOS framework builds. (GH-24676) by Ned Deily · 4 years, 6 months ago
- a65b050 bpo-42603: Add whatsnew and ACKS entries. (GH-24675) by Ned Deily · 4 years, 6 months ago
- a22bca6 bpo-42128: Add documentation for pattern matching (PEP 634) (#24664) by Daniel F Moisset · 4 years, 6 months ago
- d202794 bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721) by Manolis Stamatogiannakis · 4 years, 6 months ago
- a8e2615 bpo-42128: Add documentation for the new match-based AST nodes (GH-24673) by Pablo Galindo · 4 years, 6 months ago
- 41934b3 GH-42128: Add Pattern Matching to What's New (#24667) by Carol Willing · 4 years, 6 months ago
- 0d7ad9f bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850) by Filipe Laíns · 4 years, 6 months ago
- af5fa13 bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643) by Pablo Galindo · 4 years, 6 months ago
- e8f5ddd Add whatsnew note for GH-22904 (#24672) by Dennis Sweeney · 4 years, 6 months ago
- 73a85c4 bpo-41972: Use the two-way algorithm for string searching (GH-22904) by Dennis Sweeney · 4 years, 6 months ago
- 2183d06 bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 1e3c682 bpo-43345: Enhance TypedDict documentation. (#24668) by Paul Bryan · 4 years, 6 months ago
- bf9de7a bpo-43335: Update macro to check gcc version (GH-24662) by Dong-hee Na · 4 years, 6 months ago
- c71d24f bpo-43321: Fix SystemError in getargs.c (GH-24656) by Inada Naoki · 4 years, 6 months ago
- 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 6 months ago
- cc02b4f bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459) by Alex · 4 years, 6 months ago
- 5e48e83 bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 7956ef8 bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645) by Ruben Vorderman · 4 years, 6 months ago
- 25935a2 Update logging.config.rst (GH-24630) by takahashi · 4 years, 6 months ago
- 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
- c6ccdfb bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Ammar Askar · 4 years, 6 months ago
- 9525a18 bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Inada Naoki · 4 years, 6 months ago
- 3150754 bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 91ea37c bpo-43290: Remove workaround from pysqlite_step() (GH-24638) by Erlend Egeberg Aasland · 4 years, 6 months ago
- cc3df63 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Ruben Vorderman · 4 years, 6 months ago
- 70f8ebe Remove comment about a private email.headerregistry (GH-24233) by Florian Bruhin · 4 years, 6 months ago
- 32181be bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) by Guanzhong Chen · 4 years, 6 months ago
- 1f43340 bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987) by Felix C. Stegerman · 4 years, 6 months ago
- b9fe16a bpo-41841: Revise header (GH-24633) by Terry Jan Reedy · 4 years, 6 months ago
- 2827e8a bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) by Terry Jan Reedy · 4 years, 6 months ago
- b798ab0 bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629) by Irit Katriel · 4 years, 6 months ago
- 26f18b8 bpo-43146: fix regression in traceback.print_exception(None) (GH-24463) by Irit Katriel · 4 years, 6 months ago
- 7bb1caf bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551) by Petr Viktorin · 4 years, 6 months ago
- 2d6f2ee bpo-36346: Document removal schedule of deprecate APIs (GH-20879) by Inada Naoki · 4 years, 6 months ago
- 91a639a bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927) by Inada Naoki · 4 years, 6 months ago
- 5a4aa4c bpo-23882: Doc: Clarify unittest discovery document (GH-21560) by Inada Naoki · 4 years, 6 months ago
- b19855b bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058) by Dennis Sweeney · 4 years, 6 months ago
- 01806d5 bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
- 84f7afe Fix failed merge of bpo-43288. (GH-24614) by Neil Schemenauer · 4 years, 6 months ago
- 50288aa bpo-43288: Fix bug in test_importlib test. (GH-24612) by Neil Schemenauer · 4 years, 6 months ago
- d5fc998 bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582) by Victor Stinner · 4 years, 6 months ago
- 38b6c2a bpo-43269: Remove redundant extern keywords (GH-24605) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 4cf7bb8 bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) by Terry Jan Reedy · 4 years, 6 months ago
- 2f9ef51 bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) by Terry Jan Reedy · 4 years, 6 months ago
- bf838a6 bpo-43269: Clean up sqlite3 file scope (GH-24578) by Erlend Egeberg Aasland · 4 years, 6 months ago
- d439fb3 bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) by Pablo Galindo · 4 years, 6 months ago
- 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 4 years, 6 months ago
- 4233ff3 Fix typo in launcher.c (GH-24497) by Ikko Ashimine · 4 years, 6 months ago
- 292f231 Fix typo in dis module doc (GH-24509) by Irit Katriel · 4 years, 6 months ago
- b30fcba bpo-43042: Augment tutorial sentence (GH-24514) by Terry Jan Reedy · 4 years, 6 months ago
- b4af629 bpo-42825: Enable /OPT:REF (GH-24098) by Austin Lamb · 4 years, 6 months ago
- 2d3e463 closes bpo-43266: Improve array formatting. (GH-24573) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 4 years, 6 months ago
- 839184f bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583) by Victor Stinner · 4 years, 6 months ago
- bcb094b bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) by Victor Stinner · 4 years, 6 months ago
- a486054 bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579) by Victor Stinner · 4 years, 6 months ago
- acde3f1 bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581) by Victor Stinner · 4 years, 6 months ago
- 101bf69 bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577) by Victor Stinner · 4 years, 6 months ago
- 6207810 bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575) by Victor Stinner · 4 years, 6 months ago
- 5592f2b bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576) by Victor Stinner · 4 years, 6 months ago
- 2bb0bf4 bpo-43258: Make sqlite3 callback functions static (GH-24574) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 979b23c bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569) by Erlend Egeberg Aasland · 4 years, 6 months ago
- e92d67d closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Erlend Egeberg Aasland · 4 years, 6 months ago
- ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 4 years, 6 months ago
- 743932d Remove all links to mingw.org (GH-24552) by Jeremy Paige · 4 years, 6 months ago
- 44085a3 bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) by Victor Stinner · 4 years, 6 months ago
- cc96231 bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 47feb1f bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 7be00ee bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251) by David CARLIER · 4 years, 6 months ago