summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure chapters, sections, and subsections all have a \label to give themFred Drake1998-07-281-23/+25
| | | | | | semantic file names in the HTML version; no more node#.html files. Fix one section heading.
* Don't use raw_input() to ask for the password; this puts the passwordGuido van Rossum1998-07-281-2/+17
| | | | in the GNU readline history buffer which is not such a great idea.
* fix __str__ method of EnvironmentError (base class of IOError): wasJeremy Hylton1998-07-281-2/+2
| | | | | | using "%d" % errno to print out IOError exceptions -- but urllib.py raises exceptions where the errno slot in the exception tuple is a string.
* Fixed the gzip synopsis.Fred Drake1998-07-271-1/+2
|
* Added the popen2 synopsis.Fred Drake1998-07-271-1/+1
|
* Added the calendar synopsis.Fred Drake1998-07-271-2/+2
|
* Added the bisect synopsis.Fred Drake1998-07-271-1/+1
|
* Added the dumbdbm synopsis.Fred Drake1998-07-271-1/+1
|
* Added a synopsis.Fred Drake1998-07-271-2/+3
|
* Fix the synopsis.Fred Drake1998-07-271-5/+4
| | | | Change one \code{} to \samp{}.
* Mark the new & changed items.Fred Drake1998-07-272-10/+19
|
* Update the release date.Fred Drake1998-07-271-1/+1
|
* do_cmd_localmoduletable(): Cause the child links table to be dropped whenFred Drake1998-07-271-1/+1
| | | | there's a local module list.
* do_cmd_versionadded(),Fred Drake1998-07-271-0/+14
| | | | do_cmd_versionchanged(): Support for new macros.
* \versionadded,Fred Drake1998-07-271-2/+17
| | | | \versionchanged: New macros.
* Convert operator precedence table to the new style markup.Fred Drake1998-07-271-45/+45
| | | | | | | Added lambda to the table. Call "**" exponentiation instead of power. {\em ...} --> \emph{...}
* Minor tidy.Fred Drake1998-07-272-3/+3
|
* Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-07-271-1/+1
|
* Two changes:Guido van Rossum1998-07-271-3/+15
| | | | | | (1) Use Py_GetPythonHome() instead of getenv("PYTHONHOME"); (2) Mark Hammond's patch to search for .pyc/.pyo landmark as well.
* Make sure that at least one digit has been consumed in atoi().Guido van Rossum1998-07-251-0/+4
|
* Fix up the synopsis table stuff so it gets things right at each chapter,Fred Drake1998-07-251-11/+17
| | | | | | instead of stringing it all together. Yay!
* Update @INC so we can 'require' modules in Doc/perl/.Fred Drake1998-07-241-2/+4
| | | | | Call the localmoduletable handling once the document is complete & synopses have been collected.
* Added module synopsis support with one (big) caveat: All the modules areFred Drake1998-07-241-30/+142
| | | | | listed in each chapter that has a \localmoduletable. This will be fixed, and everything else seems to be working fine.
* tohtml(): Make module names anchors.Fred Drake1998-07-241-1/+2
|
* Converted some {tabular}s to use {tablei*} environments.Fred Drake1998-07-242-69/+64
|
* {tableiv} environment: Four-column table.Fred Drake1998-07-241-0/+10
| | | | \lineiv: Row for {tableiv}.
* Removing all references to FrameMakerGuido van Rossum1998-07-2417-34008/+0
|
* checkpoint before I throw this awayGuido van Rossum1998-07-243-0/+0
|
* Checking in uninteresting changes (mostly window resizes :-)Guido van Rossum1998-07-246-0/+0
| | | | before I remove all this cruft.
* Document getsize(), getmtime(), getatime().Guido van Rossum1998-07-241-0/+19
|
* Added getsize(), getmtime(), getatime()Guido van Rossum1998-07-244-0/+72
|
* Document makedirs(), removedirs(), renames() -- ESR-inspired super-versionsGuido van Rossum1998-07-241-1/+30
| | | | | of mkdir(), rmdir() and rename() that make or remove intermediate directories as well.
* Add makedirs(), removedirs(), renames() -- ESR-inspired super-versionsGuido van Rossum1998-07-241-0/+63
| | | | | of mkdir(), rmdir() and rename() that make or remove intermediate directories as well.
* My first Perl object. ;-)Fred Drake1998-07-241-0/+72
| | | | | SynopsisTable objects are used to store the table of module synopses for a single chapter it the manual.
* Fix markup of an \indexiii --> only two parameters were given.Fred Drake1998-07-241-1/+1
|
* Use 'S' format character for the optional constructor argument, so weGuido van Rossum1998-07-241-1/+1
| | | | | get a decent error message when it's not a string (instead of confusing errors when trying to use the thing).
* Changes copied from the FrameMaker version. Hardly anything (but thenGuido van Rossum1998-07-241-6/+5
| | | | | | this is the shortest chapter.) Hurray, I'm done with this!
* Changes copied from the FrameMaker version. Not too much.Guido van Rossum1998-07-241-108/+112
|
* Changes copied from the FrameMaker version. Also documented someGuido van Rossum1998-07-241-83/+141
| | | | | | | previously undocumented features. Packages and the import mechanism in general are still left undocumented.
* Remove all-<format> targets in favor of just <format>.Fred Drake1998-07-241-11/+13
| | | | | | Fix some comments. For lib.pdf, run tools/toc2bkm.py to get "bookmarks" in acroread.
* e.g. -> e.g.,Guido van Rossum1998-07-245-15/+16
|
* Remove use of the avant package; Helvetica isn't as pretty, but works forFred Drake1998-07-241-1/+0
| | | | | acroread. The problem this solves is likely dependent on font availability, so keeping things simple is a good solution.
* Document Ellipsis (not much of a documentation snippet, but at leastGuido van Rossum1998-07-241-0/+9
| | | | it's mentioned.
* Added 3 missing types: ComplexType, SliceType, EllipsisType.Guido van Rossum1998-07-241-0/+13
|
* Move files around in a different way, so CVS picks up all the changes. ;-)Fred Drake1998-07-241-861/+119
|
* Reflect file renamings for the Python Library Reference.Fred Drake1998-07-241-17/+41
| | | | Fix style dependencies for HOWTO documents.
* Move files around to get the names to match the module names except forFred Drake1998-07-245-133/+875
| | | | | case. Two modules (SocketServer, BaseHTTPServer) still don't match; those names are just too long!
* Reduce the number of levels in the Table of Contents by one, mostly for theFred Drake1998-07-241-0/+1
| | | | | | Python Library Reference. The other manuals do not suffer. This does not affect HOWTO documents.
* Remove item about one section === one module; done.Fred Drake1998-07-241-2/+4
| | | | | Add item about howto docs that use \localmoduletable problem for howto documents.
* Changes copied from the FrameMaker version, and some new stuffGuido van Rossum1998-07-231-160/+292
| | | | (complex numbers, power operator).