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.
 
 
 
 
 
 
bennorth d7773d92bd bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) 8 years ago
..
clinic bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 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-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 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-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 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 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 8 years ago
codeobject.c bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) 8 years ago
complexobject.c bpo-31979: Simplify transforming decimals to ASCII (#4336) 8 years ago
descrobject.c bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 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-18533: Avoid RecursionError from repr() of recursive dictview (#4823) 8 years ago
enumobject.c bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) 8 years ago
exceptions.c bpo-32028: Fix suggestions for indented print statements (GH-4688) 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 bpo-32468: Better frame repr() (#5067) 8 years ago
funcobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
genobject.c bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 8 years ago
iterobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
listobject.c bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570) 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 PyLong_FromString(): fix Coverity CID 1424951 (#4738) 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-32225: Implementation of PEP 562 (#4731) 8 years ago
namespaceobject.c bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) 8 years ago
object.c bpo-32571: Fix reading uninitialized memory (GH-5332) 8 years ago
obmalloc.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 8 years ago
odictobject.c bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 8 years ago
rangeobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
setobject.c Removed unnecesssary bit inversion which doesn't improve dispersion statistics (#5235) 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-32137: The repr of deeply nested dict now raises a RecursionError (#4570) 8 years ago
typeobject.c bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 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-29240: Fix locale encodings in UTF-8 Mode (#5170) 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