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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.14.0a4
v3.14.0a4
Hugo van Kemenade
2025-01-14
79
-187/+830
*
gh-118761: Improve import time of the `pickle` module. (#128732)
Bénédikt Tran
2025-01-14
1
-0/+3
*
gh-71339: Add additional assertion methods for unittest (GH-128707)
Serhiy Storchaka
2025-01-14
1
-0/+9
*
gh-128562: Fix generation of the tkinter widget names (GH-128604)
Zhikang Yan
2025-01-13
1
-0/+1
*
gh-128400: Only show the current thread in `Py_FatalError` on the free-thread...
Peter Bierma
2025-01-13
1
-0/+2
*
gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490)
Peter Bierma
2025-01-13
1
-0/+2
*
gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924)
Petr Viktorin
2025-01-13
1
-0/+1
*
gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIteration...
Bénédikt Tran
2025-01-13
1
-0/+2
*
gh-128150: Improve performances of `uuid.uuid*` constructor functions. (#128151)
Bénédikt Tran
2025-01-13
1
-0/+2
*
GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)
Mark Shannon
2025-01-13
1
-0/+3
*
gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)
Ned Deily
2025-01-13
1
-0/+2
*
gh-90905: Allow cross-compilation on macOS (#128385)
Zanie Blue
2025-01-13
1
-0/+1
*
gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)
Hood Chatham
2025-01-12
1
-0/+3
*
gh-128731: Fix ResourceWarning in robotparser.RobotFileParser.read() (GH-128733)
Serhiy Storchaka
2025-01-12
1
-0/+1
*
gh-128717: Stop-the-world when setting the recursion limit (#128741)
Peter Bierma
2025-01-12
1
-0/+2
*
gh-126703: Add freelist for `PyMethodObject` (#128594)
Pieter Eendebak
2025-01-12
1
-0/+1
*
gh-127257: Add hex code to ssl "unknown error" message (GH-127360)
Petr Viktorin
2025-01-10
1
-0/+4
*
gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389)
Paulie Peña
2025-01-10
1
-0/+1
*
gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of su...
Bénédikt Tran
2025-01-10
1
-0/+2
*
gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ...
sobolevn
2025-01-09
1
-0/+2
*
gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663)
sobolevn
2025-01-09
1
-0/+2
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
2
-0/+6
*
acks: add myself (#128652)
Filipe Laíns 🇵🇸
2025-01-08
1
-0/+1
*
GH-66409: check if exec_prefix is the same as prefix before searching executa...
Filipe Laíns 🇵🇸
2025-01-08
1
-0/+3
*
GH-127970: find the runtime library when dladdr is available (#127972)
Filipe Laíns 🇵🇸
2025-01-08
1
-0/+6
*
gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-...
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-01-08
1
-0/+3
*
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher
2025-01-08
1
-0/+2
*
gh-128552: fix refcycles in eager task creation (#128553)
Thomas Grainger
2025-01-07
1
-0/+1
*
gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284)
Stephen Morton
2025-01-07
2
-0/+5
*
gh-128146: Exclude os/log.h import on older macOS versions. (#128165)
Russell Keith-Magee
2025-01-07
1
-0/+2
*
gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-...
Zanie Blue
2025-01-07
1
-0/+2
*
gh-128559: Remove typing import from asyncio.timeouts (#128560)
Michael H
2025-01-06
1
-0/+1
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
1
-0/+5
*
gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)
Kumar Aditya
2025-01-06
1
-0/+1
*
gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...
RanKKI
2025-01-06
2
-0/+4
*
gh-128137: Update PyASCIIObject to handle interned field with the atomic oper...
Donghee Na
2025-01-05
1
-0/+2
*
gh-128152: Argument Clinic: ignore pre-processor directives inside C comments...
Erlend E. Aasland
2025-01-04
1
-0/+2
*
gh-128400: Only show the current thread in `faulthandler` if the GIL is disab...
Peter Bierma
2025-01-03
1
-0/+2
*
gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_...
Alexander Shadchin
2025-01-03
1
-0/+2
*
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)
Rian Hunter
2025-01-03
1
-0/+5
*
gh-128317: Highlight today in colour in calendar CLI output (#128318)
Hugo van Kemenade
2025-01-03
1
-0/+2
*
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Erlend E. Aasland
2025-01-03
1
-0/+2
*
gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...
jb2170
2025-01-03
1
-0/+4
*
gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (...
Zanie Blue
2025-01-03
1
-0/+3
*
gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)
Peter Bierma
2025-01-02
1
-0/+2
*
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...
Zhikang Yan
2025-01-02
1
-0/+2
*
gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126...
Sebastian Pipping
2025-01-02
1
-0/+2
*
gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...
Serhiy Storchaka
2025-01-02
1
-0/+4
*
gh-123925: Fix building curses on platforms without libncursesw (GH-128405)
Serhiy Storchaka
2025-01-02
1
-0/+2
*
gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95...
Shin-myoung-serp
2025-01-02
1
-0/+1
[next]