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.
 
 
 
 
 
 
stratakis e8b1965639 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
..
clinic bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158) 8 years ago
stringlib bpo-31338 (#3374) 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) 9 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-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
bytes_methods.c bpo-29549: Fixes docstring for str.index (#256) 9 years ago
bytesobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
call.c bpo-31835: Optimize also FASTCALL using __future__ (#4087) 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-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
classobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
codeobject.c replace custom table with pyctype (#3456) 9 years ago
complexobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 9 years ago
descrobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 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) 9 years ago
enumobject.c bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) 9 years ago
exceptions.c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) 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) 9 years ago
frameobject.c Move exc state to generator. Fixes bpo-25612 (#1773) 8 years ago
funcobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
genobject.c Move exc state to generator. Fixes bpo-25612 (#1773) 8 years ago
iterobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
listobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) 9 years ago
longobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
memoryobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
methodobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
moduleobject.c bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) 9 years ago
namespaceobject.c bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909) 9 years ago
object.c bpo-30860: Fix a refleak. (#3506) 9 years ago
obmalloc.c bpo-18835: Cleanup pymalloc (#4200) 8 years ago
odictobject.c bpo-31497: Add private helper _PyType_Name(). (#3630) 9 years ago
rangeobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
setobject.c bpo-31462: Remove trailing whitespaces. (#3564) 9 years ago
sliceobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
structseq.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
tupleobject.c bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 8 years ago
typeobject.c bpo-31336: Speed up type creation. (#3279) 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-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) 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