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.
 
 
 
 
 
 
Martin Panter 2275e626b1 Fix spelling errors in code comments 10 years ago
..
clinic Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
stringlib Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c Fix spelling errors in code comments 10 years ago
accu.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
boolobject.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
bytearrayobject.c Issue #27039: Fixed bytearray.remove() for values greater than 127. 10 years ago
bytes_methods.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
bytesobject.c Issue #27125: Remove duplicated words from documentation and comments 10 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
codeobject.c Issue #25314: Remove confused statement about const argument 10 years ago
complexobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
descrobject.c Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL 10 years ago
dict-common.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
fileobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
floatobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
frameobject.c Issue #20041: Fixed TypeError when frame.f_trace is set to None. 10 years ago
funcobject.c Issue #25314: Remove confused statement about const argument 10 years ago
genobject.c Issue #27243: Fix __aiter__ protocol 10 years ago
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
listobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
listsort.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. 10 years ago
memoryobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
methodobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
moduleobject.c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest 10 years ago
namespaceobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
object.c Issue #27125: Fix various errors like “will [be] inherited” 10 years ago
obmalloc.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
odictobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
rangeobject.c Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
setobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
sliceobject.c fix slice cache finalization to use gc del 10 years ago
structseq.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tupleobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
typeobject.c Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. 10 years ago
typeslots.inc Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
typeslots.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.c Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as 10 years ago
unicodetype_db.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
weakrefobject.c Issue #17765: weakref.ref() no longer silently ignores keyword arguments. 10 years ago

README

Source files for various builtin objects