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-125196: Use PyUnicodeWriter for repr(dict) (#125270)
Victor Stinner
2024-10-10
1
-36/+36
*
Note argparse exit code in documentation (GH-119568)
Justin Kunimune
2024-10-10
1
-1/+2
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
17
-72/+61
*
gh-124570: ctypes: Run some Structure tests on Union as well (GH-124976)
Petr Viktorin
2024-10-10
3
-357/+368
*
gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)
Victor Stinner
2024-10-10
1
-38/+49
*
gh-124153: Simplify PyType_GetBaseByToken (GH-124488)
neonene
2024-10-10
1
-80/+43
*
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Sergey B Kirpichev
2024-10-10
3
-3/+6
*
gh-124471: Set name for unnamed reusable workflow (#124475)
Donghee Na
2024-10-10
8
-5/+13
*
gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)
Irit Katriel
2024-10-10
1
-15/+118
*
gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242)
Victor Stinner
2024-10-10
1
-26/+24
*
gh-125196: Add a free list to PyUnicodeWriter (#125227)
Victor Stinner
2024-10-10
3
-4/+12
*
Pin the doctest workflow to Ubuntu 22.04 (#125236)
Adam Turner
2024-10-10
1
-1/+1
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
5
-52/+132
*
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Victor Stinner
2024-10-09
2
-28/+19
*
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner
2024-10-09
3
-3/+6
*
gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)
Serhiy Storchaka
2024-10-09
1
-2/+2
*
gh-125140: Remove the current directory from sys.path when using pyrepl (GH-1...
Pablo Galindo Salgado
2024-10-09
2
-3/+9
*
gh-125196: Use PyUnicodeWriter for repr(structseq) (#125219)
Victor Stinner
2024-10-09
1
-41/+24
*
gh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr() (#125214)
Victor Stinner
2024-10-09
1
-0/+8
*
GH-124693: Support parsing negative scientific and complex numbers argparse (...
Savannah Ostrowski
2024-10-09
3
-8/+22
*
gh-125196: Use PyUnicodeWriter for repr(list) (#125202)
Victor Stinner
2024-10-09
1
-22/+23
*
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka
2024-10-09
10
-12/+14
*
GH-121970: Extract ``availability`` into a new extension (#125082)
Adam Turner
2024-10-09
3
-76/+126
*
gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)
Eric Snow
2024-10-09
3
-6/+91
*
gh-119786: Move parser doc from devguide to InternalDocs (#125119)
Irit Katriel
2024-10-09
2
-0/+896
*
gh-125196: Use PyUnicodeWriter in symtable.c (#125199)
Victor Stinner
2024-10-09
1
-19/+16
*
gh-115999: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals...
mpage
2024-10-09
9
-155/+372
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
22
-35/+35
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner
2024-10-09
6
-9/+9
*
gh-111178: Fix function signatures in codeobject.c (#125180)
Victor Stinner
2024-10-09
1
-32/+48
*
GH-120024: Tidy up pycore_stackref.h, splitting into GIL and free-threading s...
Mark Shannon
2024-10-09
1
-101/+65
*
gh-111178: Fix function signatures in cellobject.c (#125182)
Victor Stinner
2024-10-09
1
-16/+23
*
gh-101100: Fix Sphinx warnings in `library/unittest.mock.rst` (#124106)
Hugo van Kemenade
2024-10-09
1
-30/+30
*
gh-125168: Fix typo in `__future__.rst` (#125183)
JamesMcCarthy21
2024-10-09
1
-1/+1
*
gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)
Tomas R.
2024-10-09
4
-78/+79
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
23
-344/+379
*
Fix importlib.resources issue reference in 3.13 What's New (#125175)
Alyssa Coghlan
2024-10-09
1
-2/+2
*
gh-107562: Update test certificates to expire far in the future (GH-125104)
Petr Viktorin
2024-10-09
20
-1157/+1163
*
gh-107562: make_ssl_certs.py: produce test certificates that expire far in th...
Alexander Kanavin
2024-10-09
3
-2/+6
*
gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)
Serhiy Storchaka
2024-10-09
4
-6/+74
*
gh-125150: Skip test_fma_zero_result on NetBSD due to IEE 754-2008 implementa...
Furkan Onder
2024-10-09
1
-1/+1
*
gh-124502: Remove _PyUnicode_EQ() function (#125114)
Victor Stinner
2024-10-09
4
-39/+10
*
docs: in venv table use executable name (GH-124315)
musvaage
2024-10-09
1
-1/+1
*
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra
2024-10-09
8
-27/+126
*
gh-124612: Use ghcr.io/python/autoconf instead of public image (#124657)
Donghee Na
2024-10-09
1
-4/+2
*
gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled by ...
Mariusz Felisiak
2024-10-08
1
-1/+2
*
GH-124478: Cleanup argparse documentation (#124877)
Savannah Ostrowski
2024-10-08
2
-435/+196
*
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
Sergey B Kirpichev
2024-10-08
4
-48/+19
*
Misc improvements to the itertools docs (gh-125147)
Raymond Hettinger
2024-10-08
1
-39/+97
*
gh-124832: Add a note to indicate that `datetime.now` may return the same ins...
spacemanspiff2007
2024-10-08
1
-0/+4
[prev]
[next]