cpython/Objects
Serhiy Storchaka b2e64f903d Issue #28621: Sped up converting int to float by reusing faster bits counting
implementation.  Patch by Adrian Wielgosik.
2016-11-08 20:34:22 +02:00
..
clinic Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
stringlib Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. 2016-10-30 18:25:27 +02:00
abstract.c Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising 2016-10-21 17:09:17 +03:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c remove all usage of Py_LOCAL 2016-09-09 13:54:34 -07:00
bytesobject.c Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. 2016-10-31 14:46:26 -04: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 #28123: _PyDict_GetItem_KnownHash() now can raise an exception as 2016-11-06 13:19:38 +02:00
enumobject.c
exceptions.c Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. 2016-10-23 15:12:25 +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 #23996: Added _PyGen_SetStopIterationValue for safe raising 2016-11-06 18:47:03 +02:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #28621: Sped up converting int to float by reusing faster bits counting 2016-11-08 20:34:22 +02: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 merge 3.5 2016-11-06 13:01:15 -08:00
obmalloc.c correct silly spelling problem 2016-09-18 19:24:52 -07:00
odictobject.c Merge from 3.5. 2016-10-30 17:25:45 +02:00
rangeobject.c Issue #28376: Creating instances of range_iterator by calling range_iterator 2016-10-08 22:01:18 +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 #28385: An error message when non-empty format spec is passed to 2016-10-30 19:37:46 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Closes #27781: Removes special cases for the experimental aspect of PEP 529 2016-11-06 19:35:24 -08:00
unicodetype_db.h Unicode 9.0.0 2016-09-14 23:53:47 -07:00
weakrefobject.c

Source files for various builtin objects