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-128198: Add missing error checks for usages of PyIter_Next() (GH-128199)
Yan Yanchii
2024-12-25
3
-0/+21
*
gh-128234: support emscripten and wasi in async contextlib tests by removing ...
Thomas Grainger
2024-12-25
1
-33/+61
*
gh-128002: use internal llist implementation for asyncio tasks (#128256)
Kumar Aditya
2024-12-25
1
-50/+20
*
gh-128201: Fix ``DeprecationWarning`` in ``test_pdb`` (#128202)
Kirill Podoprigora
2024-12-25
1
-16/+4
*
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)
Will Childs-Klein
2024-12-24
7
-4/+26
*
gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228)
Bogdan Romanyuk
2024-12-24
1
-6/+6
*
gh-127847: Fix position in the special-cased zipfile seek (#127856)
Dima Ryazanov
2024-12-24
3
-1/+17
*
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya
2024-12-24
16
-55/+77
*
gh-128217: Validate the normalized_environment variable instead of the simila...
Sergey Muraviov
2024-12-24
1
-1/+1
*
Add Windows version comments to the python manifest. (GH-127439)
AraHaan
2024-12-24
1
-0/+5
*
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya
2024-12-24
8
-34/+82
*
gh-127949: fix `DeprecationWarning` in test_inspect.py (#128215)
Thomas Grainger
2024-12-24
1
-15/+13
*
gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)
Yan Yanchii
2024-12-23
2
-1/+5
*
pathlib tests: create test hierarchy without using class under test (#128200)
Barney Gale
2024-12-23
2
-29/+55
*
gh-115999: Update test_opcache to test with nested method (gh-128166)
Donghee Na
2024-12-23
1
-10/+8
*
gh-114203: Optimise simple recursive critical sections (#128126)
T. Wouters
2024-12-23
3
-7/+32
*
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
Alyssa Coghlan
2024-12-23
12
-65/+266
*
gh-100384: Error on `unguarded-availability` in macOS builds (#128155)
Zanie Blue
2024-12-22
4
-0/+51
*
gh-119786: Fix typos in `InternalDocs/interpreter.md` (#128174)
Yan Yanchii
2024-12-22
1
-4/+4
*
gh-127949: fix resource warnings in `test_tasks.py` (#128172)
Thomas Grainger
2024-12-22
1
-8/+8
*
gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" ...
Gregory P. Smith
2024-12-22
1
-2/+5
*
GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...
Barney Gale
2024-12-22
3
-248/+261
*
GH-127807: pathlib ABCs: remove a few private attributes (#127851)
Barney Gale
2024-12-22
2
-56/+64
*
GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)
Barney Gale
2024-12-22
5
-96/+92
*
gh-112328: Make EnumDict usable on its own and document it (GH-123669)
Petr Viktorin
2024-12-20
5
-16/+60
*
gh-128049: Fix type confusion bug with the return value of a custom Exception...
Nico-Posada
2024-12-20
3
-2/+67
*
Python Tutorial typo fix (#128077)
shallow-beach
2024-12-20
1
-1/+1
*
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1...
Mark Shannon
2024-12-20
12
-33/+395
*
gh-127295: ctypes: Switch field accessors to fixed-width integers (GH-127297)
Petr Viktorin
2024-12-20
4
-652/+501
*
gh-127946: Use a critical section for `CFuncPtr` attributes (GH-128109)
Peter Bierma
2024-12-20
4
-30/+266
*
gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120)
Victor Stinner
2024-12-20
1
-1/+4
*
gh-109959: Log the current directory in test_glob.test_selflink() (#128122)
Victor Stinner
2024-12-20
1
-0/+7
*
GH-122548: Correct magic number comment (GH-128115)
Mark Shannon
2024-12-20
1
-1/+2
*
gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)
Shantanu
2024-12-20
3
-1/+25
*
gh-128058: Fix test_builtin ImmortalTests (#128068)
Victor Stinner
2024-12-20
1
-1/+4
*
gh-112328: Document EnumDict in docs and release notes (GH-121720)
Md Rokibul Islam
2024-12-19
2
-1/+21
*
gh-128080: remove unnecessary `__init__` method from Enum (GH-128081)
Stephen Morton
2024-12-19
1
-3/+0
*
gh-127274: Defer nested methods (#128012)
mpage
2024-12-19
11
-14/+37
*
gh-128062: Fix the font size and shortcut display of the turtledemo menu (#12...
Zhikang Yan
2024-12-19
2
-10/+9
*
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer
2024-12-19
13
-297/+716
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
29
-583/+998
*
gh-128008: Add `PyWeakref_IsDead()` (GH-128009)
Sam Gross
2024-12-19
5
-0/+41
*
gh-127951: Add build option to enable pystats on Windows (GH-127952)
Pieter Eendebak
2024-12-19
3
-1/+7
*
gh-128083: Fix macro redefinition warning in clinic. (GH-127950)
Peter Bierma
2024-12-19
4
-2/+131
*
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (...
RUANG (James Roy)
2024-12-19
7
-1/+38
*
gh-122706: fix docs for asyncio ssl sockets (#128092)
Kumar Aditya
2024-12-19
1
-2/+2
*
gh-128013: fix data race in `PyUnicode_AsUTF8AndSize` on free-threading (#128...
Kumar Aditya
2024-12-19
2
-18/+51
*
gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub ima...
Victor Stinner
2024-12-19
1
-1/+1
*
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
Donghee Na
2024-12-19
12
-62/+118
*
gh-128013: Convert unicodeobject.c macros to functions (#128061)
Victor Stinner
2024-12-18
1
-45/+78
[prev]
[next]