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
*
Doc: fix link redirect (GH-96606)
partev
2022-09-21
1
-1/+1
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley
2022-09-21
2
-1/+12
*
gh-96954: Add tests for unicodedata.name/lookup (#96955)
Batuhan Taskaya
2022-09-21
1
-1/+9
*
gh-71141: Add note on rejecting "leading-dot" syntax for with statements (#96...
Stanley
2022-09-21
1
-0/+4
*
gh-90808: add more examples to `test_sched.test_priority` (#31144)
Nikita Sobolev
2022-09-21
1
-4/+17
*
[Enum] fix typos (GH-96285)
wim glenn
2022-09-20
1
-2/+2
*
gh-95591: [Enum] use `_FlagTests` base class (GH-96475)
Nikita Sobolev
2022-09-20
1
-4/+4
*
gh-96947: Fix comment on `pyruntimestate->pyinterpreters` struct for `next_id...
Виталий Дмитриев
2022-09-20
1
-2/+2
*
GH-95921: Fix positions for some chained comparisons (GH-96968)
Brandt Bucher
2022-09-20
3
-0/+28
*
Fix minor comment typo in dictobject.c (GH-96960)
Samuel
2022-09-20
1
-1/+1
*
gh-87092: in compiler, move the detection of exception handlers before the CF...
Irit Katriel
2022-09-20
1
-16/+32
*
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
serge-sans-paille
2022-09-20
2
-3/+16
*
gh-96727: Document restrictions on Handler.emit() with respect to locking. (G...
Vinay Sajip
2022-09-20
1
-0/+16
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
8
-36/+11
*
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith
2022-09-19
3
-1/+16
*
gh-96387: take_gil() resets drop request before exit (#96869)
Victor Stinner
2022-09-19
2
-0/+16
*
GH-96864: Check for error between line and opcode events (GH-96880)
Brandt Bucher
2022-09-19
3
-1/+17
*
gh-96917: link to typing.readthedocs.io from typing.rst (#96921)
Shantanu
2022-09-19
1
-0/+5
*
gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...
C.A.M. Gerlach
2022-09-19
1
-23/+50
*
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
C.A.M. Gerlach
2022-09-19
2
-35/+40
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)
Matthias Görgens
2022-09-19
2
-1/+4
*
GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)
Raymond Hettinger
2022-09-18
2
-0/+5
*
fix various typos in random module's documentation (GH-96912)
partev
2022-09-18
1
-4/+4
*
gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...
Scott Main
2022-09-18
1
-1/+20
*
Clarify that the expression is regular math notation, not Python. (#96903)
Raymond Hettinger
2022-09-18
1
-2/+2
*
gh-87179: Fix more IDLE class headers (#96899)
Terry Jan Reedy
2022-09-17
2
-2/+2
*
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (...
Guido van Rossum
2022-09-17
5
-66/+8
*
gh-91210: Improve error message when non-default param follows default (GH-95...
Lysandros Nikolaou
2022-09-17
5
-365/+391
*
Simplify sieve() recipe. Add edge case tests. (GH-96892)
Raymond Hettinger
2022-09-17
1
-1/+7
*
gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
Michel Hidalgo
2022-09-17
5
-8/+66
*
gh-96861: Check for unset sys.executable during venv creation. (GH-96887)
Vinay Sajip
2022-09-17
1
-0/+5
*
gh-96883: browser: include concurrent.futures (GH-96886)
Christian Heimes
2022-09-17
2
-13/+21
*
fixes gh-96841: replace Mercurial with VCS (#96879)
Benjamin Peterson
2022-09-16
1
-2/+2
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Victor Stinner
2022-09-16
3
-4/+7
*
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Serhiy Storchaka
2022-09-16
3
-13/+37
*
gh-89536: Use ThinLTO policy if possible (gh-96766)
Dong-hee Na
2022-09-16
5
-6/+99
*
gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...
Erlend E. Aasland
2022-09-15
1
-1/+2
*
Fix ResourceWarning in test.test_frame (GH-96831)
Dennis Sweeney
2022-09-15
1
-16/+19
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
9
-3/+115
*
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
Nikita Sobolev
2022-09-15
3
-13/+24
*
Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741)
Ruan Comelli
2022-09-15
2
-1/+2
*
GH-90997: Improve inline cache performance for MSVC (GH-96781)
Brandt Bucher
2022-09-15
2
-74/+21
*
Revert accidental removal from 3.12 doc. (gh-96826)
Benjamin Peterson
2022-09-14
1
-0/+70
*
gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)
Yusuke Kadowaki
2022-09-14
4
-8/+46
*
ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
Kevin Modzelewski
2022-09-14
1
-5/+2
*
gh-96784: Cover more typing special forms in `get_args()` (#96791)
Nikita Sobolev
2022-09-14
1
-0/+27
*
gh-96769: Cover more typing special forms to be unsubclassable (#96772)
Nikita Sobolev
2022-09-14
1
-5/+43
*
Itertools sieve() recipe (#96813)
Raymond Hettinger
2022-09-14
1
-6/+28
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
11
-27174/+27467
*
gh-94808: improve comments and coverage of fastsearch.h (GH-96760)
Dennis Sweeney
2022-09-13
3
-5/+54
[next]