This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
109fc2792a490ee5cd8a423e17d415fbdedec5c8
cpython
/
Objects
History
Sergey Fedoseev
1f9f69dd4c
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
...
Use standard constants LLONG_MIN, LLONG_MAX and ULLONG_MAX.
2019-12-05 15:55:28 +01:00
..
clinic
…
stringlib
…
abstract.c
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
2019-11-05 00:51:22 +01:00
accu.c
…
boolobject.c
…
bytearrayobject.c
…
bytes_methods.c
…
bytesobject.c
…
call.c
bpo-38644: Add _PyEval_EvalCode() (GH-17183)
2019-11-16 01:03:22 +01:00
capsule.c
…
cellobject.c
…
classobject.c
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
2019-11-20 12:59:12 +01:00
codeobject.c
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
2019-11-26 16:27:50 -08:00
complexobject.c
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
2019-11-20 02:51:30 +01:00
descrobject.c
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
2019-11-05 07:48:04 -08:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-38613: Optimize set operations of dict keys. (GH-16961)
2019-11-08 00:59:04 +09:00
enumobject.c
…
exceptions.c
…
fileobject.c
…
floatobject.c
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
2019-11-20 02:51:30 +01:00
frameobject.c
Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (
#6641
)
2019-11-21 09:11:43 +00:00
funcobject.c
…
genobject.c
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
2019-11-19 05:53:52 -08:00
interpreteridobject.c
…
iterobject.c
…
listobject.c
…
listsort.txt
…
lnotab_notes.txt
…
longobject.c
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
2019-12-05 15:55:28 +01:00
memoryobject.c
…
methodobject.c
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
2019-11-20 12:59:12 +01:00
moduleobject.c
…
namespaceobject.c
…
object.c
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
2019-11-20 12:25:50 +01:00
obmalloc.c
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
2019-11-07 12:42:07 +01:00
odictobject.c
…
picklebufobject.c
…
rangeobject.c
…
README
…
setobject.c
…
sliceobject.c
…
structseq.c
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
2019-11-16 18:55:29 +02:00
tupleobject.c
…
typeobject.c
bpo-38644: Add _PyObject_Call() (GH-17089)
2019-11-14 13:36:21 +01:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
Fix compiler warning in Objects/unicodeobject.c (GH-17440)
2019-12-02 18:09:43 +00:00
unicodetype_db.h
…
weakrefobject.c
…
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink