| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 79661 via svnmerge from | Mark Dickinson | 2010-04-03 | 1 | -9/+16 |
|
|
* | Merged revisions 79642,79644 via svnmerge from | Benjamin Peterson | 2010-04-03 | 1 | -3/+14 |
|
|
* | Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an | Mark Dickinson | 2010-03-13 | 1 | -4/+7 |
|
|
* | Revert an earlier attempt (r76810) to fix the intermittent test_capi failures... | Mark Dickinson | 2010-02-13 | 1 | -15/+0 |
|
|
* | Issue #7924: Fix an intermittent 'XXX undetected error' crash in | Mark Dickinson | 2010-02-13 | 1 | -0/+2 |
|
|
* | Followup to r77918: fix build under Windows. | Antoine Pitrou | 2010-02-04 | 1 | -1/+2 |
|
|
* | Merged revisions 77866-77867 via svnmerge from | Benjamin Peterson | 2010-02-03 | 1 | -4/+15 |
|
|
* | Merged revisions 77916 via svnmerge from | Antoine Pitrou | 2010-02-02 | 1 | -0/+90 |
|
|
* | Merged revisions 77842 via svnmerge from | Mark Dickinson | 2010-01-30 | 1 | -0/+167 |
|
|
* | Python strings ending with '\0' should not be equivalent to their C counterpa... | Benjamin Peterson | 2010-01-09 | 1 | -0/+18 |
|
|
* | Merged revisions 77088 via svnmerge from | Georg Brandl | 2009-12-28 | 1 | -0/+22 |
|
|
* | Keep PyLong_AsLongAndOverflow documentation and implementation in sync | Mark Dickinson | 2009-12-21 | 1 | -0/+167 |
|
|
* | Merged revisions 76930 via svnmerge from | Mark Dickinson | 2009-12-20 | 1 | -0/+10 |
|
|
* | Merged revisions 76822,76824 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -0/+16 |
|
|
* | Make sure that test_capsule always returns NULL on error; this may | Mark Dickinson | 2009-12-13 | 1 | -0/+15 |
|
|
* | Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c. This | Mark Dickinson | 2009-12-03 | 1 | -0/+47 |
|
|
* | Merged revisions 76308 via svnmerge from | Mark Dickinson | 2009-11-16 | 1 | -0/+6 |
|
|
* | remove shadowing declartion | Benjamin Peterson | 2009-10-27 | 1 | -1/+0 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -0/+16 |
|
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 1 | -1/+31 |
|
|
* | Merged revisions 72367 via svnmerge from | Benjamin Peterson | 2009-05-05 | 1 | -5/+5 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -1/+151 |
|
|
* | Merged revisions 72357 via svnmerge from | Benjamin Peterson | 2009-05-05 | 1 | -0/+9 |
|
|
* | Issue #5914: Add new C-API function PyOS_string_to_double, to complement | Mark Dickinson | 2009-05-03 | 1 | -0/+49 |
|
|
* | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 1 | -0/+45 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | Merged revisions 68425,68461,68498 via svnmerge from | Benjamin Peterson | 2009-01-13 | 1 | -0/+38 |
|
|
* | Merged revisions 68097,68099 via svnmerge from | Hirokazu Yamamoto | 2008-12-31 | 1 | -1/+3 |
|
|
* | Recorded merge of revisions 68051 via svnmerge from | Nick Coghlan | 2008-12-30 | 1 | -0/+100 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -1/+29 |
|
|
* | Style fix, use tab instead of space | Christian Heimes | 2008-11-12 | 1 | -2/+2 |
|
|
* | Fixed a compiler warning | Christian Heimes | 2008-11-11 | 1 | -1/+3 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -0/+4 |
|
|
* | add tests for PyInstanceMethod_Type | Benjamin Peterson | 2008-10-16 | 1 | -0/+2 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 1 | -4/+16 |
|
|
* | #3643 add more checks to _testcapi to prevent segfaults | Benjamin Peterson | 2008-08-23 | 1 | -0/+4 |
|
|
* | add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler | Benjamin Peterson | 2008-08-16 | 1 | -0/+11 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -0/+21 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -0/+1 |
|
|
* | Make print_delta static. | Martin v. Löwis | 2008-06-13 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+17 |
|
|
* | Fixed refleak in _testcapi.test_s_code. | Alexandre Vassalotti | 2008-05-15 | 1 | -0/+1 |
|
|
* | #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic... | Amaury Forgeot d'Arc | 2008-05-12 | 1 | -0/+33 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -0/+19 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -0/+18 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -25/+41 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -29/+29 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -2/+2 |
|
|