summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed the bug in searching for triple quotes -- change the 'quote2'Guido van Rossum1998-02-161-2/+2
* Removed various "(New in 1.5a?!)" constructs. Other notes pertaining toFred Drake1998-02-162-44/+6
* Break up some long lines in the generated header & footer.Fred Drake1998-02-161-2/+2
* Andrew Kuchling writes:Guido van Rossum1998-02-161-1/+1
* "--" --> "---" in two places.Fred Drake1998-02-162-4/+4
* Place C typedef for Py_complex after brief description, to be more consistentFred Drake1998-02-162-64/+84
* Added index enties for the Python built-in functions, where appropriate.Fred Drake1998-02-162-24/+30
* Lots of nitty-gritty stuff:Fred Drake1998-02-162-1268/+1368
* Make sure indexes begin on odd-numbered pages.Fred Drake1998-02-161-0/+1
* Removed condition.py -- it was just sync.py withoutGuido van Rossum1998-02-142-476/+0
* Added DJGPP version of check_case(), by Pit Scrorpion (Hans Nowak).Guido van Rossum1998-02-131-0/+28
* Normalization of markup.Fred Drake1998-02-132-22/+22
* Don't capitalize identifiers at the beginning of the sentence; re-write toFred Drake1998-02-132-14/+10
* Fix some markup so that the right characters are printed.Fred Drake1998-02-132-10/+10
* Capitalize subsection title.Fred Drake1998-02-132-2/+2
* Make one paragraph wrap a little better.Fred Drake1998-02-132-2/+2
* Capitalize first word in sentences, use periods at end.Fred Drake1998-02-132-6/+6
* Change {datadesc} environments with empty descriptions to \dataline{}s; thisFred Drake1998-02-132-48/+24
* In description of sound_similar(), break up the markup for longFred Drake1998-02-132-2/+4
* __validate(): test for None-age, not not-nessBarry Warsaw1998-02-131-2/+2
* get arrow movement, and text updating. also outlining of highlightBarry Warsaw1998-02-131-2/+39
* fixed the generatorsBarry Warsaw1998-02-131-12/+18
* triplet_to_pmwrgb(): New functionBarry Warsaw1998-02-131-0/+5
* In description of __import__, second paragraph, break up the markup for longFred Drake1998-02-132-10/+12
* Minor stuff:Fred Drake1998-02-132-36/+96
* Add case checking feature on import.Guido van Rossum1998-02-131-1/+78
* Fix weirdness with single-page table of contents, reported by Guido.Fred Drake1998-02-131-1/+1
* Adding output of test_xmllib.pyGuido van Rossum1998-02-131-0/+1
* &do_env_datadescni,Fred Drake1998-02-131-2/+29
* Add "Pretty Good Privacy" as well as "PGP" to the index.Fred Drake1998-02-132-0/+2
* In add_label_data() description, use "\samp{}" instead of "``\code{...}''"Fred Drake1998-02-132-6/+6
* Use "\samp{...}" instead of "``\code{...}''" when showing markup fragmentsFred Drake1998-02-132-36/+36
* Use "\samp{...}" instead of "``\code{...}''" when showing markup fragmentsFred Drake1998-02-132-32/+32
* Two new environments: datadescni and funcdescni. These are similar toFred Drake1998-02-131-3/+17
* &get_indexsubitem: This now has a chance of working, thanks to:Fred Drake1998-02-131-233/+256
* Remove \bcode / \ecode everywhere.Fred Drake1998-02-132-1398/+1280
* Remove \bcode / \ecode everywhere.Fred Drake1998-02-132-296/+286
* Remove obsolete pagenumbering / pagestyle cruft.Fred Drake1998-02-134-20/+0
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-13241-1022/+1024
* Lots of stuff:Fred Drake1998-02-131-71/+126
* parse_line(): Strip whitespace from the module name.Fred Drake1998-02-132-6/+4
* Fixed typo in docstring: "__ version__" --> "__version__"Fred Drake1998-02-131-1/+1
* Clean up some of the definitions related to info generation.Fred Drake1998-02-131-4/+8
* Fix a horrible race condition -- various routines were storing theGuido van Rossum1998-02-131-9/+7
* "ASCII" --> "\ASCII{}"Fred Drake1998-02-122-6/+6
* Added tarpdf target.Fred Drake1998-02-121-11/+22
* Reorganized a bit. No changed content.Fred Drake1998-02-122-1248/+1234
* For sections describing the "Foo Protocol", consistently use the capitalizedFred Drake1998-02-122-4/+4
* Py_Exit(status) calls exit(status), not exit(0).Fred Drake1998-02-122-2/+2
* fixed initial colorBarry Warsaw1998-02-121-1/+1