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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-67224: Make linecache imports relative to improve startup speed (#117501)
Pablo Galindo Salgado
2024-04-10
1
-3/+11
*
GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117...
Barney Gale
2024-04-10
4
-17/+7
*
gh-117531: Unblock getters after non-immediate queue shutdown (#117532)
Laurie O
2024-04-10
3
-5/+26
*
gh-115142: Skip ``test_capi.test_dict.py`` if ``_testcapi`` and ``_testlimite...
Kirill Podoprigora
2024-04-10
1
-2/+5
*
gh-112536: Define `_Py_THREAD_SANITIZER` on GCC when TSan is enabled (#117702)
Sam Gross
2024-04-10
1
-0/+3
*
gh-117142: Port _ctypes to multi-phase init (GH-117181)
neonene
2024-04-10
10
-178/+1125
*
gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_met...
Nikita Sobolev
2024-04-10
3
-1/+24
*
gh-117686: Improve the performance of ntpath.expanduser() (#117690)
Nice Zombies
2024-04-10
2
-2/+4
*
gh-117431: Argument Clinic: copy forced text signature when cloning (#117591)
Erlend E. Aasland
2024-04-10
4
-10/+70
*
gh-117360: Clearer wording in os.path.lexists() docs (#117679)
Nice Zombies
2024-04-09
1
-1/+1
*
gh-117597: Clarify exception handling in the tutorial (#117681)
Nice Zombies
2024-04-09
1
-3/+3
*
gh-117648: Amend NEWS entry (#117697)
Erlend E. Aasland
2024-04-09
1
-1/+1
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2024-04-09
21
-92/+548
|
\
|
*
gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-117664)
Ethan Furman
2024-04-09
3
-29/+97
|
*
gh-117534: Add checking for input parameter in iso_to_ymd (#117543)
Vlad4896
2024-04-09
4
-7/+16
|
*
Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)"...
Victor Stinner
2024-04-09
1
-0/+5
|
*
gh-117658: Fix check_dump_traceback_threads in free-threaded build (#117659)
Sam Gross
2024-04-09
1
-1/+3
|
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
8
-13/+183
|
*
gh-116622: Enable `test_doctest` on platforms that don't support subprocesses...
Malcolm Smith
2024-04-09
1
-3/+8
|
*
gh-117516: Implement typing.TypeIs (#117517)
Jelle Zijlstra
2024-04-09
5
-39/+236
*
|
Post 3.13.0a6
Thomas Wouters
2024-04-09
1
-1/+1
*
|
Python 3.13.0a6
v3.13.0a6
Thomas Wouters
2024-04-09
122
-346/+1315
|
/
*
gh-107674: Remove some unnecessary code in instrumentation code (GH-117393)
Tian Gao
2024-04-09
1
-1/+1
*
gh-117648: Improve performance of os.join (#117654)
Nice Zombies
2024-04-09
3
-2/+4
*
gh-117182: Allow lazily loaded modules to modify their own __class__
Chris Markiewicz
2024-04-09
3
-4/+38
*
gh-117645: Skip test_dynamic global specialization on WASI (#117646)
Victor Stinner
2024-04-08
1
-2/+2
*
Enhance regrtest get_signal_name(): support shell exit code (#117647)
Victor Stinner
2024-04-08
2
-0/+9
*
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry
2024-04-08
4
-21/+103
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
5
-8/+42
*
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross
2024-04-08
9
-44/+62
*
gh-117547: Fix mimalloc compile error on OpenBSD (#117548)
Sam Gross
2024-04-08
1
-2/+2
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
17
-327/+491
*
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Laurie O
2024-04-08
3
-6/+9
*
gh-117293: Fix race condition in run_workers.py (#117298)
Sam Gross
2024-04-08
1
-16/+21
*
gh-117552: Add timeout in HTTPHandlerTest (#117553)
Sam Gross
2024-04-08
1
-1/+2
*
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland
2024-04-08
14
-35/+32
*
gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)
Victor Stinner
2024-04-08
1
-5/+0
*
gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)
Nikita Sobolev
2024-04-08
1
-0/+27
*
gh-111726: Remove some doctests from sqlite3 docs (#117623)
Erlend E. Aasland
2024-04-08
1
-36/+7
*
gh-113317: Remove unused INVALID constant in Argument Clinic (#117624)
Victor Stinner
2024-04-08
2
-5/+0
*
gh-111726: Cleanup test files after running sqlite3 doctest (#117604)
Hugo van Kemenade
2024-04-08
1
-0/+8
*
gh-117594: Require cpu resource to test_search_anchor_at_beginning (gh-117595)
Donghee Na
2024-04-07
1
-1/+4
*
Fix reference in code.rst (#117615)
Anita Hammer
2024-04-07
1
-1/+1
*
Cases generator: Remove type_prop and passthrough (#117614)
Ken Jin
2024-04-07
3
-33/+22
*
gh-117584: Raise TypeError for non-paths in posixpath.relpath() (GH-117585)
Nice Zombies
2024-04-07
3
-1/+3
*
GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)
Brandt Bucher
2024-04-06
4
-31/+47
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
5
-3/+301
*
gh-116622: Test updates for Android (#117299)
Malcolm Smith
2024-04-05
8
-14/+21
*
GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)
Barney Gale
2024-04-05
5
-95/+34
*
gh-116608: Ignore UTF-16 BOM in importlib.resources._functional tests (GH-117...
Petr Viktorin
2024-04-05
1
-4/+10
[prev]
[next]