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 1a5856bf92 bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) 9 years ago
..
clinic bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) 9 years ago
stringlib bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) 9 years ago
accu.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
boolobject.c bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) 9 years ago
bytearrayobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
bytes_methods.c bpo-29549: Fixes docstring for str.index (#256) 9 years ago
bytesobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
call.c bpo-29924: Remove useless argument (#854) 9 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 10 years ago
classobject.c method_call() and slot_tp_new() now uses fast call 9 years ago
codeobject.c bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) 9 years ago
complexobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 9 years ago
descrobject.c bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) 9 years ago
dict-common.h Issue #28818: Simplify lookdict functions 9 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-29941: Assert fixes (#886) 9 years ago
enumobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) 9 years ago
exceptions.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
fileobject.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
floatobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 9 years ago
frameobject.c Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. 9 years ago
funcobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
genobject.c Fix wrapping into StopIteration of return values in generators and coroutines (#644) 9 years ago
iterobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
listobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 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-29816: Shift operation now has less opportunity to raise OverflowError. (#680) 9 years ago
memoryobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
methodobject.c Issue #29465: Add Objects/call.c file 9 years ago
moduleobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
namespaceobject.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
object.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
obmalloc.c Fix spurious MemoryError introduced by PR #886. (#930) 9 years ago
odictobject.c bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) 9 years ago
rangeobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) 9 years ago
setobject.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
sliceobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) 9 years ago
structseq.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
tupleobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
typeobject.c fix a refleak in slot_sq_length (#1162) 9 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-29802: Fix reference counting in module-level struct functions (#1213) 9 years ago
unicodetype_db.h Unicode 9.0.0 9 years ago
weakrefobject.c bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) 9 years ago

README

Source files for various builtin objects