summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo2021-04-1412-15/+470
* bpo-43680: Deprecate io.OpenWrapper (GH-25357)Victor Stinner2021-04-144-15/+44
* bpo-43080: pprint for dataclass instances (GH-24389)Lewis Gaul2021-04-135-14/+133
* bpo-43785: Update bz2 document (GH-25351)Inada Naoki2021-04-133-4/+12
* bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)Christian Heimes2021-04-133-2/+66
* bpo-43797: Handle correctly invalid assignments inside function calls and gen...Pablo Galindo2021-04-134-9/+21
* Doc: Try to enhance wording on circular imports. (GH-24705)Julien Palard2021-04-131-10/+10
* bpo41515: Fix assert in test which throws SyntaxWarning. (#25379)Karthikeyan Singaravelan2021-04-131-1/+1
* bpo-43770: Cleanup type_ready() (GH-25388)Victor Stinner2021-04-131-119/+153
* bpo-43770: Reorder type_ready() (GH-25373)Victor Stinner2021-04-131-48/+56
* bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)Andrew V. Jones2021-04-131-0/+6
* bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)Mark Shannon2021-04-136-35/+61
* bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)Inada Naoki2021-04-133-3/+10
* bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329)Christian Heimes2021-04-133-24/+26
* bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)Inada Naoki2021-04-134-0/+15
* Ensure that early = are not matched by the parser as invalid comparisons (GH-...Pablo Galindo2021-04-133-319/+423
* Remove an unnecessary copy of the 'namespace' parameter to make_dataclass(). ...Eric V. Smith2021-04-132-8/+15
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-1210-32/+45
* Fix Sphinx errors in the documentation and re-activate the suspicious check (...Pablo Galindo2021-04-124-3/+4
* bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)Karthikeyan Singaravelan2021-04-123-1/+12
* bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)Ken Jin2021-04-123-2/+12
* Use double quotes over single quotes for match statement grammar (GH-24943)Ken Jin2021-04-121-2/+2
* bpo-43797: Improve syntax error for invalid comparisons (#25317)Pablo Galindo2021-04-1212-665/+1261
* bpo-43774: Remove --without-cycle-gc doc (GH-25364)Victor Stinner2021-04-121-6/+1
* bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-...Ethan Furman2021-04-123-19/+57
* bpo-41661: Document os.path.relpath() exception on Windows with different dri...Zackery Spytz2021-04-121-1/+2
* bpo-34311: Add locale.localize (GH-15275)Cédric Krier2021-04-124-3/+51
* bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)Christian Heimes2021-04-124-7/+7
* bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)Christian Heimes2021-04-121-1/+4
* try and get a peak at mock-related PRs before they land (#25356)Chris Withers2021-04-121-0/+4
* bpo-43680: _pyio.open() becomes a static method (GH-25354)Victor Stinner2021-04-123-14/+18
* bpo-43723: Deprecate camelCase aliases from threading (GH-25174)Jelle Zijlstra2021-04-127-20/+159
* bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)Inada Naoki2021-04-122-59/+48
* bpo-43682: Make staticmethod objects callable (GH-25117)Victor Stinner2021-04-117-14/+32
* bpo-43770: Refactor PyType_Ready() function (GH-25336)Victor Stinner2021-04-112-154/+274
* bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)Ken Jin2021-04-113-0/+8
* Fix typo in 3.10.0a7.rst (GH-25340)Sergey B Kirpichev2021-04-111-1/+1
* Fix description of behaviour of an exception class in 'from' clause (GH-24303)Mark Dickinson2021-04-111-4/+7
* bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)Dennis Sweeney2021-04-113-6/+182
* bpo-43772: Fix TypeVar.__ror__ (GH-25339)Jelle Zijlstra2021-04-113-2/+13
* bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)Jelle Zijlstra2021-04-115-11/+91
* bpo-43764: Add match_args=False parameter to dataclass decorator and to make_...Eric V. Smith2021-04-114-19/+81
* Fix typo about line number in the 3.10 What's New document (GH-25328)Antti Haapala2021-04-111-1/+1
* bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)DevilXD2021-04-101-4/+1
* bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)Victor Stinner2021-04-109-38/+198
* bpo-43478: Fix formatting of NEWS entry (GH-25335)Pablo Galindo2021-04-101-1/+6
* bpo-43770: Refactor type_new() function (GH-25325)Victor Stinner2021-04-102-395/+734
* bpo-43798: Add source location attributes to alias (GH-25324)Matthew Suozzo2021-04-1011-19/+199
* bpo-40701: doc typo historcal -> historical (GH-25334)Gregory P. Smith2021-04-101-1/+1
* bpo-43739: Add type declaration Doc/extending/extending.rst exampleShreyan Avigyan2021-04-102-1/+2