Commit graph

7580 commits

Author SHA1 Message Date
Raymond Hettinger
bee0d467a1 Correct docs for empty raise when no exception is active. 2005-10-03 16:39:51 +00:00
Fred Drake
4094d04457 fix link to subsection (SF bug #1311674) 2005-10-03 14:25:40 +00:00
Georg Brandl
e8f244305e Patch #754022: Greatly enhanced webbrowser.py. 2005-10-03 14:16:44 +00:00
Neal Norwitz
7ecbc19e09 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. 2005-10-03 05:47:38 +00:00
Neal Norwitz
92ff693eb1 Fix SF bug #991735, os.access reports true for read-only directories. Will backport 2005-10-03 05:13:46 +00:00
Neal Norwitz
d157b1d237 SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport 2005-10-03 00:44:06 +00:00
Neal Norwitz
58d118be4e SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. 2005-10-03 00:36:16 +00:00
Georg Brandl
1aa74ee5c5 bug [ 1298120 ] shlex does not support unicode 2005-09-29 20:24:06 +00:00
Georg Brandl
e53475ddd1 bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong 2005-09-28 12:53:12 +00:00
Vinay Sajip
d1c0239862 Minor clarification of effective level calculation 2005-09-26 00:14:46 +00:00
Neal Norwitz
02cfa0bae5 SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) 2005-09-23 04:26:24 +00:00
Fred Drake
5a13e91f72 update URL into the Python wiki
(forward port revision 1.10.4.1)
2005-09-22 19:37:52 +00:00
Georg Brandl
532dacffd8 patch [ 1277677 ] tkinter hello world example bug 2005-09-15 16:02:13 +00:00
Georg Brandl
ff52837445 fix typo 2005-09-15 11:16:28 +00:00
Georg Brandl
3225242a39 bug [ 1274828 ] splitunc not documented 2005-09-14 20:42:00 +00:00
Georg Brandl
3fbf3204c5 comma nit 2005-09-14 17:25:02 +00:00
Andrew M. Kuchling
14f4fd0a9e Add more links to the 'What Next?' section; rewrite to be briefer 2005-09-13 19:56:06 +00:00
Georg Brandl
d430726b82 Better wording for integer ref entry. 2005-09-12 12:49:38 +00:00
Andrew M. Kuchling
ef369cd9cb Shorten run-on sentence 2005-09-12 12:45:37 +00:00
Andrew M. Kuchling
b5d21183b4 Update link 2005-09-12 12:44:20 +00:00
Andrew M. Kuchling
8e13af3f7a Update link 2005-09-12 12:43:57 +00:00
Raymond Hettinger
1166638be5 Add FAQ entry regarding non-expoential representation. 2005-09-11 18:21:52 +00:00
Fred Drake
b6e1c11004 note that the return and yield statements cannot be used at the top level in
exec statements; people coming from certain other languages seem to be
confused by this on a regular basis
2005-09-07 05:17:07 +00:00
Fred Drake
b3dfc0ae5e - fix typo report by email, only 1.5 years late
- fix several consistency nits relating to \method{...()}
2005-09-07 04:57:56 +00:00
Georg Brandl
7da4edac28 Clarify what is meant with "whole numbers". 2005-09-04 18:30:19 +00:00
Georg Brandl
99363b6a19 - Correct PyBool_FromLong's return type and its description.
- Unify function description mode ("Return X" vs "Returns X")
2005-09-03 07:27:26 +00:00
Andrew M. Kuchling
c1c956b281 Remove statement about meaning of constants; arguably it's incorrect 2005-09-01 14:08:38 +00:00
Andrew M. Kuchling
c28dd1faa5 Typo fix 2005-08-31 17:49:38 +00:00
Andrew M. Kuchling
2330e9eed9 From c.l.py comments: link to zlib manual, and disclaim completeness 2005-08-31 16:52:40 +00:00
Andrew M. Kuchling
8230df3992 Update URLs 2005-08-31 14:43:10 +00:00
Andrew M. Kuchling
e1a385ab40 Explain what file descriptors are; this change has been sitting in my tree for a while 2005-08-31 13:50:17 +00:00
Walter Dörwald
ff9ca5e39b SF bug #1277016: Turn sentence fragment into a complete sentence. 2005-08-31 11:03:12 +00:00
Neal Norwitz
523c9f0709 SF #1275796, fix distutils typo "sortcut" -> "shortcut" 2005-08-30 03:34:46 +00:00
Andrew M. Kuchling
9922a63a59 Add to-do list 2005-08-30 01:28:15 +00:00
Andrew M. Kuchling
b88f774ed8 Remove rexec howto; it's kind of pointless now 2005-08-30 01:27:40 +00:00
Andrew M. Kuchling
e8f44d683e Commit the howto source to the main Python repository, with Fred's approval 2005-08-30 01:25:05 +00:00
Andrew M. Kuchling
c203370769 Add missing \end, noted by George Yoshida 2005-08-29 13:30:12 +00:00
Andrew M. Kuchling
0738206e79 Write section on PEP 342 2005-08-27 18:45:47 +00:00
Georg Brandl
9a19e5cce6 patch [ 1274550 ] libtarfile.tex: external URL changed 2005-08-27 17:10:35 +00:00
Georg Brandl
7f26a62f09 patch [ 1274630 ] documentation fixes 2005-08-27 17:04:58 +00:00
Georg Brandl
375f83cfd2 patch [ 1274630 ] documentation fixes 2005-08-27 17:04:58 +00:00
Georg Brandl
15ad935568 __new__ is a static method 2005-08-26 12:56:22 +00:00
Georg Brandl
bd77da6dab bug [ 1248199 ] shelve .sync operation not documented 2005-08-25 22:40:16 +00:00
Georg Brandl
8fc18a2010 bug [ 1261229 ] __new__ is class method 2005-08-25 21:56:45 +00:00
Georg Brandl
36be8be7f5 Once upon a time, I used to know TeX... 2005-08-25 12:51:16 +00:00
Georg Brandl
532efabf1d patch #848017: make Cookie more RFC-compliant. 2005-08-24 22:34:21 +00:00
Georg Brandl
b925602f16 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld 2005-08-24 18:46:39 +00:00
Martin v. Löwis
56066d2e55 Return complete lines from codec stream readers
even if there is an exception in later lines, resulting in
correct line numbers for decoding errors in source code. Fixes #1178484.
Will backport to 2.4.
2005-08-24 07:38:12 +00:00
Georg Brandl
79c122f568 bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows 2005-08-24 07:31:33 +00:00
Georg Brandl
6f2bbd353b bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME 2005-08-24 07:26:55 +00:00