This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-06 03:26:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff8939e5abaad7cd87f4d1f07ca7f6d176090f6c
cpython
/
Objects
T
History
Donghee Na
7b9d406729
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
2024-02-01 08:58:08 +09:00
..
clinic
gh-112075: Adapt more dict methods to Argument Clinic (
#114256
)
2024-01-23 22:10:04 +00:00
mimalloc
gh-112532: Improve mimalloc page visiting (
#114133
)
2024-01-22 13:10:21 -08:00
stringlib
gh-110964: Remove private _PyArg functions (
#110966
)
2023-10-17 14:30:31 +02:00
abstract.c
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
2024-01-31 13:11:35 +02:00
boolobject.c
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
2023-11-13 09:13:49 +02:00
bytearrayobject.c
gh-114569: Use PyMem_* APIs for most non-PyObject uses (
#114574
)
2024-01-26 10:11:35 +00:00
bytes_methods.c
…
bytesobject.c
gh-108767: Replace ctype.h functions with pyctype.h functions (
#108772
)
2023-09-01 18:36:53 +02:00
call.c
…
capsule.c
gh-108240: Add pycore_capsule.h internal header file (
#108596
)
2023-08-29 01:20:02 +00:00
cellobject.c
gh-110964: Remove private _PyArg functions (
#110966
)
2023-10-17 14:30:31 +02:00
classobject.c
gh-113157 gh-89519: Fix method descriptors (gh-113233)
2023-12-21 16:08:35 -06:00
codeobject.c
gh-110543: Fix CodeType.replace in presence of comprehensions (
#110586
)
2023-11-08 13:11:59 -07:00
complexobject.c
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
2024-01-15 16:04:17 +01:00
descrobject.c
gh-111178: Avoid calling functions from incompatible pointer types in descrobject.c (GH-112861)
2024-01-02 15:03:39 +01:00
dictnotes.txt
…
dictobject.c
gh-112075: refactor dictionary lookup functions for better re-usability (
#114629
)
2024-01-30 09:33:36 -08:00
enumobject.c
…
exception_handling_notes.txt
…
exceptions.c
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (
#113745
)
2024-01-30 16:21:30 +00:00
fileobject.c
gh-110014: Include explicitly <unistd.h> header (
#110155
)
2023-09-30 20:06:45 +00:00
floatobject.c
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
2024-01-27 00:25:16 +09:00
frame_layout.md
gh-109094: replace frame->prev_instr by frame->instr_ptr (
#109095
)
2023-10-26 13:43:10 +00:00
frameobject.c
gh-113939: Frame clear, clear locals (
#113940
)
2024-01-31 19:14:44 +00:00
funcobject.c
gh-114312: Collect stats for unlikely events (GH-114493)
2024-01-25 11:10:51 +00:00
genericaliasobject.c
gh-110964: Remove private _PyArg functions (
#110966
)
2023-10-17 14:30:31 +02:00
genobject.c
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
2024-01-27 00:25:16 +09:00
interpreteridobject.c
…
iterobject.c
…
listobject.c
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
2024-02-01 08:58:08 +09:00
listsort.txt
…
lnotab_notes.txt
Document the
co_lines
method on code objects (
#113682
)
2024-01-03 19:29:24 +00:00
locations.md
…
longobject.c
gh-114050: Fix crash when more than two arguments are passed to int() (GH-114067)
2024-01-18 13:27:44 +02:00
memoryobject.c
gh-111178: Avoid calling functions from incompatible pointer types in memoryobject.c (GH-112863)
2023-12-11 17:43:07 +01:00
methodobject.c
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
2023-09-15 15:04:21 -07:00
moduleobject.c
gh-95754: Better AttributeError on partially initialised module (
#112577
)
2023-12-21 13:24:10 -08:00
namespaceobject.c
gh-110964: Remove private _PyArg functions (
#110966
)
2023-10-17 14:30:31 +02:00
object_layout_312.gv
…
object_layout_312.png
…
object_layout_full_312.gv
…
object_layout_full_312.png
…
object_layout.md
gh-106293: Fix typos in Objects/object_layout.md (
#106294
)
2024-01-16 23:11:15 +00:00
object.c
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
2024-01-06 12:12:26 +09:00
obmalloc.c
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
2024-01-26 19:38:14 -08:00
odictobject.c
gh-111262: Add PyDict_Pop() function (
#112028
)
2023-11-14 12:51:00 +00:00
picklebufobject.c
…
rangeobject.c
…
README
…
setobject.c
gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113562)
2024-01-27 09:53:01 +00:00
sliceobject.c
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
2024-01-27 00:25:16 +09:00
structseq.c
gh-111262: Add PyDict_Pop() function (
#112028
)
2023-11-14 12:51:00 +00:00
tupleobject.c
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
2024-01-27 00:25:16 +09:00
typeobject.c
gh-55664: Add warning when creating a type using a namespace dictionary with non-string keys. (GH-105338)
2024-01-29 01:05:29 +02:00
typeslots.inc
…
typeslots.py
…
typevarobject.c
gh-110864: TypeVar constructor: Partially revert gh-110784,
constraints
cannot be
NULL
(
#110922
)
2023-10-16 15:01:04 +00:00
unicodectype.c
…
unicodeobject.c
gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c (
#114690
)
2024-01-29 21:48:49 +01:00
unicodetype_db.h
gh-96954: Fix
make regen-unicodedata
in out-of-tree builds (
#112118
)
2023-11-15 16:42:17 +00:00
unionobject.c
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
2023-09-17 14:23:31 +03:00
weakrefobject.c
gh-106320: Remove private _PyErr_ChainExceptions() (
#108713
)
2023-08-31 13:53:19 +02:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink