This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2c0d3f4547
cpython
/
Objects
History
Serhiy Storchaka
d53fe5f407
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
2019-03-13 22:59:55 +02:00
..
clinic
…
stringlib
…
README
…
abstract.c
…
accu.c
…
boolobject.c
…
bytearrayobject.c
…
bytes_methods.c
…
bytesobject.c
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
2019-03-13 22:59:55 +02:00
call.c
bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032)
2019-02-25 22:37:26 +01:00
capsule.c
…
cellobject.c
…
classobject.c
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
2019-03-04 21:19:34 -08:00
codeobject.c
…
complexobject.c
…
descrobject.c
…
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-30040: new empty dict uses key-sharing dict (GH-1080)
2019-03-12 17:25:44 +09:00
enumobject.c
…
exceptions.c
…
fileobject.c
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252)
2019-03-10 12:29:14 +02:00
floatobject.c
…
frameobject.c
…
funcobject.c
…
genobject.c
…
iterobject.c
…
listobject.c
…
listsort.txt
…
lnotab_notes.txt
…
longobject.c
…
memoryobject.c
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
2019-03-05 16:10:53 +01:00
methodobject.c
…
moduleobject.c
…
namespaceobject.c
…
object.c
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
2019-03-04 14:21:28 +01:00
obmalloc.c
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
2019-03-06 01:13:43 +01:00
odictobject.c
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
2019-03-13 22:59:55 +02:00
rangeobject.c
…
setobject.c
…
sliceobject.c
…
structseq.c
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
2019-03-13 22:59:55 +02:00
tupleobject.c
…
typeobject.c
closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)
2019-02-25 23:12:10 -08:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
…
unicodetype_db.h
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
2019-03-09 16:25:55 -08:00
weakrefobject.c
…
README
Source files for various builtin objects