Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed \indexsubitem from ({\tt SGMLParser} method) to just | Fred Drake | 1997-12-12 | 1 | -1/+1 |
| | | | | | | | (SGMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method). | Fred Drake | 1997-12-12 | 1 | -1/+1 |
| | | | | | This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | AMK's latest version. | Guido van Rossum | 1997-12-11 | 1 | -81/+93 |
| | |||||
* | The 'l' flag (locale specific matching) has been renamed to 'L'. | Guido van Rossum | 1997-12-10 | 1 | -2/+3 |
| | |||||
* | Document binary format and __init__-free unpickling. Added a pointer | Guido van Rossum | 1997-12-09 | 1 | -25/+49 |
| | | | | to cPickle. | ||||
* | Turn the table for flags into a nested itemized environment. | Guido van Rossum | 1997-12-09 | 1 | -21/+24 |
| | |||||
* | Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text. | Guido van Rossum | 1997-12-09 | 1 | -1/+1 |
| | |||||
* | Reference to PYTHONPATH should be PYTHONSTARTUP. | Guido van Rossum | 1997-12-09 | 1 | -1/+1 |
| | |||||
* | Added note about the module's obsolescence. | Guido van Rossum | 1997-12-09 | 1 | -1/+11 |
| | |||||
* | Added more warnings about ni's demise. | Guido van Rossum | 1997-12-09 | 1 | -2/+7 |
| | |||||
* | Mark file names with \file{} instead of \code{}. | Fred Drake | 1997-12-09 | 1 | -9/+10 |
| | |||||
* | Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate | Fred Drake | 1997-12-08 | 1 | -8/+21 |
| | | | | | descriptions really make things look a bit better, and should improve the ability to re-purpose the content. | ||||
* | New version from AMK -- with minor corrections to make it legal latex. | Guido van Rossum | 1997-12-08 | 1 | -53/+120 |
| | |||||
* | Fixed SFT #23842: leave in non-standard style options when checking in an | Fred Drake | 1997-12-08 | 1 | -1/+1 |
| | | | | update. ;-( | ||||
* | Some reorganization (all limit operations & constants together, and all usage | Fred Drake | 1997-12-06 | 1 | -54/+124 |
| | | | | | | | | | | functions and constants together). Make explicit datadesc sections for each of the constants which might appear, and have a description of each. (Descriptions are based on the Linux documentation and sources and the Solaris man pages.) Hopefully Jeremy won't mind, because I didn't ask. ;-) | ||||
* | Fixed unresolved reference problem; this module wasn't \label{}ed. | Fred Drake | 1997-12-04 | 1 | -4/+5 |
| | | | | | | | | Remove spurious underscore following book title. Added specific reference to a Win32 networking book. Changed \indexsubitem from (in module SocketServer) to (SocketServer protocol), since it's talking about a protocol supported by a collection of classes. | ||||
* | Removed unnecessary escaping. | Fred Drake | 1997-12-04 | 1 | -39/+39 |
| | |||||
* | Arg; more nits, but I may as well finish the job. | Fred Drake | 1997-12-04 | 1 | -20/+6 |
| | | | | | | | Removed the large comment remaining from the template documentation section; the template tells us to remove these once they're not needed. Remove some trailing whitespace from VM instruction pseudo-code. | ||||
* | Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left | Fred Drake | 1997-12-04 | 1 | -6/+6 |
| | | | | | | | shift. Adjust whitespace around "=" in VM machine descriptions to be consistent throughout the document. | ||||
* | Changed {\sc gdbm} to \code{gdbm} everywhere. | Fred Drake | 1997-12-04 | 1 | -13/+12 |
| | | | | | | Fixed \indexsubitem to gdbm instead of dbm. Changed dbm to \code{dbm} everywhere. | ||||
* | Provide default for blocksize on retrbinary (Skip Montanaro). | Guido van Rossum | 1997-12-03 | 1 | -4/+5 |
| | |||||
* | The biggie: changed the funcdesc environments used for opcode descriptions | Fred Drake | 1997-12-03 | 1 | -175/+176 |
| | | | | | | | | | | | | | | to use the opcodedesc environment. Changed a \code{} to a \file{} near the start where a file is referenced. Fixed a typo: "on" --> "one" in ROT_THREE description. Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was inconsistent. Ideally, another macro would be defined since these don't represent code a programmer would type, but that's minor even for me. It'll probably get converted automatically in the SGML conversion project. Whether that matters or not isn't relevant at this point. | ||||
* | Typo in example (missing '=') discovered by Sandy Langbart. | Guido van Rossum | 1997-12-02 | 1 | -1/+1 |
| | |||||
* | Document new behavior of isinstance() when using a type object. | Guido van Rossum | 1997-12-02 | 1 | -3/+5 |
| | |||||
* | Removed Queue.py. It's documented now. | Barry Warsaw | 1997-12-01 | 1 | -2/+0 |
| | |||||
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 4 | -0/+8 |
| | | | | wrong module. | ||||
* | Added \indexsubitem definition. Non-optimal, but two modules are sharing | Fred Drake | 1997-11-30 | 1 | -0/+4 |
| | | | | the documentation here. | ||||
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 1 | -0/+2 |
| | | | | wrong module. | ||||
* | Updated \indexsubitem; functions had been indexed for the wrong module. | Fred Drake | 1997-11-30 | 1 | -0/+2 |
| | |||||
* | Slip of the keyboard (f__ should be __). Dunno why I had a totally | Guido van Rossum | 1997-11-27 | 1 | -1/+1 |
| | | | | | | messed up (but not checked in) version in my work files and didn't notice before releasing 1.5 -- at least the distributed latex file doesn't have the bogus warning about changed __init__ semantics. | ||||
* | Documented brand new behavior of sys.ps1 and sys.ps2 (str() is applied | Guido van Rossum | 1997-11-25 | 1 | -1/+4 |
| | | | | to get the actual prompt). | ||||
* | Removed leading comment about this being "introductory" documentation; | Fred Drake | 1997-11-25 | 1 | -2/+6 |
| | | | | | | | | compared to most, I'd say this section is fairly thorough. Fixed \indexsubitem definitions for symbol and token module sub-documents. Perhaps these should be moved to their own files, but they're awefully small. | ||||
* | Get rid of math mode in some places. | Guido van Rossum | 1997-11-25 | 4 | -7/+7 |
| | |||||
* | Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp. | Guido van Rossum | 1997-11-25 | 1 | -1/+1 |
| | |||||
* | Remove strange use of $math$ mode to produce a backslash. | Guido van Rossum | 1997-11-25 | 1 | -1/+2 |
| | |||||
* | Oops, did the previous delete the wrong way. | Guido van Rossum | 1997-11-25 | 1 | -1/+0 |
| | |||||
* | Get rid of last traces of module 'audio' | Guido van Rossum | 1997-11-24 | 1 | -1/+1 |
| | |||||
* | Add fileinput. | Guido van Rossum | 1997-11-24 | 1 | -0/+2 |
| | |||||
* | Adding Martin von Loewis' documentation for his locale module. | Guido van Rossum | 1997-11-20 | 3 | -0/+191 |
| | |||||
* | Add description for some modules that have been added since this intro | Guido van Rossum | 1997-11-20 | 1 | -0/+21 |
| | | | | section was last revised... | ||||
* | Add description for Queue; fix typo (whichdbm should be whichdb). | Guido van Rossum | 1997-11-20 | 1 | -1/+4 |
| | |||||
* | libqueue.tex: Documentation for the Queue.py module. | Barry Warsaw | 1997-11-20 | 2 | -0/+89 |
| | | | | | | | Makefile: Add dependency on libqueue.tex lib.tex: Place the libqueue.tex documentation just after libthread.tex since Queue depends on thread support in Python. | ||||
* | In the description of sub(), give a better explanation of the | Barry Warsaw | 1997-11-20 | 1 | -4/+18 |
| | | | | | interface when repl is a function. Also give a simple example of using a function repl. | ||||
* | Add xmllib; remove (slow) from description of htmllib. | Guido van Rossum | 1997-11-18 | 1 | -1/+4 |
| | |||||
* | dis is now documented; bisect is deemed useful. | Guido van Rossum | 1997-11-18 | 1 | -3/+1 |
| | |||||
* | Document s.connect_ex(), which does not raise an exception on error. | Guido van Rossum | 1997-11-18 | 1 | -0/+7 |
| | |||||
* | Clarified reference to old profiler. | Guido van Rossum | 1997-11-18 | 1 | -3/+7 |
| | | | | Mention conversion to Perl-style regular expressions. | ||||
* | Added doc for errorcode dictionary. | Guido van Rossum | 1997-11-18 | 1 | -1/+6 |
| | |||||
* | Adding dis and xmllib docs | Guido van Rossum | 1997-11-18 | 1 | -0/+2 |
| | |||||
* | Docu for xmllib.py, by Sjoerd Mullender. | Guido van Rossum | 1997-11-18 | 1 | -0/+185 |
| |