Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Py_FlushLine and PyFile_WriteString now return error indicators | Guido van Rossum | 1997-05-22 | 1 | -12/+24 |
| | | | | instead of calling PyErr_Clear(). Add checking of those errors. | ||||
* | PyFile_WriteString now returns an error indicator instead of calling | Guido van Rossum | 1997-05-22 | 1 | -12/+18 |
| | | | | PyErr_Clear(). | ||||
* | flushline and writestring can now return an error | Guido van Rossum | 1997-05-22 | 2 | -2/+2 |
| | |||||
* | The usual | Guido van Rossum | 1997-05-22 | 18 | -496/+244 |
| | |||||
* | Added Py_GetProgramFullPath (same as GetProgramName) | Guido van Rossum | 1997-05-22 | 1 | -0/+7 |
| | |||||
* | Added Py_GetProgramFullPath | Guido van Rossum | 1997-05-22 | 1 | -0/+1 |
| | |||||
* | Added cvardesc and ctypedesc macros, for api.tex. | Guido van Rossum | 1997-05-22 | 1 | -1/+12 |
| | |||||
* | DG/UX thread patches (Ross Andrus) | Guido van Rossum | 1997-05-22 | 2 | -3/+12 |
| | |||||
* | Set sys.executable to full path of python (from argv[0]). | Guido van Rossum | 1997-05-22 | 1 | -0/+4 |
| | |||||
* | More usual effects of a new configure.in | Guido van Rossum | 1997-05-22 | 1 | -1/+1 |
| | |||||
* | DG/UX specific test for threads. | Guido van Rossum | 1997-05-22 | 1 | -1/+6 |
| | |||||
* | The usual effects of a new configure.in | Guido van Rossum | 1997-05-22 | 2 | -93/+153 |
| | |||||
* | Partial(?) 64bit patch (AMK). | Guido van Rossum | 1997-05-22 | 1 | -6/+6 |
| | |||||
* | Added a space in an error message | Guido van Rossum | 1997-05-22 | 1 | -1/+1 |
| | |||||
* | Added warning about the optimizer bug on AIX 4.2.1 | Guido van Rossum | 1997-05-22 | 1 | -0/+1 |
| | |||||
* | Minor edits for 1.5a2 | Guido van Rossum | 1997-05-22 | 1 | -14/+21 |
| | |||||
* | Add kill, execv, fork to tested functions. | Guido van Rossum | 1997-05-22 | 1 | -2/+2 |
| | |||||
* | Force PYTHONPATH= empty when running test suite. | Guido van Rossum | 1997-05-22 | 1 | -2/+2 |
| | |||||
* | Just another checkin for backup. Nothing substantial yet. | Guido van Rossum | 1997-05-22 | 2 | -20/+1612 |
| | |||||
* | Added menu entry on deleting FAQ entries. | Guido van Rossum | 1997-05-22 | 1 | -33/+89 |
| | | | | | Added a generic error handler function. Added cookie support to preserve author's name and email. | ||||
* | HTML formatting nits. | Guido van Rossum | 1997-05-22 | 1 | -3/+5 |
| | | | | Added "Reload this entry" link to edit complete screen. | ||||
* | Mostly small changes. | Guido van Rossum | 1997-05-22 | 1 | -20/+56 |
| | | | | | | | | | - Fixed broken HTML in edit form that swallowed <BR> tags - Removed "another one" link in roulette, replaced with "use Reload" message - show() now has edit=1 by default; changed all calls - Display last-changed date, author, email when present and edit=1 - Added back pointers at bottom - Added a copy of the bootstrap script at the end of the file | ||||
* | Enable putenv and waitpid (== wait4) for NeXT. | Guido van Rossum | 1997-05-22 | 1 | -0/+87 |
| | |||||
* | Defined array.array_type, the type object. | Guido van Rossum | 1997-05-22 | 1 | -1/+6 |
| | |||||
* | Fix typo in error checking spotted by Just... | Guido van Rossum | 1997-05-22 | 1 | -1/+1 |
| | |||||
* | Separate prologue/epilogue functions. | Guido van Rossum | 1997-05-21 | 1 | -45/+69 |
| | | | | | Get the current version on edit and reject commits based on an old version. | ||||
* | Oops, left an 'n = n+1' in but n was undefined. | Guido van Rossum | 1997-05-21 | 1 | -1/+0 |
| | |||||
* | Add "Log info" to view rcs log. | Guido van Rossum | 1997-05-21 | 1 | -4/+33 |
| | | | | Speed up __getattr__ by storing the value as self.<key>. | ||||
* | Lots of new features: | Guido van Rossum | 1997-05-21 | 1 | -27/+183 |
| | | | | | | | - got rid of the separate search page - added an index (lists the questions with links to the answers) - add a mechanism to add new entries - add a way to list most recently edited entries first | ||||
* | Crude but functional, except for adding new entries. | Guido van Rossum | 1997-05-21 | 1 | -46/+172 |
| | |||||
* | Fix for boundary case (Jack) | Guido van Rossum | 1997-05-21 | 1 | -1/+4 |
| | |||||
* | generated from latest doc files | Guido van Rossum | 1997-05-21 | 1 | -639/+784 |
| | |||||
* | Added description of socket_type. | Guido van Rossum | 1997-05-21 | 2 | -0/+10 |
| | |||||
* | Add test for presence of socket_type. | Guido van Rossum | 1997-05-21 | 1 | -0/+1 |
| | |||||
* | Add socket.socket_type, as discussed on c.l.p. | Guido van Rossum | 1997-05-21 | 1 | -0/+5 |
| | |||||
* | 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 |
| | | | | in methodobject.h) to 'func'. /bin/cc on SunOS 4.x didn't grok this. | ||||
* | 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 |
| | | | | (Correct version -- the previous checkin was a keyboard slip.) | ||||
* | 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 |
| | | | | Fixed two 'return NULL' that should be 'return -1'. | ||||
* | 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 |
| | | | | | Assume that errno usage is thread-safe -- most vendors do this by making in a macro that refers to a per-thread storage area. | ||||
* | 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 |
| | | | | | Also delay DECREF calls until after the structures have been updated (for reentrancy awareness). |