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 b785396ab4 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) 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-29548: Fix some inefficient call API usage (GH-97) 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-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376) 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-29998: Pickling and copying ImportError now preserves name and path (#1010) 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 use c++ style comments 9 years ago
object.c bpo-29509: skip redundant intern (GH-197) 9 years ago
obmalloc.c Fix spurious MemoryError introduced by PR #886. (#930) 9 years ago
odictobject.c Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict 9 years ago
rangeobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) 9 years ago
setobject.c bpo-29949: Fix set memory usage regression (GH-943) 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 bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) 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 Expand the PySlice_GetIndicesEx macro. (#1023) 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