summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fixed up some ANSIfications.Sjoerd Mullender2000-07-122-5/+5
* debug_instance(): Use the same %p format directive as withBarry Warsaw2000-07-121-6/+3
* Convert coding style to be internally consistent and similar to theFred Drake2000-07-121-545/+531
* Always use the :funcname part of the format specifier for PyArg_ParseTuple()Fred Drake2000-07-121-5/+5
* Fix bugs in readinst():Andrew M. Kuchling2000-07-121-10/+25
* Patch #100854 from jhylton: eliminate compiler warnings in pyexpat:Andrew M. Kuchling2000-07-121-21/+22
* Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc().Vladimir Marangozov2000-07-121-1/+1
* Errare humanum est.Peter Schneider-Kamp2000-07-111-1/+1
* One more include of limits.h (possibly to be moved elsewhere when there isJack Jansen2000-07-111-0/+3
* satisfy the -Wall: remove two unused local variables and unused ins functionJeremy Hylton2000-07-111-13/+0
* fixed a warning in getsockaddrlenPeter Schneider-Kamp2000-07-111-1/+1
* Neil Schemenauer <nascheme@enme.ucalgary.ca>:Fred Drake2000-07-111-4/+4
* Now that prototypes are in scope, the compiler gives legit wngsTim Peters2000-07-101-2/+2
* ANSI-fication (fixed on parameter list I messed up in the patch)Peter Schneider-Kamp2000-07-101-53/+19
* ANSI-ficationPeter Schneider-Kamp2000-07-103-105/+35
* ANSI-fication, added #ifdef construction in mpz_coercePeter Schneider-Kamp2000-07-101-138/+54
* ANSI-fication, not really tested, but should (hopefully) compilePeter Schneider-Kamp2000-07-102-116/+34
* ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.cPeter Schneider-Kamp2000-07-107-2295/+769
* - stupid typo.Fredrik Lundh2000-07-101-1/+1
* -- get rid of a compiler warning on unix. (as reportedFredrik Lundh2000-07-101-21/+13
* ANSI-ficationPeter Schneider-Kamp2000-07-103-73/+26
* ANSI-ficationPeter Schneider-Kamp2000-07-103-177/+60
* ANSI-fyingPeter Schneider-Kamp2000-07-104-157/+55
* ANSI-ficationPeter Schneider-Kamp2000-07-104-213/+70
* ANSI-ficationPeter Schneider-Kamp2000-07-103-75/+25
* ANSI-ficationPeter Schneider-Kamp2000-07-102-32/+11
* ANSI-ficationPeter Schneider-Kamp2000-07-103-63/+22
* ANSI-ficationPeter Schneider-Kamp2000-07-101-53/+19
* ANSI-ficationPeter Schneider-Kamp2000-07-101-31/+11
* ANSI-ficationPeter Schneider-Kamp2000-07-104-124/+43
* ANSI-ficationPeter Schneider-Kamp2000-07-101-48/+16
* ANSI-ficationPeter Schneider-Kamp2000-07-101-84/+24
* ANSI-ficationPeter Schneider-Kamp2000-07-101-38/+19
* ANSI-fication (and test if committing files works now)Peter Schneider-Kamp2000-07-101-2/+1
* Initialize the return value in collect_generations() since it is updatedVladimir Marangozov2000-07-101-1/+1
* Guido said include these in the Great ANSI-fication, so here they are!Fred Drake2000-07-102-259/+216
* - changed the nt.popen2 return values back toFredrik Lundh2000-07-091-30/+30
* - changed 1.5 to 2.0 in the help textFredrik Lundh2000-07-091-7/+3
* - ANSI-ficationFredrik Lundh2000-07-091-3/+1
* - added popen.popen2/popen3/popen4 support forFredrik Lundh2000-07-091-7/+7
* - added optional bufsize argument to new popen methods.Fredrik Lundh2000-07-091-7/+30
* - ANSI-ficationFredrik Lundh2000-07-091-5/+1
* - ANSI-ificationFredrik Lundh2000-07-091-94/+47
* - improved os.popen support for windows, based on win32pipeFredrik Lundh2000-07-091-6/+462
* Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.Fred Drake2000-07-091-4/+0
* Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes,Andrew M. Kuchling2000-07-091-377/+221
* - added (long) casts to a couple of Py_BuildValue calls,Fredrik Lundh2000-07-091-7/+7
* - fixed pointer size test in spawn functions. also addedFredrik Lundh2000-07-091-6/+6
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-0914-64/+63
* this one's a bit risky, but I've spent some considerable timeFredrik Lundh2000-07-081-340/+132