Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ok, blank.pbm is free to go. | Fred Drake | 1998-08-11 | 7 | -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 Drake | 1998-08-11 | 3 | -32/+0 |
| | |||||
* | Gosh, there's a lot of them.... | Fred Drake | 1998-08-11 | 6 | -16/+0 |
| | |||||
* | More files never used here..... | Fred Drake | 1998-08-11 | 5 | -42/+0 |
| | |||||
* | Icons only needed if using the change control marks, which are bogus. | Fred Drake | 1998-08-11 | 3 | -0/+0 |
| | |||||
* | Remove files we never used; l2h would only use these if you use the | Fred Drake | 1998-08-11 | 8 | -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 two | Fred Drake | 1998-08-11 | 1 | -2/+1 |
| | | | | additional processes for each name change! | ||||
* | Added the test package under "Frameworks". | Fred Drake | 1998-08-11 | 1 | -0/+5 |
| | |||||
* | Template file for \documentclass{manual}. | Fred Drake | 1998-08-11 | 1 | -0/+65 |
| | |||||
* | Added step 0: copy this file to <somedir>/lib<module>.tex, and edit the copy. | Fred Drake | 1998-08-11 | 1 | -0/+4 |
| | |||||
* | Updated to reflect recent changes. | Fred Drake | 1998-08-11 | 1 | -16/+20 |
| | |||||
* | Moved to ../templates/module.tex. | Fred Drake | 1998-08-11 | 1 | -144/+0 |
| | |||||
* | Relocating file to Doc/templates. | Fred Drake | 1998-08-11 | 1 | -181/+0 |
| | |||||
* | Added new files to the LIBFILES variable. | Fred Drake | 1998-08-11 | 1 | -2/+4 |
| | |||||
* | Removed now-documented modules from the list. | Fred Drake | 1998-08-11 | 1 | -6/+0 |
| | |||||
* | Added new sections. | Fred Drake | 1998-08-11 | 1 | -1/+3 |
| | |||||
* | Documentation for the compileall module. | Fred Drake | 1998-08-11 | 1 | -0/+41 |
| | |||||
* | Documentation for the py_compile module. | Fred Drake | 1998-08-11 | 1 | -0/+35 |
| | |||||
* | Added index entries. | Fred Drake | 1998-08-11 | 1 | -5/+8 |
| | | | | Small markup nits. | ||||
* | Add a comment explaining that this script is probably not useful outside the | Fred Drake | 1998-08-11 | 1 | -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 is | Fred Drake | 1998-08-11 | 1 | -6/+6 |
| | | | | converted. | ||||
* | Better check in the date from the last magic-fix-release. ;-) | Fred Drake | 1998-08-11 | 1 | -1/+1 |
| | |||||
* | Control when/where navigation bars will appear: top & bottom of each page. | Fred Drake | 1998-08-11 | 1 | -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 Drake | 1998-08-10 | 1 | -0/+3 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 126 | -209/+364 |
| | | | | Fix up a few synopses. | ||||
* | do_cmd_moduleauthor(), | Fred Drake | 1998-08-10 | 1 | -156/+180 |
| | | | | do_cmd_sectionauthor(): Parallel the new macros. | ||||
* | \moduleauthor, | Fred Drake | 1998-08-10 | 1 | -0/+6 |
| | | | | \sectionauthor: New macros to record attributions; no output. | ||||
* | New style section headers. | Fred Drake | 1998-08-10 | 13 | -17/+33 |
| | |||||
* | Some logical markup, some nits. | Fred Drake | 1998-08-10 | 1 | -25/+26 |
| | |||||
* | insert_index(): Take two additional parameters: $columns and $letters. Call | Fred Drake | 1998-08-07 | 1 | -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 Drake | 1998-08-07 | 1 | -5/+15 |
| | |||||
* | By default, use a two-column index. | Fred Drake | 1998-08-07 | 1 | -1/+4 |
| | |||||
* | Allow multi-column indexes to be produced. | Fred Drake | 1998-08-07 | 1 | -6/+60 |
| | |||||
* | re is standard, not built-in. | Fred Drake | 1998-08-07 | 2 | -4/+7 |
| | |||||
* | Clarify that the Python interpreter lock need *not* be held by | Guido van Rossum | 1998-08-07 | 1 | -3/+5 |
| | | | | | PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them. | ||||
* | Document gethostbyname_ex(). | Guido van Rossum | 1998-08-07 | 1 | -1/+12 |
| | |||||
* | Updated list of Library Reference files. | Fred Drake | 1998-08-07 | 1 | -8/+13 |
| | | | | Added some dependencies to some of the HTML generation targets. | ||||
* | Add warning that mutable argument defaults are evaluated only once; | Guido van Rossum | 1998-08-07 | 1 | -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 Drake | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Fix synopsis. | Fred Drake | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Clarify that quit() and close() render the instance useless. | Guido van Rossum | 1998-08-07 | 1 | -2/+7 |
| | |||||
* | Added file transfer to example. | Fred Drake | 1998-08-07 | 1 | -0/+2 |
| | |||||
* | Guido's white background. | Fred Drake | 1998-08-07 | 1 | -0/+1 |
| | |||||
* | Minor refilling of a paragraph... | Barry Warsaw | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | im_function --> im_func | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | In the example, make sure all the imports are done. | Fred Drake | 1998-08-07 | 1 | -3/+2 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-07 | 1 | -16/+21 |
| | |||||
* | Clarify xdrlib synopsis. | Fred Drake | 1998-08-07 | 1 | -8/+5 |
| | |||||
* | Fix typo in binascii synopsis. | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Removed obsolete chapter header. | Fred Drake | 1998-08-07 | 1 | -15/+0 |
| |