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-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...
Serhiy Storchaka
2024-08-07
2
-5/+70
*
gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)
Serhiy Storchaka
2024-08-07
2
-54/+158
*
gh-118761: Improve import time of `pprint` (#122725)
Hugo van Kemenade
2024-08-07
1
-4/+21
*
Remove dead code in the RE parser (GH-122796)
Serhiy Storchaka
2024-08-07
1
-16/+0
*
gh-122798: Make tests for warnings in the re module more strict (GH-122799)
Serhiy Storchaka
2024-08-07
1
-11/+40
*
gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...
Ali Hamdan
2024-08-07
2
-7/+34
*
gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-9...
pukkandan
2024-08-07
1
-5/+4
*
Fix typos in comments and docstring (#122720)
Xie Yanbo
2024-08-07
9
-11/+11
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
4
-126/+110
*
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Victor Stinner
2024-08-06
1
-0/+13
*
gh-122744: Bump bundled pip to 24.2 (#122745)
Pradyun Gedam
2024-08-06
2
-1/+1
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-1/+3
*
Fix duplicated words 'begins with a' in pathlib docstring (#122732)
Виталий Дмитриев
2024-08-06
1
-1/+1
*
gh-120104: IDLE: Fix padding in config and search dialogs (#120107)
Serhiy Storchaka
2024-08-06
2
-2/+2
*
gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, ...
Kirill Podoprigora
2024-08-06
1
-9/+24
*
Fix syntax in generate_re_casefix.py (#122699)
Jelle Zijlstra
2024-08-06
1
-1/+1
*
gh-116622: Android logging fixes (#122698)
Malcolm Smith
2024-08-06
2
-48/+212
*
gh-122459: Optimize pickling by name objects without __module__ (GH-122460)
Serhiy Storchaka
2024-08-05
2
-50/+49
*
gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+nanj (#122638)
Sergey B Kirpichev
2024-08-04
1
-12/+12
*
gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892)
Sergey B Kirpichev
2024-08-04
1
-2/+2
*
gh-122334: Fix test_embed failure when missing _ssl module (GH-122630)
neonene
2024-08-03
1
-2/+6
*
gh-122560: add test that comprehension loop var appears only in one scope of ...
Irit Katriel
2024-08-02
1
-0/+21
*
gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)
Sam Gross
2024-08-02
2
-1/+15
*
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel
2024-08-02
1
-1/+4
*
gh-122334: Fix crash when importing ssl after re-initialization (#122481)
neonene
2024-08-02
1
-0/+19
*
gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...
Bénédikt Tran
2024-08-02
2
-47/+115
*
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
Serhiy Storchaka
2024-08-02
2
-5/+7
*
gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (#120605)
John Riggles
2024-08-02
2
-2/+10
*
Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)
Jonathon Vandezande
2024-08-02
1
-1/+1
*
gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)
Bénédikt Tran
2024-08-01
1
-1/+0
*
GH-122155: Track local variables between pops and pushes in cases generator (...
Mark Shannon
2024-08-01
1
-8/+57
*
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan
2024-08-01
1
-1/+1
*
gh-116622: Skip PosixPathTest.test_expanduser_pwd2 on platforms which don't s...
Malcolm Smith
2024-07-31
1
-2/+2
*
gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...
CF Bolz-Tereick
2024-07-31
3
-3/+73
*
gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...
Russell Keith-Magee
2024-07-31
2
-77/+64
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
4
-28/+6
*
GH-122482: Make About IDLE direct discussion to DPO (#122483)
Terry Jan Reedy
2024-07-30
2
-7/+11
*
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin
2024-07-30
6
-4/+121
*
gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309)
Petr Viktorin
2024-07-30
1
-0/+127
*
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom
2024-07-30
4
-279/+14
*
gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447)
Łukasz Langa
2024-07-30
1
-15/+24
*
gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)
Dino Viehland
2024-07-30
4
-4/+14
*
gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)
Clinton
2024-07-30
2
-0/+6
*
gh-122400: Handle ValueError in filecmp (GH-122401)
Bénédikt Tran
2024-07-30
2
-4/+39
*
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...
Petr Viktorin
2024-07-30
2
-15/+1
*
gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122...
Sam Gross
2024-07-29
1
-1/+1
*
gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...
Seth Michael Larson
2024-07-29
2
-3/+142
*
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Eric Snow
2024-07-29
3
-45/+132
*
gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)
Kirill Podoprigora
2024-07-29
4
-612/+628
*
gh-122311: Add more tests for error messages in pickle (GH-122373)
Serhiy Storchaka
2024-07-29
1
-50/+185
[prev]
[next]