0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 01:20:47 +01:00
cpython/Objects
Serhiy Storchaka 94bee45dee
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
They are alternate constructors which only accept numbers
(including objects with special methods __float__, __complex__
and __index__), but not strings.
2024-07-15 16:07:00 +00:00
..
clinic gh-84978: Add float.from_number() and complex.from_number() (GH-26827) 2024-07-15 16:07:00 +00:00
mimalloc gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732) 2024-07-14 12:50:25 -04:00
stringlib gh-121040: Use __attribute__((fallthrough)) (#121044) 2024-06-27 09:58:44 +00:00
abstract.c gh-95144: Improve error message of ... in None (GH-119888) 2024-07-12 16:34:17 +00:00
boolobject.c
bytearrayobject.c
bytes_methods.c gh-121165: protect macro expansion of ADJUST_INDICES with do-while(0) (#121166) 2024-07-02 16:27:51 +05:30
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c Fix typos in comments (#120821) 2024-06-24 19:47:00 +02:00
complexobject.c gh-84978: Add float.from_number() and complex.from_number() (GH-26827) 2024-07-15 16:07:00 +00:00
descrobject.c bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) 2024-06-10 08:55:49 +00:00
dictnotes.txt
dictobject.c gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551) 2024-07-10 14:04:12 -04:00
enumobject.c
exceptions.c gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680) 2024-06-24 14:08:12 +02:00
fileobject.c
floatobject.c gh-84978: Add float.from_number() and complex.from_number() (GH-26827) 2024-07-15 16:07:00 +00:00
frameobject.c gh-117139: Convert the evaluation stack to stack refs (#118450) 2024-06-27 03:10:43 +08:00
funcobject.c
genericaliasobject.c gh-121660: Fix ga_getitem by explicitly checking for NULL result (#121661) 2024-07-14 14:20:40 +03:00
genobject.c gh-117139: Convert the evaluation stack to stack refs (#118450) 2024-06-27 03:10:43 +08:00
iterobject.c
listobject.c gh-121288: Make error message for index() methods consistent (GH-121395) 2024-07-05 10:50:45 -07:00
listsort.txt
lnotab_notes.txt
longobject.c gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) 2024-07-13 13:40:44 +03:00
memoryobject.c gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (#120228) 2024-06-07 17:58:21 +02:00
methodobject.c
moduleobject.c
namespaceobject.c
object_layout_312.gv
object_layout_312.png
object_layout_313.gv
object_layout_313.png
object_layout_full_312.gv
object_layout_full_312.png
object_layout_full_313.gv
object_layout_full_313.png
object_layout.md
object.c gh-120686: remove unused internal c api functions (#120687) 2024-06-27 11:09:30 +01:00
obmalloc.c gh-121460: Skip freeing unallocated arenas (gh-121491) 2024-07-10 10:40:55 -06:00
odictobject.c
picklebufobject.c
rangeobject.c gh-121288: Make error message for index() methods consistent (GH-121395) 2024-07-05 10:50:45 -07:00
README
setobject.c gh-117657: Fix TSAN races in setobject.c (#121511) 2024-07-09 12:11:43 -04:00
sliceobject.c
structseq.c gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) 2024-06-03 17:09:18 -06:00
tupleobject.c GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) 2024-07-10 07:48:25 +00:00
typeobject.c gh-117482: Fix Builtin Types Slot Wrappers (gh-121602) 2024-07-11 20:20:14 +00:00
typeslots.inc
typeslots.py
typevarobject.c
unicodectype.c
unicodeobject.c gh-121165: protect macro expansion of ADJUST_INDICES with do-while(0) (#121166) 2024-07-02 16:27:51 +05:30
unicodetype_db.h
unionobject.c Fixes loop variables to be the same types as their limit (GH-120958) 2024-06-24 17:11:47 +01:00
weakrefobject.c gh-121652: Handle allocate_weakref returning NULL (#121653) 2024-07-13 12:07:52 -04:00

Source files for various builtin objects