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
3a3db970de344efbb4017fb9dde9204f0fd4bbdc
cpython
/
Objects
History
Jeroen Demeyer
762f93ff2e
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
..
clinic
Improve docstring of list.sort (GH-8516)
2019-05-31 21:10:02 -07:00
stringlib
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
2019-06-25 11:54:18 +03:00
abstract.c
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
accu.c
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
2018-11-01 02:30:36 +01:00
boolobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
bytearrayobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
bytes_methods.c
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
2018-09-06 21:54:49 -07:00
bytesobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
call.c
bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603)
2019-07-05 17:43:22 +02:00
capsule.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
cellobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
classobject.c
bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)
2019-07-03 19:53:59 +09:00
codeobject.c
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)
2019-07-01 12:35:05 +02:00
complexobject.c
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
2019-06-12 11:08:40 -07:00
descrobject.c
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
dict-common.h
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
2018-04-19 22:41:19 -07:00
dictnotes.txt
…
dictobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
enumobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
exceptions.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
fileobject.c
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
floatobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
frameobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
funcobject.c
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
2019-06-18 20:05:41 +09:00
genobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
interpreteridobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
iterobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
listobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
listsort.txt
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (
#582
)
2018-01-28 19:03:23 -08:00
lnotab_notes.txt
bpo-28810: Update lnotab_notes.txt (
#665
)
2017-03-14 21:42:09 +02:00
longobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
memoryobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
methodobject.c
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
2019-07-05 14:48:24 +02:00
moduleobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
namespaceobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
object.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
obmalloc.c
bpo-37257: obmalloc: stop simple arena thrashing (
#14039
)
2019-06-12 22:41:03 -05:00
odictobject.c
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
picklebufobject.c
bpo-36785: PEP 574 implementation (GH-7076)
2019-05-26 17:10:09 +02:00
rangeobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
README
…
setobject.c
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965)
2019-06-11 01:15:24 -07:00
sliceobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
structseq.c
Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)
2019-06-02 21:52:49 +01:00
tupleobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
typeobject.c
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
unicodetype_db.h
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
2019-05-08 20:59:35 -07:00
weakrefobject.c
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink