Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+6 |
| | |||||
* | Removed entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -4/+0 |
| | |||||
* | $(LIBFILES): Added libcopyreg.tex. | Fred Drake | 1998-01-21 | 1 | -1/+1 |
| | |||||
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+2 |
| | |||||
* | Simple documentation of the copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+56 |
| | | | | | | Guido, you should probably look at this. The pickle documentation is out of date; I don't see anything about the __reduce__() stuff or the __safe_for_unpickling__ attribute. | ||||
* | Update comment about relative URL internet draft to reflect current RFC status; | Fred Drake | 1998-01-21 | 2 | -10/+14 |
| | | | | | | index references the appropriate RFCs. Consistency: Always use trailing "()" on function names in running text. | ||||
* | Added a bunch of "concept" index entries. | Fred Drake | 1998-01-20 | 2 | -8/+22 |
| | | | | Use trailing "()" on function names in running text. | ||||
* | Added index entry and \label{} for exceptions module. This isn't in the | Fred Drake | 1998-01-20 | 2 | -0/+4 |
| | | | | | normal modules portion of the manual, but that's the basic effect of this section with the 1.5 change in exception support. | ||||
* | Always mark variables in the "Notes" following a table the same way as in the | Fred Drake | 1998-01-20 | 2 | -2/+6 |
| | | | | | | tables: \var{} Add a couple of index entries to the File Objects section. | ||||
* | Removed bogus index entry for the type() built-in. | Fred Drake | 1998-01-20 | 2 | -4/+2 |
| | | | | | Marked title of the Python Reference Manual as \emph{}, like other Python manual titles. | ||||
* | Proposed new macros: see comments. These are not yet used. | Fred Drake | 1998-01-20 | 1 | -0/+20 |
| | | | | | | | | | These are intended to support semantic markup. There are a number of places in the documentation where the exact meaning of an indentifier marked \code{} in the running text is ambiguous (could be a module or a class, a function or a method, etc.). These are intended to clarify the intent of the identifier for processing applications and more intelligent style processing. | ||||
* | Consistency: "{\tt ...}" ==> "\code{...}" | Fred Drake | 1998-01-20 | 2 | -2/+2 |
| | |||||
* | Consistency: "{\it ...}" ==> "\emph{...}" | Fred Drake | 1998-01-20 | 2 | -4/+4 |
| | |||||
* | The soundex module is built-in, not standard. | Fred Drake | 1998-01-20 | 2 | -6/+6 |
| | | | | "--" ==> "---" | ||||
* | Consistency: {\it ...} ==> \emph{...} | Fred Drake | 1998-01-20 | 2 | -2/+2 |
| | |||||
* | ni is a standard module, not a built-in module. The only other reference to | Fred Drake | 1998-01-20 | 2 | -4/+4 |
| | | | | it already got it right. | ||||
* | Consistency: (Yes, I know this section is not formatted by default, and | Fred Drake | 1998-01-20 | 2 | -16/+20 |
| | | | | | | | | | | isn't likely to be of much interest these days....) {\tt ...} ==> \code{...} Added \label{module-blat} for the two supporting modules. Added index entries for referred-to modules. | ||||
* | Removed a confusing note about coercions and __r*__ operators. | Guido van Rossum | 1998-01-19 | 4 | -153/+148 |
| | |||||
* | Various updates to the effect that the group argument is always optional. | Guido van Rossum | 1998-01-19 | 2 | -22/+30 |
| | | | | Also documented that groups() now always returns a tuple. | ||||
* | Add note about dropping latex 2.09 compatibility. | Guido van Rossum | 1998-01-19 | 1 | -0/+1 |
| | |||||
* | Consistency: Replaced 4 {\it ...} with \emph{...}. | Fred Drake | 1998-01-19 | 2 | -4/+4 |
| | |||||
* | Consistency: Replaced one {\tt ...} with \code{...}. | Fred Drake | 1998-01-19 | 2 | -2/+2 |
| | |||||
* | Consistency: In two places, change {\it ...} to \emph{...}. | Fred Drake | 1998-01-19 | 2 | -4/+4 |
| | |||||
* | Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. | Fred Drake | 1998-01-19 | 2 | -4/+4 |
| | |||||
* | \funcitem{}, \dataitem{}, \excitem{}: Removed obsolete macros; there are no | Fred Drake | 1998-01-18 | 1 | -36/+23 |
| | | | | | | | | | | | | | | longer used anywhere. Use the {*desc} environments instead. \var{}: Ensure that the argument is always set in roman italic, in case an alternate font is being used for code. These keeps the result of \var{} consistent. Some minor changes to allow easier exploration of alternate fonts for code in the running text. Haven't changed the selected font; I haven't found one that has everything required! (The best non-monospaced font so far was missing the <, >, and | characters, or at least had them at the wrong locations. It also allowed confusion between upper-case I and lower-case L.) | ||||
* | Use \emph{} for all references to the other documents, not just some of them. | Fred Drake | 1998-01-16 | 2 | -8/+8 |
| | |||||
* | Ouch: "accounces" ==> "announces" | Fred Drake | 1998-01-15 | 2 | -2/+2 |
| | | | | (In description of AbstractWriter class.) | ||||
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 34 | -60/+62 |
| | | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now. | ||||
* | Added the standard \label{module-*} for the two supporting modules. | Fred Drake | 1998-01-14 | 2 | -0/+4 |
| | |||||
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -4/+4 |
| | | | | Always include the comma *inside* the \optional{} markup! | ||||
* | Augment \tableofcontents to do the right thing. | Fred Drake | 1998-01-13 | 1 | -17/+18 |
| | |||||
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 8 | -8/+8 |
| | |||||
* | Removed one hack! | Fred Drake | 1998-01-13 | 1 | -2/+0 |
| | |||||
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 6 | -10/+10 |
| | |||||
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 4 | -6/+4 |
| | |||||
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -2/+4 |
| | | | | Added \label{} for referring to the module. | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 6 | -14/+14 |
| | | | | "Unix" ==> "\UNIX{}" | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 2 | -68/+68 |
| | | | | | | | | "Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}" | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 2 | -76/+76 |
| | | | | | | | | "Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}" | ||||
* | Removed obsolete \kwindex{} call. | Fred Drake | 1998-01-13 | 2 | -4/+10 |
| | | | | | | Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment. | ||||
* | Added "module search path" to the index. | Fred Drake | 1998-01-13 | 2 | -0/+2 |
| | |||||
* | Removed obsolete \kwindex{} calls. | Fred Drake | 1998-01-13 | 2 | -30/+26 |
| | | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}" | ||||
* | \kwindex{}: Removed obsolete macro. | Fred Drake | 1998-01-13 | 1 | -1/+0 |
| | |||||
* | &do_cmd_kwindex: Removed obsolete function. | Fred Drake | 1998-01-13 | 1 | -1/+0 |
| | |||||
* | Added command at end to use times fonts; commented out. Instructions to use | Fred Drake | 1998-01-13 | 1 | -0/+3 |
| | | | | | | | times are there as well. Doing it here means the switch only affects one file and gets everything rebuilt as needed. | ||||
* | Removed tarps2, tardvi targets based on comments from Guido. | Fred Drake | 1998-01-13 | 1 | -32/+5 |
| | | | | | | | | Added -9 option to gzip. This doesn't save much space, but it's "free" and appreaciated by those with slow modems. (With these tarballs, that means "those with modems"...!) Remove the two tarballs in the clean target. | ||||
* | After discussion with Guido, agreed to only support double-sided PostScript, | Fred Drake | 1998-01-13 | 1 | -95/+0 |
| | | | | so we'll not need this shell whackery after all. | ||||
* | Added openright option the the \documentclass{} for each of the manuals. | Fred Drake | 1998-01-13 | 8 | -8/+8 |
| | |||||
* | Added targets: | Fred Drake | 1998-01-13 | 1 | -2/+40 |
| | | | | | | | | | tarps - one-sided PostScript tarps2 - two-sided PostScript, with ref.ps added as-is. tardvi - yes, some people want the .dvi files all-ps2 - Create the .ps files, but make sure the LaTeX openright option is used in the \documentclass. | ||||
* | Script to add & remove LaTeX \documentclass options. Run "./texoption.sh" | Fred Drake | 1998-01-13 | 1 | -0/+95 |
| | | | | for usage information. |