summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* Check for overflow errors in setrlimit(),Jeremy Hylton2002-04-231-1/+10
* WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New.Fred Drake2002-04-231-11/+75
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-3/+3
* #546156, Remove load_false()/load_true(), they are not usedNeal Norwitz2002-04-211-14/+0
* #544265, Remove warnings for passing const to free()Neal Norwitz2002-04-211-1/+1
* #546163, fix link problem on Solaris 8 for makedev when using mknodNeal Norwitz2002-04-201-0/+3
* Forward port of patch # 500311: Work around for buggy https servers.Martin v. Löwis2002-04-201-24/+72
* Patch #546194: Check constants individually. Fixes 534143 on OpenBSD.Martin v. Löwis2002-04-191-2/+19
* #546155, remove posix_int() it is not usedNeal Norwitz2002-04-191-16/+0
* Fix SF #544995 (zlib crash on second flush call)Jeremy Hylton2002-04-191-0/+1
* Document the build process more precisely. Suggested by Hugh Sasse.Martin v. Löwis2002-04-191-3/+15
* posix_fildes(): New helper: run a function that takes a file descriptorFred Drake2002-04-151-52/+71
* Remove unused variable reported by Walter DörwaldNeal Norwitz2002-04-151-1/+1
* Patch #543447: Add posix.mknod.Martin v. Löwis2002-04-141-4/+40
* initpwd(): Clean up initialization, avoid PyModule_GetDict().Fred Drake2002-04-131-4/+4
* First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz withTim Peters2002-04-121-2/+5
* PyObject_Del can now be used as a function designator.Neil Schemenauer2002-04-122-2/+2
* Allow PyObject_Del to be used as a function designator. Provide binaryNeil Schemenauer2002-04-121-14/+39
* Got rid of ifdefs for long-obsolete GUSI versions.Jack Jansen2002-04-112-31/+0
* Fix an obvious bug.Thomas Heller2002-04-091-2/+2
* Patch #512005: getrusage() returns struct-like object.Martin v. Löwis2002-04-081-23/+70
* Lock methods acquire() and locked() now return bools.Guido van Rossum2002-04-071-7/+7
* Implement an idea by Paul Rubin:Guido van Rossum2002-04-051-15/+11
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-3/+3
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-044-161/+1
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-032-7/+57
* Remove direct manipulation of the module dict.Fred Drake2002-04-031-9/+3
* Fix bugs:Mark Hammond2002-04-031-1/+7
* Convert more METH_OLDARGS & PyArg_Parse()Neal Norwitz2002-04-023-69/+69
* Get rid of more PyArg_Parse & METH_OLDARGS.Neal Norwitz2002-04-022-13/+14
* Reindent. Break long lines. Move comments before the statements.Martin v. Löwis2002-04-011-3482/+3641
* Use the PyModule_Add*() APIs instead of manipulating the module dictFred Drake2002-04-015-283/+280
* Remove all but one use of the module dict.Fred Drake2002-04-011-44/+38
* Remove unused variable and call to PyModule_GetDict().Fred Drake2002-04-011-2/+1
* Switch to using METH_NOARGS where possible.Fred Drake2002-04-011-38/+18
* Remove UNLESS.Martin v. Löwis2002-04-011-152/+152
* Use the PyModule_*() API instead of manipulating the module dictionaryFred Drake2002-04-012-11/+11
* Get rid of all METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-43/+35
* mpz_float() only takes one parameter nowNeal Norwitz2002-03-311-5/+0
* Get rid of warnings due to changing to METH_NOARGSNeal Norwitz2002-03-311-5/+5
* Convert METH_OLDARGS -> METH_NOARGS: remove args parameterNeal Norwitz2002-03-311-243/+247
* Revert use of METH_OLDARGS (use 0) to support 1.5.2Neal Norwitz2002-03-311-2/+4
* Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTupleNeal Norwitz2002-03-313-47/+34
* Remove METH_OLDARGS:Neal Norwitz2002-03-3111-164/+85
* Convert from using METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-313-85/+44
* Fix whitespaceNeal Norwitz2002-03-311-2/+1
* Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flagsNeal Norwitz2002-03-313-17/+17
* Add missing typecast.Neil Schemenauer2002-03-291-1/+2
* [Patch #536769] Add -Xcompiler flag for adding arguments and switches forAndrew M. Kuchling2002-03-291-0/+1
* Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined.Neil Schemenauer2002-03-291-0/+2