This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-25 09:39:56 +01:00
Code
Issues
Releases
Activity
5bda2f637e
cpython
/
Objects
History
Mark Shannon
15d4c9fabc
GH-108716
: Turn off deep-freezing of code objects. (
GH-108722
)
2023-09-08 10:34:40 +01:00
..
clinic
gh-108915
: Removes extra backslashes in str.split docstring (#109044)
2023-09-07 05:33:51 +00:00
stringlib
gh-107603
: Argument Clinic: Only include pycore_gc.h if needed (#108726)
2023-08-31 23:42:34 +02:00
abstract.c
gh-106307
: Fix PyMapping_GetOptionalItemString() (
GH-108797
)
2023-09-06 19:47:38 +00:00
boolobject.c
bytearrayobject.c
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
cellobject.c
classobject.c
codeobject.c
GH-108716
: Turn off deep-freezing of code objects. (
GH-108722
)
2023-09-08 10:34:40 +01:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exception_handling_notes.txt
exceptions.c
fileobject.c
floatobject.c
gh-108765
: Python.h no longer includes <ctype.h> (#108831)
2023-09-03 18:54:27 +02:00
frame_layout.md
frameobject.c
gh-108732
: include comprehension locals in frame.f_locals (#109026)
2023-09-07 08:56:43 -06:00
funcobject.c
GH-108716
: Turn off deep-freezing of code objects. (
GH-108722
)
2023-09-08 10:34:40 +01:00
genericaliasobject.c
genobject.c
GH-108614
: Add
RESUME_CHECK
instruction (
GH-108630
)
2023-09-07 14:39:03 +01:00
interpreteridobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
locations.md
longobject.c
gh-108765
: Python.h no longer includes <ctype.h> (#108831)
2023-09-03 18:54:27 +02:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object_layout_312.gv
object_layout_312.png
object_layout_full_312.gv
object_layout_full_312.png
object_layout.md
object.c
gh-108634
: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
2023-09-01 12:43:30 +02:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
gh-108634
: Py_TRACE_REFS uses a hash table (#108663)
2023-08-31 18:33:34 +02:00
sliceobject.c
gh-108634
: Py_TRACE_REFS uses a hash table (#108663)
2023-08-31 18:33:34 +02:00
structseq.c
gh-108634
: Py_TRACE_REFS uses a hash table (#108663)
2023-08-31 18:33:34 +02:00
tupleobject.c
typeobject.c
gh-108765
: Python.h no longer includes <ctype.h> (#108831)
2023-09-03 18:54:27 +02:00
typeslots.inc
typeslots.py
typevarobject.c
unicodectype.c
unicodeobject.c
gh-108915
: Removes extra backslashes in str.split docstring (#109044)
2023-09-07 05:33:51 +00:00
unicodetype_db.h
unionobject.c
weakrefobject.c
README
Source files for various builtin objects