cpython/Objects
Serhiy Storchaka a67e5cad1d Issue #28350: String constants with null character no longer interned. 2016-10-04 18:21:53 +03: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
README
abstract.c remove unneeded cast 2016-09-22 23:39:59 -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 Issue #25270: Merge from 3.5 2016-09-16 17:32:06 +03:00
capsule.c
cellobject.c
classobject.c
codeobject.c Issue #28350: String constants with null character no longer interned. 2016-10-04 18:21:25 +03:00
complexobject.c Issue #28203: Merge from 3.5 2016-09-24 15:28:34 +01:00
descrobject.c
dict-common.h Add _PyDict_CheckConsistency() 2016-09-14 15:02:01 +02:00
dictnotes.txt
dictobject.c Issue #27358: Optimized merging var-keyword arguments and improved error 2016-10-02 11:06:43 +03:00
enumobject.c
exceptions.c Issue #28289: ImportError.__init__ now resets not specified attributes. 2016-09-28 07:53:32 +03: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 #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 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 Issue #27914: Fixed a comment in PyModule_ExcDef. 2016-09-26 23:14:44 +03:00
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 correct silly spelling problem 2016-09-18 19:24:52 -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
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 merge 3.5 (#26617) 2016-10-04 00:00:23 -07:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Merge 3.5 2016-09-21 14:13:53 +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