Commit graph

7508 commits

Author SHA1 Message Date
Martin v. Löwis
57a34e8026 Patch #1422385: Changes to nis module to support multiple NIS domains 2006-02-04 19:12:37 +00:00
Fredrik Lundh
5a49fae1ab SF patch #1421726
fixed typo in language reference
2006-02-02 21:58:55 +00:00
Fredrik Lundh
ec2f74f4b1 module list utility 2006-01-24 16:16:19 +00:00
Georg Brandl
caa94bd484 Correct misspellings. 2006-01-23 22:00:17 +00:00
Georg Brandl
131e4f71ba Add markup to new section in codecs docs 2006-01-23 21:33:48 +00:00
Georg Brandl
296152e644 Correct typos and markup errors (Raymond, thanks for texcheck) 2006-01-23 21:33:03 +00:00
Georg Brandl
2103a01c82 Add \versionadded for sftp scheme 2006-01-23 20:49:24 +00:00
Georg Brandl
ffa6f3d942 Another typo. 2006-01-22 20:47:26 +00:00
Georg Brandl
56ace78465 typo 2006-01-22 19:38:05 +00:00
Georg Brandl
4865e4a56f Correct several typos in libos.tex. Bug #1412227. 2006-01-22 19:34:59 +00:00
Georg Brandl
0ce2be8a51 Typo 2006-01-22 16:11:01 +00:00
Georg Brandl
95ac2871c9 Remove reference to Grail and Netscape 2.0 from cgi docs. 2006-01-22 13:49:21 +00:00
Vinay Sajip
51f5235a49 Misc. changes, including documenting the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. 2006-01-22 11:58:39 +00:00
Walter Dörwald
9d9af8ac9a Fix typo 2006-01-21 10:50:39 +00:00
Georg Brandl
87b90adc28 Patch #1410783: add documentation links for static/classmethod 2006-01-20 21:33:54 +00:00
Georg Brandl
1de37002bf Document supported schemes. 2006-01-20 21:17:01 +00:00
Georg Brandl
23929f2828 Try to resolve the remaining webbrowser issues (backgrounding, local urls) 2006-01-20 21:03:35 +00:00
Georg Brandl
5f0ff5c8e7 Add markup to a "Python Standard Library" doc reference I added for bug 839585. 2006-01-20 17:51:37 +00:00
Georg Brandl
8cb307728e Bug #1402224: Add warning to dl docs about crashes. 2006-01-20 09:34:29 +00:00
Georg Brandl
a3a93ae7c8 Bug #1396471: Document that Windows' ftell() can return invalid
values for text files with UNIX-style line endings.
2006-01-20 09:14:36 +00:00
Fred Drake
40558fef91 add missing version identification 2006-01-20 03:30:36 +00:00
Fredrik Lundh
d790a7b596 fixed example:
adding missing import, handle_close, test code, etc.
2006-01-17 21:31:31 +00:00
Barry Warsaw
48653af70f Update email.Message.get_filename() documentation. 2006-01-17 05:24:25 +00:00
Andrew M. Kuchling
4678dc818f Add recent item 2006-01-15 16:11:28 +00:00
Fredrik Lundh
26075a196c the implementation uses ZipImportError, not ZipImporterError... 2006-01-15 14:59:55 +00:00
Fredrik Lundh
7c2ea7fa93 typo 2006-01-15 10:17:59 +00:00
Georg Brandl
a635fbbcb0 Remove dots in \version{changed,added} argument and
correct argument order.
2006-01-15 07:55:35 +00:00
Neal Norwitz
42a84fe085 Remove extra period at end. 2006-01-15 02:57:57 +00:00
Martin v. Löwis
11017b172d Patch #1103116: AF_NETLINK sockets basic support. 2006-01-14 18:12:57 +00:00
Fredrik Lundh
015f72b254 added kjohnson to the ACKS list 2006-01-14 13:02:53 +00:00
Fredrik Lundh
5b093a0b73 added a missing +\versionadded{2.2} tag 2006-01-11 00:18:43 +00:00
Fredrik Lundh
049fd9003d added a few missing \versionadded{2.3} tags 2006-01-11 00:14:29 +00:00
Georg Brandl
9ad69637e8 Bug #1397205: doc typo 2006-01-10 21:37:26 +00:00
Fredrik Lundh
ab92afd100 added a couple of missing periods. 2006-01-09 22:45:34 +00:00
Fredrik Lundh
b0cbf3009b fixed broken sentence 2006-01-09 22:02:26 +00:00
Fredrik Lundh
b449c17f77 typo 2006-01-09 22:01:18 +00:00
Walter Dörwald
b754fe4e7f Fix typos. 2006-01-09 12:45:01 +00:00
Martin v. Löwis
412ed3b8a7 Patch #1177307: UTF-8-Sig codec. 2006-01-08 10:45:39 +00:00
Georg Brandl
74ef694da0 Correct typo 2006-01-06 19:26:42 +00:00
Martin v. Löwis
43b57805fb Drop sys.build_number. Add sys.subversion. 2006-01-05 23:38:54 +00:00
Georg Brandl
5f86142986 Bug #1395715: wrong LaTeX label 2006-01-04 21:05:07 +00:00
Neal Norwitz
36cbdf9596 Updated doc from patch 1117398 2006-01-03 02:12:20 +00:00
Georg Brandl
6bc6ed8b55 Bug #1395597: doc typo 2006-01-02 22:07:06 +00:00
Fred Drake
aaa28df3ce update to reflect move to Subversion 2006-01-02 07:22:12 +00:00
Georg Brandl
0f194234dc Bug #1394868: doc typos 2006-01-01 21:35:20 +00:00
Armin Rigo
b9359c402b SF patch #1379023: document that a weakref callback is not invoked if the
weakref object itself is deleted first.
2005-12-29 17:43:08 +00:00
Armin Rigo
f5bd3b442d adding in-place operators to the operator module. 2005-12-29 16:50:42 +00:00
Armin Rigo
ecc275bcef Typo. 2005-12-29 16:04:25 +00:00
Skip Montanaro
8bdaac7f95 typo 2005-12-28 15:56:58 +00:00
Georg Brandl
c6224db254 Revert checkin for bug #1386675. 2005-12-27 17:25:33 +00:00