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 85c0b8941f bpo-31619: Fixed a ValueError when convert a string with large number of underscores (#3827) 8 years ago
..
clinic bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
stringlib bpo-31338 (#3374) 8 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-31338 (#3374) 8 years ago
accu.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
bytearrayobject.c bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631) 8 years ago
bytes_methods.c bpo-29549: Fixes docstring for str.index (#256) 9 years ago
bytesobject.c bpo-31338 (#3374) 8 years ago
call.c bpo-30860: Consolidate stateful runtime globals. (#3397) 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-30486: Make cell_set_contents() symbol private (#3668) 8 years ago
classobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
codeobject.c replace custom table with pyctype (#3456) 8 years ago
complexobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 9 years ago
descrobject.c bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481) 8 years ago
dict-common.h bpo-29304: Simplify dict lookup functions (GH-2407) 9 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-31338 (#3374) 8 years ago
enumobject.c bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) 8 years ago
exceptions.c bpo-31497: Add private helper _PyType_Name(). (#3630) 8 years ago
fileobject.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
floatobject.c bpo-31373: remove overly strict float range checks (#3486) 8 years ago
frameobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
funcobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
genobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
iterobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
listobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 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-31619: Fixed a ValueError when convert a string with large number of underscores (#3827) 8 years ago
memoryobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
methodobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
moduleobject.c bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) 8 years ago
namespaceobject.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
object.c bpo-30860: Fix a refleak. (#3506) 8 years ago
obmalloc.c bpo-30860: Fix deadcode in obmalloc.c (#3499) 8 years ago
odictobject.c bpo-31497: Add private helper _PyType_Name(). (#3630) 8 years ago
rangeobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
setobject.c bpo-31462: Remove trailing whitespaces. (#3564) 8 years ago
sliceobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
structseq.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
tupleobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
typeobject.c bpo-31336: Speed up type creation. (#3279) 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-31338 (#3374) 8 years ago
unicodetype_db.h bpo-30736: upgrade to Unicode 10.0 (#2344) 9 years ago
weakrefobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago

README

Source files for various builtin objects