| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. | Serhiy Storchaka | 2013-12-14 | 1 | -9/+0 |
|
|
* | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -56/+36 |
|
|
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -4/+3 |
|
|
* | Issue #16741: Fix an error reporting in int(). | Serhiy Storchaka | 2013-08-03 | 1 | -24/+5 |
|
|
* | Issue #17715: Add missing NULL Check to PyNumber_Long. | Mark Dickinson | 2013-04-13 | 1 | -0/+2 |
|
|
* | Revert a premature patch for issue #14010 (changeset aaaf36026511). | Serhiy Storchaka | 2013-04-06 | 1 | -5/+2 |
|
|
* | Issue #14010: Fix a crash when iterating or deleting deeply nested filters | Serhiy Storchaka | 2013-04-06 | 1 | -2/+5 |
|
|
* | Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Sto... | Mark Dickinson | 2012-09-27 | 1 | -4/+3 |
|
|
* | Merge 3.2. | Stefan Krah | 2012-08-21 | 1 | -0/+7 |
|\ |
|
| * | Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). | Stefan Krah | 2012-08-21 | 1 | -0/+7 |
|
|
* | | Merge 3.2. | Stefan Krah | 2012-08-20 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). | Stefan Krah | 2012-08-20 | 1 | -0/+5 |
|
|
* | | Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. | Stefan Krah | 2012-07-28 | 1 | -56/+0 |
|
|
* | | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -0/+29 |
|
|
* | | long() -> int() | Benjamin Peterson | 2012-03-21 | 1 | -2/+2 |
|
|
* | | make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c | Benjamin Peterson | 2012-03-21 | 1 | -4/+10 |
|
|
* | | rewrite this function, which was still accounting for classic classes | Benjamin Peterson | 2012-03-21 | 1 | -24/+12 |
|
|
* | | correctly lookup __trunc__ in int() constructor | Benjamin Peterson | 2012-03-21 | 1 | -2/+3 |
|
|
* | | some more identifier goodness | Benjamin Peterson | 2012-03-21 | 1 | -27/+8 |
|
|
* | | Whitespace. | Stefan Krah | 2012-03-06 | 1 | -1/+1 |
|
|
* | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -7/+7 |
|
|
* | | use the static identifier api for looking up special methods | Benjamin Peterson | 2012-01-22 | 1 | -8/+8 |
|
|
* | | Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ... | Nick Coghlan | 2012-01-14 | 1 | -2/+0 |
|
|
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -2/+0 |
|
|
* | | fix weird indentation | Benjamin Peterson | 2011-12-28 | 1 | -1/+1 |
|
|
* | | Use the new Unicode API | Victor Stinner | 2011-11-22 | 1 | -1/+1 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -3/+3 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -36/+75 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -3/+1 |
|
|
* | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 1 | -2/+1 |
|
|
* | | Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error | Victor Stinner | 2011-05-30 | 1 | -1/+2 |
|
|
* | | Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s | Victor Stinner | 2011-03-22 | 1 | -1/+1 |
|/ |
|
* | code style | Benjamin Peterson | 2010-11-20 | 1 | -8/+4 |
|
|
* | #1574217: only swallow AttributeErrors in isinstance, not everything. | R. David Murray | 2010-11-20 | 1 | -3/+12 |
|
|
* | check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 | Benjamin Peterson | 2010-09-11 | 1 | -3/+3 |
|
|
* | Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become | Antoine Pitrou | 2010-09-01 | 1 | -9/+9 |
|
|
* | Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 | Alexander Belopolsky | 2010-08-11 | 1 | -9/+1 |
|
|
* | update error message | Benjamin Peterson | 2010-06-28 | 1 | -2/+1 |
|
|
* | Merged revisions 81712 via svnmerge from | Benjamin Peterson | 2010-06-05 | 1 | -0/+1 |
|
|
* | Merged revisions 81706-81707 via svnmerge from | Benjamin Peterson | 2010-06-05 | 1 | -27/+15 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1905/+1905 |
|
|
* | * Fix the refcount leak in _PySequence_BytesToCharpArray from r78946. | Gregory P. Smith | 2010-03-15 | 1 | -1/+4 |
|
|
* | * Replaces the internals of the subprocess module from fork through exec on | Gregory P. Smith | 2010-03-14 | 1 | -0/+60 |
|
|
* | Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
|
|
* | Slightly improve buffer-related error message. | Georg Brandl | 2009-08-04 | 1 | -1/+1 |
|
|
* | Merged revisions 72907 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -2/+10 |
|
|
* | Remove unused variables. | Georg Brandl | 2009-05-17 | 1 | -2/+1 |
|
|
* | Merged revisions 72690 via svnmerge from | Benjamin Peterson | 2009-05-16 | 1 | -16/+4 |
|
|
* | only need to catch an TypeError here | Benjamin Peterson | 2009-05-09 | 1 | -3/+2 |
|
|
* | Merged revisions 72518 via svnmerge from | Benjamin Peterson | 2009-05-09 | 1 | -0/+1 |
|
|