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
ccaea525885e41c5f1e566bb68698847faaa82ca
cpython
/
Objects
History
Victor Stinner
ccaea52588
Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826)
...
This reverts commit
3c452404ae
.
2019-09-10 02:57:31 -07:00
..
clinic
[3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599)
2019-08-29 18:29:59 +03:00
stringlib
[3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599)
2019-08-29 18:29:59 +03: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
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
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
2019-09-01 14:01:05 +03: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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
call.c
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (
#14782
)
2019-07-23 12:39:51 +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 06:06:38 -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
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
2019-09-01 14:01:05 +03: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
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
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491)
2019-08-26 00:41:47 +10:00
fileobject.c
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
2019-09-01 14:01:05 +03: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
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456)
2019-08-24 13:41:53 +03:00
funcobject.c
Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826)
2019-09-10 02:57:31 -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
Fix typos mostly in comments, docs and test names (GH-15209)
2019-08-30 13:42:54 -07:00
lnotab_notes.txt
bpo-28810: Update lnotab_notes.txt (
#665
)
2017-03-14 21:42:09 +02:00
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
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (
#14782
)
2019-07-23 12:39:51 +02: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-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342)
2019-08-20 13:44:32 +01: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
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
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
2019-09-01 14:01:05 +03: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
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
2019-09-01 14:01:05 +03:00
typeslots.inc
…
typeslots.py
Issue
#26662
: Set PYTHON_FOR_GEN in configure
2016-07-26 12:48:08 +02:00
unicodectype.c
…
unicodeobject.c
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)
2019-08-27 10:13:52 -07: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
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
2019-09-01 14:01:05 +03:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink