This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-02 07:05:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc04a0571e362cd3de040771d7705cb107ae26fc
cpython
/
Objects
T
History
Inada Naoki
and
GitHub
02a4d57263
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
...
Avoid using temporary bytes object.
2020-02-27 13:48:59 +09:00
..
clinic
bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507)
2020-02-14 08:50:19 +01:00
stringlib
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
2020-02-27 13:48:59 +09:00
abstract.c
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
2020-02-22 15:11:48 +02:00
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
2020-02-12 22:32:34 +01:00
bytes_methods.c
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
2020-02-12 22:32:34 +01:00
bytesobject.c
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
2020-02-12 22:32:34 +01:00
call.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
capsule.c
…
cellobject.c
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
2020-02-07 03:04:21 +01:00
classobject.c
bpo-36347: stop using RESTRICTED constants (GH-12684)
2020-02-18 05:14:46 -08:00
codeobject.c
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
2020-02-07 03:04:21 +01:00
complexobject.c
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
2020-02-07 03:04:21 +01:00
descrobject.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-36144: Dictionary Union (PEP 584) (
#12088
)
2020-02-24 19:47:34 -08:00
enumobject.c
bpo-39573: Use Py_REFCNT() macro (GH-18388)
2020-02-07 00:38:59 +01:00
exceptions.c
…
fileobject.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
floatobject.c
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
2020-02-12 22:54:42 +01:00
frameobject.c
closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
2020-02-13 20:42:56 -08:00
funcobject.c
bpo-36347: stop using RESTRICTED constants (GH-12684)
2020-02-18 05:14:46 -08:00
genobject.c
closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
2020-02-13 20:42:56 -08:00
interpreteridobject.c
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
2020-02-07 03:04:21 +01:00
iterobject.c
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
2020-01-30 15:20:25 -08:00
listobject.c
bpo-39737: Remove code repitition in list_richcompare (GH-18638)
2020-02-26 09:00:35 +02:00
listsort.txt
Fixes in sorting descriptions (GH-18317)
2020-02-03 08:47:20 -08:00
lnotab_notes.txt
…
longobject.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
memoryobject.c
Give proper credits for the memoryview implementation. (
#18626
)
2020-02-24 11:15:26 +01:00
methodobject.c
bpo-36347: stop using RESTRICTED constants (GH-12684)
2020-02-18 05:14:46 -08:00
moduleobject.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
namespaceobject.c
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
2020-02-07 03:04:21 +01:00
object.c
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
2020-02-07 12:05:12 +01:00
obmalloc.c
…
odictobject.c
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
2020-02-07 23:18:08 +01:00
picklebufobject.c
…
rangeobject.c
bpo-37207: Use vectorcall for range() (GH-18464)
2020-02-18 07:13:17 -08:00
README
…
setobject.c
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
2020-01-30 13:09:11 +01:00
sliceobject.c
…
structseq.c
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
2020-02-07 23:18:08 +01:00
tupleobject.c
bpo-39573: Use Py_REFCNT() macro (GH-18388)
2020-02-07 00:38:59 +01:00
typeobject.c
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
2020-02-17 11:09:15 +01:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
2020-02-27 13:48:59 +09:00
unicodetype_db.h
…
weakrefobject.c
bpo-39245: Switch to public API for Vectorcall (GH-18460)
2020-02-11 17:46:57 +01:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink