summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changes copied from the FrameMaker version. Also documented someGuido van Rossum1998-07-241-83/+141
* Remove all-<format> targets in favor of just <format>.Fred Drake1998-07-241-11/+13
* e.g. -> e.g.,Guido van Rossum1998-07-245-15/+16
* Remove use of the avant package; Helvetica isn't as pretty, but works forFred Drake1998-07-241-1/+0
* Document Ellipsis (not much of a documentation snippet, but at leastGuido van Rossum1998-07-241-0/+9
* Added 3 missing types: ComplexType, SliceType, EllipsisType.Guido van Rossum1998-07-241-0/+13
* Move files around in a different way, so CVS picks up all the changes. ;-)Fred Drake1998-07-241-861/+119
* Reflect file renamings for the Python Library Reference.Fred Drake1998-07-241-17/+41
* Move files around to get the names to match the module names except forFred Drake1998-07-245-133/+875
* Reduce the number of levels in the Table of Contents by one, mostly for theFred Drake1998-07-241-0/+1
* Remove item about one section === one module; done.Fred Drake1998-07-241-2/+4
* Changes copied from the FrameMaker version, and some new stuffGuido van Rossum1998-07-231-160/+292
* \textunderscore: Re-define with a width that's more appropriate for theFred Drake1998-07-231-0/+6
* Document the 'p' format character.Fred Drake1998-07-231-7/+16
* Fix up Barry's markup, which didn't pass the latex test. ;-)Fred Drake1998-07-231-8/+7
* Added descriptions of EnvironmentError and OSError; updated IOError toBarry Warsaw1998-07-231-18/+51
* Updated the description of os.error to reflect the fact that it is nowBarry Warsaw1998-07-231-6/+11
* Logical markup.Fred Drake1998-07-231-42/+42
* Changes copied from the FrameMaker version (hardly anything original).Guido van Rossum1998-07-231-88/+99
* Use the new module synopsis syntax, even though we don't need a synopsis tableFred Drake1998-07-231-2/+3
* use_latex(): Hack to pass .syn files though uniq, so that the last moduleFred Drake1998-07-231-1/+10
* Added targets dvi, pdf, and ps, to make all of the documents in those formats.Fred Drake1998-07-231-3/+3
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-23139-707/+628
* Adjusted to use the new \declaremodule \modulesynopsis \localmoduletableFred Drake1998-07-2313-80/+64
* 'name space' -> 'namespace'Guido van Rossum1998-07-231-8/+8
* Lots of new stuff for "module synopsis support." Public interface consistsFred Drake1998-07-231-51/+151
* \py@ModSynopsisFilename: New macro; gives names of the .syn file.Fred Drake1998-07-231-0/+3
* \py@ModSynopsisFilename: New macro; gives names of the "current" .syn file.Fred Drake1998-07-231-0/+9
* Ignore the new ".syn" files used to handle module synopses.Fred Drake1998-07-232-0/+2
* Lots of changes copied from the FrameMaker version. Also documentedGuido van Rossum1998-07-231-231/+625
* Several changes to support inclusion of filename in releventBarry Warsaw1998-07-231-13/+21
* PyFile_FromString(): If an exception occurs, pass in the filename thatBarry Warsaw1998-07-231-1/+2
* PyErr_SetFromErrnoWithFilename(): New function which supports settingBarry Warsaw1998-07-231-2/+14
* Added support for including the filename in IOErrors and OSErrors thatBarry Warsaw1998-07-231-3/+32
* Added support for two new standard errors: EnvironmentError andBarry Warsaw1998-07-231-5/+16
* New global variables: PyExc_EnvironmentError and PyExc_OSErrorBarry Warsaw1998-07-231-0/+3
* # Oops, correct Latex errors.Guido van Rossum1998-07-221-2/+2
* Document how to make a POST request with urlopen().Guido van Rossum1998-07-221-6/+25
* Speed up the implementation of quote().Guido van Rossum1998-07-221-8/+17
* - Added a function MoviesTask, which is the same as the method butJack Jansen1998-07-222-3/+29
* Remove the MOOV filetype from the StandardGetFile call, so we can alsoJack Jansen1998-07-221-1/+1
* Feature added by Harri Pasanen (at my suggestion): .py suffix onGuido van Rossum1998-07-221-3/+10
* (pause_doc): Sun CC complains about newline in string literalBarry Warsaw1998-07-211-2/+2
* When comparing objects, always check that tp_compare is not NULLGuido van Rossum1998-07-211-3/+7
* Don't use calculations on values gotten from tell(). Also use aGuido van Rossum1998-07-211-4/+11
* Add new syntax for specifying filenames on break and clear commands.Guido van Rossum1998-07-201-3/+12
* Untabified.Guido van Rossum1998-07-201-39/+39
* Update the documentation. Get rid of the section "how it works"Guido van Rossum1998-07-201-60/+18
* Added support for specifying a filename for a breakpoint, roughlyGuido van Rossum1998-07-201-40/+102
* Fix another bug in ESR's changes. In order to work properly,Guido van Rossum1998-07-201-4/+2