summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Ok, blank.pbm is free to go.Fred Drake1998-08-117-4/+0
| | | | | | | The rest of these are new or replaced. The buttons are now all the same width. They have the transparency set right. They still need the attention of a designer. But they work, and we have a real button for the Modules Index.
* I think this is the last of them.Fred Drake1998-08-113-32/+0
|
* Gosh, there's a lot of them....Fred Drake1998-08-116-16/+0
|
* More files never used here.....Fred Drake1998-08-115-42/+0
|
* Icons only needed if using the change control marks, which are bogus.Fred Drake1998-08-113-0/+0
|
* Remove files we never used; l2h would only use these if you use theFred Drake1998-08-118-0/+0
| | | | special "html" package, which we don't and won't.
* Use Perl's rename() function instead of system(); there's no need for twoFred Drake1998-08-111-2/+1
| | | | additional processes for each name change!
* Added the test package under "Frameworks".Fred Drake1998-08-111-0/+5
|
* Template file for \documentclass{manual}.Fred Drake1998-08-111-0/+65
|
* Added step 0: copy this file to <somedir>/lib<module>.tex, and edit the copy.Fred Drake1998-08-111-0/+4
|
* Updated to reflect recent changes.Fred Drake1998-08-111-16/+20
|
* Moved to ../templates/module.tex.Fred Drake1998-08-111-144/+0
|
* Relocating file to Doc/templates.Fred Drake1998-08-111-181/+0
|
* Added new files to the LIBFILES variable.Fred Drake1998-08-111-2/+4
|
* Removed now-documented modules from the list.Fred Drake1998-08-111-6/+0
|
* Added new sections.Fred Drake1998-08-111-1/+3
|
* Documentation for the compileall module.Fred Drake1998-08-111-0/+41
|
* Documentation for the py_compile module.Fred Drake1998-08-111-0/+35
|
* Added index entries.Fred Drake1998-08-111-5/+8
| | | | Small markup nits.
* Add a comment explaining that this script is probably not useful outside theFred Drake1998-08-111-4/+6
| | | | | standard Python documentation, since the mkhowto.sh script is. Let there be no doubts....
* Make sure the icons/ directory is created even if only one document isFred Drake1998-08-111-6/+6
| | | | converted.
* Better check in the date from the last magic-fix-release. ;-)Fred Drake1998-08-111-1/+1
|
* Control when/where navigation bars will appear: top & bottom of each page.Fred Drake1998-08-111-3/+14
| | | | | | Include an additional button to the module index in the nav. bars if we generate a module index. Still need a button image, but the ALT text should do for now.
* Add a link to the Macintosh Module Reference here, too.Fred Drake1998-08-101-0/+3
|
* New section header style.Fred Drake1998-08-10126-209/+364
| | | | Fix up a few synopses.
* do_cmd_moduleauthor(),Fred Drake1998-08-101-156/+180
| | | | do_cmd_sectionauthor(): Parallel the new macros.
* \moduleauthor,Fred Drake1998-08-101-0/+6
| | | | \sectionauthor: New macros to record attributions; no output.
* New style section headers.Fred Drake1998-08-1013-17/+33
|
* Some logical markup, some nits.Fred Drake1998-08-101-25/+26
|
* insert_index(): Take two additional parameters: $columns and $letters. CallFred Drake1998-08-071-5/+13
| | | | | | | | buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index().
* The letter headings must be requested explicitly with --letters.Fred Drake1998-08-071-5/+15
|
* By default, use a two-column index.Fred Drake1998-08-071-1/+4
|
* Allow multi-column indexes to be produced.Fred Drake1998-08-071-6/+60
|
* re is standard, not built-in.Fred Drake1998-08-072-4/+7
|
* Clarify that the Python interpreter lock need *not* be held byGuido van Rossum1998-08-071-3/+5
| | | | | PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them.
* Document gethostbyname_ex().Guido van Rossum1998-08-071-1/+12
|
* Updated list of Library Reference files.Fred Drake1998-08-071-8/+13
| | | | Added some dependencies to some of the HTML generation targets.
* Add warning that mutable argument defaults are evaluated only once;Guido van Rossum1998-08-071-0/+39
| | | | | | | | | with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue.
* At least mark the URL to the Packages essay using \url.Fred Drake1998-08-071-1/+1
|
* Fix synopsis.Fred Drake1998-08-071-1/+1
|
* Clarify that quit() and close() render the instance useless.Guido van Rossum1998-08-071-2/+7
|
* Added file transfer to example.Fred Drake1998-08-071-0/+2
|
* Guido's white background.Fred Drake1998-08-071-0/+1
|
* Minor refilling of a paragraph...Barry Warsaw1998-08-071-2/+2
|
* im_function --> im_funcFred Drake1998-08-071-2/+2
|
* In the example, make sure all the imports are done.Fred Drake1998-08-071-3/+2
|
* Markup nits.Fred Drake1998-08-071-16/+21
|
* Clarify xdrlib synopsis.Fred Drake1998-08-071-8/+5
|
* Fix typo in binascii synopsis.Fred Drake1998-08-071-2/+2
|
* Removed obsolete chapter header.Fred Drake1998-08-071-15/+0
|