Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -3/+3 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -16/+16 |
| | |||||
* | Add normpath(). Clarify normcase(). (Note -- this doc section | Guido van Rossum | 1998-02-18 | 1 | -3/+12 |
| | | | | | probably needs more work, describing new functions and the differences between unix/mac/win. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -1/+1 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 1 | -2/+2 |
| | | | | ways to do it previously (not counting module names). | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -6/+7 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Remove untrue statement about . and .. being included in list of names | Guido van Rossum | 1997-03-25 | 1 | -2/+2 |
| | | | | passed to walk() visitor. | ||||
* | Document the new join() semantics. | Barry Warsaw | 1997-02-18 | 1 | -16/+6 |
| | |||||
* | Document actual behavior of splitext(). | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
| | |||||
* | Better and correct words for split(). | Guido van Rossum | 1996-06-26 | 1 | -10/+10 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -10/+18 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -3/+3 |
| | |||||
* | Documented new built-in function vars(). | Guido van Rossum | 1994-04-21 | 1 | -0/+8 |
| | | | | | | Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars(). | ||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+128 |