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-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
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
6
-88/+319
*
GH-114847: Speed up `posixpath.realpath()` (#114848)
Barney Gale
2024-04-05
3
-34/+64
*
gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...
Petr Viktorin
2024-04-05
6
-15/+533
*
gh-117457: Regen executor cases post PR #117477 (#117559)
Erlend E. Aasland
2024-04-05
1
-2/+8
*
gh-116303: Don't build xxlimited and xxlimited_35 if --disable-test-modules i...
Erlend E. Aasland
2024-04-05
2
-4/+4
*
GH-117457: Correct pystats uop "miss" counts (GH-117477)
Michael Droettboom
2024-04-04
4
-144/+548
*
gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551)
Michael Droettboom
2024-04-04
1
-1/+1
*
gh-117474: Skip GIL test in free-threaded build (#117475)
Sam Gross
2024-04-04
1
-0/+1
*
gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)
Dino Viehland
2024-04-04
6
-29/+23
*
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross
2024-04-04
7
-11/+23
*
gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436)
Sam Gross
2024-04-04
2
-9/+37
*
gh-117494: extract the Instruction Sequence data structure into a separate fi...
Irit Katriel
2024-04-04
13
-224/+283
*
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum
2024-04-04
19
-235/+313
*
gh-109802: Add coverage test for complex_abs() (GH-117449)
Sergey B Kirpichev
2024-04-04
1
-0/+3
*
[doc] Update logging documentation to improve grammar and elucidate an exampl...
Vinay Sajip
2024-04-04
2
-11/+72
*
gh-117521: Improve typing.TypeGuard docstring (#117522)
Jelle Zijlstra
2024-04-04
1
-11/+14
*
gh-117467: Add preserving of mailbox owner on flush (GH-117510)
Tony Mountifield
2024-04-04
3
-3/+51
*
gh-113317: Finish splitting Argument Clinic into sub-files (#117513)
Victor Stinner
2024-04-04
10
-2194/+2238
*
gh-117459: Keep the traceback in _convert_future_exc (#117460)
rsp4jack
2024-04-04
3
-4/+22
*
gh-117205: Increase chunksize when compiling pyc in parallel (#117206)
Shantanu
2024-04-03
2
-1/+3
*
gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...
Steve Dower
2024-04-03
2
-0/+9
*
gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)
Victor Stinner
2024-04-03
6
-4/+12
*
gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)
Victor Stinner
2024-04-03
5
-1602/+1635
*
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak
2024-04-03
8
-126/+494
*
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow
2024-04-03
8
-23/+40
*
gh-117431: Adapt str.find and friends to Argument Clinic (#117468)
Erlend E. Aasland
2024-04-03
4
-217/+439
*
GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#11...
Barney Gale
2024-04-03
2
-0/+16
*
gh-117215 Make the fromskey() signature match dict.fromkeys(). (gh-117493)
Raymond Hettinger
2024-04-03
1
-3/+3
*
gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)
Zackery Spytz
2024-04-03
4
-6/+40
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
57
-124/+256
*
gh-117381: Improve error messages for ntpath.commonpath() (GH-117382)
Nice Zombies
2024-04-03
3
-53/+54
*
gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cert_tl...
Sam Gross
2024-04-03
1
-1/+3
*
GH-70647: Deprecate strptime day of month parsing without a year present to a...
Gregory P. Smith
2024-04-03
7
-1/+117
*
gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen...
Erlend E. Aasland
2024-04-03
7
-55/+318
*
gh-117431: Fix str.endswith docstring (#117499)
Erlend E. Aasland
2024-04-03
2
-8/+16
*
gh-117281: Change weakref repr() to fully qualified name (#117285)
Victor Stinner
2024-04-03
2
-8/+57
*
gh-91565: Update issue tracker URL in error message. (#117450)
Ezio Melotti
2024-04-03
1
-2/+2
*
gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)
Erlend E. Aasland
2024-04-03
4
-49/+149
*
gh-76785: Fix a Refleak in _interpreters.new_config() (gh-117491)
Eric Snow
2024-04-03
1
-0/+2
*
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow
2024-04-02
10
-312/+526
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
13
-86/+754
*
gh-117349: Micro-optimize a few `os.path` functions (#117350)
Nice Zombies
2024-04-02
4
-39/+35
*
Fix successor opcode name printing in Tier 2 DEOPT debug message (#117471)
Guido van Rossum
2024-04-02
1
-1/+1
*
gh-112087: Make `list.extend(dict)` behave atomically (#117438)
Sam Gross
2024-04-02
1
-0/+5
*
gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441)
Sam Gross
2024-04-02
2
-5/+19
*
gh-117074: Update Traversable.joinpath docs to the 3.11+ protocol (GH-117113)
Petr Viktorin
2024-04-02
1
-2/+24
[next]