| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch... | Neal Norwitz | 2006-03-20 | 1 | -0/+128 |
|
|
* | replace use of int16_t with a (typedef'd) short, to fix Windows buildbots. | Anthony Baxter | 2006-03-20 | 1 | -1199/+1201 |
|
|
* | SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated | Anthony Baxter | 2006-03-20 | 1 | -91/+305 |
|
|
* | SF #1445431, fix some leaks in error conditions. | Neal Norwitz | 2006-03-20 | 2 | -13/+19 |
|
|
* | Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() | Neal Norwitz | 2006-03-20 | 1 | -4/+9 |
|
|
* | Use macro versions instead of function versions when we already know the type. | Neal Norwitz | 2006-03-20 | 1 | -1/+1 |
|
|
* | Add tests for the C APIs PyCodec_IncrementalEncoder() and | Walter Dörwald | 2006-03-18 | 1 | -0/+24 |
|
|
* | Fix compiler warning. | Thomas Heller | 2006-03-18 | 1 | -1/+1 |
|
|
* | RFE #567972: Socket objects' family, type and proto properties are | Georg Brandl | 2006-03-17 | 1 | -1/+10 |
|
|
* | Fix some missing checks after PyTuple_New, PyList_New, PyDict_New | Georg Brandl | 2006-03-17 | 4 | -5/+19 |
|
|
* | Merge changes from the upstream version: | Thomas Heller | 2006-03-17 | 2 | -76/+81 |
|
|
* | Fix a leak that would happen under error conditions (found by Coverty). | Thomas Heller | 2006-03-16 | 1 | -0/+1 |
|
|
* | Use int 0 as default defval for LCID if nothing has been supplied. | Thomas Heller | 2006-03-16 | 1 | -3/+8 |
|
|
* | Fix compiler warning. | Thomas Heller | 2006-03-16 | 1 | -1/+1 |
|
|
* | Fixes from Neal Norwitz, plus other small fixes. | Thomas Heller | 2006-03-16 | 1 | -8/+18 |
|
|
* | Rewrite the AllocFunctionCallback function for better error handling. | Thomas Heller | 2006-03-16 | 1 | -15/+16 |
|
|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 3 | -2939/+0 |
|
|
* | Rename sre.py -> re.py | Neal Norwitz | 2006-03-16 | 1 | -2/+4 |
|
|
* | SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError | Walter Dörwald | 2006-03-15 | 1 | -1/+2 |
|
|
* | Backport from upstream version: compatibility with older Python | Thomas Heller | 2006-03-15 | 3 | -4/+35 |
|
|
* | Implement PEP 338 which has been marked as accepted by GvR | Nick Coghlan | 2006-03-15 | 1 | -42/+37 |
|
|
* | Revert rev 43041, which introduced the "z" format qualifier | Tim Peters | 2006-03-15 | 1 | -4/+4 |
|
|
* | CField_repr(): PyString_FromFormat() understands the | Tim Peters | 2006-03-15 | 1 | -4/+4 |
|
|
* | Move test code out of xxmodule and into _testcapimodule.c where it belongs. | Neal Norwitz | 2006-03-15 | 2 | -14/+13 |
|
|
* | Try to avoid many of the compiler warnings when compiling libffi by | Thomas Heller | 2006-03-14 | 1 | -3/+3 |
|
|
* | Cast an Py_ssize_t to int, to avoid a compiler warning. | Thomas Heller | 2006-03-14 | 1 | -2/+2 |
|
|
* | Integrate patch from Neal Norwitz. He writes: | Thomas Heller | 2006-03-14 | 3 | -56/+60 |
|
|
* | Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and | Neal Norwitz | 2006-03-14 | 1 | -0/+14 |
|
|
* | Bug #1448490: Fix a bug that ISO-2022 codecs could not handle | Hye-Shik Chang | 2006-03-13 | 1 | -1/+1 |
|
|
* | merged with cElementTree development trunk (1.0.6 snapshot): | Fredrik Lundh | 2006-03-12 | 1 | -32/+60 |
|
|
* | Fix another leak in bsddb, and avoid use of uninitialized value -- funny how | Thomas Wouters | 2006-03-12 | 1 | -1/+2 |
|
|
* | Adjust CJK Ideograph range to Unicode 4.1. | Martin v. Löwis | 2006-03-11 | 1 | -13/+12 |
|
|
* | Fix refcounting bug. | Martin v. Löwis | 2006-03-10 | 1 | -0/+1 |
|
|
* | Avoid forward-declaring the methods array. | Martin v. Löwis | 2006-03-10 | 1 | -52/+53 |
|
|
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -27/+4 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 3 | -12495/+16107 |
|
|
* | Try to be a bit more consistent on all platforms: | Neal Norwitz | 2006-03-09 | 1 | -1/+2 |
|
|
* | Copy ctypes-0.9.9.4 sources from external into the trunk. | Thomas Heller | 2006-03-08 | 108 | -0/+43876 |
|
|
* | typo | Georg Brandl | 2006-03-08 | 1 | -1/+1 |
|
|
* | Fix logic error and DECREF reported by Coverity. | Neal Norwitz | 2006-03-08 | 1 | -4/+4 |
|
|
* | Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of | Thomas Wouters | 2006-03-08 | 1 | -65/+73 |
|
|
* | Reformulate 42903 using an if statement. | Martin v. Löwis | 2006-03-07 | 1 | -35/+31 |
|
|
* | _hotshot hotshot_profiler(): If write_header() returned | Tim Peters | 2006-03-07 | 1 | -1/+3 |
|
|
* | Fix bug introduced in rev. 42884. | Georg Brandl | 2006-03-07 | 1 | -3/+5 |
|
|
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 3 | -35/+34 |
|
|
* | SF #1444030: Fix several potential defects found by Coverity. | Hye-Shik Chang | 2006-03-07 | 3 | -4/+10 |
|
|
* | Add additional missing checks for return vals of PyTuple_New(). | Georg Brandl | 2006-03-07 | 1 | -66/+65 |
|
|
* | Fix gcc 4.0.x warning about use of uninitialized value. | Thomas Wouters | 2006-03-07 | 1 | -1/+1 |
|
|
* | Coverity found bug: test result of PyTuple_New() against NULL before use. | Thomas Wouters | 2006-03-07 | 1 | -6/+6 |
|
|
* | Coverity found refleak: need to free 'v' after calling Tkinter_Error(). | Thomas Wouters | 2006-03-07 | 1 | -2/+5 |
|
|