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-124218: Avoid refcount contention on builtins module (GH-125847)
Sam Gross
2024-10-24
6
-47/+74
*
gh-125909: Avoid a redirect when linking to the devguide (#125826)
partev
2024-10-24
1
-1/+1
*
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Sam Gross
2024-10-24
3
-33/+63
*
gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)
Sam Gross
2024-10-24
5
-73/+160
*
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
Mark Shannon
2024-10-24
6
-13/+62
*
Fix typo in garbage_collector.md (#125556)
Marat Sharafutdinov
2024-10-24
1
-1/+1
*
gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...
Jelle Zijlstra
2024-10-23
3
-4/+73
*
gh-125884: Support breakpoint on functions with annotations (#125892)
Tian Gao
2024-10-23
3
-2/+42
*
gh-121938: ctypes: Skip test of _pack_-ed struct with c_int64 on x86 (GH-125877)
Petr Viktorin
2024-10-23
1
-0/+14
*
gh-125665: Update turtledemo docstrings with correct file names (#125691)
Wulian
2024-10-23
20
-86/+32
*
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow
2024-10-23
7
-61/+99
*
gh-119786: move 'changing grammar' checklist from devguide to InternalDocs (#...
Irit Katriel
2024-10-23
2
-0/+65
*
gh-58032: Deprecate the argparse.FileType type converter (GH-124664)
Serhiy Storchaka
2024-10-23
6
-45/+83
*
gh-80958: unittest: discovery support for namespace packages as start directo...
Jacob Walls
2024-10-23
12
-37/+145
*
gh-125259: Fix error notes removal in enum initialization (GH-125647)
Mario Šaško
2024-10-22
3
-11/+25
*
gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (G...
Ethan Furman
2024-10-22
3
-6/+28
*
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
Mikhail Efimov
2024-10-22
4
-0/+77
*
Doc: Show object descriptions in the table of contents (#125757)
Adam Turner
2024-10-22
3
-1/+9
*
gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)
Serhiy Storchaka
2024-10-22
3
-82/+80
*
GH-125521: Remove `if (true)` from generated output to reduce C compiler warn...
Mark Shannon
2024-10-22
4
-40/+75
*
gh-124889: Rework Python generator cache (#125816)
Mikhail Efimov
2024-10-22
1
-27/+48
*
gh-125811: Remove DeprecationWarnings in test_peg_generator (#125812)
Mikhail Efimov
2024-10-22
1
-2/+2
*
fix grammar in comment in dictobject.c (#125822)
Arjun Singh
2024-10-22
1
-1/+1
*
gh-119786: [doc] more consistent syntax in InternalDocs (#125815)
Irit Katriel
2024-10-21
6
-429/+380
*
gh-125716: Use A Global Mutex When Initializing Global State For The _interpq...
Eric Snow
2024-10-21
2
-57/+79
*
gh-124651: Quote template strings in `venv` activation scripts (GH-124712)
Y5
2024-10-21
7
-21/+135
*
gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues M...
Eric Snow
2024-10-21
2
-3/+5
*
gh-53203: Fix test_strptime on Solaris (GH-125785)
Serhiy Storchaka
2024-10-21
1
-0/+9
*
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...
Serhiy Storchaka
2024-10-21
4
-27/+50
*
gh-125767: Fix pickling and copying of super objects (GH-125781)
Serhiy Storchaka
2024-10-21
6
-1/+86
*
gh-121459: Fix a couple of uses of `PyStackRef_FromPyObjectSteal` (#125711)
mpage
2024-10-21
3
-12/+18
*
gh-119786: move interpreter doc from devguide to InternalDocs (#125715)
Irit Katriel
2024-10-21
4
-9/+400
*
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Sam Gross
2024-10-21
8
-11/+115
*
Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737)
Richard Hansen
2024-10-21
1
-11/+13
*
gh-125766: Docs: minor rewording of installation on Linux section (GH-125743)
partev
2024-10-21
1
-4/+4
*
gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#...
Tian Gao
2024-10-21
3
-8/+99
*
gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized pa...
Pablo Galindo Salgado
2024-10-21
1
-0/+5
*
gh-125608: Trigger dictionary watchers when inline values change (#125611)
Sam Gross
2024-10-21
3
-6/+35
*
gh-119311: Add missing magic number (3571) for 3.13.0b1 (#125771)
Lumír 'Frenzy' Balhar
2024-10-21
1
-0/+1
*
gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772)
Adam Turner
2024-10-21
3
-3/+3
*
gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note...
Y5
2024-10-21
2
-6/+9
*
Doc: Fix typos (#125728)
ember91
2024-10-21
6
-7/+7
*
gh-125519: Improve traceback if `importlib.reload()` is called with a non-mod...
Alex Waygood
2024-10-21
3
-1/+18
*
gh-99030: Added documentation links for types and exceptions (GH-123857)
RUANG (Roy James)
2024-10-21
1
-4/+8
*
gh-125698: Restore EXEEXT in configure and Make (#125758)
Erlend E. Aasland
2024-10-20
3
-22/+22
*
gh-125741: Update check_generated_files CI to use our published container ima...
Donghee Na
2024-10-20
1
-9/+44
*
gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)
Erlend E. Aasland
2024-10-20
3
-22/+22
*
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
Tom Most
2024-10-20
1
-1/+1
*
gh-125378: Trigger a repeat for the full multi-line statement for empty line ...
Tian Gao
2024-10-19
3
-3/+15
*
gh-124984: Enhance `ssl` thread safety (#124993)
Peter Bierma
2024-10-19
4
-242/+1694
[next]