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
75361243d58ecfd9a744d511c2e7ba2fa113c72c
cpython
/
Objects
History
Mark Dickinson
c1c4a64edb
Issue
#27111
: Minor simplication to long_add and long_sub fast path code. Thanks Oren Milman.
2016-09-17 20:01:56 +01:00
..
clinic
…
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
…
bytes_methods.c
…
bytesobject.c
Issue
#25270
: Merge from 3.5
2016-09-16 17:32:06 +03:00
capsule.c
…
cellobject.c
…
classobject.c
…
codeobject.c
…
complexobject.c
…
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
…
fileobject.c
…
floatobject.c
…
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
…
listsort.txt
…
lnotab_notes.txt
…
longobject.c
Issue
#27111
: Minor simplication to long_add and long_sub fast path code. Thanks Oren Milman.
2016-09-17 20:01:56 +01:00
memoryobject.c
…
methodobject.c
Fix warning in _PyCFunction_FastCallKeywords()
2016-09-12 15:33:26 -04:00
moduleobject.c
…
namespaceobject.c
…
object.c
…
obmalloc.c
…
odictobject.c
…
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
…
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