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
*
Python 3.13.0a5
v3.13.0a5
Thomas Wouters
2024-03-12
117
-293/+1231
*
gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)
Victor Stinner
2024-03-12
1
-0/+1
*
gh-116604: Check for `gcstate->enabled` in _Py_RunGC in free-threaded build (...
Sam Gross
2024-03-12
1
-0/+4
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
5
-11/+182
*
Fix code comment regarding DK_ENTRIES (GH-113960)
Matthias Diener
2024-03-12
1
-1/+1
*
gh-116616: Use relaxed atomic ops to access socket module defaulttimeout (#11...
Erlend E. Aasland
2024-03-12
1
-5/+6
*
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
Pablo Galindo Salgado
2024-03-12
3
-0/+32
*
gh-110819: Fix ‘kind’ may be used uninitialized warning in `longobject` (...
Nikita Sobolev
2024-03-12
1
-28/+35
*
gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (#116542)
Nikita Sobolev
2024-03-12
1
-32/+36
*
gh-89547: Support for nesting special forms like Final (#116096)
Mehdi Drissi
2024-03-12
4
-14/+32
*
gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)
Christopher Chavez
2024-03-12
3
-86/+5
*
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner
2024-03-12
8
-88/+20
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
8
-152/+20
*
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner
2024-03-11
13
-36/+26
*
gh-116600: [Enum] fix global Flag repr (GH-116615)
Ethan Furman
2024-03-11
3
-1/+4
*
gh-116563: Update tutorial error example (#116569)
Terry Jan Reedy
2024-03-11
1
-4/+4
*
gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)
Tian Gao
2024-03-11
3
-96/+101
*
gh-116040: [Enum] fix test_empty_names test (GH-116508)
Ethan Furman
2024-03-11
2
-14/+8
*
gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423)
Malcolm Smith
2024-03-11
1
-18/+7
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
8
-20/+152
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
24
-78/+94
*
gh-116515: Clear thread-local state before tstate_delete_common() (#116517)
Sam Gross
2024-03-11
1
-1/+2
*
GH-115976: Add WASI to CI (GH-116516)
Brett Cannon
2024-03-11
2
-0/+81
*
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner
2024-03-11
4
-31/+40
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
12
-1/+163
*
gh-116417: Build _testinternalcapi with limited C API version 3.5 (#116598)
Victor Stinner
2024-03-11
3
-2/+15
*
GH-116596: Better determination of escaping uops. (GH-116597)
Mark Shannon
2024-03-11
5
-30/+47
*
gh-112536: Define MI_TSAN to 1 for --with-mimalloc and --with-thread-sanitize...
Donghee Na
2024-03-11
1
-0/+4
*
gh-116590: Fix unused `current_thread_holds_gil` function warning (#116591)
Nikita Sobolev
2024-03-11
1
-0/+2
*
gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (#116548)
Nikita Sobolev
2024-03-11
1
-31/+30
*
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner
2024-03-11
17
-80/+101
*
gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)
Serhiy Storchaka
2024-03-11
1
-38/+17
*
GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is ...
Mark Shannon
2024-03-11
5
-108/+98
*
gh-116417: Argument Clinic: test generated Limited C API code for float args ...
Erlend E. Aasland
2024-03-11
1
-2/+56
*
gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (#116577)
Nikita Sobolev
2024-03-11
1
-1/+2
*
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...
Malcolm Smith
2024-03-10
2
-5/+5
*
gh-116417: Fix make check-c-globals for _testlimitedcapi (#116570)
Victor Stinner
2024-03-10
3
-5/+1
*
gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)
Victor Stinner
2024-03-10
3
-19/+155
*
gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553)
Donghee Na
2024-03-10
2
-5/+10
*
gh-112087: Store memory allocation information into _PyListArray (gh-116529)
Donghee Na
2024-03-09
2
-14/+113
*
gh-116535: Fix distracting "TypeError" in example code (gh-116538)
Declan
2024-03-09
1
-2/+2
*
gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)
Sergey B Kirpichev
2024-03-09
3
-6/+37
*
gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not a...
Kirill Podoprigora
2024-03-09
1
-1/+1
*
gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule`...
Nikita Sobolev
2024-03-09
1
-6/+17
*
GH-116218 Docs: Add availability information for the 'resource' module (#116256)
Kerim Kabirov
2024-03-09
1
-0/+2
*
gh-112069: Make sets thread-safe with the GIL disabled (#113800)
Tomas R
2024-03-08
2
-152/+498
*
gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)
Sam Gross
2024-03-08
1
-4/+6
*
gh-105535 Document potential performance trap during enum creation (GH-107119)
Nicolas A. Oyarzabal
2024-03-08
1
-0/+7
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
4
-2/+199
*
gh-112075: Support freeing object memory via QSBR (#116344)
Dino Viehland
2024-03-08
4
-13/+68
[next]