| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ratecv test (Sjoerd). | Guido van Rossum | 1997-05-21 | 1 | -5/+6 |
|
|
* | Initial revision | Guido van Rossum | 1997-05-21 | 1 | -0/+255 |
|
|
* | Include config.h so it can define const away for K&R. | Guido van Rossum | 1997-05-20 | 1 | -0/+2 |
|
|
* | Make delimiter and separator static for K&R C. | Guido van Rossum | 1997-05-20 | 1 | -3/+11 |
|
|
* | Don't use function prototypes in function definition headers. | Guido van Rossum | 1997-05-20 | 1 | -4/+8 |
|
|
* | Indent the #error directives so a classic K&R cpp doesn't see them. | Guido van Rossum | 1997-05-20 | 1 | -3/+3 |
|
|
* | Renamed a local variable from 'PyCFunction' (which is also a typedef | Guido van Rossum | 1997-05-20 | 1 | -6/+6 |
|
|
* | Added Py_PROTO macros for SunOS 4.x /bin/cc. | Guido van Rossum | 1997-05-20 | 1 | -6/+6 |
|
|
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
|
|
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -4/+4 |
|
|
* | Moved PyObject_{Get,Set}Attr to object.c. | Guido van Rossum | 1997-05-20 | 1 | -33/+2 |
|
|
* | Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr. | Guido van Rossum | 1997-05-20 | 1 | -0/+43 |
|
|
* | Got rid of c_error in favor of errno (and EDOM/ERANGE). | Guido van Rossum | 1997-05-20 | 1 | -49/+43 |
|
|
* | Added some minimal comments and tweaked lay-out a bit. | Guido van Rossum | 1997-05-20 | 1 | -3/+7 |
|
|
* | Plug leak of stack frame object in exception handling code. | Guido van Rossum | 1997-05-20 | 1 | -9/+26 |
|
|
* | Handling of pathnames pointing to files on toplevel folder of disk was | Guido van Rossum | 1997-05-20 | 1 | -1/+6 |
|
|
* | fixed ratecv to continue working if product of rates is bigger than 32 bits | Guido van Rossum | 1997-05-20 | 1 | -0/+21 |
|
|
* | Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) | Guido van Rossum | 1997-05-20 | 1 | -5/+0 |
|
|
* | workaround for Mac MSL header definitions of TRUE and FALSE (Jack) | Guido van Rossum | 1997-05-20 | 1 | -0/+4 |
|
|
* | Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack) | Guido van Rossum | 1997-05-20 | 1 | -0/+47 |
|
|
* | Logic for enabling mac-specific signal handling fixed (Jack) | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
|
|
* | Use #ifdef in stead of #if (Jack) | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
|
|
* | Updated Python version no to 1.5. | Guido van Rossum | 1997-05-19 | 1 | -8/+8 |
|
|
* | Added AMK's SocketServer docs. | Guido van Rossum | 1997-05-19 | 5 | -1/+379 |
|
|
* | Add platform to welcome message. | Guido van Rossum | 1997-05-19 | 1 | -2/+3 |
|
|
* | Unlink before rename (for NT). | Guido van Rossum | 1997-05-19 | 1 | -1/+5 |
|
|
* | Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. | Guido van Rossum | 1997-05-19 | 6 | -2721/+2985 |
|
|
* | Renamed strndup to my_strndup to avoid conflict witth GNU libc. | Guido van Rossum | 1997-05-16 | 1 | -5/+8 |
|
|
* | Added CRLF for Notepad. | Guido van Rossum | 1997-05-16 | 1 | -160/+160 |
|
|
* | Address the following problem on DOS and Win 3.1, reported by Jim | Guido van Rossum | 1997-05-16 | 1 | -12/+12 |
|
|
* | Added CRLF for Notepad. | Guido van Rossum | 1997-05-16 | 1 | -116/+116 |
|
|
* | Got rid of all the last_name_* bogosities. I don't think the | Guido van Rossum | 1997-05-16 | 1 | -53/+34 |
|
|
* | Changes to make these tests work on the Mac. | Guido van Rossum | 1997-05-16 | 3 | -4/+4 |
|
|
* | Increase the child's sleep time to 5 for slow machines. | Guido van Rossum | 1997-05-16 | 1 | -1/+1 |
|
|
* | Correct comment; -c is off by default. | Guido van Rossum | 1997-05-15 | 1 | -1/+1 |
|
|
* | Made a start with api.tex, the Python-C API Reference Manual. | Guido van Rossum | 1997-05-15 | 9 | -2042/+1800 |
|
|
* | Oops, another forgotten renaming: varobject -> PyVarObject. | Guido van Rossum | 1997-05-15 | 5 | -9/+11 |
|
|
* | Remove the last three uses of PyArg_GetInt() from the source. | Guido van Rossum | 1997-05-15 | 1 | -3/+3 |
|
|
* | Catch nis.error and raise TestFailed instead. This catches the | Barry Warsaw | 1997-05-15 | 1 | -2/+7 |
|
|
* | Open the output files with 'wb', not 'w'. | Guido van Rossum | 1997-05-15 | 1 | -1/+1 |
|
|
* | Added BabylMailbox class by Fred Lundh (untested). | Guido van Rossum | 1997-05-15 | 1 | -0/+20 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'r15a2'.v1.5a2 | cvs2svn | 1997-05-15 | 1 | -0/+1 |
|
|
* | Add pthred-std define for Linux. | Guido van Rossum | 1997-05-15 | 1 | -0/+2 |
|
|
* | Regenreated for MSL | Jack Jansen | 1997-05-15 | 1 | -6/+11 |
|
|
* | MSL errno.h has moved some errors around, and doesn't document | Jack Jansen | 1997-05-15 | 3 | -6/+24 |
|
|
* | Bump level to 1.5a2. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
|
|
* | Update description of "make test" to new test harness. | Guido van Rossum | 1997-05-14 | 1 | -13/+17 |
|
|
* | Fix typo in error reporting. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
|
|
* | Fix hex tests for 64-bit machines. | Guido van Rossum | 1997-05-14 | 1 | -1/+3 |
|
|
* | Instructions updated for 1.5. Added the important note to set the | Guido van Rossum | 1997-05-14 | 1 | -21/+24 |
|
|