summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* -- added code to the new Windows popen functions to make closeFredrik Lundh2000-07-231-8/+90
* Missed a return from a signal handler -- thanks to /F for pointingTim Peters2000-07-231-1/+1
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-231-3/+1
* Fix prototypes generated by makesetup, so they include '(void)' rather thanThomas Wouters2000-07-232-4/+4
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-2210-17/+18
* ANSIfication: add proper prototypes to function-pointers and declarations.Thomas Wouters2000-07-221-24/+13
* ANSIfication of function-pointers and declarations. Also, make sure toThomas Wouters2000-07-221-2/+5
* Further ANSIfication of functionpointers and declarations. Also, make sureThomas Wouters2000-07-221-7/+16
* Remove unused variable.Thomas Wouters2000-07-221-1/+0
* Remove unused helper-function 'posix_strint'.Thomas Wouters2000-07-221-18/+0
* Mark Favas's fix for typos in docstrings.Thomas Wouters2000-07-221-4/+4
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-2159-117/+103