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.
 
 
 
 
 
 
Yury Selivanov f787c90764 Merge 3.6 (issue #27942) 9 years ago
..
clinic Issue #27810: Rerun Argument Clinic on all modules 9 years ago
stringlib Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising 9 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 #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
bytes_methods.c remove all usage of Py_LOCAL 9 years ago
bytesobject.c Issue 28128: Print out better error/warning messages for invalid string escapes. 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 Merge 3.5 (issue #27942) 9 years ago
complexobject.c Issue #28203: Merge from 3.5 9 years ago
descrobject.c replace Py_(u)intptr_t with the c99 standard types 9 years ago
dict-common.h Add _PyDict_CheckConsistency() 9 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. 9 years ago
enumobject.c Anti-registration of various ABC methods. 9 years ago
exceptions.c Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. 9 years ago
fileobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
floatobject.c Issue #26331: Implement the parsing part of PEP 515. 9 years ago
frameobject.c Issue #27129: Replaced wordcode related magic constants with macros. 9 years ago
funcobject.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 9 years ago
genobject.c Issue #28003: Make WrappedVal, ASend and AThrow GC types 9 years ago
iterobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
listobject.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
lnotab_notes.txt Issue #26107: Fix typo in Objects/lnotab_notes.txt 10 years ago
longobject.c Issue #28621: Sped up converting int to float by reusing faster bits counting 9 years ago
memoryobject.c use static inline instead of Py_LOCAL_INLINE 9 years ago
methodobject.c Fix warning in _PyCFunction_FastCallKeywords() 9 years ago
moduleobject.c Issue #27914: Fixed a comment in PyModule_ExcDef. 9 years ago
namespaceobject.c use c++ style comments 9 years ago
object.c merge 3.5 9 years ago
obmalloc.c correct silly spelling problem 9 years ago
odictobject.c Issue #27576: Fix call order in OrderedDict.__init__(). 9 years ago
rangeobject.c Issue #28376: Creating instances of range_iterator by calling range_iterator 9 years ago
setobject.c Issue #28071: Add early-out for differencing from an empty set. 9 years ago
sliceobject.c fix slice cache finalization to use gc del 10 years ago
structseq.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
tupleobject.c Issue #1621: Avoid signed overflow in list and tuple operations 10 years ago
typeobject.c Issue #28385: An error message when non-empty format spec is passed to 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 Closes #27781: Removes special cases for the experimental aspect of PEP 529 9 years ago
unicodetype_db.h Unicode 9.0.0 9 years ago
weakrefobject.c Avoid calling functions with an empty string as format string 9 years ago

README

Source files for various builtin objects