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-127208: Reject null character in _imp.create_dynamic() (#127400)
Victor Stinner
2024-11-29
2
-3/+18
*
fix param type in PyObject_HasAttrWithError (docs) (#127403)
biggus-developerus
2024-11-29
1
-1/+1
*
gh-126024: optimize UTF-8 decoder for short non-ASCII string (#126025)
Inada Naoki
2024-11-29
2
-45/+261
*
gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)
Victor Stinner
2024-11-29
1
-1/+5
*
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...
Peter Bierma
2024-11-29
6
-178/+68
*
gh-126881: fix finalization of dtoa state (#126904)
Kumar Aditya
2024-11-29
2
-1/+4
*
gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)
Илья Любавский
2024-11-29
5
-2/+13
*
gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365)
Hugo van Kemenade
2024-11-28
1
-1/+4
*
gh-127190: Fix local_setattro() error handling (#127366)
Victor Stinner
2024-11-28
2
-1/+16
*
Touch up docs for ctypes.FormatError & WinError (GH-127210)
Jun Komoda
2024-11-28
1
-6/+5
*
gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1...
Petr Viktorin
2024-11-28
9
-11/+719
*
GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory ...
Filipe Laíns 🇵🇸
2024-11-27
4
-13/+65
*
GH-127154: Remove PGO and unknown-linux-gnu/clang from JIT CI (#127212)
Savannah Ostrowski
2024-11-27
1
-28/+7
*
gh-122288: Improve performances of `fnmatch.translate` (#122289)
Bénédikt Tran
2024-11-27
4
-49/+114
*
gh-126882: Fix indentation in code sample block (#126887)
Topher Fischer
2024-11-27
1
-81/+75
*
gh-123967: Fix faulthandler for trampoline frames (#127329)
Victor Stinner
2024-11-27
2
-9/+16
*
Fix indentation for contextlib.asynccontextmanager docs (#127333)
Jelle Zijlstra
2024-11-27
1
-3/+3
*
gh-124008: Fix calculation of the number of written bytes for the Windows con...
Serhiy Storchaka
2024-11-27
3
-28/+115
*
gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299)
Serhiy Storchaka
2024-11-27
1
-2/+2
*
gh-127072: Remove outdated `socket.NETLINK_*` constants. (GH-127256)
RUANG (James Roy)
2024-11-27
2
-18/+3
*
gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)
Sam Gross
2024-11-26
5
-70/+109
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
0
-0/+0
*
gh-127285: Update PCbuild files for a number of missed changes (GH-127286)
Sergey Muraviov
2024-11-26
20
-49/+56
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
15
-93/+444
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
8
-26/+73
*
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸
2024-11-26
12
-155/+176
*
Doc: Typo fix: nrace -> race (#127288)
Richard Hansen
2024-11-26
1
-1/+1
*
gh-113993: InternalDocs: Add String Interning to README (#127250)
Petr Viktorin
2024-11-26
1
-0/+2
*
gh-124873: Skip timerfd tests on Android (#127279)
Malcolm Smith
2024-11-26
1
-2/+3
*
gh-122273: Support PyREPL history on Windows (#127141)
Victor Stinner
2024-11-26
3
-20/+40
*
gh-126946: Improve error message in getopt.do_longs based on existing comment...
Beomsoo Kim
2024-11-26
3
-5/+10
*
gh-101100: Fix sphinx warnings in `howto/*` (#127084)
Yuki Kobayashi
2024-11-26
3
-102/+101
*
Fix typo: Use AsyncFor element access in codegen (#127278)
Marc Mueller
2024-11-26
1
-1/+1
*
gh-126612: Include stack effects of uops when computing maximum stack depth (...
mpage
2024-11-26
5
-46/+1280
*
gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)
funkyrailroad
2024-11-25
1
-1/+1
*
GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#...
Barney Gale
2024-11-25
5
-20/+33
*
gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first valu...
sobolevn
2024-11-25
3
-14/+33
*
gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged` (gh-127168)
Sam Gross
2024-11-25
1
-31/+4
*
gh-127248: Fix several removed or misnamed files in pythoncore.vcxproj (GH-12...
Sergey Muraviov
2024-11-25
2
-19/+2
*
gh-107954: Document PEP 741 in What's New 3.14 (#127056)
Victor Stinner
2024-11-25
2
-0/+40
*
gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184)
Jun Komoda
2024-11-25
1
-17/+115
*
Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122)
Jun Komoda
2024-11-25
1
-2/+3
*
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)
Sergey B Kirpichev
2024-11-25
2
-1/+2
*
GH-115869: Make jit_stencils.h reproducible (GH-127166)
Brandt Bucher
2024-11-24
5
-9/+18
*
Improve `pathname2url()` and `url2pathname()` docs (#127125)
Barney Gale
2024-11-24
1
-7/+19
*
gh-127217: Fix pathname2url() for paths starting with multiple slashes on Pos...
Serhiy Storchaka
2024-11-24
3
-0/+9
*
Fix macro expansions in critical section docs (#127226)
da-woods
2024-11-24
1
-2/+2
*
gh-122356: restore the position of a file-like object after `zipfile.is_zipfi...
Bénédikt Tran
2024-11-24
3
-2/+13
*
gh-101100: Fix sphinx warnings of removed opcodes (#127222)
Yuki Kobayashi
2024-11-24
6
-16/+16
*
GH-127133: Remove ability to nest argument groups & mutually exclusive groups...
Savannah Ostrowski
2024-11-24
5
-95/+41
[next]