summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make tracing info (bounds, and previous instruction offset) a bit more robust...Mark Shannon2021-03-051-52/+72
* bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to ...Antoine Pitrou2021-03-053-1/+77
* bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)Gregory P. Smith2021-03-052-1/+10
* bpo-43400: Remove "easy to use" from mock docs (GH-24752)Eddie Peters2021-03-041-1/+1
* bpo-42129: Add support for resources in namespaces (GH-24670)Jason R. Coombs2021-03-0421-920/+1319
* Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)Jason R. Coombs2021-03-042-23/+1
* bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)Kamil Turek2021-03-041-1/+0
* bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)Adrian Vladu2021-03-042-1/+23
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Erlend Egeberg Aasland2021-03-041-25/+25
* bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)Erlend Egeberg Aasland2021-03-043-11/+48
* bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737)Brandt Bucher2021-03-042-6/+6
* bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)db3l2021-03-042-1/+3
* Improve the description of the improvements in bpo-42202 (GH-24738)Pablo Galindo2021-03-041-2/+3
* bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)Pablo Galindo2021-03-043-0/+48
* bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)Eric L2021-03-034-10/+98
* Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)Pablo Galindo2021-03-031-0/+5
* bpo-43162: [Enum] update docs, renable doc tests (GH-24487)Ethan Furman2021-03-033-9/+10
* bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)Noor Michael2021-03-033-1/+4
* bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)Mariusz Felisiak2021-03-033-6/+8
* missing multiply symbol in the documentation (GH-24686)Alperen Serkan Aksöz2021-03-031-1/+1
* Doc: typo fix. (GH-24721)Julien Palard2021-03-031-2/+2
* Pin test runner to Ubuntu 18 to un-break CI (#24715)Brandt Bucher2021-03-031-1/+1
* Reorder contents of 3.10's What's New (#24687)Ken Jin2021-03-031-113/+129
* bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)Nathan Beals2021-03-032-0/+10
* bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)Winson Luk2021-03-023-0/+50
* bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (G...Peter Donis2021-03-021-6/+3
* bpo-43358: Fix bad free in assemble function (GH-24697)Alex Henrie2021-03-021-2/+2
* bpo-39523: Use do-while loop pysqlite_cursor_executescript() (GH-18305)Alex Henrie2021-03-021-3/+2
* bpo-41282: distutils: Fix stacklevel for DeprecationWarning (GH-24657)Inada Naoki2021-03-022-1/+3
* Doc: Improve library/json document. (GH-24390)Adorilson Bezerra2021-03-021-7/+6
* bpo-42840: Document providing kwargs to type. (#24173)Erik Soma2021-03-011-1/+8
* Fixed linenumber missing when audit hook has an error (GH-24692)Jules Lasne2021-03-011-0/+1
* Post 3.10.0a6Pablo Galindo2021-03-011-1/+1
* Merge tag 'v3.10.0a6'Pablo Galindo2021-03-0157-5117/+8630
|\
| * Remove unused suspicious rule in the docsv3.10.0a6Pablo Galindo2021-03-015-4998/+8092
| * Python 3.10.0a6Pablo Galindo2021-03-0152-119/+538
* | Fix grammar in enum documentation. (GH-24689)Mariatta Wijaya2021-03-011-1/+1
|/
* Fix typo in Mac/README.rst (#24682)Ikko Ashimine2021-03-011-1/+1
* closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)Erlend Egeberg Aasland2021-03-011-1/+3
* bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...Jozef Grajciar2021-03-015-179/+181
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)Ned Deily2021-03-012-3/+4
* bpo-43103: Fix build failure with macOS framework builds. (GH-24676)Ned Deily2021-03-012-2/+2
* bpo-42603: Add whatsnew and ACKS entries. (GH-24675)Ned Deily2021-03-012-0/+7
* bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)Daniel F Moisset2021-03-015-3/+821
* bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)Manolis Stamatogiannakis2021-03-014-18/+61
* bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)Pablo Galindo2021-03-011-0/+122
* GH-42128: Add Pattern Matching to What's New (#24667)Carol Willing2021-02-281-0/+275
* bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)Filipe Laíns2021-02-283-8/+91
* bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...Pablo Galindo2021-02-285-11/+49
* Add whatsnew note for GH-22904 (#24672)Dennis Sweeney2021-02-281-0/+5