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-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...
Eric Snow
2024-08-12
3
-54/+205
*
gh-122888: Fix crash on certain calls to str() (#122889)
Jelle Zijlstra
2024-08-12
1
-11/+32
*
Fix old-style `print` statement in `gettext` comments (#122939)
sobolevn
2024-08-12
1
-1/+1
*
gh-122688: Add more tests for var-positional parameters in Argument Clinic (G...
Serhiy Storchaka
2024-08-12
1
-65/+98
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
18
-28/+28
*
Remove "print >>obj" exception hint for Python 2 (#122853)
Victor Stinner
2024-08-12
1
-32/+0
*
gh-122903: Honor directories in zipfile.Path.glob. (#122908)
Jason R. Coombs
2024-08-12
3
-9/+38
*
gh-122905: Sanitize names in zipfile.Path. (#122906)
Jason R. Coombs
2024-08-11
2
-1/+80
*
gh-119180: annotationlib: Fix __all__, formatting (#122365)
Jelle Zijlstra
2024-08-11
3
-33/+68
*
gh-119180: Improvements to ForwardRef.evaluate (#122210)
Jelle Zijlstra
2024-08-11
3
-11/+60
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
6
-155/+120
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
7
-7/+19
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
2
-2/+30
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
1
-1/+16
*
gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...
Serhiy Storchaka
2024-08-09
2
-17/+91
*
gh-122835: Fix module name in ``test_typing`` (#122836)
Kirill Podoprigora
2024-08-08
1
-1/+1
*
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner
2024-08-08
2
-43/+103
*
gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776)
Petr Viktorin
2024-08-08
1
-0/+8
*
gh-122255: Add black box tests in test_warnings (GH-122227)
Serhiy Storchaka
2024-08-08
1
-0/+91
*
gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)
Serhiy Storchaka
2024-08-08
2
-5/+56
*
gh-120782: Update datetime test for static type immutability (#122800)
neonene
2024-08-08
1
-7/+22
*
gh-122247: Move instruction instrumentation sanity check after tracing check ...
Tian Gao
2024-08-08
1
-0/+15
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
2
-0/+41
*
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
[next]