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
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías
2023-03-05
1
-0/+2
*
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann
2023-03-01
1
-0/+1
*
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
Dennis Sweeney
2023-02-27
1
-0/+1
*
GH-102126: fix deadlock at shutdown when clearing thread states (#102222)
Kumar Aditya
2023-02-25
1
-0/+1
*
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int...
Ionite
2023-02-24
1
-0/+1
*
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann
2023-02-24
1
-0/+2
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
1
-0/+3
*
Revert "bpo-46978: Correct docstrings for in-place builtin operators #31802) ...
Irit Katriel
2023-02-23
1
-1/+0
*
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrum...
Mark Shannon
2023-02-22
1
-0/+2
*
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
Irit Katriel
2023-02-20
1
-0/+1
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
1
-0/+1
*
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
Nicko van Someren
2023-02-18
1
-0/+1
*
gh-101967: add a missing error check (#101968)
Eclips4
2023-02-18
1
-0/+1
*
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4
2023-02-16
1
-0/+1
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-0/+5
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
1
-0/+2
*
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James
2023-02-14
1
-0/+1
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-14
1
-0/+5
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
1
-0/+3
*
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
Dong-hee Na
2023-02-09
1
-0/+2
*
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
Kumar Aditya
2023-02-08
1
-0/+1
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+1
*
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
17
-38/+0
*
[gh-101072] Fix Blurb for GH-101127
Łukasz Langa
2023-02-07
1
-8/+2
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
1
-0/+8
*
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...
Eric Snow
2023-02-06
1
-0/+3
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Dong-hee Na
2023-02-06
1
-0/+2
*
gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)
Eric Wieser
2023-02-05
1
-0/+3
*
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Mark Dickinson
2023-02-05
1
-0/+1
*
gh-101400: Fix incorrect lineno in exception message on continue/break which ...
Dong-hee Na
2023-01-30
1
-0/+2
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
1
-0/+2
*
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...
Mark Shannon
2023-01-24
1
-0/+3
*
gh-100726: Optimize construction of range object for medium sized integers (#...
Pieter Eendebak
2023-01-21
1
-0/+1
*
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...
Mark Dickinson
2023-01-21
1
-0/+2
*
gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)
Jean-Paul Calderone
2023-01-21
1
-0/+5
*
gh-100712: make it possible to disable specialization (for debugging) (#100713)
Irit Katriel
2023-01-19
1
-0/+1
*
gh-101046: Fix a potential memory leak in the parser when raising MemoryError...
Pablo Galindo Salgado
2023-01-16
1
-0/+2
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-0/+4
*
GH-100942: Fix incorrect cast in property_copy(). (#100965)
Raymond Hettinger
2023-01-12
1
-0/+2
*
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon
2023-01-11
1
-0/+2
*
GH-100892: Fix race in clearing `threading.local` (#100922)
Kumar Aditya
2023-01-11
1
-0/+1
*
Python 3.12.0a4
v3.12.0a4
Thomas Wouters
2023-01-10
33
-62/+0
*
GH-100117: Make `co_lines` more efficient (GH-100447)
Brandt Bucher
2023-01-10
1
-0/+2
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
1
-0/+3
*
gh-87447: Fix walrus comprehension rebind checking (#100581)
Nikita Sobolev
2023-01-08
1
-0/+5
*
gh-100776: Fix misleading default value in help(input) (#100788)
Shantanu
2023-01-08
1
-0/+1
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
1
-0/+2
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05
1
-0/+4
*
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
Mark Shannon
2023-01-05
1
-0/+2
*
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon
2023-01-04
1
-0/+2
[next]