| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 72508 via svnmerge from | Benjamin Peterson | 2009-05-09 | 1 | -13/+8 |
|
|
* | Merged revisions 71607,71653,71696,71771,71786 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 1 | -1/+1 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -14/+19 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -16/+0 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -1/+0 |
|
|
* | Issue #4910 (1st patch of a series): fix int() and the corresponding | Mark Dickinson | 2009-01-12 | 1 | -13/+1 |
|
|
* | #3946 fix PyObject_CheckBuffer on a memoryview object | Benjamin Peterson | 2008-09-26 | 1 | -3/+3 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 1 | -0/+3 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 1 | -89/+93 |
|
|
* | Merged revisions 65677-65678,65683 via svnmerge from | Martin v. Löwis | 2008-08-14 | 1 | -5/+6 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -20/+22 |
|
|