| Commit message (Expand) | Author | Age | Files | Lines |
* | Small nits for Grail; don't forget to cgi.translate & and <. | Guido van Rossum | 1997-05-23 | 1 | -2/+4 |
|
|
* | - Suppress the visible text in the epilogue when "edit=no" is specified. | Guido van Rossum | 1997-05-23 | 1 | -9/+38 |
|
|
* | Added section titles (for now, hardcoded in the file). | Guido van Rossum | 1997-05-23 | 1 | -5/+22 |
|
|
* | Removed references to StdClib and PLStringFuncs, rebuilt everything | Jack Jansen | 1997-05-23 | 30 | -12711/+12686 |
|
|
* | Nothing important | Jack Jansen | 1997-05-23 | 3 | -30/+30 |
|
|
* | Changed version string and preferences filename to 1.5a2. | Jack Jansen | 1997-05-23 | 4 | -919/+925 |
|
|
* | Renamed | Jack Jansen | 1997-05-23 | 1 | -1/+1 |
|
|
* | Added keys() and mapping interface to shared-library objects, allowing | Jack Jansen | 1997-05-23 | 1 | -2/+103 |
|
|
* | - Added Py_GetProgramFullPath | Jack Jansen | 1997-05-23 | 2 | -8/+59 |
|
|
* | Added PyMac_StopGUSISpin | Jack Jansen | 1997-05-23 | 1 | -5/+6 |
|
|
* | Added code to recognize http/ftp URLs and email addresses, and add <A> | Guido van Rossum | 1997-05-23 | 1 | -4/+34 |
|
|
* | Moved the 1.4 NEWS file here (it had to happen someday...). | Guido van Rossum | 1997-05-23 | 1 | -0/+768 |
|
|
* | Add doc string to type object. | Fred Drake | 1997-05-23 | 1 | -1/+12 |
|
|
* | Minor change: add prologue() calls to do_info and do_rlog; in | Guido van Rossum | 1997-05-23 | 1 | -3/+4 |
|
|
* | Can't return 0 from void function... | Guido van Rossum | 1997-05-23 | 1 | -1/+1 |
|
|
* | PyObject_Compare can raise an exception now. | Guido van Rossum | 1997-05-23 | 7 | -31/+67 |
|
|
* | PyObject_Compare can now return an error. Unfortunately, there are a | Guido van Rossum | 1997-05-23 | 1 | -0/+8 |
|
|
* | PyFile_WriteString now returns an error indicator instead of calling | Guido van Rossum | 1997-05-22 | 2 | -16/+32 |
|
|
* | Py_FlushLine and PyFile_WriteString now return error indicators | Guido van Rossum | 1997-05-22 | 1 | -30/+41 |
|
|
* | Py_FlushLine and PyFile_WriteString now return error indicators | Guido van Rossum | 1997-05-22 | 1 | -12/+24 |
|
|
* | PyFile_WriteString now returns an error indicator instead of calling | Guido van Rossum | 1997-05-22 | 1 | -12/+18 |
|
|
* | 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 |
|
|
* | HTML formatting nits. | Guido van Rossum | 1997-05-22 | 1 | -3/+5 |
|
|
* | Mostly small changes. | Guido van Rossum | 1997-05-22 | 1 | -20/+56 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Lots of new features: | Guido van Rossum | 1997-05-21 | 1 | -27/+183 |
|
|
* | 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 |
|
|