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-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)
Irit Katriel
2024-08-14
3
-9/+7
*
Ensure that iOS test re-runs don't try to spawn a process. (#122994)
Russell Keith-Magee
2024-08-14
1
-0/+1
*
Add a --rerun option to the iOS testbed. (#122992)
Russell Keith-Magee
2024-08-14
1
-0/+1
*
GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated...
Bénédikt Tran
2024-08-13
2
-1/+2
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
55
-5133/+11594
*
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
Eric Snow
2024-08-13
5
-12/+32
*
GH-85633: Fix pathlib test failures on filesystems without world-write. (#122...
Barney Gale
2024-08-13
1
-8/+12
*
Fix `print` usage in `turtle` doctests (#122940)
sobolevn
2024-08-13
1
-3/+3
*
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner
2024-08-13
8
-45/+77
*
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner
2024-08-13
4
-58/+119
*
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon
2024-08-13
16
-326/+299
*
GH-122821: Simplify compilation of while statements to ensure consistency of ...
Mark Shannon
2024-08-13
6
-87/+122
*
GH-122578: update to WASI SDK 24 (GH-122960)
Brett Cannon
2024-08-12
3
-4/+5
*
GH-118093: Handle some polymorphism before requiring progress in tier two (GH...
Brandt Bucher
2024-08-12
6
-42/+73
*
gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...
Eric Snow
2024-08-12
6
-54/+268
*
gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)
Sam Gross
2024-08-12
6
-34/+13
*
gh-117139: Fix a few `_PyStackRef` related bugs (#122831)
Sam Gross
2024-08-12
3
-16/+14
*
gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)
Damien
2024-08-12
4
-10/+10
*
GH-122869: Add missing tier two optimizer cases (GH-122936)
Mark Shannon
2024-08-12
2
-4/+31
*
gh-122888: Fix crash on certain calls to str() (#122889)
Jelle Zijlstra
2024-08-12
3
-12/+44
*
Fix old-style `print` statement in `gettext` comments (#122939)
sobolevn
2024-08-12
1
-1/+1
*
gh-122688: Add more tests for var-positional parameters in Argument Clinic (G...
Serhiy Storchaka
2024-08-12
3
-153/+427
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
18
-28/+28
*
Remove "print >>obj" exception hint for Python 2 (#122853)
Victor Stinner
2024-08-12
2
-46/+0
*
gh-122903: Honor directories in zipfile.Path.glob. (#122908)
Jason R. Coombs
2024-08-12
4
-9/+40
*
gh-122905: Sanitize names in zipfile.Path. (#122906)
Jason R. Coombs
2024-08-11
3
-1/+81
*
gh-119180: annotationlib: Fix __all__, formatting (#122365)
Jelle Zijlstra
2024-08-11
3
-33/+68
*
gh-119180: Improvements to ForwardRef.evaluate (#122210)
Jelle Zijlstra
2024-08-11
3
-11/+60
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
10
-197/+141
*
gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)
sobolevn
2024-08-11
1
-5/+4
*
Docs: Standardise versionchanged text in weakref.rst (#122898)
Rafael Fontenelle
2024-08-11
1
-1/+1
*
gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)
Sam Gross
2024-08-11
2
-14/+0
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
10
-8/+27
*
GH-120974: make `_asyncio.all_tasks` thread safe (#122801)
Kumar Aditya
2024-08-11
1
-7/+15
*
GH-120794: Use example paths with multiple parts in pathlib docs (#122887)
Barney Gale
2024-08-10
1
-8/+8
*
gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)
Adam Turner
2024-08-10
1
-9/+11
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
7
-3/+107
*
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)
Adam Turner
2024-08-09
1
-3/+3
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
5
-24/+26
*
gh-111495: Fix refleaks in test_capi.test_eval tests (#122851)
Victor Stinner
2024-08-09
1
-3/+3
*
gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...
Serhiy Storchaka
2024-08-09
7
-96/+203
*
gh-121268: Remove workarounds for non-IEEE 754 systems in cmath (#122716)
Sergey B Kirpichev
2024-08-09
2
-14/+4
*
gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Malcolm Smith
2024-08-08
7
-12/+20
*
GH-118943: Remove regen-jit from the regen-all make target (GH-122602)
Miro Hrončok
2024-08-08
2
-1/+2
*
gh-112301: Update documentation for configure options (``--disable-safety`` a...
Nate Ohlson
2024-08-08
1
-4/+17
*
gh-122835: Fix module name in ``test_typing`` (#122836)
Kirill Podoprigora
2024-08-08
1
-1/+1
*
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross
2024-08-08
5
-4/+27
*
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
Irit Katriel
2024-08-08
1
-1/+1
*
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner
2024-08-08
9
-65/+205
*
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon
2024-08-08
11
-103/+175
[next]