| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Py_BuildValue, PyObject_CallFunction and | Martin v. Löwis | 2006-04-14 | 3 | -25/+73 |
|
|
* | SF Bug #1454485, array.array('u') could crash the interpreter when | Neal Norwitz | 2006-04-14 | 1 | -5/+2 |
|
|
* | ALIGNMENT_SHIFT is not used | Neal Norwitz | 2006-04-14 | 1 | -1/+0 |
|
|
* | Force 8-alignment of memory blocks, as needed on | Martin v. Löwis | 2006-04-13 | 1 | -1/+8 |
|
|
* | Fix type errors. | Martin v. Löwis | 2006-04-13 | 1 | -2/+2 |
|
|
* | Introduce asdl_int_seq, to hold cmpop_ty. | Martin v. Löwis | 2006-04-13 | 4 | -18/+27 |
|
|
* | revert - breaks build of Python/ast.c w/ gcc | Skip Montanaro | 2006-04-13 | 1 | -2/+5 |
|
|
* | Use union to discriminate pointer types from enum/int types. | Skip Montanaro | 2006-04-13 | 1 | -5/+2 |
|
|
* | Add a test for Py_ssize_t. Correct typo in getargs.c. | Georg Brandl | 2006-04-13 | 1 | -2/+2 |
|
|
* | Replace INT_MAX with PY_SSIZE_T_MAX. | Martin v. Löwis | 2006-04-13 | 3 | -9/+8 |
|
|
* | spread the extern "C" { } magic pixie dust around. Python itself builds now | Anthony Baxter | 2006-04-13 | 6 | -0/+55 |
|
|
* | casting nastiness to make C++ compiler happy | Anthony Baxter | 2006-04-13 | 1 | -2/+10 |
|
|
* | Ignore the references to the dummy objects used as deleted keys | Armin Rigo | 2006-04-12 | 2 | -4/+3 |
|
|
* | avoid C++ name mangling for the _Py.*SizeT functions | Anthony Baxter | 2006-04-12 | 1 | -0/+6 |
|
|
* | Make symtable.c safe for C++ compilers. Changed macros in the same way as | Anthony Baxter | 2006-04-12 | 1 | -11/+13 |
|
|
* | per Jeremy's email, remove the _WITH_CAST versions of macros. g++ | Anthony Baxter | 2006-04-12 | 1 | -46/+24 |
|
|
* | Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test | Thomas Wouters | 2006-04-12 | 1 | -2/+2 |
|
|
* | Some more changes to make code compile under a C++ compiler. | Anthony Baxter | 2006-04-11 | 1 | -1/+1 |
|
|
* | more low-hanging fruit to make code compile under a C++ compiler. Not | Anthony Baxter | 2006-04-11 | 4 | -68/+100 |
|
|
* | Convert 0 to their respective enum types. Convert | Martin v. Löwis | 2006-04-11 | 1 | -11/+11 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-04-11 | 1 | -2/+0 |
|
|
* | Make _kind types global for C++ compilation. | Martin v. Löwis | 2006-04-11 | 1 | -1/+1 |
|
|
* | low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations | Anthony Baxter | 2006-04-11 | 4 | -22/+24 |
|
|
* | SF Patch #1463867: Improved generator finalization to allow generators | Phillip J. Eby | 2006-04-10 | 1 | -0/+3 |
|
|
* | Use PyObject_* allocator since FutureFeatures is small | Neal Norwitz | 2006-04-10 | 2 | -3/+3 |
|
|
* | Fix some warnings on HP-UX when using cc/aCC | Neal Norwitz | 2006-04-10 | 1 | -4/+7 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-04-07 | 1 | -1/+1 |
|
|
* | Fix refleak in __import__("") (probably the cause of the 2 refleaks in | Thomas Wouters | 2006-04-05 | 1 | -0/+2 |
|
|
* | Fix __import__("") to raise ValueError rather than return None. | Thomas Wouters | 2006-04-04 | 1 | -1/+10 |
|
|
* | Generate line number table entries for except handlers. | Jeremy Hylton | 2006-04-04 | 1 | -0/+2 |
|
|
* | Disable .DLL as an extension for extension modules. | Martin v. Löwis | 2006-04-04 | 1 | -0/+6 |
|
|
* | Add lineno, col_offset to excephandler to enable future fix for | Jeremy Hylton | 2006-04-04 | 2 | -31/+66 |
|
|
* | Bug #1421664: Set sys.stderr.encoding | Martin v. Löwis | 2006-04-03 | 2 | -0/+15 |
|
|
* | Don't abbreviate ABS, use long name ABSOLUTE. | Neal Norwitz | 2006-04-03 | 2 | -4/+4 |
|
|
* | * Fix a refleak of *_attributes. | Neal Norwitz | 2006-04-03 | 1 | -144/+146 |
|
|
* | Accept keyword arguments for __import__ and doc the addition of the level par... | Neal Norwitz | 2006-04-03 | 1 | -6/+11 |
|
|
* | Expand comments on line numbers and blocks. | Jeremy Hylton | 2006-04-01 | 1 | -6/+21 |
|
|
* | Patch #1460496: round() now accepts keyword arguments. | Georg Brandl | 2006-03-31 | 1 | -13/+15 |
|
|
* | Expand comments. | Jeremy Hylton | 2006-03-31 | 1 | -0/+27 |
|
|
* | In format strings slinging Py_ssize_t, unconditionally | Tim Peters | 2006-03-28 | 1 | -9/+6 |
|
|
* | answer a question from a comment | Armin Rigo | 2006-03-28 | 1 | -3/+3 |
|
|
* | Fix SF bug #1458903 with AST compiler. | Neal Norwitz | 2006-03-27 | 1 | -4/+11 |
|
|
* | Years in the making. | Tim Peters | 2006-03-26 | 1 | -1/+1 |
|
|
* | Found this in an old email message from Hartmut Goebel. | Skip Montanaro | 2006-03-25 | 1 | -0/+1 |
|
|
* | Patch #1396919: Reenable the system scope threads on FreeBSD 5.4 | Hye-Shik Chang | 2006-03-23 | 1 | -1/+11 |
|
|
* | Fix a ssize_t issue | Neal Norwitz | 2006-03-23 | 1 | -1/+1 |
|
|
* | Forward port MvL's fix in 43227: | Neal Norwitz | 2006-03-23 | 1 | -0/+4 |
|
|
* | Use macro versions instead of function versions when we already know the type. | Neal Norwitz | 2006-03-20 | 2 | -3/+3 |
|
|
* | Release codecs variable earlier. | Walter Dörwald | 2006-03-18 | 1 | -4/+2 |
|
|
* | Fix some missing checks after PyTuple_New, PyList_New, PyDict_New | Georg Brandl | 2006-03-17 | 1 | -1/+3 |
|
|