summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-44655: Don't include suggestions for attributes that are the same as the ...Pablo Galindo Salgado2021-07-163-0/+17
* Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (G...Pablo Galindo Salgado2021-07-162-31/+1
* Remove legacy opcache structs (GH-27164)Ken Jin2021-07-163-26/+1
* bpo-20201: variadic arguments support for AC (GH-18609)Batuhan Taskaya2021-07-168-100/+664
* bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)Łukasz Langa2021-07-163-1/+23
* bpo-44638: Add a reference to the zipp project and hint as to how to use it. ...Jason R. Coombs2021-07-162-0/+5
* bpo-44652: Preserve natural order of args in the union type. (GH-27185)Serhiy Storchaka2021-07-163-11/+39
* bpo-40897:Give priority to using the current class constructor in `inspect.si...Weipeng Hong2021-07-163-8/+59
* bpo-44569: Decouple frame formatting in traceback.py (GH-27038)Ammar Askar2021-07-164-34/+70
* Remove unnecessary 'invalid_primary' rule in the parser (GH-27186)Pablo Galindo Salgado2021-07-164-309/+239
* bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)Mark Shannon2021-07-162-1/+31
* bpo-44636: Collapse union of equal types (GH-27178)Serhiy Storchaka2021-07-163-9/+23
* bpo-44646: Fix the hash of the union type. (#27179)Serhiy Storchaka2021-07-163-4/+12
* bpo-43950: make BinOp specializations more reliable (GH-27126)Batuhan Taskaya2021-07-153-2/+40
* bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27...T. Wouters2021-07-151-3/+11
* bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ o...Łukasz Langa2021-07-151-4/+13
* bpo-44626: Merge basic blocks earlier to enable better handling of exit block...Mark Shannon2021-07-155-4337/+4411
* bpo-44641: Use vectorcall in sqlite3 collation callback (GH-27158)Erlend Egeberg Aasland2021-07-151-3/+3
* Remove sys._deactivate_opcache() now that is not needed (GH-27154)Pablo Galindo Salgado2021-07-154-50/+1
* bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27...Mark Shannon2021-07-152-2/+14
* bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115)Łukasz Langa2021-07-153-1/+89
* bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)Irit Katriel2021-07-157-23/+203
* Remove unnecessary pass statement in msvccompiler.py (GH-27123)Leonardo Freua2021-07-151-1/+0
* bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)andrei kulakov2021-07-153-1/+8
* Remove unnecessary test for `xc == 1` in _pydecimal (GH-27102)Elisha Hollander2021-07-151-2/+2
* Fix osx_framework_user include to match distutils (#27093)Tzu-ping Chung2021-07-152-1/+3
* bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...Jack DeVries2021-07-154-19/+82
* bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-...Vinay Sajip2021-07-152-6/+13
* bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)Shane Harvey2021-07-144-0/+14
* Add release highlights for the 3.10 what's new document (GH-27150)Pablo Galindo Salgado2021-07-141-1/+29
* Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.execute...Erlend Egeberg Aasland2021-07-144-8/+8
* bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)Jack DeVries2021-07-141-1/+1
* bpo-44632: Fix support of TypeVar in the union type (GH-27139)Serhiy Storchaka2021-07-142-2/+8
* bpo-44635: Convert None to NoneType in the union type constructor (GH-27136)Serhiy Storchaka2021-07-143-9/+21
* bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)Erlend Egeberg Aasland2021-07-148-92/+90
* bpo-44616: Mark all clean up instructions at end of named exception block as ...Mark Shannon2021-07-143-5/+27
* bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)Serhiy Storchaka2021-07-143-2/+12
* bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (G...Serhiy Storchaka2021-07-143-6/+55
* bpo-44630: Fix assertion errors in csv module (GH-27127)T. Wouters2021-07-132-4/+14
* bpo-33346: Allow async comprehensions inside implicit async comprehensions (G...Serhiy Storchaka2021-07-136-17/+109
* bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...Konstantin-Glukhov2021-07-132-0/+2
* Fix typos in Mac/README.rst (#27108)Clemens Brunner2021-07-131-3/+3
* bpo-43126: Expand docs on io.IOBase.readlines() method (#27061)andrei kulakov2021-07-131-0/+3
* bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)Kevin Follstad2021-07-132-0/+10
* bpo-38741: Definition of multiple ']' in header configparser (GH-17129)jsnklln2021-07-133-1/+9
* bpo-35113: clean up duplicate import and comment (#27073)andrei kulakov2021-07-131-4/+0
* Remove unnecessary pass statements (GH-27103)Elisha Hollander2021-07-133-3/+0
* bpo-43950: Add documentation for PEP-657 (GH-27047)Ammar Askar2021-07-134-0/+124
* bpo-44613: Make importlib.metadata non-provisional (#27101)Barry Warsaw2021-07-122-4/+3
* bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)Batuhan Taskaya2021-07-124-46/+366