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-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
*
gh-125398: Convert paths in venv activate script when using Git Bash under Wi...
Julien
2024-10-19
2
-2/+3
*
gh-125522: Fix bare except in test_math.testTan (#125544)
Irit Katriel
2024-10-19
1
-1/+1
*
gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)
Serhiy Storchaka
2024-10-19
3
-6/+2
*
GH-99749: Add What's New entry for GH-124456 (GH-125671)
Savannah Ostrowski
2024-10-19
1
-0/+5
*
GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)
Adam Turner
2024-10-19
4
-17/+19
*
gh-124694: In test_interpreter_pool, Restore the Asyncio Event Loop Policy Du...
Eric Snow
2024-10-18
1
-0/+13
*
gh-125207: Fix MSVC 1935 build with JIT (#125209)
Michael Droettboom
2024-10-18
3
-4/+7
*
gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1...
Pablo Galindo Salgado
2024-10-18
2
-0/+7
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
26
-346/+429
*
Add tests for time.strftime() with invalid format string (GH-125696)
Serhiy Storchaka
2024-10-18
1
-1/+12
*
gh-124102: Clean up unsupported VS and WiX detections (GH-124784)
Wulian
2024-10-18
3
-16/+11
*
gh-123610: Added additional types to ctypes/wintypes.py (GH-124086)
RUANG (Roy James)
2024-10-18
1
-0/+8
*
gh-125660: Reject invalid unicode escapes for Python implementation of JSON d...
Nice Zombies
2024-10-18
3
-4/+16
[next]