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
*
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran
2024-11-01
2
-1/+2
*
gh-126206: make clinic now forcefully regenerates clinic code (#126244)
Erlend E. Aasland
2024-11-01
1
-0/+2
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
1
-0/+3
*
gh-126156: Improve performance of creating `Morsel` objects (#126157)
J. Nick Koston
2024-10-31
1
-0/+1
*
gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an...
Bénédikt Tran
2024-10-31
1
-0/+3
*
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma
2024-10-31
1
-0/+2
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
1
-0/+2
*
gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with ne...
Nico-Posada
2024-10-31
1
-0/+1
*
GH-126205: Fix conversion of UNC paths to file URIs (#126208)
Barney Gale
2024-10-30
1
-0/+2
*
gh-121267: Improve performance of tarfile (#121267) (#121269)
Johan Förberg
2024-10-30
1
-0/+2
*
gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...
Steve Dower
2024-10-30
1
-0/+2
*
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
Savannah Ostrowski
2024-10-30
2
-0/+5
*
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
Furkan Onder
2024-10-30
1
-0/+2
*
gh-126068: Fix exceptions in the argparse module (GH-126069)
Serhiy Storchaka
2024-10-30
1
-0/+5
*
gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)
sobolevn
2024-10-30
1
-0/+2
*
gh-125206: Correct detection of complex numbers support in libffi (#126104)
Sergey B Kirpichev
2024-10-30
1
-0/+1
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
1
-0/+3
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
1
-0/+2
*
gh-126139: Improve error message location for future statement with unknown f...
Brian Schubert
2024-10-29
1
-0/+2
*
gh-125588: Teach the python PEG generator the new f-string tokens (#125589)
Pablo Galindo Salgado
2024-10-29
1
-0/+2
*
gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)
Hood Chatham
2024-10-29
1
-0/+4
*
gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)
Christian Ullrich
2024-10-29
1
-0/+2
*
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
Tomas R.
2024-10-29
1
-0/+2
*
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn
2024-10-29
1
-0/+1
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-0/+5
*
gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)
sobolevn
2024-10-29
1
-0/+1
*
gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)
Hood Chatham
2024-10-29
1
-0/+1
*
Pre-commit: prevent spaces in news entry paths (#126063)
Hugo van Kemenade
2024-10-28
4
-0/+0
*
gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...
Bénédikt Tran
2024-10-27
1
-0/+2
*
gh-124295: Add translation tests for argparse (GH-124803)
Tomas R.
2024-10-27
1
-0/+1
*
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...
Bénédikt Tran
2024-10-27
1
-0/+3
*
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin
2024-10-27
1
-0/+2
*
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert
2024-10-27
1
-0/+2
*
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
Zhikang Yan
2024-10-27
1
-0/+2
*
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin
2024-10-27
1
-0/+1
*
gh-125593: Use colors to highlight error locations in tracebacks from excepti...
Bogdan Romanyuk
2024-10-27
1
-0/+1
*
gh-89640: properly detect float word ordering on Linux (#125571)
Erlend E. Aasland
2024-10-26
1
-0/+2
*
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` ...
Bénédikt Tran
2024-10-25
1
-0/+2
*
GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)
Kumar Aditya
2024-10-25
1
-0/+1
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
2
-0/+4
*
Increase minimum Android API level to 24 (#125946)
Malcolm Smith
2024-10-25
1
-0/+1
*
gh-125942: Android: set stdout to `errors="backslashreplace"` (#125943)
Malcolm Smith
2024-10-25
1
-0/+2
*
gh-125940: Android: support 16 KB pages (#125941)
Malcolm Smith
2024-10-24
1
-0/+2
*
gh-125245: Fix race condition when importing `collections.abc` (#125415)
Sam Gross
2024-10-24
1
-0/+2
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-0/+4
*
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...
Javad Shafique
2024-10-24
1
-0/+1
*
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Sam Gross
2024-10-24
1
-0/+2
*
gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)
Sam Gross
2024-10-24
1
-0/+2
*
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
Mark Shannon
2024-10-24
1
-0/+3
*
gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...
Jelle Zijlstra
2024-10-23
1
-0/+3
[next]