summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added history file truncation based upon code from Johannes Zellner.Skip Montanaro2000-07-191-0/+42
* ANSIfy the just-checked-in isatty() wrapper.Thomas Wouters2000-07-191-3/+1
* new method isatty from Thomas WoutersSkip Montanaro2000-07-191-0/+16
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-1620-36/+36
* Implemented getdefaultlocale() for macintosh, after an idea by Fredrik.Jack Jansen2000-07-151-2/+10
* Move (actually copy) support for the sgi._getpty() function intoThomas Wouters2000-07-141-5/+24
* Use PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-132-68/+4
* ANSI-fication (got lost in the deep seas of source forge <wink>)Peter Schneider-Kamp2000-07-131-195/+60
* From Sam Rushing's Medusa, via SF patch #100858: add & documentAndrew M. Kuchling2000-07-131-0/+88
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-128-15/+15
* Add "exceptions" to list of built-in modules for the sake ofGuido van Rossum2000-07-121-0/+1
* 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