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.
 
 
 
 
 
 
Serhiy Storchaka bd47384e07
bpo-24618: Add a check in the code constructor. (GH-8283)
8 years ago
..
clinic bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) 8 years ago
stringlib bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) 8 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-33738: Address review comments in GH #7477 (GH-7585) 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-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) 8 years ago
bytes_methods.c bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) 8 years ago
bytesobject.c bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039) 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-24618: Add a check in the code constructor. (GH-8283) 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-34042: Fix dict.copy() to maintain correct total refcount (GH-8119) 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-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) 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-33418: Add tp_clear for function object (GH-8058) 8 years ago
genobject.c bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) 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 bpo-33597: Reduce PyGC_Head size (GH-7043) 8 years ago
obmalloc.c remove vestigal locking from obmalloc (GH-5805) 8 years ago
odictobject.c fix two typos in Objects/odictobject.c comments (GH-8040) 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-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) 8 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