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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
2
-97/+9
*
idlelib: replace 'while 1' with 'while True' (#94827)
Terry Jan Reedy
2022-07-14
6
-8/+8
*
gh-94499 Add test for private name mangling in class pattern matching (#94500)
da-woods
2022-07-13
1
-0/+14
*
GH-81620: Add random.binomialvariate() (GH-94719)
Raymond Hettinger
2022-07-13
2
-2/+149
*
gh-94713 - Replacing while 1 with while True (#94714)
Itay
2022-07-13
1
-1/+1
*
Fix typo in _exact_ratio comment. (GH-94789)
Benjamin Peterson
2022-07-12
1
-1/+1
*
docs: typing.Self, fix typo (GH-94771)
Max Zhenzhera
2022-07-12
1
-1/+1
*
gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)
Petr Viktorin
2022-07-12
3
-17/+56
*
GH-94736: mark SemLock test as linux only (GH-94750)
Kumar Aditya
2022-07-11
1
-0/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Kumar Aditya
2022-07-11
2
-2/+32
*
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
Kumar Aditya
2022-07-11
1
-0/+11
*
gh-93883: Fix some tests involving traceback formatting (#94737)
John Belmonte
2022-07-11
1
-4/+0
*
gh-87822: Make traceback module robust to exceptions from repr() of local val...
Simon-Martin Schröder
2022-07-11
2
-3/+8
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
5
-123/+94
*
Small speed-up for NormalDist.samples (GH-94730)
Raymond Hettinger
2022-07-11
1
-1/+1
*
GH-94694: Fix column offsets for multi-line method lookups (GH-94697)
Brandt Bucher
2022-07-10
2
-0/+72
*
Improve dataclass docstring (gh-94686)
Tom Fryers
2022-07-09
1
-9/+8
*
gh-94607: Fix subclassing generics (GH-94610)
Ken Jin
2022-07-09
2
-0/+32
*
GH-93252: Fix error handling for failed Python calls (GH-94693)
Brandt Bucher
2022-07-09
1
-0/+12
*
Increase test coverage of Objects/exceptions.c (GH-94674)
Irit Katriel
2022-07-08
2
-5/+59
*
gh-94199: Remove the ssl.wrap_socket() function (#94203)
Victor Stinner
2022-07-08
2
-60/+0
*
gh-94215: Fix error handling for line-tracing events (GH-94681)
Brandt Bucher
2022-07-08
1
-1/+0
*
gh-93654: Add module docstring to pathlib (GH-94611)
Samuel Sloniker
2022-07-07
1
-0/+7
*
gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)
finefoot
2022-07-07
2
-13/+39
*
gh-93910: Fix enum performance regression (GH-94614)
Michael Droettboom
2022-07-07
2
-8/+10
*
gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563)
Christian Heimes
2022-07-07
1
-6/+104
*
gh-94430: Allow params named `module` or `self` with custom C names in Argume...
Erlend Egeberg Aasland
2022-07-07
1
-0/+41
*
gh-92228: disable the compiler's 'small exit block inlining' optimization for...
Irit Katriel
2022-07-07
3
-20/+18
*
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...
Kumar Aditya
2022-07-06
2
-0/+18
*
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...
Pablo Galindo Salgado
2022-07-05
2
-0/+78
*
gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)
Erik De Bonte
2022-07-05
1
-0/+109
*
gh-90355: Add isolated flag if currently isolated (GH-92857)
Carter Dodd
2022-07-05
1
-2/+12
*
gh-92897: Ensure `venv --copies` respects source build property of the creati...
Jeremy Kloth
2022-07-05
5
-40/+76
*
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
Erik Montnemery
2022-07-05
2
-2/+5
*
gh-94485: Set line number of module's RESUME instruction to 0, as specified b...
Irit Katriel
2022-07-05
4
-14/+16
*
gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)
Victor Stinner
2022-07-05
2
-74/+0
*
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)
KotlinIsland
2022-07-05
1
-3/+3
*
gh-94383: Remove ElementTree.Element.copy() method (#94384)
Victor Stinner
2022-07-04
2
-42/+0
*
gh-94352: shlex.split() no longer accepts None (#94353)
Victor Stinner
2022-07-04
2
-6/+3
*
gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)
Jason R. Coombs
2022-07-03
1
-5/+14
*
gh-92869: ctypes: Add c_time_t (#92870)
Thomas Perl
2022-07-03
2
-0/+11
*
IDLE doc: Tweek RESTART and Windows console start (#94530)
Terry Jan Reedy
2022-07-03
1
-3/+5
*
gh-93096: Remove `python -m base64 -t` (gh-94230)
Oleg Iarygin
2022-07-02
2
-22/+6
*
gh-93096: Remove `python -m codecs` (gh-94233)
Oleg Iarygin
2022-07-02
1
-10/+0
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
4
-13/+62
*
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
Mark Shannon
2022-07-01
1
-4/+61
*
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...
Mark Shannon
2022-07-01
1
-0/+37
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
2
-4/+25
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)
Mehdi ABAAKOUK
2022-06-30
4
-1/+20
*
GH-94329: Don't raise on excessive stack consumption (GH-94421)
Mark Shannon
2022-06-30
1
-0/+6
[next]