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-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
*
gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492)
Sam Gross
2024-10-16
2
-32/+21
*
gh-125584: Require network resource in ``test_urllib2.HandlerTests.test_ftp_e...
Michał Górny
2024-10-16
1
-0/+1
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-41/+46
*
Merge remote-tracking branch 'upstream/main'
Hugo van Kemenade
2024-10-15
3
-7/+82
|
\
|
*
gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoi...
Tian Gao
2024-10-15
2
-0/+38
|
*
gh-125115: Pass unknown pdb command line args to script instead of fail (#125...
Tian Gao
2024-10-15
2
-7/+44
*
|
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
1
-552/+1117
|
/
*
gh-125206: Bug in ctypes with old libffi is fixed (#125322)
Mikhail Efimov
2024-10-15
1
-1/+1
*
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel
2024-10-15
11
-38/+38
*
gh-100141: Allow pdb to deal with empty file (#125425)
Tian Gao
2024-10-15
2
-2/+11
*
gh-125451: Skip concurrent.futures test_processes_terminate() (#125533)
Victor Stinner
2024-10-15
1
-0/+3
*
gh-125422: Don't set the caller's f_trace if it's botframe (#125427)
Tian Gao
2024-10-15
3
-2/+30
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-45/+44
*
gh-125514: fix bug in test_traceback utility. Specify exception types in exce...
Irit Katriel
2024-10-15
1
-9/+10
*
gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compr...
Petr Viktorin
2024-10-15
2
-12/+19
*
gh-119535: Support 𝜋thon in Python 3.14 venvs (#125035)
foreignmeloman
2024-10-15
1
-1/+1
*
gh-53203: Fix strptime() tests for %X on glibc < 2.29 (#125469)
Serhiy Storchaka
2024-10-15
1
-3/+11
*
gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P...
Thomas Grainger
2024-10-14
4
-15/+156
*
Fix idlelib typos (#125484)
Terry Jan Reedy
2024-10-14
2
-15/+18
[prev]
[next]