Commit Graph

2291 Commits

Author SHA1 Message Date
Fred Drake
dc14fb7b53 Document gc.get_objects().
Closes SF bug #578308.
2002-07-10 19:21:55 +00:00
Fred Drake
68510797cd Note that unicode() can raise LookupError for unknown codecs.
Closes SF bug #513666.
2002-07-09 05:27:12 +00:00
Fred Drake
e0c82ee1d4 Fix typo reported by Kent Engström, and a bunch of broken markup. 2002-07-08 14:42:45 +00:00
Fred Drake
aa10404b7e Fix typo: "an Unicode string" --> "a Unicode string"
Clarify the return value when the parameter is a Unicode object.
2002-07-08 14:29:28 +00:00
Fred Drake
d095e88e2b Add annotations that describe the change in the "errors" and "failures"
attributes of the TestResult.
2002-07-02 22:46:53 +00:00
Fred Drake
2538284012 Update the documentation of the errors and failures attributes of the
TestResult object.  Add an example of how to get even more information for
apps that can use it.
Closes SF bug #558278.
2002-07-02 22:35:02 +00:00
Raymond Hettinger
bca71c989e Fixed bug 574978 shutil example out of sync with source code 2002-06-30 04:44:29 +00:00
Raymond Hettinger
e6a7ce123a Fix bug 575221 referred to dictionary type instead of dict. 2002-06-30 04:33:37 +00:00
Fred Drake
20ef4e108d Clarify the version information for the unicode() built-in.
Closes SF bug #575272.
2002-06-29 16:11:08 +00:00
Neal Norwitz
023b588d58 Backport 1.37: dis.dis() also supports modules, (also backport other changes back to 1.33 since these all apply to 2.2) 2002-06-26 22:37:28 +00:00
Raymond Hettinger
d8a78e3a4d Fix bug #573916. Sender and recipients reversed in email example. 2002-06-26 07:52:41 +00:00
Fred Drake
ded92fefa3 [Backport of recent changes to the SAX documentation.]
Add more links to the "See also" section for the xml.sax package.
Talk about interfaces rather than implementation classes where appropriate.
Add hyperlinks to make the documentation on the Attributes and AttributesNS
interfaces more discoverable.
Closes SF bug #484603.
2002-06-25 17:18:48 +00:00
Raymond Hettinger
169d1ed891 Fix typo 2002-06-25 15:25:53 +00:00
Raymond Hettinger
bc18447378 Fix SF bug 568269 by enclosing 'computername' in a raw string 2002-06-25 04:55:36 +00:00
Neal Norwitz
7bf82aacc8 SF # 572928 One word change for lib/libgettext.tex
Fix typo.
2002-06-24 02:29:57 +00:00
Fred Drake
cf02e5ff0e Correct the RE equivalent of scanf()'s %x and %X patterns.
Closes SF bug #572169.
2002-06-22 01:07:50 +00:00
Fred Drake
950fc70f7c Make the docs for string.capitalize() match those of str.capitalize()
(which makes it more clear).
Closes SF bug #571767.
2002-06-20 21:19:27 +00:00
Fred Drake
1b7ee61371 Typo: bites --> bytes
(Hanging around small kids too much...;)
2002-06-18 20:38:43 +00:00
Fred Drake
f9da68e395 Add description of the deadlock problem with child processes and pipes, and
hints about how to work around it.
Closes SF bug #530637.
2002-06-18 20:31:24 +00:00
Fred Drake
06c3f37b97 Note the limitation that mime_decode_header() only works for Latin-1.
Closes SF bug #551912.
2002-06-18 18:51:49 +00:00
Fred Drake
0a04f7e656 Clarified documentation for os.access().
Based on patch contributed by Sean Reifschneider.
Closes SF patch #570618.
2002-06-18 16:16:46 +00:00
Fred Drake
e18aa2596f Clarified description of error handling for shutil.rmtree().
This closes SF patch #569832.
2002-06-18 14:31:19 +00:00
Fred Drake
df6aebc954 Refer the reader to the correct module for constant definitions.
This closes SF bug #550777.
2002-06-14 01:58:40 +00:00
Fred Drake
a698c5f19c Document the Binary.data attribute.
This closes SF bug #562878.
2002-06-14 00:33:17 +00:00
Fred Drake
58baada39f Do not claim that getlocale() returns a tulpe; that is not always true.
Closes SF bug #568577.
2002-06-13 17:54:44 +00:00