Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small wording change about global and local trace functions. | Guido van Rossum | 1997-10-27 | 2 | -4/+20 |
| | |||||
* | Ooops, found too more references to old conditions on floating point values. | Fred Drake | 1997-10-24 | 2 | -14/+2 |
| | |||||
* | Removed obsolete discussion on _xdr helper module. | Fred Drake | 1997-10-24 | 2 | -42/+2 |
| | |||||
* | Put {} around \^ in sets to force latex2html to do the right thing... | Guido van Rossum | 1997-10-22 | 2 | -6/+6 |
| | |||||
* | count() now has a 4th parameter too. Also rephrased the docs for find | Guido van Rossum | 1997-10-20 | 2 | -24/+18 |
| | | | | to use the same, better words to explain start/end. | ||||
* | Documented exc_info(); also updated exc_type and last_type docs. | Guido van Rossum | 1997-10-20 | 2 | -36/+114 |
| | |||||
* | Change Python-as-executable-script example to use "#! /usr/bin/env python" | Fred Drake | 1997-10-15 | 2 | -10/+10 |
| | | | | | | | | | since that's now the recommended way to do it. In pickling discussion, change "code{pickle}" (not missing leading "\") to "This" since the immediately preceeding sentence ended with the same text (with the proper "\"). Fixes a formatting bug and an odd glitch in the writing. | ||||
* | Restore the \seealso formatting that got lost when I updated the math | Fred Drake | 1997-10-13 | 2 | -2/+6 |
| | | | | module documentation. | ||||
* | Add support for ctypedesc, cvardesc, seealso, seemodule, seetext. | Fred Drake | 1997-10-13 | 1 | -0/+47 |
| | | | | This seems to take care of everything but tables and equations. | ||||
* | Remove macpath entry -- it is already documented. | Fred Drake | 1997-10-13 | 2 | -4/+0 |
| | |||||
* | socket_type ==> SocketType | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | |||||
* | Remove superfluous comman from between "not" and "in" when describing the | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | | | | "not in" operator. | ||||
* | struct _frozen: | Fred Drake | 1997-10-13 | 2 | -8/+8 |
| | | | | | | | | Use spaces instead of tabs to indent structure definition; tabs don't work in tex/latex. PyImport_FrozenModules: struct _freeze ==> struct _frozen | ||||
* | The sequence behavior is now on the Exception root class rather than | Guido van Rossum | 1997-10-07 | 2 | -6/+8 |
| | | | | on the StandardError class. | ||||
* | Added pointer to api.tex and note about the out-of-date-ness of this | Guido van Rossum | 1997-10-07 | 2 | -0/+14 |
| | | | | document. | ||||
* | Set Oct 10 as the release date. | Guido van Rossum | 1997-10-07 | 2 | -2/+2 |
| | |||||
* | Change title to {Python/C API Reference Manual}; remove \bcode \ecode | Guido van Rossum | 1997-10-07 | 2 | -22/+22 |
| | | | | which appears to be out of fashion in this file. | ||||
* | And "ni" has been documented... | Fred Drake | 1997-10-06 | 2 | -4/+0 |
| | |||||
* | Oops; don't know if this was my typo or not: There was a "p" on a line that | Fred Drake | 1997-10-06 | 2 | -2/+2 |
| | | | | should have been blank. | ||||
* | Updated the section "Parsing Python". | Fred Drake | 1997-10-06 | 2 | -24/+2 |
| | |||||
* | Added keyword module entry. | Fred Drake | 1997-10-06 | 2 | -0/+2 |
| | |||||
* | Minor nits (Lib/token.py is a file, token is a module...). | Fred Drake | 1997-10-06 | 2 | -4/+104 |
| | | | | Added docs for symbol and token modules at the end. | ||||
* | Documentation for the keyword module. | Fred Drake | 1997-10-06 | 2 | -0/+18 |
| | |||||
* | Move the pprint docs after the code docs, so that all parser/codegen type | Fred Drake | 1997-10-06 | 2 | -2/+2 |
| | | | | things come together. | ||||
* | Document the mapping object's new get() method. | Barry Warsaw | 1997-10-06 | 2 | -0/+10 |
| | |||||
* | Add the four latex2html output directories: api, ext, lib, tut. | Fred Drake | 1997-10-06 | 1 | -0/+4 |
| | |||||
* | Done with tread state descriptions. Sigh! | Guido van Rossum | 1997-10-06 | 2 | -100/+618 |
| | |||||
* | Added strerror() | Guido van Rossum | 1997-10-05 | 2 | -0/+8 |
| | |||||
* | Removed emacs.py | Guido van Rossum | 1997-10-05 | 2 | -4/+0 |
| | |||||
* | Fixed some stuff that was incorrectly copied from regex. | Guido van Rossum | 1997-10-05 | 2 | -20/+22 |
| | |||||
* | Documented __import__, callable, isinstance, issubclass, | Guido van Rossum | 1997-10-05 | 2 | -10/+166 |
| | | | | and slice. | ||||
* | Documented new exceptions and exception classes. | Guido van Rossum | 1997-10-05 | 2 | -40/+234 |
| | |||||
* | Add -N0 to dvips flags to generate page structure comments. | Guido van Rossum | 1997-10-05 | 1 | -1/+1 |
| | |||||
* | Checkpoint. Added docs for the new exception handling APIs and for | Guido van Rossum | 1997-10-05 | 2 | -70/+506 |
| | | | | the interfaces defined in import.h. | ||||
* | Fixed up formatting. | Fred Drake | 1997-09-30 | 2 | -114/+184 |
| | |||||
* | Fixed up formatting, added descriptions for previously undocumented functions. | Fred Drake | 1997-09-30 | 2 | -74/+138 |
| | |||||
* | Update the description and the example to the new functionality, which | Guido van Rossum | 1997-09-09 | 2 | -118/+238 |
| | | | | | | | is mostly concentrated in a generalized find_module() and the new load_module(). Added the new module type constants. Declare that SEARCH_ERROR and a whole bunch of module-type-specific functions are obsolete. | ||||
* | Change packages to site-packages (so it's clearly not a package itself). | Guido van Rossum | 1997-09-08 | 2 | -10/+10 |
| | |||||
* | Added warning about ni's obsolescence. Retracted semantic changes | Guido van Rossum | 1997-09-07 | 2 | -0/+12 |
| | | | | (i.e. when using ni, the old __init__.py semantics prevail!) | ||||
* | Initial revision | Guido van Rossum | 1997-09-07 | 2 | -0/+98 |
| | |||||
* | Give in to Mike Meyer -- add *both* lib/python1.5/packages and | Guido van Rossum | 1997-09-03 | 2 | -18/+40 |
| | | | | | lib/site-python to the path (if they exist). This is a reasonable compromise. | ||||
* | Document newly revamped site configuration mechanism. | Guido van Rossum | 1997-08-30 | 2 | -38/+126 |
| | | | | Damn the criticism in c.l.p! | ||||
* | Added docs for 'user' customization module. Renamed libuser.tex | Guido van Rossum | 1997-08-30 | 5 | -3/+126 |
| | | | | (which had UserDict/UserList) to libuserdict.tex. | ||||
* | Added os.altsep; this is '/' on DOS/Windows, and None on systems with | Guido van Rossum | 1997-08-29 | 2 | -4/+16 |
| | | | | a sane filename syntax. | ||||
* | Referred to POSIX docs as well as to Unix docs. | Guido van Rossum | 1997-08-27 | 2 | -6/+6 |
| | |||||
* | Ignore whitespace between formats (not internal to a count+format). | Guido van Rossum | 1997-08-26 | 2 | -0/+6 |
| | |||||
* | Removed some colons that shouldn't be there (probably leftovers from | Guido van Rossum | 1997-08-25 | 2 | -26/+52 |
| | | | | docstring conversion). | ||||
* | Oops, don't suppress echo of the rm command in l2hclean! | Fred Drake | 1997-08-22 | 1 | -1/+1 |
| | |||||
* | Simplify LaTeX2HTML targets && support re-use of output directories (which | Fred Drake | 1997-08-22 | 1 | -17/+10 |
| | | | | | | saves re-generation of images). Add l2hclean target. | ||||
* | Changed description of SchedParams() in the following way: | Fred Drake | 1997-08-22 | 2 | -4/+4 |
| | | | | | | | | | | | \bar{Besocial} --> \var{besocial} ^--- note case ----^ The fixed version matches the signature. Changed "\bar{Besocial} gives ..." to "The \var{besocial} flag gives ..." to keep from starting the sentence with a lowercase token. (The \bar{} --> \var{} change was required to keep LaTeX happy.) |