summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a space in an error messageGuido van Rossum1997-05-221-1/+1
* Added warning about the optimizer bug on AIX 4.2.1Guido van Rossum1997-05-221-0/+1
* Minor edits for 1.5a2Guido van Rossum1997-05-221-14/+21
* Add kill, execv, fork to tested functions.Guido van Rossum1997-05-221-2/+2
* Force PYTHONPATH= empty when running test suite.Guido van Rossum1997-05-221-2/+2
* Just another checkin for backup. Nothing substantial yet.Guido van Rossum1997-05-222-20/+1612
* Added menu entry on deleting FAQ entries.Guido van Rossum1997-05-221-33/+89
* HTML formatting nits.Guido van Rossum1997-05-221-3/+5
* Mostly small changes.Guido van Rossum1997-05-221-20/+56
* Enable putenv and waitpid (== wait4) for NeXT.Guido van Rossum1997-05-221-0/+87
* Defined array.array_type, the type object.Guido van Rossum1997-05-221-1/+6
* Fix typo in error checking spotted by Just...Guido van Rossum1997-05-221-1/+1
* Separate prologue/epilogue functions.Guido van Rossum1997-05-211-45/+69
* Oops, left an 'n = n+1' in but n was undefined.Guido van Rossum1997-05-211-1/+0
* Add "Log info" to view rcs log.Guido van Rossum1997-05-211-4/+33
* Lots of new features:Guido van Rossum1997-05-211-27/+183
* Crude but functional, except for adding new entries.Guido van Rossum1997-05-211-46/+172
* Fix for boundary case (Jack)Guido van Rossum1997-05-211-1/+4
* generated from latest doc filesGuido van Rossum1997-05-211-639/+784
* Added description of socket_type.Guido van Rossum1997-05-212-0/+10
* Add test for presence of socket_type.Guido van Rossum1997-05-211-0/+1
* Add socket.socket_type, as discussed on c.l.p.Guido van Rossum1997-05-211-0/+5
* Fix ratecv test (Sjoerd).Guido van Rossum1997-05-211-5/+6
* Initial revisionGuido van Rossum1997-05-211-0/+255
* Include config.h so it can define const away for K&R.Guido van Rossum1997-05-201-0/+2
* Make delimiter and separator static for K&R C.Guido van Rossum1997-05-201-3/+11
* Don't use function prototypes in function definition headers.Guido van Rossum1997-05-201-4/+8
* Indent the #error directives so a classic K&R cpp doesn't see them.Guido van Rossum1997-05-201-3/+3
* Renamed a local variable from 'PyCFunction' (which is also a typedefGuido van Rossum1997-05-201-6/+6
* Added Py_PROTO macros for SunOS 4.x /bin/cc.Guido van Rossum1997-05-201-6/+6
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-1/+1
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-4/+4
* Moved PyObject_{Get,Set}Attr to object.c.Guido van Rossum1997-05-201-33/+2
* Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr.Guido van Rossum1997-05-201-0/+43
* Got rid of c_error in favor of errno (and EDOM/ERANGE).Guido van Rossum1997-05-201-49/+43
* Added some minimal comments and tweaked lay-out a bit.Guido van Rossum1997-05-201-3/+7
* Plug leak of stack frame object in exception handling code.Guido van Rossum1997-05-201-9/+26
* Handling of pathnames pointing to files on toplevel folder of disk wasGuido van Rossum1997-05-201-1/+6
* fixed ratecv to continue working if product of rates is bigger than 32 bitsGuido van Rossum1997-05-201-0/+21
* Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)Guido van Rossum1997-05-201-5/+0
* workaround for Mac MSL header definitions of TRUE and FALSE (Jack)Guido van Rossum1997-05-201-0/+4
* Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack)Guido van Rossum1997-05-201-0/+47
* Logic for enabling mac-specific signal handling fixed (Jack)Guido van Rossum1997-05-201-1/+1
* Use #ifdef in stead of #if (Jack)Guido van Rossum1997-05-201-1/+1
* Updated Python version no to 1.5.Guido van Rossum1997-05-191-8/+8
* Added AMK's SocketServer docs.Guido van Rossum1997-05-195-1/+379
* Add platform to welcome message.Guido van Rossum1997-05-191-2/+3
* Unlink before rename (for NT).Guido van Rossum1997-05-191-1/+5
* Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1.Guido van Rossum1997-05-196-2721/+2985
* Renamed strndup to my_strndup to avoid conflict witth GNU libc.Guido van Rossum1997-05-161-5/+8