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.
 
 
 
 
 
 
INADA Naoki d852142cd7
Replace _PyGC_REFS macros with higher level macros (GH-6852)
8 years ago
..
clinic bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) 8 years ago
stringlib bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 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 bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
bytes_methods.c bpo-32677: Optimize str.isascii() (GH-5356) 8 years ago
bytesobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
codeobject.c bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513) 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 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-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 8 years ago
genobject.c bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) 8 years ago
iterobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
listobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 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-33012: Fix invalid function casts for long_long. (GH-6652) 8 years ago
memoryobject.c bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466) 8 years ago
methodobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
moduleobject.c bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606) 8 years ago
namespaceobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
object.c Replace _PyGC_REFS macros with higher level macros (GH-6852) 8 years ago
obmalloc.c remove vestigal locking from obmalloc (GH-5805) 8 years ago
odictobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
rangeobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
setobject.c bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) 8 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
typeobject.c Fix typo in __mul__ and __rmul__ docstring (GH-6674) 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
unicodetype_db.h bpo-30736: upgrade to Unicode 10.0 (#2344) 9 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