summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Patch #101032, from David Bolen:Mark Hammond2000-08-141-48/+154
* Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). freadTrent Mick2000-08-122-4/+4
* Add support for FreeBSD --rpath linker option; this is equivalent toFred Drake2000-08-111-0/+1
* Clean up compiler warning exposed by GCC's -Wall option: make sureFred Drake2000-08-101-2/+2
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-7/+0
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-091-11/+11
* Added a missing } in the USE_STACKCHECK code.Jack Jansen2000-08-071-0/+1
* -- reset marks if repeat_one tail doesn't matchFredrik Lundh2000-08-071-93/+128
* + if USE_STACKCHECK is defined, use PyOS_CheckStack to lookFredrik Lundh2000-08-071-0/+7
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-061-16/+76
* Removed unnecessary local variable -- gave warning on gcc -WallMoshe Zadka2000-08-041-2/+0
* Removing warnings discovered by gcc -WallMoshe Zadka2000-08-042-5/+5
* Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.Guido van Rossum2000-08-031-10/+0
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-032-158/+172
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-034-4/+4
* Use METH_OLDARGS instead of numeric constant 0 in method def. tablesAndrew M. Kuchling2000-08-039-55/+78
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-0312-108/+179
* Use METH_VARARGS instead of numeric constant 1Andrew M. Kuchling2000-08-031-12/+22
* Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere.Guido van Rossum2000-08-021-21/+27
* Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octalAndrew M. Kuchling2000-08-021-1/+1
* final 0.9.8 updates:Fredrik Lundh2000-08-012-40/+72
* -- fixed width calculations for alternationsFredrik Lundh2000-08-012-28/+191
* Removed decl of unreferenced vrbl.Tim Peters2000-08-011-1/+0
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-013-481/+324
* Update e-mail addressAndrew M. Kuchling2000-08-011-1/+1
* replaced PyArgs_Parse by PyArgs_ParseTuplePeter Schneider-Kamp2000-07-311-34/+39
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-72/+168
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-3113-32/+0
* More Windows changes.Mark Hammond2000-07-301-24/+38
* Fixes for Windows (but also tested on Linux). Test suite now completes, and ...Mark Hammond2000-07-301-6/+46
* Added list of missing functions as a commentAndrew M. Kuchling2000-07-271-0/+26
* Comment out a debugging print (spotted by Michael Deegan)Andrew M. Kuchling2000-07-261-1/+1
* - changed windows pclose to make sure we don't return before theFredrik Lundh2000-07-261-10/+21
* Fix UCNs machine with >= 32bit longsJeremy Hylton2000-07-261-19/+51
* Added wrappers for tiget{flag,num,str}, for querying terminfo capabilitiesAndrew M. Kuchling2000-07-261-0/+47
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-254-9/+9
* Modified version of patch #100963 from Mark Favas: has_key() is anAndrew M. Kuchling2000-07-251-5/+5
* Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>:Andrew M. Kuchling2000-07-241-4/+4
* Remove unused variable and what looks like an ancient relic of an oldThomas Wouters2000-07-241-7/+0
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-243-35/+4
* ANSIfy a bit more.Thomas Wouters2000-07-241-1/+1
* Fix floattime prototype ((void), not (double))Thomas Wouters2000-07-241-1/+1
* ANSIfy some more forward declarations.Thomas Wouters2000-07-248-13/+13
* ... and yet more ANSIfications...Thomas Wouters2000-07-241-3/+4
* ANSIfy yet another hidden function definition.Thomas Wouters2000-07-241-5/+0
* Fix typo in previous patch.Thomas Wouters2000-07-241-3/+3
* *** empty log message ***Thomas Wouters2000-07-241-3/+3
* Patch #100926 - Better error messages for socket exceptions on Windows. [Sli...Mark Hammond2000-07-241-2/+78
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-232-1097/+1194
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-233-13/+9