summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* (partparse.py): Small fix to do_datadesc(): in some odd cases the name ofFred Drake1996-10-102-8/+8
* (Makefile): Push texi2html.py options into a make variable.Fred Drake1996-10-091-1/+2
* (texi2html.py): Tightened the generated HTML slightly. Added -p option toFred Drake1996-10-092-318/+502
* (Makefile): Add libformatter.tex to the library document dependencies.Fred Drake1996-10-091-1/+1
* (libhtmllib.tex, libsgmllib.tex, libformatter.tex):Fred Drake1996-10-096-12/+58
* (partparse.py): Rationalize some behavior around unexpected conditions.Fred Drake1996-10-092-8/+14
* (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllibFred Drake1996-10-094-8/+8
* (lib.tex): Added entry for formatter module.Fred Drake1996-10-082-0/+2
* (libwww.tex): Added entry for formatter module.Fred Drake1996-10-082-2/+8
* (libformatter.tex): Added documentation for abstract writer/formatter modelFred Drake1996-10-082-0/+608
* (libhtmllib.tex): Revised documentation for HTML support.Fred Drake1996-10-082-442/+128
* (libsgmllib.tex): Revised documentation for SGML support.Fred Drake1996-10-082-58/+152
* A first stab at describing what's new in 1.4. Still many XXX'es left.Guido van Rossum1996-10-082-42/+446
* Protect '&' signs with '\' in description of PyNumber_Coerce.Guido van Rossum1996-09-271-1/+1
* Nits corrected by FredGuido van Rossum1996-09-272-6/+24
* (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentationFred Drake1996-09-133-2654/+2651
* (libparser.tex): Revised parser module documentation; improved logicalFred Drake1996-09-112-258/+310
* More performance and layout improvements by FredGuido van Rossum1996-09-112-502/+450
* Added long getopt docs; by FredGuido van Rossum1996-09-112-14/+62
* Reformatted with 4 spaces indent.Guido van Rossum1996-09-102-3426/+3398
* 20% speedup by FredGuido van Rossum1996-09-102-98/+82
* Added bastion and (dummy) rexec docsGuido van Rossum1996-09-107-1/+89
* Fixed coerce docsGuido van Rossum1996-09-101-4/+12
* Final set of changes by Fred before 1.4beta3Guido van Rossum1996-08-262-58/+446
* New version/dateGuido van Rossum1996-08-234-4/+4
* Version number; started chapter on what's new in 1.4Guido van Rossum1996-08-232-4/+100
* Changes to dependencies (Fred)Guido van Rossum1996-08-231-5/+5
* Niceties by FredGuido van Rossum1996-08-221-132/+221
* Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}.Guido van Rossum1996-08-211-0/+16
* New batch from FredGuido van Rossum1996-08-212-118/+612
* Mention warning for exception in __del__.Guido van Rossum1996-08-202-0/+4
* Erase all memory of the access statementGuido van Rossum1996-08-204-76/+2
* Document actual behavior of splitext().Guido van Rossum1996-08-192-4/+4
* Documented class exceptions.Guido van Rossum1996-08-192-6/+46
* Remove mention of HAVE_CONFIG_HGuido van Rossum1996-08-192-6/+2
* Added imghdr,xdrlib; reformatted Makefile somewhatGuido van Rossum1996-08-197-31/+614
* Some improvements by Fred Drake.Guido van Rossum1996-08-092-120/+116
* Separate .dvi and .ps targets.Guido van Rossum1996-08-091-8/+24
* Added capitalize, capwords, lstrip, rstrip, and optional 3rd argumentGuido van Rossum1996-08-092-42/+100
* Added capwords, splitx, and optional 3rd argument to split/splitx.Guido van Rossum1996-08-092-10/+42
* Suggest using default values for __init__ arguments to make classesGuido van Rossum1996-08-092-2/+6
* Get rid of parrot dropping (spurious 'E')Guido van Rossum1996-08-092-2/+2
* Added doco for abstract interfaceGuido van Rossum1996-08-093-0/+518
* Added footnote about lamda bodies being the same as function bodies.Guido van Rossum1996-08-092-2/+12
* Add warning about exceptions in __del__ being ignored.Guido van Rossum1996-08-092-0/+8
* Note that the values are ints.Guido van Rossum1996-07-302-0/+2
* New zip code and release; added guido@python.org as alternative email.Guido van Rossum1996-07-302-6/+6
* Moved description of mktime 9-tuple to top.Guido van Rossum1996-07-302-22/+178
* Added maketrans() and optional 3rd arg to translate() (chars to delete).Guido van Rossum1996-07-302-6/+22
* Added SetFolderGuido van Rossum1996-07-302-0/+24