summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid complaint about inconsistent hypot() linkage on NT.Guido van Rossum1996-08-211-0/+2
* Raise ValueError on empty string passed into atoi(), atol(), atof().Guido van Rossum1996-08-211-0/+12
* Support for old CPPGuido van Rossum1996-08-211-0/+4
* Hacks to support being a Windows DLLGuido van Rossum1996-08-211-2/+5
* Added delslice and delitem.Guido van Rossum1996-08-211-32/+47
* New batch from FredGuido van Rossum1996-08-211-316/+428
* Add #define MAC_TCL for Mac.Guido van Rossum1996-08-201-0/+4
* *noconfig* -> *shared*.Guido van Rossum1996-08-201-6/+11
* Support *shared* and *static* as aliases for *noconfig* and *config*.Guido van Rossum1996-08-201-0/+2
* Test for xdrmem_create() failure.Guido van Rossum1996-08-201-15/+30
* Install shared libs with executable mode -- needed for HPUX,Guido van Rossum1996-08-201-1/+4
* Changes by Rob Hooft for GMP 2.0.2Guido van Rossum1996-08-192-14/+32
* Added _xdr moduleGuido van Rossum1996-08-192-0/+168
* Always include config.hGuido van Rossum1996-08-192-4/+0
* Declare initregex() as returning void, as it should be.Guido van Rossum1996-08-191-0/+1
* Remove some unused variables.Guido van Rossum1996-08-191-9/+0
* Declare a bunch of internal routines as returning void.Guido van Rossum1996-08-191-13/+13
* Made it palatable for K&R preprocessors. The spam macros don't haveGuido van Rossum1996-08-191-46/+53
* Recognize *.sl and *.so as library (i.e. linker) argumentsGuido van Rossum1996-08-191-0/+2
* Incorporate LDFLAGS calculated by configure (for --with-readline)Guido van Rossum1996-08-191-2/+3
* Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc.Guido van Rossum1996-08-131-16/+28
* Include "mymath.h" instead of manually declaring math functions.Guido van Rossum1996-08-081-2/+4
* Added lstrip() and rstrip().Guido van Rossum1996-08-081-17/+93
* Need config.h (for Win etc.)Guido van Rossum1996-08-081-0/+4
* Added hack to get it to compile on AIX.Guido van Rossum1996-08-081-0/+5
* Rearrange include headers (needed on some platforms).Guido van Rossum1996-08-081-1/+1