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-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
39
-81/+82
*
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#...
Crowthebird
2023-11-20
4
-437/+598
*
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
Brett Cannon
2023-11-20
3
-2/+11
*
gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)
Michael
2023-11-19
3
-2/+27
*
gh-111926: Update _PyWeakref_IS_DEAD to be thread-safe (gh-112267)
Donghee Na
2023-11-19
1
-4/+11
*
gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docst...
Nikita Sobolev
2023-11-19
3
-18/+20
*
gh-111965: Using critical sections to make ``io.StringIO`` thread safe. (gh-1...
AN Long
2023-11-19
2
-30/+194
*
gh-110383: Explained which error message is generated when there is an unhand...
Unique-Usman
2023-11-19
1
-2/+1
*
gh-110383: Fix documentation profile cumtime fix (#112221)
Alex Ptakhin
2023-11-19
1
-2/+2
*
IDLE: Fix test_debugger bug and buildbot failures (#112258)
Terry Jan Reedy
2023-11-19
1
-5/+7
*
gh-79871: IDLE - Fix and test debugger module (#11451)
Anthony Shaw
2023-11-19
5
-77/+400
*
gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (#112187)
DPR
2023-11-19
1
-6/+3
*
gh-112213: Update _weakref module to use new AC feature (gh-112250)
Donghee Na
2023-11-19
2
-25/+31
*
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Donghee Na
2023-11-19
7
-7/+8
*
gh-111965: Use critical sections to make io.TextIOWrapper thread safe (gh-112...
AN Long
2023-11-18
2
-39/+181
*
gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232)
Donghee Na
2023-11-18
2
-4/+191
*
GH-110109: Test pure functionality of `pathlib.Path` user subclasses (#112242)
Barney Gale
2023-11-18
1
-12/+4
*
GH-110109: Fix misplaced tests for `pathlib.WindowsPath.owner()` and `group()...
Barney Gale
2023-11-18
1
-10/+10
*
gh-112234: Remove the toplevel parameter in converttuple() (GH-112235)
Serhiy Storchaka
2023-11-18
1
-16/+6
*
gh-111926: Update _weakref to be threadsafe in --disable-gil build (gh-112189)
Donghee Na
2023-11-18
1
-9/+20
*
gh-110319: Assert type_version != 0 before using it (#112226)
Guido van Rossum
2023-11-18
3
-6/+6
*
gh-111810: Fix `test_repr_deep` from `test_userlist` on WASI (#112197)
Nikita Sobolev
2023-11-18
1
-0/+8
*
GH-111808: Make the default value for `test.support.infinite_recursion()` con...
Brett Cannon
2023-11-17
4
-4/+16
*
Fix typo in documentation of `importlib.metadata` (GH-112099)
Charlie Zhao
2023-11-17
1
-1/+1
*
A few more cases_generator cleanups (#112220)
Guido van Rossum
2023-11-17
2
-2/+2
*
gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)
Victor Stinner
2023-11-17
1
-14/+0
*
Various small improvements to uop debug output (#112218)
Guido van Rossum
2023-11-17
2
-13/+20
*
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum
2023-11-17
7
-8/+29
*
Fix syntax in CODEOWNERS file (#112210)
Alex Waygood
2023-11-17
1
-1/+2
*
gh-112194: Convert more examples to doctests in `typing.py` (#112195)
Nikita Sobolev
2023-11-17
1
-31/+43
*
GH-110109: Speed up `pathlib._PathBase.resolve()` (#110412)
Barney Gale
2023-11-17
1
-22/+17
*
Tweak my interests (and Mark Shannon's :-) in CODEOWNERS (#112206)
Guido van Rossum
2023-11-17
1
-2/+8
*
GH-110109: Churn `pathlib.PurePath` methods (#112012)
Barney Gale
2023-11-17
2
-204/+204
*
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
8
-21/+32
*
gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....
Ori Avtalion
2023-11-17
1
-2/+3
*
gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-1...
Wanderxjtu
2023-11-17
2
-6/+25
*
gh-112165: Fix typo in `__main__.py` (#112183)
Terry Jan Reedy
2023-11-17
1
-1/+1
*
gh-111799: Fix `testRecursiveRepr` from `test_fileio` on WASI (GH-112181)
Nikita Sobolev
2023-11-16
1
-1/+3
*
gh-111482: Fix time_clockid_converter() on AIX (#112170)
Victor Stinner
2023-11-16
1
-2/+2
*
gh-111800: Fix `test_recursive_repr` from `test_io` under WASI to not recurse...
Nikita Sobolev
2023-11-16
1
-8/+4
*
Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122)
Nikita Sobolev
2023-11-16
1
-1/+0
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
11
-955/+1061
*
gh-111881: Import lazily zipfile in support.script_helper (#112172)
Victor Stinner
2023-11-16
1
-1/+2
*
gh-112155: Run `typing.py` doctests as part of `test_typing` (#112156)
Nikita Sobolev
2023-11-16
2
-2/+8
*
GH-112152: Fix typo in `typing.override` docstring (#112158)
Qua27
2023-11-16
1
-1/+1
*
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner
2023-11-16
5
-5/+37
*
[doc] Make subprocess.wait documentation more precise (#98700)
Luis Pedro Coelho
2023-11-16
1
-3/+4
*
gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...
Petr Viktorin
2023-11-16
1
-6/+97
*
gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)
Tomas R
2023-11-15
10
-137/+188
*
gh-111811: Fix test_recursive_repr for WASI (#112130)
Kushal Das
2023-11-15
1
-0/+1
[next]