summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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