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-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376)
Dong-hee Na
2022-02-17
2
-45/+139
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
aha79
2022-02-17
4
-2/+20
*
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11
2022-02-17
5
-10/+35
*
Become a CODEOWNER for typing (#31374)
Jelle Zijlstra
2022-02-16
1
-1/+1
*
bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289)
Brandt Bucher
2022-02-16
2
-12/+104
*
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Brandt Bucher
2022-02-16
7
-84/+149
*
bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)
Dong-hee Na
2022-02-16
1
-4/+1
*
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
Erlend Egeberg Aasland
2022-02-16
5
-39/+61
*
bpo-46541: Remove usage of _Py_IDENTIFIER from csv module (GH-31372)
Dong-hee Na
2022-02-16
1
-4/+10
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
4
-12/+63
*
Remove offsets from expected output in test.test_dis (GH-31369)
Mark Shannon
2022-02-16
2
-308/+362
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Eric V. Smith
2022-02-16
3
-10/+14
*
bpo-46541: Remove usage of _Py_IDENTIFIER from dbms modules (GH-31358)
Dong-hee Na
2022-02-16
2
-6/+2
*
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade
2022-02-16
5
-22/+40
*
bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)
Eric Snow
2022-02-16
1
-15/+19
*
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
Eric Snow
2022-02-16
3
-147/+1
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
9
-3/+1100
*
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Zackery Spytz
2022-02-15
4
-4/+16
*
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
Alex Waygood
2022-02-15
1
-4/+0
*
Fix copyright years in `README.rst` (#31347)
Nikita Sobolev
2022-02-15
1
-2/+2
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
12
-527/+2478
*
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
Mark Shannon
2022-02-15
3
-0/+17
*
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow
2022-02-15
9
-272/+101
*
bpo-46728: fix docstring of combinations_with_replacement for consistency (GH...
DongGeon Lee
2022-02-15
2
-4/+4
*
Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
Eric Snow
2022-02-14
2
-3/+3
*
Update the OMG link (GH-30383)
David Gilbertson
2022-02-14
1
-1/+1
*
Update the copyright symbols in README.rst (GH-25514)
MishManners®™
2022-02-14
1
-5/+6
*
Fix missing import in dataclass code snippet (GH-29214)
Leo
2022-02-14
1
-1/+1
*
doc: use colon for all color's rangs (GH-28998)
Rafael Fontenelle
2022-02-14
1
-2/+2
*
bpo-38619: Update the documentation for UUID.hex (GH-29830)
180909
2022-02-14
1
-1/+1
*
Update __main__.rst (GH-30896)
David Gilbertson
2022-02-14
1
-1/+1
*
Update further README references from 3.10 to 3.11 (GH-31009)
Jacob Walls
2022-02-14
1
-4/+4
*
Fix a typo in Doc/faq/programming.rst (GH-31243)
Cooper Lees
2022-02-14
1
-1/+1
*
Fix minor grammar error (#31325)
Scott Noyes
2022-02-14
1
-1/+1
*
Remove unnecessary basic block from comprehensions (GH-31263)
Brandt Bucher
2022-02-14
1
-6/+3
*
bpo-46747: Add missing key parameters in the bisect docs (GH-31323)
Zackery Spytz
2022-02-14
1
-2/+2
*
Add pair counts to stats output and summary. (GH-31324)
Mark Shannon
2022-02-14
2
-10/+46
*
Include length in stats for UNPACK_SEQUENCE. (GH-31254)
Mark Shannon
2022-02-14
2
-8/+30
*
Corrections to format precision description. (GH-31291)
John Belmonte
2022-02-14
1
-5/+6
*
Improve docstring for set.discard() (GH-31315)
Raymond Hettinger
2022-02-13
1
-1/+2
*
bpo-45447: Fix entry in What's New 3.11 (GH-31307)
Terry Jan Reedy
2022-02-13
1
-1/+1
*
bpo-45447: Add entry to What's new 3.9 (GH-31305)
Terry Jan Reedy
2022-02-13
1
-0/+3
*
bpo-45447: Add entry to What's new 3.10 (GH-31304)
Terry Jan Reedy
2022-02-13
1
-1/+6
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood
2022-02-13
11
-3/+83
*
bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)
aha79
2022-02-12
3
-1/+10
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
Cyril Jouve
2022-02-12
6
-31/+238
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Jacob Walls
2022-02-12
4
-5/+19
*
bpo-46586: Fix documentation links (GH-31216)
Meer Suri
2022-02-12
1
-1/+1
*
bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)
Erlend Egeberg Aasland
2022-02-12
1
-2/+2
*
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...
Alex Waygood
2022-02-11
1
-4/+0
[next]