summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-44466: Faulthandler now detects the GC (GH-26823)Victor Stinner2021-06-215-14/+70
* bpo-44337: Improve LOAD_ATTR specialization (GH-26759)Mark Shannon2021-06-213-72/+179
* bpo-44297: Fix missing line number in generator expressions (GH-26801)Mark Shannon2021-06-214-952/+971
* bpo-44469: Fix tests for "async with" with bad object (GH-26817)Serhiy Storchaka2021-06-211-6/+12
* bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)Georg Sauthoff2021-06-204-0/+12
* Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)Hemangii2021-06-201-1/+1
* bpo-44430: Refactor `sqlite3` threading tests (GH-26748)Erlend Egeberg Aasland2021-06-201-140/+36
* bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567)Erlend Egeberg Aasland2021-06-202-1/+6
* bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...Erlend Egeberg Aasland2021-06-206-71/+298
* bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)Sebastian Rittau2021-06-194-16/+35
* bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)Mark Dickinson2021-06-191-2/+2
* bpo-43298: Improved error message when building without the Windows SDK insta...Steve Dower2021-06-192-3/+13
* bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)Christian Heimes2021-06-192-2/+2
* Remove dubious suggestion (GH-26789)Raymond Hettinger2021-06-191-18/+0
* Add a note about NameError/AttributeError suggestions with custom error funct...Pablo Galindo2021-06-181-0/+11
* bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)Ethan Furman2021-06-185-29/+225
* bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...Miro Hrončok2021-06-182-0/+4
* Reorganize the pattern matching suite (GH-26661)Brandt Bucher2021-06-181-548/+497
* bpo-44032: Move pointer to code object from frame-object to frame specials ar...Mark Shannon2021-06-186-41/+59
* bpo-44310: Add a FAQ entry for caching method calls (GH-26731)Raymond Hettinger2021-06-171-0/+97
* bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-...Irit Katriel2021-06-173-1/+21
* Do not clear globals or builtins when calling clear() on a frame object. Reve...Mark Shannon2021-06-172-5/+17
* bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)Erlend Egeberg Aasland2021-06-1722-38/+61
* bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)Joe2021-06-172-2/+2
* bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...Mark Dickinson2021-06-161-2/+2
* bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)Ken Jin2021-06-166-3/+53
* bpo-38211: Clean up type_init() (GH-16257)Sergey Fedoseev2021-06-161-19/+4
* bpo-44422: threading.Thread reuses the _delete() method (GH-26741)Victor Stinner2021-06-161-7/+1
* bpo-43795: Don't list private names in the limited API (GH-26740)Petr Viktorin2021-06-164-5/+17
* bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)Ethan Furman2021-06-163-4/+4
* bpo-43693: Eliminate unused "fast locals". (gh-26587)Eric Snow2021-06-1512-4212/+4187
* bpo-43475: Add what's new entry for NaN hash changes (GH-26725)Mark Dickinson2021-06-151-0/+7
* [Enum] improve test, add andrei kulakov to ACKS (GH-26726)Ethan Furman2021-06-152-0/+24
* bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)Victor Stinner2021-06-152-3/+9
* bpo-42972: _thread.RLock implements the GH protocol (GH-26734)Victor Stinner2021-06-152-1/+12
* bpo-42064: Move sqlite3 types to global state (GH-26537)Erlend Egeberg Aasland2021-06-1512-70/+103
* Add extra stats for attribute misses (GH-26732)Mark Shannon2021-06-152-2/+90
* Fix a typo in _make_class_unpicklable() docstring (GH-26729)andrei kulakov2021-06-151-1/+1
* bpo-44409: Fix error location in tokenizer errors that happen during initiali...Pablo Galindo2021-06-143-0/+4
* Fix typo in lnotab_notes.txt (GH-26711)Gabriele N. Tornetta2021-06-141-1/+1
* bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)Sebastian Rittau2021-06-142-2/+12
* Remove accidentally duplicated STAT_INC (GH-26718)Mark Shannon2021-06-141-1/+0
* bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)Mark Shannon2021-06-149-337/+209
* bpo-44310: Note that lru_cache keep references to both arguments and results...Raymond Hettinger2021-06-141-6/+9
* bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)Christian Heimes2021-06-133-9/+58
* Fix a potential reference-counting bug in long_pow (GH-26690)Mark Dickinson2021-06-131-0/+1
* Fix typos in multiple files (GH-26689)Binbin2021-06-1324-1023/+1023
* bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)Dong-hee Na2021-06-121-5/+8
* bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)Erlend Egeberg Aasland2021-06-121-1/+1
* bpo-44396: Update multi-line-start location when reallocating tokenizer buffe...Pablo Galindo2021-06-123-0/+14