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.
 
 
 
 
 
 
Sergey Fedoseev a5259fb05d bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) 7 years ago
..
clinic Add missing closing quote and trailing period in str.isidentifier() docstring (GH-9756) 7 years ago
stringlib bpo-34523: Support surrogatepass in locale codecs (GH-8995) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) 7 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 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) 7 years ago
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 7 years ago
bytesobject.c bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) 7 years ago
call.c bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) 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-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848) 8 years ago
codeobject.c bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) 8 years ago
complexobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
descrobject.c bpo-30156: Remove property_descr_get() optimization (GH-9541) 7 years ago
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) 8 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050) 7 years ago
enumobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
exceptions.c bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764) 7 years ago
fileobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
floatobject.c Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) 8 years ago
frameobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
funcobject.c bpo-33418: Add tp_clear for function object (GH-8058) 8 years ago
genobject.c closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911) 7 years ago
iterobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
listobject.c Micro-optimize list index range checks (GH-9784) 7 years ago
listsort.txt bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) 8 years ago
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) 9 years ago
longobject.c bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) 7 years ago
memoryobject.c bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) 8 years ago
methodobject.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
moduleobject.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
namespaceobject.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
object.c bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) 7 years ago
obmalloc.c remove vestigal locking from obmalloc (GH-5805) 8 years ago
odictobject.c bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) 7 years ago
rangeobject.c closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) 7 years ago
setobject.c bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050) 7 years ago
sliceobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
structseq.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
tupleobject.c bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) 8 years ago
typeobject.c bpo-25750: fix refcounts in type_getattro() (GH-6118) 7 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 Add missing closing quote and trailing period in str.isidentifier() docstring (GH-9756) 7 years ago
unicodetype_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) 8 years ago
weakrefobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago

README

Source files for various builtin objects