Benjamin Peterson
682f60352e
Merged revisions 82952 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82952 | benjamin.peterson | 2010-07-18 09:23:36 -0500 (Sun, 18 Jul 2010) | 1 line
use classmethod
........
2010-07-18 14:26:34 +00:00
Senthil Kumaran
5dba6dfe6a
Fixing Issue1712522 - urllib.quote to support Unicode. The default
...
encoding='utf-8' and errors='strict'.
2010-07-18 02:27:10 +00:00
Stefan Krah
a253dc1da0
High byte is the exit status.
2010-07-14 10:06:07 +00:00
Jeroen Ruigrok van der Werven
320477e4db
Merged revisions 82849 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82849 | jeroen.ruigrok | 2010-07-13 16:47:01 +0200 (di, 13 jul 2010) | 2 lines
Fix documentation typo: wprite() -> write().
........
2010-07-13 15:08:30 +00:00
Antoine Pitrou
22cc6d5ba3
Merged revisions 82842 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82842 | antoine.pitrou | 2010-07-12 22:01:52 +0200 (lun., 12 juil. 2010) | 3 lines
Fix definition of len() and indexing for memoryview objects (part of #7696 ).
........
2010-07-12 20:11:52 +00:00
Senthil Kumaran
e940c5d7df
Merged revisions 82785 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
........
2010-07-11 05:11:10 +00:00
R. David Murray
a63f9b674b
Merged revisions 82771 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82771 | r.david.murray | 2010-07-10 10:23:36 -0400 (Sat, 10 Jul 2010) | 2 lines
Add missing docs for re module 'purge' function.
........
2010-07-10 14:25:18 +00:00
Vinay Sajip
80eed3e625
Minor improvements to logging documentation.
2010-07-06 15:08:55 +00:00
Senthil Kumaran
c167712c00
Merged revisions 82601 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines
Change 'lowered' to 'lowercased'
........
2010-07-06 03:06:53 +00:00
Senthil Kumaran
ca92a60e2e
Merged revisions 82570 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines
Fix: Issue9091 Minor documentation clarification.
........
2010-07-05 11:44:34 +00:00
Georg Brandl
5ac9d87628
#8472 : fix misleading reference to ifilterfalse() in filter() docs.
2010-07-04 17:28:33 +00:00
Georg Brandl
58df679b5e
Add missing target.
2010-07-03 10:25:47 +00:00
Mark Dickinson
91a63346fa
Fix typo in sys.float_info docs.
2010-07-03 09:15:09 +00:00
Georg Brandl
b550b000bb
Fix role name.
2010-07-03 08:40:13 +00:00
Ezio Melotti
f5e81d62fc
#9139 : the thousands separator is new in 2.7. Also add a missing variable in the example.
2010-07-02 22:50:39 +00:00
Ezio Melotti
e11690ab34
#9139 : Add examples for str.format().
2010-07-02 22:17:29 +00:00
Eric Smith
68f59415b6
Moved period outside paren, where it belongs.
2010-07-02 21:44:16 +00:00
Mark Dickinson
2547ce7fd8
Clarify sys.float_info documentation.
2010-07-02 18:06:52 +00:00
Georg Brandl
0ada39cd8b
Grammar and markup fixes.
2010-07-02 07:33:50 +00:00
Benjamin Peterson
8a08ce25e2
trunc does use the special method, though
2010-07-01 23:35:37 +00:00
Benjamin Peterson
52a70c4a12
fix fixer name
2010-07-01 17:45:52 +00:00
Benjamin Peterson
7b670624ac
remove docs about delegating to special methods; it does no such thing
2010-07-01 15:07:15 +00:00
Mark Dickinson
4aa5f6f1f2
Issue #1789 : clarify that the 'size' column in struct docs refers to standard size.
2010-06-29 20:09:12 +00:00
Benjamin Peterson
b32248757d
group cStringIO docs under its factory function
2010-06-29 15:18:02 +00:00
Vinay Sajip
86aa90539b
Added information about pickle security and SocketHandler.
2010-06-29 15:13:14 +00:00
Senthil Kumaran
1c919a64ed
Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage.
2010-06-29 13:28:20 +00:00
Senthil Kumaran
8c996ef458
Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object.
2010-06-28 17:07:40 +00:00
Senthil Kumaran
2af7e6d2d9
Fix issue3428 - Document HTTPMessage class.
2010-06-28 10:54:17 +00:00
Georg Brandl
817d91829f
Use designated syntax for optional grammar element.
2010-06-27 10:49:23 +00:00
Senthil Kumaran
a3e3e36de7
Addressing RDM's review comments on the doc change.
2010-06-16 17:37:32 +00:00
Senthil Kumaran
e55a20525e
Fix Issue8937 - SimpleHTTPServer should contain usage example
2010-06-16 14:55:31 +00:00
Mark Dickinson
526e5eed71
Issue #8469 : Further clarifications and improvements to struct module
...
documentation. Thanks Mads Kiilerich.
2010-06-15 08:33:03 +00:00
Mark Dickinson
8e6c45cfd4
Issue #8469 : Add standard sizes to table in struct documentation; additional
...
clarifications and documentation tweaks.
Backport of revisions 81955-81956 from py3k.
2010-06-12 18:50:34 +00:00
Nick Coghlan
10f08f9599
Backport a fix from Py3k for a potentially misleading example
2010-06-12 13:45:37 +00:00
Georg Brandl
961e6fd37a
Fix gratuitous indentation.
2010-06-12 09:45:58 +00:00
Georg Brandl
ab776cef9d
Document that an existing directory raises in mkdir().
2010-06-12 06:28:58 +00:00
Alexander Belopolsky
094c53cf6e
Fixed markup of tm_isdst attribute.
2010-06-09 17:08:11 +00:00
Benjamin Peterson
11591c3dda
fix sphinx warning with an extra space
2010-06-06 00:54:29 +00:00
Benjamin Peterson
53e812a0ce
remove extra space
2010-06-06 00:50:58 +00:00
Michael Foord
8dde20168a
Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors).
2010-06-05 21:57:03 +00:00
Alexander Belopolsky
3b818bfbfa
Issue #8899 : time.struct_time now has class and atribute docstrings.
2010-06-05 14:54:26 +00:00
Vinay Sajip
998cc24dd4
Issue #8890 : Documentation changed to avoid reference to temporary files - other cases covered.
2010-06-04 13:41:02 +00:00
Vinay Sajip
9a26aabf89
Issue #8890 : Documentation changed to avoid reference to temporary files.
2010-06-03 22:34:42 +00:00
R. David Murray
52dcd45906
#1368247 : make set_charset/MIMEText automatically encode unicode _payload.
...
Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as
the charset and unicode as the _text argument. Also makes the way in
which unicode gets encoded to quoted printable for other charsets more
sane (it only worked by accident previously). The _payload now is encoded
to the charset.output_charset if it is unicode.
2010-06-02 22:03:15 +00:00
Antoine Pitrou
c395545a4a
Issue #8873 : add a documentation note about possible performance issues with the
...
default of unbuffered IO in subprocess.Popen.
2010-06-02 17:08:47 +00:00
Senthil Kumaran
98bc31f5e0
Fix issue8788 - description of doseq parameter in urllib.urlencode
2010-06-02 02:19:15 +00:00
Georg Brandl
b1a14051b7
Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order.
2010-06-01 07:25:23 +00:00
R. David Murray
ac94f4f716
#7583 : clarify discussion of hard tab expansion in doctests.
2010-06-01 01:42:41 +00:00
Antoine Pitrou
de535cb615
Improve documentation for getaddrinfo() (part of #8857 )
2010-05-31 17:01:01 +00:00
Stefan Krah
3d08d88459
Fix typo
2010-05-29 12:54:35 +00:00