Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explain how come that pickle and cPickle, while using the same data | Guido van Rossum | 1999-01-06 | 1 | -0/+6 |
| | | | | format, can produce different pickle strings for the same object. | ||||
* | Minor clarifications by Sean Reifschneider: | Guido van Rossum | 1999-01-06 | 1 | -1/+15 |
| | | | | | - add example of string literal concatenation - add clarifying comment to the example of the if statement | ||||
* | Replace the docs for reduce with an adaptation of its docstring, which | Guido van Rossum | 1999-01-06 | 1 | -8/+9 |
| | | | | was actually clearer! | ||||
* | Add doc for access() and ttyname(). Patch by Sean Reifschneider. | Guido van Rossum | 1999-01-06 | 1 | -0/+12 |
| | |||||
* | Preliminary code to mark paragraphs. Seems to work, but very slow. | Fred Drake | 1999-01-06 | 1 | -2/+150 |
| | |||||
* | Remove documentation for whatraw() since it's gone now. | Fred Drake | 1999-01-06 | 1 | -13/+2 |
| | |||||
* | Document the sndhdr module. | Fred Drake | 1999-01-05 | 3 | -6/+56 |
| | | | | Document that the whatsound module is obsolete. | ||||
* | Shorten the synopsis that gets into the table of contents. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | write_idxfile(): New function. Isolate format of the external index | Fred Drake | 1999-01-05 | 1 | -95/+82 |
| | | | | | | | | | | | | | | | | data file used by buildindex.py. next_argument_id(): Removed; no longer used. next_argument(): Doesn't use next_argument_id(), just does the work. gen_target(), gen_target_name(): Removed, no longer used. The only place that used them now does the (trivial) work directly. Lots of little changes so we never have to pass around $br_id values all over the place. The only places they're used now new IDs are generated as needed. | ||||
* | Added missing "from" in IOError description. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | Remove obsolete comment. | Fred Drake | 1999-01-05 | 1 | -1/+0 |
| | |||||
* | Make the documents that have indexes dependent on the buildindex.py | Fred Drake | 1999-01-05 | 1 | -4/+6 |
| | | | | script. | ||||
* | do_cmd_methodline(): New function, implements indexing version of | Fred Drake | 1999-01-05 | 1 | -6/+30 |
| | | | | | | | \methodline. Fixed up support for \withsubitem, hopefully improving the fidelity of the index a bit. | ||||
* | trim_ignored_letters(): Simplify a little. | Fred Drake | 1999-01-04 | 1 | -6/+6 |
| | |||||
* | Update information on the version of latex2html to use, including | Fred Drake | 1999-01-04 | 1 | -2/+5 |
| | | | | complaint about 98.2b8 problems. | ||||
* | Typo: "TWELV" --> "TWELVE" | Fred Drake | 1999-01-04 | 1 | -1/+4 |
| | | | | | | | | | | | | Added note at top, since LaTeX style writers like to force name changes when someone else makes a change to the style. I'm sending a note to the author reporting the error and asking for an updated version. This cannot be distributed in this form. This will be resolved when I get a response from Ulf Lindgren. Typo reported by rwolff@noao.edu (Richard Wolff). | ||||
* | Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) | Andrew M. Kuchling | 1998-12-31 | 1 | -4/+11 |
| | | | | to the flush() method of compressor objects. | ||||
* | Added index entries to make it easier to locate directory & file operations. | Fred Drake | 1998-12-28 | 1 | -0/+3 |
| | |||||
* | Added index entries to make it easier to locate directory operations. | Fred Drake | 1998-12-28 | 1 | -0/+2 |
| | |||||
* | Clarified what Python versions the interactivity chapter applies to, | Fred Drake | 1998-12-28 | 1 | -1/+9 |
| | | | | and what it doesn't apply to. | ||||
* | Remove recently documented modules from the undoc list. | Fred Drake | 1998-12-28 | 1 | -6/+0 |
| | |||||
* | Print a line to the console reporting the number of index nodes | Fred Drake | 1998-12-28 | 1 | -2/+6 |
| | | | | processed. This can be interesting to see. | ||||
* | Added entry for libshutil.tex. | Fred Drake | 1998-12-28 | 1 | -1/+2 |
| | |||||
* | Add documentation for shutil module. | Fred Drake | 1998-12-28 | 2 | -0/+101 |
| | |||||
* | Adjust a few niggles that affected the HTML conversion (a couple of | Fred Drake | 1998-12-28 | 1 | -3/+3 |
| | | | | "^"s were being dropped in the context of [^...]). | ||||
* | Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) | Fred Drake | 1998-12-28 | 1 | -19/+19 |
| | | | | | only expand this in dependency lists. Thanks for Sjoerd Mullendar for pointing this out. | ||||
* | Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. | Guido van Rossum | 1998-12-23 | 1 | -1/+6 |
| | |||||
* | Fix many of the specific targets in links from the index. | Fred Drake | 1998-12-22 | 1 | -7/+7 |
| | | | | | In a number of places, I called next_argument() instead of next_argument_id() when the ID was also needed. (7 places) | ||||
* | Add the getpass module to $(LIBFILES). | Fred Drake | 1998-12-22 | 1 | -1/+2 |
| | |||||
* | Add the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+1 |
| | |||||
* | Basic documentation for the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+31 |
| | |||||
* | Bump $(RELEASE). | Fred Drake | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | Added a \versionchanged since the API changed to support | Fred Drake | 1998-12-22 | 1 | -1/+4 |
| | | | | | | | | | namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". | ||||
* | Added information on when this was added, allowing us to release the | Fred Drake | 1998-12-22 | 2 | -0/+3 |
| | | | | documentation on the Web while people are still using < 1.5.2b1. | ||||
* | Update the date. | Fred Drake | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | Adjust markup to match current conventions, and make it formattable. | Fred Drake | 1998-12-22 | 2 | -41/+50 |
| | |||||
* | Start of text that describes differences between match and search. | Fred Drake | 1998-12-22 | 1 | -5/+40 |
| | | | | Strengthen pointers to the search() function and method. | ||||
* | Improve a couple of comments. | Fred Drake | 1998-12-22 | 1 | -2/+3 |
| | |||||
* | Use \moduleauthor and \sectionauthor instead of a comment to credit | Fred Drake | 1998-12-22 | 1 | -1/+2 |
| | | | | the author (just happened to notice this one). | ||||
* | Add an explanation about what the example does and doesn't do. | Fred Drake | 1998-12-22 | 1 | -2/+7 |
| | | | | | Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;) | ||||
* | do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC | Fred Drake | 1998-12-22 | 1 | -4/+7 |
| | | | | repository. | ||||
* | Added libnetrc.tex and libshlex.tex to LIBFILES. | Fred Drake | 1998-12-22 | 1 | -1/+3 |
| | |||||
* | Adding libshlex and libnetrc by Eric Raymond. | Guido van Rossum | 1998-12-22 | 3 | -0/+126 |
| | |||||
* | Suggestion by Tim Peters clarifying what "before global" means. | Guido van Rossum | 1998-12-21 | 1 | -1/+2 |
| | | | | | (Also added an XXX comment requesting clarification of module initialization -- TBD later.) | ||||
* | Clarify descriptions of some operations; it's not always clear that | Fred Drake | 1998-12-21 | 1 | -103/+107 |
| | | | | | strings are not actually modified. Problem reported by Dr. Peter Stoehr <peter.stoehr@weihenstephan.org>. | ||||
* | Add a bunch of index entries related to retrieving information from | Fred Drake | 1998-12-21 | 1 | -0/+6 |
| | | | | the process table. | ||||
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-18 | 1 | -49/+59 |
| | | | | | | | Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. | ||||
* | create_module_info(): New function: Modify a <section> to create a | Fred Drake | 1998-12-10 | 1 | -13/+99 |
| | | | | | | | | | <moduleinfo> element based on various meta information, and strip some cruftiness. This is more usable for information extraction, and organizes the information more clearly. cleanup_synopses(): Rewrite to use create_module_info(), so this will work with multi-rooted "documents". | ||||
* | Remove another {\rm ...} construct. | Fred Drake | 1998-12-10 | 1 | -2/+2 |
| | | | | Sheesh, where do these things come from? | ||||
* | Don't pass around a list of known empty elements, since the ESIS | Fred Drake | 1998-12-10 | 1 | -5/+6 |
| | | | | contains "e" events for them. This wasn't used anyway. |