summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Nits corrected by FredGuido van Rossum1996-09-272-6/+24
|
* (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentationFred Drake1996-09-133-2654/+2651
| | | | | | | | | to 4 spaces per level (no longer 8). (Makefile): Use .pyc versions of partparse.py and texi2html.py to generate converted documentation formats. This reduces the startup costs; probably doesn't affect anyone but me in reality, but helps when working on the docs.
* (libparser.tex): Revised parser module documentation; improved logicalFred Drake1996-09-112-258/+310
| | | | organization.
* 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
| | | | Got rid of most redundant \ continuation signs.
* 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
| | | | More rational destination for texi2html.py.
* Added capitalize, capwords, lstrip, rstrip, and optional 3rd argumentGuido van Rossum1996-08-092-42/+100
| | | | | to split. Document new conventions for split(fields) and join(fields), where the *fields variant is identical to the other.
* 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
| | | | unpicklable.
* 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 description of strftime format string. Minor small editing.
* 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
|
* Document the *new* cgi.pyGuido van Rossum1996-07-302-326/+748
|
* errno docs.Guido van Rossum1996-07-302-0/+270
|
* Added liberrnoGuido van Rossum1996-07-302-0/+2
|
* Updated pointers to Andrew Kuchlings fine software.Guido van Rossum1996-07-232-14/+16
|
* added parser module to overviewGuido van Rossum1996-07-212-0/+8
|
* added plockGuido van Rossum1996-07-212-0/+12
|
* Minute changes by Fred DrakeGuido van Rossum1996-07-212-80/+4
|
* changes by Jack to Mac docsGuido van Rossum1996-07-218-18/+288
|
* Add docs for planned improved handling of the marshalling ofGuido van Rossum1996-06-262-4/+20
| | | | unmarshallable objects.
* Added Andrew Kuchling's explanation of regexp's.Guido van Rossum1996-06-262-2/+274
|
* Ignore latex intermediate products.Guido van Rossum1996-06-261-0/+7
|
* Added __doc__ to predefined module attributes.Guido van Rossum1996-06-262-6/+12
|
* typoGuido van Rossum1996-06-262-2/+2
|
* expr_list -> expression_listGuido van Rossum1996-06-262-4/+4
|