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
...
*
Increase minimum Android API level to 24 (#125946)
Malcolm Smith
2024-10-25
1
-4/+0
*
gh-125942: Android: set stdout to `errors="backslashreplace"` (#125943)
Malcolm Smith
2024-10-25
2
-8/+8
*
gh-125245: Fix race condition when importing `collections.abc` (#125415)
Sam Gross
2024-10-24
2
-3/+3
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
18
-82/+14
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-110/+215
*
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...
Javad Shafique
2024-10-24
2
-1/+52
*
gh-125864: Propagate `pickle.loads()` failures in `InterpreterPoolExecutor` (...
Peter Bierma
2024-10-24
2
-1/+20
*
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Sam Gross
2024-10-24
1
-0/+14
*
gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)
Sam Gross
2024-10-24
2
-0/+84
*
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
Mark Shannon
2024-10-24
2
-1/+47
*
gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...
Jelle Zijlstra
2024-10-23
2
-4/+70
*
gh-125884: Support breakpoint on functions with annotations (#125892)
Tian Gao
2024-10-23
2
-2/+41
*
gh-121938: ctypes: Skip test of _pack_-ed struct with c_int64 on x86 (GH-125877)
Petr Viktorin
2024-10-23
1
-0/+14
*
gh-125665: Update turtledemo docstrings with correct file names (#125691)
Wulian
2024-10-23
19
-83/+32
*
gh-58032: Deprecate the argparse.FileType type converter (GH-124664)
Serhiy Storchaka
2024-10-23
2
-26/+49
*
gh-80958: unittest: discovery support for namespace packages as start directo...
Jacob Walls
2024-10-23
8
-16/+117
*
gh-125259: Fix error notes removal in enum initialization (GH-125647)
Mario Šaško
2024-10-22
2
-11/+24
*
gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (G...
Ethan Furman
2024-10-22
2
-6/+27
*
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
Mikhail Efimov
2024-10-22
2
-0/+74
*
gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)
Serhiy Storchaka
2024-10-22
2
-82/+73
*
GH-125521: Remove `if (true)` from generated output to reduce C compiler warn...
Mark Shannon
2024-10-22
1
-0/+27
*
gh-125811: Remove DeprecationWarnings in test_peg_generator (#125812)
Mikhail Efimov
2024-10-22
1
-2/+2
*
gh-124651: Quote template strings in `venv` activation scripts (GH-124712)
Y5
2024-10-21
6
-21/+134
*
gh-53203: Fix test_strptime on Solaris (GH-125785)
Serhiy Storchaka
2024-10-21
1
-0/+9
*
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...
Serhiy Storchaka
2024-10-21
1
-9/+21
*
gh-125767: Fix pickling and copying of super objects (GH-125781)
Serhiy Storchaka
2024-10-21
3
-1/+76
*
gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#...
Tian Gao
2024-10-21
1
-2/+28
*
gh-125608: Trigger dictionary watchers when inline values change (#125611)
Sam Gross
2024-10-21
1
-0/+17
*
gh-125519: Improve traceback if `importlib.reload()` is called with a non-mod...
Alex Waygood
2024-10-21
2
-1/+16
*
gh-125378: Trigger a repeat for the full multi-line statement for empty line ...
Tian Gao
2024-10-19
2
-3/+14
*
gh-124984: Enhance `ssl` thread safety (#124993)
Peter Bierma
2024-10-19
1
-0/+51
*
gh-125398: Convert paths in venv activate script when using Git Bash under Wi...
Julien
2024-10-19
1
-2/+2
*
gh-125522: Fix bare except in test_math.testTan (#125544)
Irit Katriel
2024-10-19
1
-1/+1
*
gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)
Serhiy Storchaka
2024-10-19
1
-2/+1
*
gh-124694: In test_interpreter_pool, Restore the Asyncio Event Loop Policy Du...
Eric Snow
2024-10-18
1
-0/+13
*
Add tests for time.strftime() with invalid format string (GH-125696)
Serhiy Storchaka
2024-10-18
1
-1/+12
*
gh-123610: Added additional types to ctypes/wintypes.py (GH-124086)
RUANG (Roy James)
2024-10-18
1
-0/+8
*
gh-125660: Reject invalid unicode escapes for Python implementation of JSON d...
Nice Zombies
2024-10-18
2
-4/+15
*
gh-125682: Reject non-ASCII digits in the Python implementation of JSON decod...
Nice Zombies
2024-10-18
2
-1/+7
*
gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for S...
Furkan Onder
2024-10-18
1
-0/+2
*
gh-125600: Only show stale code warning on source code display commands (#125...
Tian Gao
2024-10-18
2
-4/+39
*
gh-125017: Fix crash on premature access to classmethod/staticmethod annotati...
Jelle Zijlstra
2024-10-17
1
-0/+14
*
gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins...
George Pittock
2024-10-17
2
-5/+70
*
gh-52551: Fix encoding issues in strftime() (GH-125193)
Serhiy Storchaka
2024-10-17
2
-10/+82
*
gh-123370: Fix the canvas not clearing after running turtledemo.clock (#123457)
Wulian
2024-10-17
1
-13/+20
*
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...
Savannah Ostrowski
2024-10-17
2
-0/+33
*
GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...
Savannah Ostrowski
2024-10-17
2
-22/+116
*
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow
2024-10-16
6
-30/+668
*
gh-125620: Remove unnecessary import of subprocess in spawnv_passfds (#125624)
Furkan Onder
2024-10-16
1
-1/+0
*
gh-115382: Fix cross compiles when host and target use same SOABI
Vincent Fazio
2024-10-16
3
-1/+16
[prev]
[next]