This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-01-02 05:23:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e652dae6eb
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Irit Katriel
238efbecab
[3.12] gh-118272: Clear generator frame's locals when the generator is closed (
#118451
)
2024-05-02 16:22:50 +01:00
..
clinic
[3.12] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (GH-113355) (
#113379
)
2023-12-22 00:43:28 -07:00
stringlib
abstract.c
boolobject.c
bytearrayobject.c
[3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) (GH-112693)
2023-12-04 08:46:40 +00:00
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
[3.12] GH-106895: Raise a
ValueError
when attempting to disable events that cannot be disabled. (GH-107337) (GH-107351)
2023-07-28 10:53:33 +01:00
codeobject.c
[3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)
2023-11-23 10:18:17 -08:00
complexobject.c
descrobject.c
[3.12] gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619) (GH-115620)
2024-02-17 21:43:59 +00:00
dictnotes.txt
dictobject.c
enumobject.c
exception_handling_notes.txt
exceptions.c
[3.12] gh-109894: Fix initialization of static
MemoryError
in subinterpreter (gh-110911) (gh-111238)
2023-11-27 19:41:53 -07:00
fileobject.c
floatobject.c
[3.12] gh-116714: Handle errors correctly in
PyFloat_GetInfo
(GH-116715) (
#116722
)
2024-03-13 16:40:38 +03:00
frame_layout.md
frameobject.c
[3.12] GH-94438: Restore ability to jump over None tests (GH-111243)
2023-10-24 06:39:26 +00:00
funcobject.c
genericaliasobject.c
genobject.c
[3.12] gh-118272: Clear generator frame's locals when the generator is closed (
#118451
)
2024-05-02 16:22:50 +01:00
interpreteridobject.c
iterobject.c
listobject.c
[3.12] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115471)
2024-02-14 18:44:26 +00:00
listsort.txt
lnotab_notes.txt
[3.12] Document the
co_lines
method on code objects (
#113682
) (
#113686
)
2024-01-03 20:09:15 +00:00
locations.md
longobject.c
[3.12] gh-110819: Fix ‘kind’ may be used uninitialized warning in
longobject
(GH-116599) (
#116648
)
2024-03-12 11:09:15 +00:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
[3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of … (
#112827
)
2023-12-07 13:41:00 +00:00
object_layout.md
[3.12] gh-106293: Fix typos in Objects/object_layout.md (GH-106294) (
#114158
)
2024-01-16 23:35:20 +00:00
object_layout_312.gv
object_layout_312.png
object_layout_full_312.gv
object_layout_full_312.png
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
[3.12] gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113562) (GH-114644)
2024-01-27 11:29:26 +00:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
[3.12] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (
#116299
)
2024-03-04 10:04:44 +00:00
typeslots.inc
typeslots.py
typevarobject.c
[3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH-110784) (
#110787
)
2023-10-12 23:24:37 +00:00
unicodectype.c
unicodeobject.c
[3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit (GH-116677) (
#117029
)
2024-03-19 15:22:42 -04:00
unicodetype_db.h
unionobject.c
weakrefobject.c
README
Source files for various builtin objects