| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix to ismount(). Can't remember who told me this. | Guido van Rossum | 1998-01-19 | 1 | -2/+3 |
|
|
* | Patch by Tim O'Malley for servers that send a response looking just like | Guido van Rossum | 1998-01-19 | 1 | -2/+6 |
|
|
* | Protect PyErr_Format format string argument from overflow. | Guido van Rossum | 1998-01-19 | 1 | -1/+1 |
|
|
* | Protect PyErr_Format format string argument from overflow (ironically, | Guido van Rossum | 1998-01-19 | 1 | -1/+1 |
|
|
* | Instead of "attribute-less object", issue an error message that | Guido van Rossum | 1998-01-19 | 1 | -1/+4 |
|
|
* | tok_nextc() should return unsigned characters, to avoid mistaking | Guido van Rossum | 1998-01-19 | 1 | -2/+10 |
|
|
* | Instead of a single exists(), differentiate between files, modules, | Guido van Rossum | 1998-01-19 | 1 | -13/+70 |
|
|
* | Add unistd.h for isatty(). | Guido van Rossum | 1998-01-19 | 2 | -0/+8 |
|
|
* | Add LOG_SYSLOG if defined. | Guido van Rossum | 1998-01-19 | 1 | -0/+3 |
|
|
* | Better #ifdefs for NetBSD, taking into account that at least on netBSD | Guido van Rossum | 1998-01-19 | 1 | -3/+8 |
|
|
* | It seems obvious that when Py_Finalize() decides that there's nothing | Guido van Rossum | 1998-01-19 | 1 | -2/+2 |
|
|
* | Some patches by Lars Marius Garshol: | Guido van Rossum | 1998-01-19 | 1 | -2/+17 |
|
|
* | Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They | Guido van Rossum | 1998-01-19 | 1 | -12/+98 |
|
|
* | Consistency: Replaced 4 {\it ...} with \emph{...}. | Fred Drake | 1998-01-19 | 2 | -4/+4 |
|
|
* | Added docstrings. | Guido van Rossum | 1998-01-19 | 1 | -32/+63 |
|
|
* | Consistency: Replaced one {\tt ...} with \code{...}. | Fred Drake | 1998-01-19 | 2 | -2/+2 |
|
|
* | Consistency: In two places, change {\it ...} to \emph{...}. | Fred Drake | 1998-01-19 | 2 | -4/+4 |
|
|
* | Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. | Fred Drake | 1998-01-19 | 2 | -4/+4 |
|
|
* | \funcitem{}, \dataitem{}, \excitem{}: Removed obsolete macros; there are no | Fred Drake | 1998-01-18 | 1 | -36/+23 |
|
|
* | Use \emph{} for all references to the other documents, not just some of them. | Fred Drake | 1998-01-16 | 2 | -8/+8 |
|
|
* | Mods by Bill Bedford | Jack Jansen | 1998-01-16 | 1 | -9/+50 |
|
|
* | Addition by Bill Bedford: Ordinal and NOrdinal classes so we can | Jack Jansen | 1998-01-16 | 1 | -1/+26 |
|
|
* | SO_REUSEPORT should be SO_REUSEADDR. | Guido van Rossum | 1998-01-15 | 1 | -1/+1 |
|
|
* | Ouch: "accounces" ==> "announces" | Fred Drake | 1998-01-15 | 2 | -2/+2 |
|
|
* | Add trace methods to class Variable | Guido van Rossum | 1998-01-14 | 1 | -5/+15 |
|
|
* | Added tests for qualified sub and split | Guido van Rossum | 1998-01-14 | 1 | -0/+15 |
|
|
* | Seems I've found a way to fix this. | Guido van Rossum | 1998-01-14 | 1 | -3/+9 |
|
|
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 34 | -60/+62 |
|
|
* | Added the standard \label{module-*} for the two supporting modules. | Fred Drake | 1998-01-14 | 2 | -0/+4 |
|
|
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -4/+4 |
|
|
* | Augment \tableofcontents to do the right thing. | Fred Drake | 1998-01-13 | 1 | -17/+18 |
|
|
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 8 | -8/+8 |
|
|
* | Removed one hack! | Fred Drake | 1998-01-13 | 1 | -2/+0 |
|
|
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 6 | -10/+10 |
|
|
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 4 | -6/+4 |
|
|
* | Some shifting around of the DGUX hack so that it won't break on DEC Unix | Guido van Rossum | 1998-01-13 | 3 | -5/+5 |
|
|
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -2/+4 |
|
|
* | Consistency: | Fred Drake | 1998-01-13 | 6 | -14/+14 |
|
|
* | Deleted targets used only by Jim Fulton's now deleted "gMakefile". | Guido van Rossum | 1998-01-13 | 1 | -17/+1 |
|
|
* | Consistency: | Fred Drake | 1998-01-13 | 2 | -68/+68 |
|
|
* | delete gMakefile, clarify Makefile.pre.in | Guido van Rossum | 1998-01-13 | 1 | -2/+1 |
|
|
* | No longer needed, sez Jim. | Guido van Rossum | 1998-01-13 | 1 | -83/+0 |
|
|
* | Consistency: | Fred Drake | 1998-01-13 | 2 | -76/+76 |
|
|
* | Removed obsolete \kwindex{} call. | Fred Drake | 1998-01-13 | 2 | -4/+10 |
|
|
* | Added "module search path" to the index. | Fred Drake | 1998-01-13 | 2 | -0/+2 |
|
|
* | Removed obsolete \kwindex{} calls. | Fred Drake | 1998-01-13 | 2 | -30/+26 |
|
|
* | Update the doc string to emphasize non-Unix behavior earlier; | Guido van Rossum | 1998-01-13 | 1 | -7/+5 |
|
|
* | \kwindex{}: Removed obsolete macro. | Fred Drake | 1998-01-13 | 1 | -1/+0 |
|
|
* | &do_cmd_kwindex: Removed obsolete function. | Fred Drake | 1998-01-13 | 1 | -1/+0 |
|
|
* | Added command at end to use times fonts; commented out. Instructions to use | Fred Drake | 1998-01-13 | 1 | -0/+3 |
|
|