Fred Drake
53e84d5342
(lib.tex): Added entry for formatter module.
1996-10-08 21:54:41 +00:00
Fred Drake
08d301ec53
(libwww.tex): Added entry for formatter module.
1996-10-08 21:54:06 +00:00
Fred Drake
e83b30d51e
(libformatter.tex): Added documentation for abstract writer/formatter model
...
and implementation variants.
1996-10-08 21:53:33 +00:00
Fred Drake
58d7f69168
(libhtmllib.tex): Revised documentation for HTML support.
1996-10-08 21:52:23 +00:00
Fred Drake
42439ad738
(libsgmllib.tex): Revised documentation for SGML support.
1996-10-08 21:51:49 +00:00
Guido van Rossum
58124880cc
A first stab at describing what's new in 1.4. Still many XXX'es left.
...
Also would like to add an "author's note" at the beginning, basically
pointing everyone to the books.
1996-10-08 17:29:56 +00:00
Guido van Rossum
e86cbc43f2
Protect '&' signs with '\' in description of PyNumber_Coerce.
1996-09-27 17:28:03 +00:00
Guido van Rossum
3f247ade66
Nits corrected by Fred
1996-09-27 17:11:24 +00:00
Fred Drake
a39a25e5ec
(texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation
...
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.
1996-09-13 14:44:34 +00:00
Fred Drake
4b7d5a49ab
(libparser.tex): Revised parser module documentation; improved logical
...
organization.
1996-09-11 21:57:40 +00:00
Guido van Rossum
36f219dff8
More performance and layout improvements by Fred
1996-09-11 21:30:40 +00:00
Guido van Rossum
2f666639f3
Added long getopt docs; by Fred
1996-09-11 21:26:29 +00:00
Guido van Rossum
5f18d6c7a0
Reformatted with 4 spaces indent.
...
Got rid of most redundant \ continuation signs.
1996-09-10 22:34:20 +00:00
Guido van Rossum
49604d3182
20% speedup by Fred
1996-09-10 22:19:51 +00:00
Guido van Rossum
be0a8a6042
Added bastion and (dummy) rexec docs
1996-09-10 17:37:05 +00:00
Guido van Rossum
c05797dd15
Fixed coerce docs
1996-09-10 17:36:17 +00:00
Guido van Rossum
8206fb9c4c
Final set of changes by Fred before 1.4beta3
1996-08-26 00:33:29 +00:00
Guido van Rossum
93e2ee5753
New version/date
1996-08-23 15:45:37 +00:00
Guido van Rossum
97662c89fa
Version number; started chapter on what's new in 1.4
1996-08-23 15:35:47 +00:00
Guido van Rossum
f8daa4f7d9
Changes to dependencies (Fred)
1996-08-23 15:33:51 +00:00
Guido van Rossum
0011d93ee3
Niceties by Fred
1996-08-22 23:18:55 +00:00
Guido van Rossum
d0f11dec30
Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}.
1996-08-21 19:08:12 +00:00
Guido van Rossum
4747887880
New batch from Fred
1996-08-21 14:32:37 +00:00
Guido van Rossum
1fd5b21425
Mention warning for exception in __del__.
1996-08-20 18:03:48 +00:00
Guido van Rossum
0a94dfcab8
Erase all memory of the access statement
1996-08-20 17:35:48 +00:00
Guido van Rossum
56b30ea664
Document actual behavior of splitext().
1996-08-19 23:00:50 +00:00
Guido van Rossum
8823972cea
Documented class exceptions.
1996-08-19 23:00:03 +00:00
Guido van Rossum
305ed11a74
Remove mention of HAVE_CONFIG_H
1996-08-19 22:59:46 +00:00
Guido van Rossum
40006cfd9b
Added imghdr,xdrlib; reformatted Makefile somewhat
1996-08-19 22:58:03 +00:00
Guido van Rossum
29901ff528
Some improvements by Fred Drake.
1996-08-09 21:46:34 +00:00
Guido van Rossum
eb8d5032b4
Separate .dvi and .ps targets.
...
More rational destination for texi2html.py.
1996-08-09 21:46:05 +00:00
Guido van Rossum
e5e55d784d
Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument
...
to split. Document new conventions for split(fields) and
join(fields), where the *fields variant is identical to the other.
1996-08-09 21:44:51 +00:00
Guido van Rossum
0b3f9512ac
Added capwords, splitx, and optional 3rd argument to split/splitx.
1996-08-09 21:43:21 +00:00
Guido van Rossum
12f0cc325a
Suggest using default values for __init__ arguments to make classes
...
unpicklable.
1996-08-09 21:23:47 +00:00
Guido van Rossum
4a5b27b525
Get rid of parrot dropping (spurious 'E')
1996-08-09 21:23:14 +00:00
Guido van Rossum
267e80d4d4
Added doco for abstract interface
1996-08-09 21:01:07 +00:00
Guido van Rossum
22277c860f
Added footnote about lamda bodies being the same as function bodies.
1996-08-09 21:00:19 +00:00
Guido van Rossum
45687bb976
Add warning about exceptions in __del__ being ignored.
1996-08-09 20:59:25 +00:00
Guido van Rossum
91f87ca69b
Note that the values are ints.
1996-07-30 20:45:45 +00:00
Guido van Rossum
e288f9dfa3
New zip code and release; added guido@python.org as alternative email.
1996-07-30 20:45:21 +00:00
Guido van Rossum
8cf2db47ba
Moved description of mktime 9-tuple to top.
...
Added description of strftime format string.
Minor small editing.
1996-07-30 18:32:04 +00:00
Guido van Rossum
f4d0d5784a
Added maketrans() and optional 3rd arg to translate() (chars to delete).
1996-07-30 18:23:05 +00:00
Guido van Rossum
910a671ba0
Added SetFolder
1996-07-30 18:22:31 +00:00
Guido van Rossum
a29cc97285
Document the *new* cgi.py
1996-07-30 18:22:07 +00:00
Guido van Rossum
d61ad53c19
errno docs.
1996-07-30 18:21:37 +00:00
Guido van Rossum
c0fcc44804
Added liberrno
1996-07-30 18:20:01 +00:00
Guido van Rossum
761f7922ad
Updated pointers to Andrew Kuchlings fine software.
1996-07-23 18:16:56 +00:00
Guido van Rossum
3317e63cbb
added parser module to overview
1996-07-21 02:22:12 +00:00
Guido van Rossum
38e5088aa4
added plock
1996-07-21 02:21:49 +00:00
Guido van Rossum
ed43073e00
Minute changes by Fred Drake
1996-07-21 02:21:31 +00:00