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-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...
Nikita Sobolev
2024-01-19
1
-202/+208
*
gh-113884: Refactor `queue.SimpleQueue` to use a ring buffer to store items (...
mpage
2024-01-19
1
-40/+169
*
gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c` (GH-11...
Nikita Sobolev
2024-01-19
1
-1/+1
*
gh-111968: Fix --without-freelists build (gh-114270)
Donghee Na
2024-01-18
1
-5/+14
*
gh-112087: Remove duplicated critical_section (gh-114268)
Donghee Na
2024-01-18
1
-6/+3
*
gh-114123: Migrate docstring from _csv to csv (#114124)
Skip Montanaro
2024-01-18
4
-79/+78
*
gh-112092: clarify unstable ABI recompilation requirements (#112093)
DerSchinken
2024-01-18
1
-1/+1
*
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
Donghee Na
2024-01-18
9
-74/+48
*
gh-114087: Speed up dataclasses._asdict_inner (#114088)
keithasaurus
2024-01-18
2
-45/+56
*
gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)
Phillip Schanely
2024-01-18
2
-6/+8
*
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...
Nikita Sobolev
2024-01-18
18
-117/+153
*
Delete unused macro (GH-114238)
Mark Shannon
2024-01-18
1
-3/+0
*
gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)
Christopher Chavez
2024-01-18
2
-1/+2
*
gh-103092: Convert some `_ctypes` metatypes to heap types (GH-113620)
AN Long
2024-01-18
2
-281/+141
*
gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...
kcatss
2024-01-18
3
-1/+4
*
gh-104522: Fix test_subprocess failure when build Python in the root home dir...
Serhiy Storchaka
2024-01-18
1
-8/+7
*
gh-114231: Fix indentation in enum.rst (#114232)
Miyashita Yosuke
2024-01-18
1
-1/+1
*
gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)
Terry Jan Reedy
2024-01-18
8
-42/+45
*
gh-114211: Update EmailMessage doc about ordered keys (#114224)
Terry Jan Reedy
2024-01-18
1
-3/+3
*
gh-113205: test_multiprocessing.test_terminate: Test the API on threadpools (...
Petr Viktorin
2024-01-18
1
-3/+8
*
gh-104522: Fix OSError raised when run a subprocess (#114195)
Serhiy Storchaka
2024-01-18
4
-18/+29
*
gh-114149: [Enum] revert #114160 and add more tuple-subclass tests (GH-114215)
Ethan Furman
2024-01-18
2
-9/+24
*
gh-112984: Fix test_ctypes.test_loading.test_load_dll_with_flags when directo...
Steve Dower
2024-01-18
1
-1/+1
*
gh-112984 Update Windows build and installer for free-threaded builds (GH-113...
Steve Dower
2024-01-17
76
-244/+1436
*
gh-38807: Fix race condition in Lib/trace.py (GH-110143)
buermarc
2024-01-17
2
-2/+4
*
Fix typo in tkinter.ttk.rst (GH-106157)
Christophe Nanteuil
2024-01-17
1
-1/+1
*
gh-105102: Fix nested unions in structures when the system byteorder is the o...
Sheidan
2024-01-17
3
-2/+22
*
gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-1...
Ethan Furman
2024-01-17
3
-3/+20
*
gh-114070: fix token reference warnings in expressions.rst (#114169)
Sergey B Kirpichev
2024-01-17
1
-2/+3
*
gh-114178: Fix generate_sbom.py for out-of-tree builds (#114179)
Erlend E. Aasland
2024-01-17
1
-0/+1
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2024-01-17
7
-2/+71
|
\
|
*
gh-112343: pdb: Use tokenize to replace convenience variables (#112380)
Tian Gao
2024-01-17
3
-1/+45
|
*
gh-111301: Advertise importlib methods removal in What's new in Python 3.12 (...
Karolina Surma
2024-01-17
1
-0/+12
|
*
gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (...
Radislav Chugunov
2024-01-17
3
-1/+14
*
|
Post 3.13.0a3
Thomas Wouters
2024-01-17
1
-1/+1
*
|
Python 3.13.0a3
v3.13.0a3
Thomas Wouters
2024-01-17
235
-896/+3024
|
/
*
gh-86179: Skip test case that fails on POSIX with unversioned binary (GH-114136)
Steve Dower
2024-01-17
1
-1/+2
*
gh-72284: Revise lists in IDLE doc (#114174)
Terry Jan Reedy
2024-01-17
4
-79/+60
*
gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)
Terry Jan Reedy
2024-01-17
1
-1/+1
*
gh-112043: Align concurrent.futures.Executor.map docs with implementation (#1...
Erlend E. Aasland
2024-01-17
1
-5/+5
*
gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107...
Steffen Zeile
2024-01-17
1
-3/+3
*
gh-106293: Fix typos in Objects/object_layout.md (#106294)
Mano Sriram
2024-01-16
1
-3/+3
*
GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312)
Barney Gale
2024-01-16
1
-49/+61
*
Fix typo in c_annotations.py comment (#108773)
Kuan-Wei Chiu
2024-01-16
1
-1/+1
*
gh-94220: Align fnmatch docs with the implementation and amend markup (#114152)
Erlend E. Aasland
2024-01-16
1
-12/+14
*
GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)
Barney Gale
2024-01-16
1
-0/+4
*
gh-113655: Increase default stack size for PGO builds to avoid C stack exhaus...
Steve Dower
2024-01-16
2
-3/+9
*
gh-112529: Track if debug allocator is used as underlying allocator (#113747)
Sam Gross
2024-01-16
4
-6/+21
*
Update copyright years to 2024. (GH-113608)
solya0x
2024-01-16
10
-18/+16
*
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon
2024-01-16
8
-12/+15
[prev]
[next]