index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
5
-33/+107
*
bpo-44661: Update property_descr_set to use vectorcall if possible. (GH-27206)
Dong-hee Na
2021-07-19
2
-7/+20
*
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216)
Mark Shannon
2021-07-19
2
-1/+31
*
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...
Irit Katriel
2021-07-19
4
-28/+26
*
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
Jason R. Coombs
2021-07-19
4
-66/+111
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
5
-15/+132
*
bpo-44561: Update hyperlinks in Doc/distributing/index.rst (#27032)
Steven Hsu
2021-07-19
2
-3/+6
*
bpo-42355: symtable.get_namespace() now checks whether there are multiple or ...
Batuhan Taskaya
2021-07-18
3
-5/+13
*
bpo-44654: Do not export the union type related symbols (GH-27223)
Serhiy Storchaka
2021-07-18
1
-4/+4
*
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH...
Serhiy Storchaka
2021-07-18
3
-16/+36
*
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka
2021-07-17
9
-125/+88
*
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
Ken Jin
2021-07-17
1
-1/+2
*
bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)
Hasan
2021-07-17
2
-0/+76
*
bpo-43425: Remove test2to3 from Tools (#26981)
Dong-hee Na
2021-07-17
9
-74/+3
*
Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)
Łukasz Langa
2021-07-17
1
-1/+1
*
bpo-41249: Fix postponed annotations for TypedDict (GH-27017)
Germán Méndez Bravo
2021-07-17
4
-7/+43
*
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
Yurii Karabas
2021-07-17
5
-7/+40
*
bpo-44655: Include the name of the type in unset __slots__ attribute errors (...
Pablo Galindo Salgado
2021-07-16
3
-4/+17
*
bpo-44655: Don't include suggestions for attributes that are the same as the ...
Pablo Galindo Salgado
2021-07-16
3
-0/+17
*
Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (G...
Pablo Galindo Salgado
2021-07-16
2
-31/+1
*
Remove legacy opcache structs (GH-27164)
Ken Jin
2021-07-16
3
-26/+1
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
8
-100/+664
*
bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)
Łukasz Langa
2021-07-16
3
-1/+23
*
bpo-44638: Add a reference to the zipp project and hint as to how to use it. ...
Jason R. Coombs
2021-07-16
2
-0/+5
*
bpo-44652: Preserve natural order of args in the union type. (GH-27185)
Serhiy Storchaka
2021-07-16
3
-11/+39
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Weipeng Hong
2021-07-16
3
-8/+59
*
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar
2021-07-16
4
-34/+70
*
Remove unnecessary 'invalid_primary' rule in the parser (GH-27186)
Pablo Galindo Salgado
2021-07-16
4
-309/+239
*
bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)
Mark Shannon
2021-07-16
2
-1/+31
*
bpo-44636: Collapse union of equal types (GH-27178)
Serhiy Storchaka
2021-07-16
3
-9/+23
*
bpo-44646: Fix the hash of the union type. (#27179)
Serhiy Storchaka
2021-07-16
3
-4/+12
*
bpo-43950: make BinOp specializations more reliable (GH-27126)
Batuhan Taskaya
2021-07-15
3
-2/+40
*
bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27...
T. Wouters
2021-07-15
1
-3/+11
*
bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ o...
Łukasz Langa
2021-07-15
1
-4/+13
*
bpo-44626: Merge basic blocks earlier to enable better handling of exit block...
Mark Shannon
2021-07-15
5
-4337/+4411
*
bpo-44641: Use vectorcall in sqlite3 collation callback (GH-27158)
Erlend Egeberg Aasland
2021-07-15
1
-3/+3
*
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado
2021-07-15
4
-50/+1
*
bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27...
Mark Shannon
2021-07-15
2
-2/+14
*
bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115)
Łukasz Langa
2021-07-15
3
-1/+89
*
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel
2021-07-15
7
-23/+203
*
Remove unnecessary pass statement in msvccompiler.py (GH-27123)
Leonardo Freua
2021-07-15
1
-1/+0
*
bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)
andrei kulakov
2021-07-15
3
-1/+8
*
Remove unnecessary test for `xc == 1` in _pydecimal (GH-27102)
Elisha Hollander
2021-07-15
1
-2/+2
*
Fix osx_framework_user include to match distutils (#27093)
Tzu-ping Chung
2021-07-15
2
-1/+3
*
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...
Jack DeVries
2021-07-15
4
-19/+82
*
bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-...
Vinay Sajip
2021-07-15
2
-6/+13
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
4
-0/+14
*
Add release highlights for the 3.10 what's new document (GH-27150)
Pablo Galindo Salgado
2021-07-14
1
-1/+29
*
Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.execute...
Erlend Egeberg Aasland
2021-07-14
4
-8/+8
*
bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)
Jack DeVries
2021-07-14
1
-1/+1
[next]