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
313523ce2dd67db67b7dcbcc5f6d6ca95922b34b
cpython
/
Objects
History
Martin Panter
d508d00919
Issue
#28139
: Merge indentation fixes from 3.5 into 3.6
2016-09-17 07:59:14 +00:00
..
clinic
Issue
#27810
: Rerun Argument Clinic on all modules
2016-09-09 20:00:13 -07:00
stringlib
Issue
#28126
: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
2016-09-13 20:22:02 +02:00
abstract.c
Issue
#28126
: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
2016-09-13 20:22:02 +02: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
Issue
#25270
: Merge from 3.5
2016-09-16 17:32:06 +03:00
capsule.c
…
cellobject.c
…
classobject.c
…
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
…
dict-common.h
Add _PyDict_CheckConsistency()
2016-09-14 15:02:01 +02:00
dictnotes.txt
…
dictobject.c
Add _PyDict_CheckConsistency()
2016-09-14 15:02:01 +02: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
Issue
#28139
: Merge indentation fixes from 3.5 into 3.6
2016-09-17 07:59:14 +00:00
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
Fix warning in _PyCFunction_FastCallKeywords()
2016-09-12 15:33:26 -04: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
Issue
#28045
: Merge from 3.5
2016-09-12 07:47:33 +03:00
README
…
setobject.c
Issue
#28071
: Add early-out for differencing from an empty set.
2016-09-11 22:02:28 -07:00
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
Issue
#28126
: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
2016-09-13 20:22:02 +02:00
unicodetype_db.h
Unicode 9.0.0
2016-09-14 23:53:47 -07:00
weakrefobject.c
…
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink