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
*
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
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Dennis Sweeney
2022-02-11
3
-8/+226
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
21
-36/+56
*
bpo-45490: Rename static inline functions (GH-31217)
Victor Stinner
2022-02-11
3
-32/+32
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Géry Ogam
2022-02-11
1
-2/+2
*
bpo-46323: Fix double-free issue for borrowed refs (GH-31272)
Dong-hee Na
2022-02-11
1
-1/+0
*
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
Arie Bovenberg
2022-02-11
3
-0/+9
*
bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31...
Eric Snow
2022-02-10
5
-22/+159
*
bpo-44953: Add newline at end of NEWS entry (GH-31265)
Dennis Sweeney
2022-02-10
1
-1/+1
*
bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)
Dennis Sweeney
2022-02-10
2
-12/+79
*
bpo-45923: Add `RESUME_QUICK` (GH-31244)
Brandt Bucher
2022-02-10
6
-22/+30
*
Gather stats for PRECALL_METHOD. (GH-31259)
Mark Shannon
2022-02-10
2
-2/+14
*
Don't print rejected tokens when using the debug flags in the parser (GH-31258)
Pablo Galindo Salgado
2022-02-10
1
-1/+0
*
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Pablo Galindo Salgado
2022-02-10
6
-1053/+1054
*
bpo-46532: Reduce number of memory writes to update call_shape.kwnames. (GH-3...
Mark Shannon
2022-02-10
1
-7/+15
*
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...
Andrew Svetlov
2022-02-10
7
-4/+30
*
Fix sys.getdxp() when configured with --enable-pystats. (GH-31251)
Mark Shannon
2022-02-10
1
-1/+17
*
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon
2022-02-10
3
-3/+36
*
Right justify numeric columns in stats summary script. (GH-31234)
Mark Shannon
2022-02-10
1
-8/+17
*
bpo-46323: Allow alloca(0) for python callback function of ctypes (GH-31249)
Dong-hee Na
2022-02-10
1
-5/+1
*
Fix sphinx-lint after #31097 and b878b3a (GH-31248)
Nikita Sobolev
2022-02-10
2
-2/+2
*
bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
Julien Palard
2022-02-10
6
-4/+24
*
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...
Pablo Galindo Salgado
2022-02-10
4
-1016/+1033
*
bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)
Eric Snow
2022-02-10
3
-512/+260
*
bpo-46528: Attempt SWAPs at compile-time (GH-30970)
Brandt Bucher
2022-02-09
3
-0/+136
*
bpo-43532: add version added to KW_ONLY (GH-31235)
Henry Schreiner
2022-02-09
1
-0/+2
*
bpo-46528: Check PyMem_Malloc for NULL (GH-30998)
Brandt Bucher
2022-02-09
1
-8/+15
[next]