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-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
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
1
-44/+45
*
gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (...
Kirill Podoprigora
2024-10-14
4
-146/+15
*
gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
Thomas Grainger
2024-10-14
4
-15/+146
*
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...
Wulian
2024-10-14
3
-5/+39
*
gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406)
Serhiy Storchaka
2024-10-14
3
-40/+64
*
gh-121798: Add class method Decimal.from_number() (GH-121801)
Serhiy Storchaka
2024-10-14
2
-0/+38
*
gh-121797: Add class method Fraction.from_number() (GH-121800)
Serhiy Storchaka
2024-10-14
2
-8/+66
*
gh-86357: argparse: use str() consistently and explicitly to print choices (G...
rindeal
2024-10-14
2
-8/+35
*
GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)
Barney Gale
2024-10-13
2
-2/+11
*
gh-89967: make WeakKeyDictionary and WeakValueDictionary thread safe (#125325)
Kumar Aditya
2024-10-13
2
-174/+49
*
gh-61698: Use launchctl to detect macOS window manager in tests (#118390)
Erlend E. Aasland
2024-10-13
1
-15/+9
*
gh-86673: Loosen test_ttk.test_identify() requirements (#125335)
Erlend E. Aasland
2024-10-13
1
-5/+5
*
Trivial change: Update comments in activate about what running hash -r does (...
Andrew Athan
2024-10-13
1
-2/+3
*
gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)
Serhiy Storchaka
2024-10-12
2
-34/+129
*
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann
2024-10-12
2
-3/+14
*
gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)
Serhiy Storchaka
2024-10-12
2
-3/+14
*
gh-125254: Fix error report about ambiguous option in argparse (GH-125273)
Serhiy Storchaka
2024-10-12
2
-3/+13
*
gh-59330: Improve error message for dest= for positionals (GH-125215)
Serhiy Storchaka
2024-10-12
2
-2/+4
*
gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)
Serhiy Storchaka
2024-10-12
2
-7/+55
*
gh-124309: fix staggered race on eager tasks (#124847)
Thomas Grainger
2024-10-11
3
-3/+87
*
gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...
Victorien
2024-10-11
1
-1/+1
*
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra
2024-10-11
1
-0/+4
*
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
sobolevn
2024-10-11
1
-1/+43
*
gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH...
Serhiy Storchaka
2024-10-11
2
-1/+34
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-2/+2
*
gh-124570: ctypes: Run some Structure tests on Union as well (GH-124976)
Petr Viktorin
2024-10-10
3
-357/+368
*
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Sergey B Kirpichev
2024-10-10
1
-0/+3
*
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Victor Stinner
2024-10-09
1
-0/+8
*
gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)
Serhiy Storchaka
2024-10-09
1
-2/+2
*
gh-125140: Remove the current directory from sys.path when using pyrepl (GH-1...
Pablo Galindo Salgado
2024-10-09
1
-3/+8
*
GH-124693: Support parsing negative scientific and complex numbers argparse (...
Savannah Ostrowski
2024-10-09
2
-8/+21
[prev]
[next]