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
a2a807f75dc162dfb45fb297aee4961de8008f84
cpython
/
Objects
History
Inada Naoki
d4c664736e
Stop using Argument Clinic for dict_pop (GH-13935)
2019-07-02 13:32:43 +02:00
..
clinic
Stop using Argument Clinic for dict_pop (GH-13935)
2019-07-02 13:32:43 +02:00
stringlib
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
2019-06-25 02:12:16 -07:00
abstract.c
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
2019-06-02 00:05:48 +03:00
accu.c
…
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-37417: Fix error handling in bytearray.extend. (GH-14407)
2019-06-26 13:17:00 -07:00
bytes_methods.c
…
bytesobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
call.c
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)
2019-06-25 10:19:16 +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-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
2019-06-07 11:25:53 -07:00
codeobject.c
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (
#14505
)
2019-07-01 13:29:14 +02:00
complexobject.c
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
2019-06-12 11:27:15 -07:00
descrobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
Stop using Argument Clinic for dict_pop (GH-13935)
2019-07-02 13:32:43 +02: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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
floatobject.c
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
2019-06-02 00:05:48 +03: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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
genobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07: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
Improve docstring of list.sort (GH-8516)
2019-05-31 21:10:02 -07:00
listsort.txt
…
lnotab_notes.txt
…
longobject.c
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891)
2019-06-07 16:22:58 +02:00
memoryobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
methodobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
moduleobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07: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-37029: keep usable_arenas in sorted order without searching (
#13612
)
2019-05-31 21:16:04 -05:00
odictobject.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
picklebufobject.c
…
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) (GH-13967)
2019-06-11 01:41:23 -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-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)
2019-06-25 10:19:16 +02:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
2019-06-25 02:12:16 -07:00
unicodetype_db.h
…
weakrefobject.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
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink