summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* At the top, made it clear that the \bimodindex{} and \stmodindex{} are onlyFred Drake1997-12-151-1/+4
* regex -> reGuido van Rossum1997-12-151-1/+1
* Changed \indexsubitem from ({\tt HTMLParser} method) to justFred Drake1997-12-121-1/+1
* Changed \indexsubitem from ({\tt SGMLParser} method) to justFred Drake1997-12-121-1/+1
* Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).Fred Drake1997-12-121-1/+1
* AMK's latest version.Guido van Rossum1997-12-111-81/+93
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-101-2/+3
* Document binary format and __init__-free unpickling. Added a pointerGuido van Rossum1997-12-091-25/+49
* Turn the table for flags into a nested itemized environment.Guido van Rossum1997-12-091-21/+24
* Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.Guido van Rossum1997-12-091-1/+1
* Reference to PYTHONPATH should be PYTHONSTARTUP.Guido van Rossum1997-12-091-1/+1
* Added note about the module's obsolescence.Guido van Rossum1997-12-091-1/+11
* Added more warnings about ni's demise.Guido van Rossum1997-12-091-2/+7
* Mark file names with \file{} instead of \code{}.Fred Drake1997-12-091-9/+10
* Separated the definitions of ntohs(), ntohl(), htons(), htonl(). SeparateFred Drake1997-12-081-8/+21
* New version from AMK -- with minor corrections to make it legal latex.Guido van Rossum1997-12-081-53/+120
* Fixed SFT #23842: leave in non-standard style options when checking in anFred Drake1997-12-081-1/+1
* Some reorganization (all limit operations & constants together, and all usageFred Drake1997-12-061-54/+124
* Fixed unresolved reference problem; this module wasn't \label{}ed.Fred Drake1997-12-041-4/+5
* Removed unnecessary escaping.Fred Drake1997-12-041-39/+39
* Arg; more nits, but I may as well finish the job.Fred Drake1997-12-041-20/+6
* Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a leftFred Drake1997-12-041-6/+6
* Changed {\sc gdbm} to \code{gdbm} everywhere.Fred Drake1997-12-041-13/+12
* Provide default for blocksize on retrbinary (Skip Montanaro).Guido van Rossum1997-12-031-4/+5
* The biggie: changed the funcdesc environments used for opcode descriptionsFred Drake1997-12-031-175/+176
* Typo in example (missing '=') discovered by Sandy Langbart.Guido van Rossum1997-12-021-1/+1
* Document new behavior of isinstance() when using a type object.Guido van Rossum1997-12-021-3/+5
* Removed Queue.py. It's documented now.Barry Warsaw1997-12-011-2/+0
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-304-0/+8
* Added \indexsubitem definition. Non-optimal, but two modules are sharingFred Drake1997-11-301-0/+4
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-301-0/+2
* Updated \indexsubitem; functions had been indexed for the wrong module.Fred Drake1997-11-301-0/+2
* Slip of the keyboard (f__ should be __). Dunno why I had a totallyGuido van Rossum1997-11-271-1/+1
* Documented brand new behavior of sys.ps1 and sys.ps2 (str() is appliedGuido van Rossum1997-11-251-1/+4
* Removed leading comment about this being "introductory" documentation;Fred Drake1997-11-251-2/+6
* Get rid of math mode in some places.Guido van Rossum1997-11-254-7/+7
* Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp.Guido van Rossum1997-11-251-1/+1
* Remove strange use of $math$ mode to produce a backslash.Guido van Rossum1997-11-251-1/+2
* Oops, did the previous delete the wrong way.Guido van Rossum1997-11-251-1/+0
* Get rid of last traces of module 'audio'Guido van Rossum1997-11-241-1/+1
* Add fileinput.Guido van Rossum1997-11-241-0/+2
* Adding Martin von Loewis' documentation for his locale module.Guido van Rossum1997-11-203-0/+191
* Add description for some modules that have been added since this introGuido van Rossum1997-11-201-0/+21
* Add description for Queue; fix typo (whichdbm should be whichdb).Guido van Rossum1997-11-201-1/+4
* libqueue.tex: Documentation for the Queue.py module.Barry Warsaw1997-11-202-0/+89
* In the description of sub(), give a better explanation of theBarry Warsaw1997-11-201-4/+18
* Add xmllib; remove (slow) from description of htmllib.Guido van Rossum1997-11-181-1/+4
* dis is now documented; bisect is deemed useful.Guido van Rossum1997-11-181-3/+1
* Document s.connect_ex(), which does not raise an exception on error.Guido van Rossum1997-11-181-0/+7
* Clarified reference to old profiler.Guido van Rossum1997-11-181-3/+7