summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Renamed Grandly (I think).Roger E. Masse1996-12-091-265/+270
* Changes to keep gcc -Wall happy.Guido van Rossum1996-12-091-3/+13
* Added `void' to declaration of initgl(), to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+1
* Added a bunch of extern void decls, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+7
* Include <sys/ioctl.h>, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+1
* Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy.Guido van Rossum1996-12-091-1/+2
* Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+5
* Include unistd.h to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+3
* Added ``extern int get_default_domain();'' for SGI, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+5
* Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which hasGuido van Rossum1996-12-091-2/+4
* Greatly renamed.Barry Warsaw1996-12-091-178/+181
* ins(): missed a renaming in a string: dictinsert =>Barry Warsaw1996-12-091-1/+1
* Greatly renamed.Barry Warsaw1996-12-061-86/+88
* Add extern decl of ftime() to make gcc -Wall happy.Guido van Rossum1996-12-061-0/+1
* Keep gcc -Wall happy.Guido van Rossum1996-12-0527-56/+93
* Add case for 'R' and a little bit of cleanup. Andrew Kuchling.Guido van Rossum1996-12-051-6/+8
* Jim F's brainchildGuido van Rossum1996-12-051-0/+678
* Fix bad format char in error msg (%s should be %d).Guido van Rossum1996-12-051-3/+1
* Correct typo -- repeat implements *, not +.Guido van Rossum1996-12-051-1/+1
* Upgraded new.function() contributed by Tommy. Also got rid of #if 0'ed code.Guido van Rossum1996-11-211-25/+8
* Should compare errno to 0, not NULLGuido van Rossum1996-11-021-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-2548-609/+945
* Fix case where you start a new group immediately after a label.Guido van Rossum1996-10-231-1/+1
* Changed _Py_EllipsesObject -> _Py_EllipsisObject.Guido van Rossum1996-10-211-1/+1
* Major upgrade by Vladimir Marangozov.Guido van Rossum1996-10-211-36/+144
* Don't close an already closed socket.Guido van Rossum1996-10-121-3/+5
* Check for NULL pointer returned from localtime()/gmtime().Guido van Rossum1996-10-081-1/+10
* Speedup of makeresult() by keeping a filler of (-1, -1) around.Guido van Rossum1996-10-081-12/+25
* Replace all uses of strncmp (in split, find, rfind) with memcmp, soGuido van Rossum1996-10-041-3/+3
* Rationalize MS #ifdefsGuido van Rossum1996-09-111-2/+2
* Correct typo: return -1 for error, not 0Guido van Rossum1996-09-111-1/+1
* Correct typo: return -1 for error, not NULLGuido van Rossum1996-09-111-1/+1
* Add text of argument to errors for atoi(), atol(), atof().Guido van Rossum1996-09-111-5/+25
* Force O_BINARY in flags if defined, for e.g. Microsoft platforms.Guido van Rossum1996-09-111-1/+10
* Dynamically initialize ob_type field, for Windows DLLGuido van Rossum1996-09-111-1/+2
* Added lockf() callGuido van Rossum1996-09-111-0/+45
* Added Setup.local feature; make shared libs readonlyGuido van Rossum1996-09-111-3/+7
* (parsermodule.c): Fixed sloppy typo: '==' -> '='Fred Drake1996-09-111-2/+2
* Update based on Python 1.4b3.Guido van Rossum1996-09-101-10/+7
* Use #ifdef MS_WIN32 instead of _MSC_VER > 850.Guido van Rossum1996-09-071-1/+1
* Sleep() turns out to be win32 specific.Guido van Rossum1996-09-071-7/+6
* Some changes for better Windows portability.Guido van Rossum1996-09-061-7/+11
* Typo (missing _) in _xdr line.Guido van Rossum1996-08-301-1/+1
* #include <netconfig.h> seems not needed and is harmful on NeXT, so drop it.Guido van Rossum1996-08-301-2/+1
* Move backup definition for hypot() to Python/hypot.c.Guido van Rossum1996-08-291-27/+0
* Call __initialize(), not __sinit() on Mac dynamic loading entry.Guido van Rossum1996-08-261-1/+1
* Get rid of unused local variable.Guido van Rossum1996-08-211-1/+1
* Removed environment, objc, sybase modulesGuido van Rossum1996-08-213-1064/+0
* Get rid of some obsolete modules:Guido van Rossum1996-08-211-16/+2
* Patches to make it compile with K&R CGuido van Rossum1996-08-211-25/+25