This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
cd0fde27f9
cpython
/
Objects
History
Serhiy Storchaka
77f0249308
gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383)
2022-10-05 14:21:16 +03:00
..
clinic
gh-96526: Clarify format and __format__ docstrings (gh-96648)
2022-10-03 15:28:02 -07:00
stringlib
gh-94808: improve comments and coverage of fastsearch.h (GH-96760)
2022-09-13 14:25:10 -04:00
README
…
abstract.c
…
asm_trampoline.S
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
2022-08-30 10:11:18 -07:00
boolobject.c
…
bytearrayobject.c
…
bytes_methods.c
…
bytesobject.c
…
call.c
…
capsule.c
…
cellobject.c
…
classobject.c
…
codeobject.c
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
2022-10-04 17:30:03 -07:00
complexobject.c
…
descrobject.c
gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383)
2022-10-05 14:21:16 +03:00
dictnotes.txt
…
dictobject.c
Fix minor comment typo in dictobject.c (GH-96960)
2022-09-20 05:17:40 -07:00
enumobject.c
…
exception_handling_notes.txt
gh-96455: update example in exception_handling_notes.txt to the 3.11RC bytecode (GH-96456)
2022-09-01 14:21:39 +01:00
exceptions.c
gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (
#97700
)
2022-10-01 20:57:17 -07:00
fileobject.c
gh-96670: Raise SyntaxError when parsing NULL bytes (
#97594
)
2022-09-27 23:23:42 +01:00
floatobject.c
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665)
2022-08-10 19:25:39 +01:00
frame_layout.md
…
frameobject.c
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
2022-10-04 17:30:03 -07:00
funcobject.c
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
2022-09-15 16:42:37 +01:00
genericaliasobject.c
…
genobject.c
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428)
2022-09-30 09:43:02 +01:00
interpreteridobject.c
…
iterobject.c
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428)
2022-09-30 09:43:02 +01:00
listobject.c
gh-97616: list_resize() checks for integer overflow (
#97617
)
2022-09-29 00:07:07 +02:00
listsort.txt
…
lnotab_notes.txt
…
locations.md
…
longobject.c
gh-96526: Clarify format and __format__ docstrings (gh-96648)
2022-10-03 15:28:02 -07:00
memoryobject.c
gh-90751: memoryview now supports half-float (
#96738
)
2022-09-10 22:44:10 +02:00
methodobject.c
…
moduleobject.c
…
namespaceobject.c
…
object.c
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (
#96353
)
2022-09-08 12:12:14 +01:00
object_layout.md
GH-96068: Document object layout (GH-96069)
2022-08-23 13:55:43 +01:00
object_layout_312.gv
GH-96068: Document object layout (GH-96069)
2022-08-23 13:55:43 +01:00
object_layout_312.png
GH-96068: Document object layout (GH-96069)
2022-08-23 13:55:43 +01:00
object_layout_full_312.gv
GH-96068: Document object layout (GH-96069)
2022-08-23 13:55:43 +01:00
object_layout_full_312.png
GH-96068: Document object layout (GH-96069)
2022-08-23 13:55:43 +01:00
obmalloc.c
…
odictobject.c
…
perf_trampoline.c
gh-96143: Clear instruction cache after mprotect call (
#96476
)
2022-09-08 12:04:41 +01:00
picklebufobject.c
…
rangeobject.c
…
setobject.c
…
sliceobject.c
…
structseq.c
…
tupleobject.c
…
typeobject.c
gh-96526: Clarify format and __format__ docstrings (gh-96648)
2022-10-03 15:28:02 -07:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
GH-96458: Statically initialize utf8 representation of static strings (
#96481
)
2022-09-02 23:43:08 -07:00
unicodetype_db.h
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
2022-09-28 06:57:14 -07:00
unionobject.c
…
weakrefobject.c
…
README
Source files for various builtin objects