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-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein
2024-03-21
4
-38/+96
*
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross
2024-03-21
5
-23/+41
*
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
Michael Droettboom
2024-03-21
5
-3/+56
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
18
-449/+363
*
gh-85283: Build _testconsole extension with limited C API (#117125)
Victor Stinner
2024-03-21
4
-98/+43
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
22
-6/+312
*
gh-105716: Update interp->threads.main After Fork (gh-117049)
Eric Snow
2024-03-21
4
-0/+46
*
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow
2024-03-21
8
-178/+143
*
gh-116522: Stop the world before fork() and during shutdown (#116607)
Sam Gross
2024-03-21
3
-7/+30
*
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith
2024-03-21
4
-2/+36
*
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
Tian Gao
2024-03-21
4
-9/+11
*
GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)
Adam Turner
2024-03-21
3
-3/+9
*
gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)
Jason R. Coombs
2024-03-21
10
-95/+212
*
gh-116869: Enable -Werror in test_cext for Free Threading (#117106)
Victor Stinner
2024-03-20
1
-5/+7
*
gh-105927: Limit PyWeakref_GetRef() to limited C API 3.13 (#117091)
Victor Stinner
2024-03-20
1
-0/+3
*
gh-117089: Move importlib.metadata tests to their own package (#117092)
Jason R. Coombs
2024-03-20
15
-3/+7
*
Fix sort order for "locale encoding" glossary item (#115794)
Carol Willing
2024-03-20
1
-12/+12
*
GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimiz...
Mark Shannon
2024-03-20
3
-8/+16
*
gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)
Petr Viktorin
2024-03-20
15
-1411/+1496
*
gh-117058: Update GUI and packaging recommendations for macOS. (#117059)
Russell Keith-Magee
2024-03-20
1
-11/+25
*
gh-116908: Only write to `_pending_calls.calls_to_do` with atomic operations ...
Brett Simmers
2024-03-20
1
-2/+2
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
4
-12/+71
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
7
-2/+74
*
gh-94808: add tests covering `PyFunction_{Get,Set}Closure` (GH-99429)
Nikita Sobolev
2024-03-20
2
-1/+148
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
14
-388/+684
*
gh-116869: Fix test_cext for Free Threading (#117043)
Victor Stinner
2024-03-19
2
-1/+3
*
gh-116869: Fix test_cext on RHEL7 (#117010)
Victor Stinner
2024-03-19
3
-20/+30
*
gh-117041: Add "-X gil" in the Python CLI help (GH-117042)
Serhiy Storchaka
2024-03-19
1
-0/+5
*
docs: announce venv creation before installing packages (#117036)
Ned Batchelder
2024-03-19
1
-0/+1
*
gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)
Hugo van Kemenade
2024-03-19
2
-8/+7
*
gh-116886: Temporarily disable CIfuzz (memory) (#117018)
Łukasz Langa
2024-03-19
1
-1/+2
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
8
-27/+57
*
gh-56374: Clarify documentation of nonlocal (#116942)
Terry Jan Reedy
2024-03-19
1
-13/+17
*
gh-90300: Improve the Python CLI help output (GH-115853)
Serhiy Storchaka
2024-03-19
1
-78/+40
*
gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)
Victor Stinner
2024-03-19
8
-67/+92
*
gh-107607: Update comment about utf-8 BOM being ignored (#107858)
Sunghyun Kim
2024-03-19
1
-4/+3
*
GH-116017: Put JIT code and data on the same page (GH-116845)
Brandt Bucher
2024-03-19
3
-34/+27
*
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
8
-304/+325
*
gh-116647: Fix recursive child in dataclasses (#116790)
et-repositories
2024-03-19
3
-1/+13
*
gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)
Victor Stinner
2024-03-19
12
-916/+962
*
gh-92906: Enable test_cext and test_cppext on Windows (#117000)
Victor Stinner
2024-03-19
7
-63/+148
*
gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)
Victor Stinner
2024-03-19
3
-0/+21
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
22
-62/+302
*
gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)
Victor Stinner
2024-03-19
12
-2032/+2082
*
gh-116869: Test the limited C API in test_cext (#116995)
Victor Stinner
2024-03-19
3
-30/+55
*
gh-116808: Fix optimized trace length histogram (GH-116827)
Michael Droettboom
2024-03-19
1
-1/+2
*
gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)
Victor Stinner
2024-03-19
2
-0/+6
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
13
-722/+774
*
gh-116957: configparser: Do post-process values after DuplicateOptionError (G...
David Röthlisberger
2024-03-19
3
-91/+111
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
8
-6/+23
[next]