272 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Serhiy Storchaka f6d0aeeadc Issue #16741: Fix an error reporting in int(). 13 years ago
Victor Stinner f243ee4055 Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs 13 years ago
Victor Stinner 3de5869864 Issue #18408: PyObject_Call() now fails with an assertion error in debug mode 13 years ago
Victor Stinner 0e2d3cf2cb Issue #18203: Replace malloc() with PyMem_Malloc() in _PySequence_BytesToCharpArray() 13 years ago
Serhiy Storchaka 1cfebc73e0 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and 13 years ago
Alexandre Vassalotti 865eaa1b53 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs 13 years ago
Mark Dickinson c9734484ca Issue #17715: Add missing NULL Check to PyNumber_Long. 13 years ago
Serhiy Storchaka 278d03bd66 Revert a premature patch for issue #14010 (changeset aaaf36026511). 13 years ago
Serhiy Storchaka e8f706eda7 Issue #14010: Fix a crash when iterating or deleting deeply nested filters 13 years ago
Armin Ronacher 74b38b190f Issue #16148: Small improvements and cleanup. Added version information 14 years ago
Christian Heimes b70e8a1958 and another one 14 years ago
Christian Heimes 6314d164c9 move var declaration to top of block to fix compilation on Windows, fixes a7ec0a1b0f7c 14 years ago
Armin Ronacher aa9a79d279 Issue #16148: implemented PEP 424 14 years ago
Mark Dickinson 3d7838593b Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. 14 years ago
Mark Dickinson 7c95bb35e4 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. 14 years ago
Stefan Krah 7cacd2eb92 Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). 14 years ago
Stefan Krah fd24f9e51e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). 14 years ago
Stefan Krah 7d12d9df13 Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. 14 years ago
Benjamin Peterson 7d8a2e41a0 allow any number to be returned from __length_hint__ (closes #15354) 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Benjamin Peterson 520e8508a0 long() -> int() 14 years ago
Benjamin Peterson b7f1da5a3c make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c 14 years ago
Benjamin Peterson d614e707ca rewrite this function, which was still accounting for classic classes 14 years ago
Benjamin Peterson 1b1a8e7cb5 correctly lookup __trunc__ in int() constructor 14 years ago
Benjamin Peterson 9fc9bf465a some more identifier goodness 14 years ago
Stefan Krah 4e14174e24 Whitespace. 14 years ago
Stefan Krah 9a2d99e28a - Issue #10181: New memoryview implementation fixes multiple ownership 14 years ago
Benjamin Peterson ce79852077 use the static identifier api for looking up special methods 14 years ago
Nick Coghlan 138f4656e3 Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 patch, and make the private CallMethod variants consistent with the public one 14 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
Benjamin Peterson 2199227be4 fix weird indentation 14 years ago
Victor Stinner 9d3b93ba30 Use the new Unicode API 14 years ago
Raymond Hettinger 7d1483cbad Make an error message more understandable and consistent with other error messages. 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 15 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Brian Curtin dfc80e3d97 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
Victor Stinner f2a94216de Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error 15 years ago
Victor Stinner 0a5f65ab0a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s 15 years ago
Benjamin Peterson 72288d4f3c code style 15 years ago
R. David Murray 6bb9989ae3 #1574217: only swallow AttributeErrors in isinstance, not everything. 15 years ago
Mark Dickinson cb61e5d9b5 Issue #9869: Make long() and PyNumber_Long return something of type 16 years ago
Benjamin Peterson 8042f4af29 Merged revisions 84714 via svnmerge from 16 years ago
Benjamin Peterson 568867a6f2 check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 16 years ago
Antoine Pitrou 1fcdba84be Merged revisions 84391 via svnmerge from 16 years ago
Antoine Pitrou b83df8f1b7 Merged revisions 84391 via svnmerge from 16 years ago
Antoine Pitrou f68c2a701b Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become 16 years ago
Alexander Belopolsky f0f45142d5 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
Benjamin Peterson 26eb9d0b47 Merged revisions 82342 via svnmerge from 16 years ago
Benjamin Peterson e893af5ab7 update error message 16 years ago