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
8a35ce3796
cpython
/
Objects
History
Dennis Sweeney
8be8949116
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
2022-04-11 16:07:09 -04:00
..
clinic
Fix bad grammar and import docstring for split/rsplit (GH-32381)
2022-04-08 08:36:20 -05:00
stringlib
…
README
…
abstract.c
…
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-26579: Add object.__getstate__(). (GH-2821)
2022-04-06 20:00:14 +03:00
bytes_methods.c
…
bytesobject.c
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01: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
…
cellobject.c
…
classobject.c
…
codeobject.c
bpo-35134: Remove the Include/code.h header file (GH-32385)
2022-04-07 02:29:52 +02:00
complexobject.c
…
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
…
dictobject.c
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
2022-03-31 09:59:27 +02:00
enumobject.c
…
exception_handling_notes.txt
…
exceptions.c
…
fileobject.c
…
floatobject.c
…
frame_layout.md
GH-89480: Document motivation, design and implementation of 3.11 frame stack. (GH-32304)
2022-04-11 16:05:20 +01:00
frameobject.c
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
2022-04-11 10:40:24 +01:00
funcobject.c
…
genericaliasobject.c
…
genobject.c
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
2022-04-07 12:31:01 -07:00
interpreteridobject.c
…
iterobject.c
…
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
…
longobject.c
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
2022-04-11 16:07:09 -04:00
memoryobject.c
…
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
…
obmalloc.c
…
odictobject.c
bpo-26579: Add object.__getstate__(). (GH-2821)
2022-04-06 20:00:14 +03:00
picklebufobject.c
…
rangeobject.c
…
setobject.c
bpo-26579: Add object.__getstate__(). (GH-2821)
2022-04-06 20:00:14 +03:00
sliceobject.c
…
structseq.c
…
tupleobject.c
…
typeobject.c
bpo-47250: Fix refleak from object.__getstate__() (GH-32403)
2022-04-08 08:27:00 +09:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01:00
unicodetype_db.h
…
unionobject.c
…
weakrefobject.c
…
README
Source files for various builtin objects