This website requires JavaScript.
Explore
Help
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-09 18:50:37 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea6207d593832fe50dbca39e94c138abbd5d266d
cpython
/
Objects
T
History
Sergey Fedoseev
and
Serhiy Storchaka
ea6207d593
bpo-36063: Minor performance tweak in long_divmod(). (GH-11915)
2019-02-21 12:01:11 +02:00
..
clinic
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
2019-01-11 18:01:42 +02:00
stringlib
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
2019-01-11 16:01:14 +02:00
abstract.c
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
2019-02-17 23:13:46 +00:00
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-35713: Rework Python initialization (GH-11647)
2019-01-22 17:39:03 +01:00
bytes_methods.c
…
bytesobject.c
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
2019-01-12 10:30:35 +02:00
call.c
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
2018-11-27 13:27:31 +02:00
capsule.c
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
2018-12-07 12:11:30 +02:00
cellobject.c
bpo-35911: add cell constructor (GH-11771)
2019-02-07 19:36:48 +00:00
classobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
codeobject.c
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
2018-11-25 23:56:17 +01:00
complexobject.c
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
2018-11-23 14:27:38 +01:00
descrobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
enumobject.c
…
exceptions.c
bpo-35224: PEP 572 Implementation (
#10497
)
2019-01-24 16:49:56 -07:00
fileobject.c
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
2019-01-22 21:18:05 +01:00
floatobject.c
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
2019-01-22 21:18:05 +01:00
frameobject.c
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
2018-12-17 16:52:45 +02:00
funcobject.c
Clarify the behavior of the staticmethod builtin (GH-4362)
2018-12-23 23:47:38 -08:00
genobject.c
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
2018-11-27 19:34:35 +02:00
iterobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
listobject.c
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl(). (GH-8710)
2019-02-21 09:47:14 +02:00
listsort.txt
…
lnotab_notes.txt
…
longobject.c
bpo-36063: Minor performance tweak in long_divmod(). (GH-11915)
2019-02-21 12:01:11 +02:00
memoryobject.c
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (
#11730
)
2019-02-02 18:57:41 +01:00
methodobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
moduleobject.c
…
namespaceobject.c
bpo-35454: Fix miscellaneous minor issues in error handling. (
#11077
)
2018-12-11 08:38:03 +02:00
object.c
bpo-35713: Reorganize sys module initialization (GH-11658)
2019-01-23 15:04:40 +01:00
obmalloc.c
…
odictobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
rangeobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
README
…
setobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
sliceobject.c
bpo-35961: Fix a crash in slice_richcompare() (GH-11830)
2019-02-13 12:31:56 +01:00
structseq.c
Fix compiler warning in structseq_repr() (GH-10841)
2018-12-01 02:46:40 +01:00
tupleobject.c
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
2018-12-11 08:28:18 +02:00
typeobject.c
bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907)
2019-02-20 09:29:24 -08:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
2019-01-22 21:18:05 +01:00
unicodetype_db.h
…
weakrefobject.c
…
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink