This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 14:46:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Objects
History
Dong-hee Na
b183f48649
no-issue: Add assertion to PyModule_GetName for understanding (GH-32236)
2022-04-02 09:56:30 +09:00
..
clinic
bpo-46841: Quicken code in-place (GH-31888)
2022-03-21 11:11:17 +00:00
stringlib
bpo-46670: Define all macros for stringlib (GH-31176)
2022-02-07 01:26:58 +01:00
abstract.c
bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
2022-03-05 15:59:24 +02:00
accu.c
…
boolobject.c
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
2022-02-22 17:23:51 -07:00
bytearrayobject.c
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
2022-03-28 04:43:45 -04:00
bytes_methods.c
…
bytesobject.c
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
2022-03-28 04:43:45 -04:00
call.c
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
2022-03-30 12:28:33 -07:00
capsule.c
bpo-45855: document that
no_block
has no use anymore in PyCapsule_Import (
#29665
)
2021-12-12 10:49:50 +01:00
cellobject.c
…
classobject.c
bpo-46920: Remove code that has no explainer why it was disabled (GH-31814)
2022-03-14 17:02:32 +01:00
codeobject.c
bpo-46841: Use a
bytes
object for
_co_code_adaptive
(GH-32205)
2022-04-01 12:28:50 +01:00
complexobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
descrobject.c
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
2022-03-30 12:28:33 -07:00
dictnotes.txt
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
2022-03-02 08:09:28 +09:00
dictobject.c
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
2022-03-31 09:59:27 +02:00
enumobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
exception_handling_notes.txt
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
2021-12-14 18:22:44 +00:00
exceptions.c
bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179)
2022-03-30 18:31:33 +01:00
fileobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
floatobject.c
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
2022-03-12 00:10:02 +01:00
frameobject.c
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
2022-04-01 13:59:38 +01:00
funcobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
genericaliasobject.c
bpo-47067: Optimize calling GenericAlias objects (GH-31996)
2022-03-21 16:33:02 -04:00
genobject.c
bpo-14911: Corrected generator.throw() documentation (GH-32207)
2022-03-31 16:56:48 +03:00
interpreteridobject.c
…
iterobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
listobject.c
bpo-47009: Streamline list.append for the common case (GH-31864)
2022-04-01 11:23:42 +01:00
listsort.txt
…
lnotab_notes.txt
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
2021-12-14 18:22:44 +00:00
longobject.c
bpo-46311: Clean up PyLong_FromLong and PyLong_FromLongLong (GH-30496)
2022-03-01 14:20:52 +00:00
memoryobject.c
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
2022-02-07 16:21:41 +01:00
methodobject.c
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
2022-03-30 12:28:33 -07:00
moduleobject.c
no-issue: Add assertion to PyModule_GetName for understanding (GH-32236)
2022-04-02 09:56:30 +09:00
namespaceobject.c
…
object.c
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
2022-03-18 11:16:55 +01:00
obmalloc.c
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
2022-02-07 16:21:41 +01:00
odictobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
picklebufobject.c
…
rangeobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
README
…
setobject.c
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
2022-03-31 09:59:27 +02:00
sliceobject.c
…
structseq.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
tupleobject.c
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
2022-02-28 15:15:48 -07:00
typeobject.c
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
2022-03-31 09:59:27 +02:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
2022-02-07 16:21:41 +01:00
unicodeobject.c
bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212)
2022-03-31 08:14:50 -07:00
unicodetype_db.h
…
unionobject.c
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
2022-02-08 13:39:07 -07:00
weakrefobject.c
bpo-46541: Discover the global strings. (gh-31346)
2022-02-14 17:36:51 -07:00
README
Source files for various builtin objects