| Commit message (Expand) | Author | Age | Files | Lines |
* | The sequence behavior is now on the Exception root class rather than | Guido van Rossum | 1997-10-07 | 2 | -6/+8 |
|
|
* | Added pointer to api.tex and note about the out-of-date-ness of this | Guido van Rossum | 1997-10-07 | 2 | -0/+14 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Document newly revamped site configuration mechanism. | Guido van Rossum | 1997-08-30 | 2 | -38/+126 |
|
|
* | Added docs for 'user' customization module. Renamed libuser.tex | Guido van Rossum | 1997-08-30 | 5 | -3/+126 |
|
|
* | Added os.altsep; this is '/' on DOS/Windows, and None on systems with | Guido van Rossum | 1997-08-29 | 2 | -4/+16 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Changed description of SchedParams() in the following way: | Fred Drake | 1997-08-22 | 2 | -4/+4 |
|
|
* | Added missing "\end{funcdesc}" after FindFolder documentation. | Fred Drake | 1997-08-22 | 2 | -0/+2 |
|
|
* | mention cPickle and cStringIO | Guido van Rossum | 1997-08-21 | 2 | -0/+8 |
|
|
* | Fix some badly botched prototypes for PyRun* c.s. | Guido van Rossum | 1997-08-21 | 2 | -6/+6 |
|
|
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 13 | -97/+379 |
|
|
* | Consistently change Python-C API to Python/C API; added lots of new | Guido van Rossum | 1997-08-17 | 2 | -18/+578 |
|
|
* | Tweaked all l2h targets to remove the target directory before renaming | Guido van Rossum | 1997-08-15 | 1 | -2/+4 |
|
|
* | Fixes to make it pass latex without complaints. | Guido van Rossum | 1997-08-15 | 2 | -20/+28 |
|
|
* | the usual | Guido van Rossum | 1997-08-15 | 2 | -10/+14 |
|
|
* | Date | Guido van Rossum | 1997-08-15 | 2 | -2/+2 |
|
|
* | Added AMK's first cut at docs for re.py | Guido van Rossum | 1997-08-14 | 5 | -1/+927 |
|
|
* | Added more stuff on initialization (still rudimentary) | Guido van Rossum | 1997-08-14 | 2 | -250/+866 |
|
|
* | Added new intro sections (incomplete); fixed various typos | Guido van Rossum | 1997-08-14 | 2 | -14/+374 |
|
|
* | Updated platform specific notes (it is now more common to have this) | Guido van Rossum | 1997-08-14 | 2 | -8/+40 |
|
|