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
ea80ffb8513d71e8addaeab5d6359daae271225d
cpython
/
Objects
History
Serhiy Storchaka
ab8740058a
Issue
#27129
: Replaced wordcode related magic constants with macros.
2016-09-11 13:48:15 +03:00
..
clinic
Issue
#27810
: Rerun Argument Clinic on all modules
2016-09-09 20:00:13 -07:00
stringlib
remove all usage of Py_LOCAL
2016-09-09 13:54:34 -07:00
abstract.c
Add METH_FASTCALL calling convention
2016-09-09 17:40:22 -07:00
accu.c
…
boolobject.c
…
bytearrayobject.c
Issue
#27895
: Spelling fixes (Contributed by Ville Skyttä).
2016-09-07 12:03:06 +00:00
bytes_methods.c
remove all usage of Py_LOCAL
2016-09-09 13:54:34 -07:00
bytesobject.c
remove all usage of Py_LOCAL
2016-09-09 13:54:34 -07:00
capsule.c
…
cellobject.c
…
classobject.c
method_call() and slot_tp_new() now uses fast call
2016-08-25 01:04:14 +02:00
codeobject.c
Make PyCodeObject.co_extra even more private to force users through the proper API.
2016-09-07 14:30:39 -07:00
complexobject.c
Issue
#26331
: Implement the parsing part of PEP 515.
2016-09-09 14:57:09 -07:00
descrobject.c
replace Py_(u)intptr_t with the c99 standard types
2016-09-06 13:47:26 -07:00
dict-common.h
do not worry about 64-bit dict sizes on 32-bit platforms
2016-09-08 13:16:41 -07:00
dictnotes.txt
…
dictobject.c
Fixed compiler warnings in compact dict implementation on 32-bit platforms.
2016-09-10 21:34:43 +03:00
enumobject.c
…
exceptions.c
Issue
#15767
: Add ModuleNotFoundError.
2016-09-07 15:42:32 -07:00
fileobject.c
…
floatobject.c
Issue
#26331
: Implement the parsing part of PEP 515.
2016-09-09 14:57:09 -07:00
frameobject.c
Issue
#27129
: Replaced wordcode related magic constants with macros.
2016-09-11 13:48:15 +03:00
funcobject.c
…
genobject.c
Issue
#27129
: Replaced wordcode related magic constants with macros.
2016-09-11 13:48:15 +03:00
iterobject.c
…
listobject.c
replace PY_SIZE_MAX with SIZE_MAX
2016-09-07 09:26:18 -07:00
listsort.txt
Issue
#27895
: Spelling fixes (Contributed by Ville Skyttä).
2016-09-07 12:03:06 +00:00
lnotab_notes.txt
…
longobject.c
Issue
#25221
: merge from 3.5.
2016-09-10 20:20:08 +01:00
memoryobject.c
use static inline instead of Py_LOCAL_INLINE
2016-09-08 11:56:06 -07:00
methodobject.c
Add METH_FASTCALL calling convention
2016-09-09 17:40:22 -07:00
moduleobject.c
…
namespaceobject.c
use c++ style comments
2016-09-07 14:12:36 -07:00
object.c
Implement compact dict
2016-09-07 17:40:12 -07:00
obmalloc.c
replace PY_SIZE_MAX with SIZE_MAX
2016-09-07 09:26:18 -07:00
odictobject.c
Issue
#27576
: Fix call order in OrderedDict.__init__().
2016-09-09 11:59:08 -07:00
rangeobject.c
replace PY_LONG_LONG with long long
2016-09-06 10:46:49 -07:00
README
…
setobject.c
…
sliceobject.c
…
structseq.c
…
tupleobject.c
…
typeobject.c
Issue
#23722
: Initialize __class__ from type.__new__()
2016-09-11 14:45:49 +10:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
remove all usage of Py_LOCAL
2016-09-09 13:54:34 -07:00
unicodetype_db.h
…
weakrefobject.c
Avoid calling functions with an empty string as format string
2016-09-05 18:16:01 -07:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink