summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix some int/Py_ssize_t issues which led to compiler warningsThomas Heller2006-03-221-6/+6
* Include <malloc.h> on windows, to avoid warnings when compiling with mingw.Thomas Heller2006-03-224-45/+52
* Try to repair at least one segfault on the Mac buildbot,Tim Peters2006-03-211-12/+42
* Avoid a potential double-free bug.Thomas Heller2006-03-202-2/+3
* Apply patch from Martin v. Loewis: Avoid function pointer casts.Thomas Heller2006-03-202-34/+34
* Damn Coverity. I can't even sneak in a leak any more. :-)Neal Norwitz2006-03-201-1/+1
* Fix another bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Fix bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Accessing unaligned structure fields works now on all architectures.Thomas Heller2006-03-201-46/+104
* The helper is only necessary for wait3/4.Neal Norwitz2006-03-201-0/+2
* Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the codeNeal Norwitz2006-03-201-143/+47
* Make some functions static, reformat function decl to be consistent and check...Neal Norwitz2006-03-201-7/+10
* Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...Neal Norwitz2006-03-201-0/+128
* replace use of int16_t with a (typedef'd) short, to fix Windows buildbots.Anthony Baxter2006-03-201-1199/+1201
* SF [ 1231053 ] audioop - alaw encoding/decoding added, code updatedAnthony Baxter2006-03-201-91/+305
* SF #1445431, fix some leaks in error conditions.Neal Norwitz2006-03-202-13/+19
* Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace()Neal Norwitz2006-03-201-4/+9
* Use macro versions instead of function versions when we already know the type.Neal Norwitz2006-03-201-1/+1
* Add tests for the C APIs PyCodec_IncrementalEncoder() andWalter Dörwald2006-03-181-0/+24
* Fix compiler warning.Thomas Heller2006-03-181-1/+1
* RFE #567972: Socket objects' family, type and proto properties areGeorg Brandl2006-03-171-1/+10
* Fix some missing checks after PyTuple_New, PyList_New, PyDict_NewGeorg Brandl2006-03-174-5/+19
* Merge changes from the upstream version:Thomas Heller2006-03-172-76/+81
* Fix a leak that would happen under error conditions (found by Coverty).Thomas Heller2006-03-161-0/+1
* Use int 0 as default defval for LCID if nothing has been supplied.Thomas Heller2006-03-161-3/+8
* Fix compiler warning.Thomas Heller2006-03-161-1/+1
* Fixes from Neal Norwitz, plus other small fixes.Thomas Heller2006-03-161-8/+18
* Rewrite the AllocFunctionCallback function for better error handling.Thomas Heller2006-03-161-15/+16
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-163-2939/+0
* Rename sre.py -> re.pyNeal Norwitz2006-03-161-2/+4
* SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueErrorWalter Dörwald2006-03-151-1/+2
* Backport from upstream version: compatibility with older PythonThomas Heller2006-03-153-4/+35
* Implement PEP 338 which has been marked as accepted by GvRNick Coghlan2006-03-151-42/+37
* Revert rev 43041, which introduced the "z" format qualifierTim Peters2006-03-151-4/+4
* CField_repr(): PyString_FromFormat() understands theTim Peters2006-03-151-4/+4
* Move test code out of xxmodule and into _testcapimodule.c where it belongs.Neal Norwitz2006-03-152-14/+13
* Try to avoid many of the compiler warnings when compiling libffi byThomas Heller2006-03-141-3/+3
* Cast an Py_ssize_t to int, to avoid a compiler warning.Thomas Heller2006-03-141-2/+2
* Integrate patch from Neal Norwitz. He writes:Thomas Heller2006-03-143-56/+60
* Fix and test (manually w/xx module) passing NULLs to PyObject_Str() andNeal Norwitz2006-03-141-0/+14
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-131-1/+1
* merged with cElementTree development trunk (1.0.6 snapshot):Fredrik Lundh2006-03-121-32/+60
* Fix another leak in bsddb, and avoid use of uninitialized value -- funny howThomas Wouters2006-03-121-1/+2
* Adjust CJK Ideograph range to Unicode 4.1.Martin v. Löwis2006-03-111-13/+12
* Fix refcounting bug.Martin v. Löwis2006-03-101-0/+1
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-101-52/+53
* Um, I thought I'd already checked this in.Guido van Rossum2006-03-101-27/+4
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-093-12495/+16107
* Try to be a bit more consistent on all platforms:Neal Norwitz2006-03-091-1/+2
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-08108-0/+43876