You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner 25420fe290
bpo-32030: Add more options to _PyCoreConfig (#4485)
8 years ago
..
clinic bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158) 8 years ago
stringlib bpo-31338 (#3374) 8 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) 8 years ago
accu.c Replace KB unit with KiB (#4293) 8 years ago
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
bytearrayobject.c Add the const qualifier to "char *" variables that refer to literal strings. (#4370) 8 years ago
bytes_methods.c bpo-29549: Fixes docstring for str.index (#256) 9 years ago
bytesobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
call.c bpo-31835: Optimize also FASTCALL using __future__ (#4087) 8 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
classobject.c Add the const qualifier to "char *" variables that refer to literal strings. (#4370) 8 years ago
codeobject.c replace custom table with pyctype (#3456) 8 years ago
complexobject.c bpo-31979: Simplify transforming decimals to ASCII (#4336) 8 years ago
descrobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
dict-common.h bpo-29304: Simplify dict lookup functions (GH-2407) 9 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728) 8 years ago
enumobject.c bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) 8 years ago
exceptions.c bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) 8 years ago
fileobject.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
floatobject.c bpo-31979: Simplify transforming decimals to ASCII (#4336) 8 years ago
frameobject.c Move exc state to generator. Fixes bpo-25612 (#1773) 8 years ago
funcobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
genobject.c Add the const qualifier to "char *" variables that refer to literal strings. (#4370) 8 years ago
iterobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
listobject.c bpo-32030: Add more options to _PyCoreConfig (#4485) 8 years ago
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) 9 years ago
longobject.c bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376) 8 years ago
memoryobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
methodobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
moduleobject.c bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) 8 years ago
namespaceobject.c bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) 8 years ago
object.c bpo-32030: Add more options to _PyCoreConfig (#4485) 8 years ago
obmalloc.c bpo-32043: New "developer mode": "-X dev" option (#4413) 8 years ago
odictobject.c bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728) 8 years ago
rangeobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
setobject.c bpo-31462: Remove trailing whitespaces. (#3564) 8 years ago
sliceobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
structseq.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
tupleobject.c bpo-32030: Add more options to _PyCoreConfig (#4485) 8 years ago
typeobject.c Replace KB unit with KiB (#4293) 8 years ago
typeslots.inc Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
typeslots.py Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.c bpo-31979: Simplify transforming decimals to ASCII (#4336) 8 years ago
unicodetype_db.h bpo-30736: upgrade to Unicode 10.0 (#2344) 9 years ago
weakrefobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago

README

Source files for various builtin objects