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
*
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
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Irit Katriel
2022-06-30
2
-7/+7
*
gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253)
Christian Heimes
2022-06-29
1
-39/+38
*
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner
2022-06-28
1
-39/+0
*
gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)
Robin Plumey
2022-06-28
2
-2/+4
*
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka
2022-06-28
1
-0/+10
*
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner
2022-06-28
2
-75/+5
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Christian Heimes
2022-06-28
1
-27/+33
*
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
Kumar Aditya
2022-06-28
1
-0/+23
*
gh-82006: IDLE doc improvements (#94349)
Terry Jan Reedy
2022-06-27
2
-177/+306
*
gh-94315: Check for DAC override capability (GH-94316)
Christian Heimes
2022-06-27
5
-22/+56
*
gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)
Thomas B. Brunner
2022-06-27
1
-3/+6
*
gh-90473: Reduce recursion limit on WASI even further (GH-94333)
Christian Heimes
2022-06-27
1
-2/+2
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
3
-1/+40
*
gh-94318: Strip trailing spaces in pydoc text output (GH-94319)
Serhiy Storchaka
2022-06-27
3
-78/+77
[next]