| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use raw_input() to ask for the password; this puts the password | Guido van Rossum | 1998-07-28 | 1 | -2/+17 |
|
|
* | fix __str__ method of EnvironmentError (base class of IOError): was | Jeremy Hylton | 1998-07-28 | 1 | -2/+2 |
|
|
* | Fixed the gzip synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+2 |
|
|
* | Added the popen2 synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
|
|
* | Added the calendar synopsis. | Fred Drake | 1998-07-27 | 1 | -2/+2 |
|
|
* | Added the bisect synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
|
|
* | Added the dumbdbm synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
|
|
* | Added a synopsis. | Fred Drake | 1998-07-27 | 1 | -2/+3 |
|
|
* | Fix the synopsis. | Fred Drake | 1998-07-27 | 1 | -5/+4 |
|
|
* | Mark the new & changed items. | Fred Drake | 1998-07-27 | 2 | -10/+19 |
|
|
* | Update the release date. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
|
|
* | do_cmd_localmoduletable(): Cause the child links table to be dropped when | Fred Drake | 1998-07-27 | 1 | -1/+1 |
|
|
* | do_cmd_versionadded(), | Fred Drake | 1998-07-27 | 1 | -0/+14 |
|
|
* | \versionadded, | Fred Drake | 1998-07-27 | 1 | -2/+17 |
|
|
* | Convert operator precedence table to the new style markup. | Fred Drake | 1998-07-27 | 1 | -45/+45 |
|
|
* | Minor tidy. | Fred Drake | 1998-07-27 | 2 | -3/+3 |
|
|
* | Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | Guido van Rossum | 1998-07-27 | 1 | -1/+1 |
|
|
* | Two changes: | Guido van Rossum | 1998-07-27 | 1 | -3/+15 |
|
|
* | Make sure that at least one digit has been consumed in atoi(). | Guido van Rossum | 1998-07-25 | 1 | -0/+4 |
|
|
* | Fix up the synopsis table stuff so it gets things right at each chapter, | Fred Drake | 1998-07-25 | 1 | -11/+17 |
|
|
* | Update @INC so we can 'require' modules in Doc/perl/. | Fred Drake | 1998-07-24 | 1 | -2/+4 |
|
|
* | Added module synopsis support with one (big) caveat: All the modules are | Fred Drake | 1998-07-24 | 1 | -30/+142 |
|
|
* | tohtml(): Make module names anchors. | Fred Drake | 1998-07-24 | 1 | -1/+2 |
|
|
* | Converted some {tabular}s to use {tablei*} environments. | Fred Drake | 1998-07-24 | 2 | -69/+64 |
|
|
* | {tableiv} environment: Four-column table. | Fred Drake | 1998-07-24 | 1 | -0/+10 |
|
|
* | Removing all references to FrameMaker | Guido van Rossum | 1998-07-24 | 17 | -34008/+0 |
|
|
* | checkpoint before I throw this away | Guido van Rossum | 1998-07-24 | 3 | -0/+0 |
|
|
* | Checking in uninteresting changes (mostly window resizes :-) | Guido van Rossum | 1998-07-24 | 6 | -0/+0 |
|
|
* | Document getsize(), getmtime(), getatime(). | Guido van Rossum | 1998-07-24 | 1 | -0/+19 |
|
|
* | Added getsize(), getmtime(), getatime() | Guido van Rossum | 1998-07-24 | 4 | -0/+72 |
|
|
* | Document makedirs(), removedirs(), renames() -- ESR-inspired super-versions | Guido van Rossum | 1998-07-24 | 1 | -1/+30 |
|
|
* | Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions | Guido van Rossum | 1998-07-24 | 1 | -0/+63 |
|
|
* | My first Perl object. ;-) | Fred Drake | 1998-07-24 | 1 | -0/+72 |
|
|
* | Fix markup of an \indexiii --> only two parameters were given. | Fred Drake | 1998-07-24 | 1 | -1/+1 |
|
|
* | Use 'S' format character for the optional constructor argument, so we | Guido van Rossum | 1998-07-24 | 1 | -1/+1 |
|
|
* | Changes copied from the FrameMaker version. Hardly anything (but then | Guido van Rossum | 1998-07-24 | 1 | -6/+5 |
|
|
* | Changes copied from the FrameMaker version. Not too much. | Guido van Rossum | 1998-07-24 | 1 | -108/+112 |
|
|
* | Changes copied from the FrameMaker version. Also documented some | Guido van Rossum | 1998-07-24 | 1 | -83/+141 |
|
|
* | Remove all-<format> targets in favor of just <format>. | Fred Drake | 1998-07-24 | 1 | -11/+13 |
|
|
* | e.g. -> e.g., | Guido van Rossum | 1998-07-24 | 5 | -15/+16 |
|
|
* | Remove use of the avant package; Helvetica isn't as pretty, but works for | Fred Drake | 1998-07-24 | 1 | -1/+0 |
|
|
* | Document Ellipsis (not much of a documentation snippet, but at least | Guido van Rossum | 1998-07-24 | 1 | -0/+9 |
|
|
* | Added 3 missing types: ComplexType, SliceType, EllipsisType. | Guido van Rossum | 1998-07-24 | 1 | -0/+13 |
|
|
* | Move files around in a different way, so CVS picks up all the changes. ;-) | Fred Drake | 1998-07-24 | 1 | -861/+119 |
|
|
* | Reflect file renamings for the Python Library Reference. | Fred Drake | 1998-07-24 | 1 | -17/+41 |
|
|
* | Move files around to get the names to match the module names except for | Fred Drake | 1998-07-24 | 5 | -133/+875 |
|
|
* | Reduce the number of levels in the Table of Contents by one, mostly for the | Fred Drake | 1998-07-24 | 1 | -0/+1 |
|
|
* | Remove item about one section === one module; done. | Fred Drake | 1998-07-24 | 1 | -2/+4 |
|
|
* | Changes copied from the FrameMaker version, and some new stuff | Guido van Rossum | 1998-07-23 | 1 | -160/+292 |
|
|
* | \textunderscore: Re-define with a width that's more appropriate for the | Fred Drake | 1998-07-23 | 1 | -0/+6 |
|
|