0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
INADA Naoki 92c50eee52 Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict
Improve speed of dict literal with constant keys up to 30%.
2016-11-22 00:57:02 +09:00
..
clinic
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 #19569: Compiler warnings are now emitted if use most of deprecated 2016-11-20 12:16:46 +02:00
accu.c
boolobject.c
bytearrayobject.c Issue #19569: Compiler warnings are now emitted if use most of deprecated 2016-11-20 12:16:46 +02:00
bytes_methods.c
bytesobject.c Issue #19569: Compiler warnings are now emitted if use most of deprecated 2016-11-20 12:16:46 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c Issue #19569: Compiler warnings are now emitted if use most of deprecated 2016-11-20 12:16:46 +02:00
complexobject.c Issue #28203: Merge from 3.5 2016-09-24 15:28:34 +01:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict 2016-11-22 00:57:02 +09: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 Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
floatobject.c Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
frameobject.c Issue #28618: Make hot functions using __attribute__((hot)) 2016-11-11 02:13:35 +01:00
funcobject.c
genobject.c Issue #28721: Fix asynchronous generators aclose() and athrow() 2016-11-16 18:16:17 -05:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #19569: Compiler warnings are now emitted if use most of deprecated 2016-11-20 12:16:46 +02:00
memoryobject.c
methodobject.c
moduleobject.c Issue #28748: Private variable _Py_PackageContext is now of type "const char *" 2016-11-21 10:25:54 +02:00
namespaceobject.c
object.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
obmalloc.c
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 Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
sliceobject.c
structseq.c Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
tupleobject.c
typeobject.c Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). 2016-11-21 11:47:16 +02:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects