This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-21 08:31:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Objects
History
Benjamin Peterson
3940333637
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058)
2020-09-02 11:29:06 -05:00
..
clinic
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
2020-07-20 15:57:37 +03:00
stringlib
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
2020-06-24 00:10:40 +02:00
abstract.c
bpo-39573: Use the Py_TYPE() macro (GH-21433)
2020-07-10 12:40:38 +02:00
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535)
2020-07-20 15:53:55 +03:00
bytes_methods.c
…
bytesobject.c
A (very) slight speed improvement for iterating over bytes (
#21705
)
2020-08-03 09:04:13 -07:00
call.c
…
capsule.c
…
cellobject.c
…
classobject.c
…
codeobject.c
bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
2020-07-10 10:12:04 +03:00
complexobject.c
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
2020-07-20 15:53:29 +03:00
descrobject.c
…
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-41493: Refactoring dictresize (GH-21751)
2020-08-07 14:08:55 +09:00
enumobject.c
…
exceptions.c
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
2020-09-01 19:39:46 +01:00
fileobject.c
…
floatobject.c
bpo-40521: Cleanup code of free lists (GH-21082)
2020-06-23 16:40:40 +02:00
frameobject.c
bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
2020-07-17 11:44:23 +01:00
funcobject.c
…
genericaliasobject.c
bpo-39573: Use the Py_TYPE() macro (GH-21433)
2020-07-10 12:40:38 +02:00
genobject.c
bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
2020-07-17 11:44:23 +01:00
interpreteridobject.c
…
iterobject.c
…
listobject.c
Fix typo in Object/listobject.c (GH-21079)
2020-06-29 21:56:56 +03:00
listsort.txt
…
lnotab_notes.txt
…
longobject.c
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
2020-07-20 15:57:37 +03:00
memoryobject.c
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
2020-07-18 11:12:05 +03:00
methodobject.c
…
moduleobject.c
…
namespaceobject.c
…
object.c
Fix a small grammatical mistake in a comment (GH-21526)
2020-07-17 13:09:21 -07:00
obmalloc.c
…
odictobject.c
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
2020-07-19 09:18:55 +03:00
picklebufobject.c
…
rangeobject.c
…
README
…
setobject.c
bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
2020-06-23 17:42:55 +02:00
sliceobject.c
bpo-40521: Cleanup code of free lists (GH-21082)
2020-06-23 16:40:40 +02:00
structseq.c
…
tupleobject.c
bpo-40521: Always create the empty tuple singleton (GH-21116)
2020-06-24 15:21:54 +02:00
typeobject.c
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058)
2020-09-02 11:29:06 -05:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535)
2020-07-20 15:53:55 +03:00
unicodetype_db.h
…
weakrefobject.c
…
README
Source files for various builtin objects