Alexander Belopolsky
ab016d21a6
Merged revisions 85930 via svnmerge from
...
http://svn.python.org/projects/python/branches/py3k
........
r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line
Issue 7061: Explained 'gon'
........
2010-11-05 01:56:24 +00:00
Giampaolo Rodolà
19e9fefc66
Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error.
2010-11-01 15:07:14 +00:00
Raymond Hettinger
48d1928b72
Issue 7402: Improve reduce() example in the python idioms how-to.
2010-10-31 22:00:27 +00:00
Raymond Hettinger
15c2cec4fd
Issue 7447: Improve docs for sum().
2010-10-31 21:28:53 +00:00
Raymond Hettinger
490986308e
Issue 10025: Let docs for random.seed() describe what it does, not how it does it.
...
The latter was slightly inaccurate.
2010-10-31 18:15:33 +00:00
Georg Brandl
853faae954
Add version note about set literals.
2010-10-29 08:53:55 +00:00
Georg Brandl
4263ad8d37
Update Sphinx to 0.6.7.
2010-10-29 05:41:25 +00:00
Vinay Sajip
7fc3824408
logging: clarified Filter documentation.
2010-10-20 11:40:02 +00:00
Georg Brandl
9855ddf405
Note version for addition of processName.
2010-10-17 11:27:00 +00:00
Georg Brandl
c463c8a138
__setstate__ gets an argument.
2010-10-17 11:07:40 +00:00
Georg Brandl
79cdff0b9b
#1945 : document Unicode functions backported from py3k branch.
2010-10-17 10:54:57 +00:00
Georg Brandl
27fa482afd
Note default values for namedtuple extra args.
2010-10-17 06:24:10 +00:00
Georg Brandl
92e6972c53
Note that maxtasksperchild is new in 2.7.
2010-10-17 06:21:30 +00:00
Georg Brandl
63e284d354
#10111 : minor problems in 2.7 FILE* API docs.
2010-10-15 17:52:59 +00:00
Georg Brandl
db949b8fae
Recorded merge of revisions 85543 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85543 | georg.brandl | 2010-10-15 19:03:02 +0200 (Fr, 15 Okt 2010) | 1 line
#4785 : document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
........
2010-10-15 17:04:45 +00:00
Georg Brandl
44c3ceb8ac
#8267 : Use sorted() to get a sorted list of dict keys.
2010-10-15 15:31:09 +00:00
Benjamin Peterson
1e1a8c729b
Merged revisions 85395 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85395 | benjamin.peterson | 2010-10-12 18:07:13 -0500 (Tue, 12 Oct 2010) | 1 line
fix spelling #10078
........
2010-10-12 23:12:45 +00:00
Benjamin Peterson
dc9542435b
Merged revisions 85392 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85392 | benjamin.peterson | 2010-10-12 17:57:59 -0500 (Tue, 12 Oct 2010) | 1 line
prefer clearing global objects to obscure module.__dict__ bugs #10068
........
2010-10-12 23:02:35 +00:00
Benjamin Peterson
b1fb458807
Merged revisions 85328 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85328 | benjamin.peterson | 2010-10-08 20:58:37 -0500 (Fri, 08 Oct 2010) | 1 line
remove author names from prose
........
2010-10-09 02:04:15 +00:00
Georg Brandl
2471063dc7
Merged revisions 85276 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line
Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile.
........
2010-10-06 10:47:20 +00:00
Georg Brandl
35e7a8fa53
Merged revisions 85274 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line
Fix errors found by "make suspicious".
........
2010-10-06 10:41:31 +00:00
Georg Brandl
a04b03b899
Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82879 | stefan.krah | 2010-07-14 12:16:11 +0200 (Mi, 14 Jul 2010) | 3 lines
High byte is the exit status.
........
r82958 | jean-paul.calderone | 2010-07-18 18:13:27 +0200 (So, 18 Jul 2010) | 1 line
There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code.
........
r82959 | jean-paul.calderone | 2010-07-18 18:30:31 +0200 (So, 18 Jul 2010) | 1 line
Document the extra epoll flags
........
r83109 | brett.cannon | 2010-07-23 18:58:21 +0200 (Fr, 23 Jul 2010) | 4 lines
Mention in the fnmatch docs that meta-characters in translate cannot be quoted.
Closes issue 9358. Thanks to Brian Brazil for the patch.
........
r83127 | martin.v.loewis | 2010-07-24 12:09:11 +0200 (Sa, 24 Jul 2010) | 2 lines
Put listdir default argument into declaration.
........
r83224 | mark.dickinson | 2010-07-29 15:56:56 +0200 (Do, 29 Jul 2010) | 1 line
Fix typo.
........
r83747 | gerhard.haering | 2010-08-06 08:12:05 +0200 (Fr, 06 Aug 2010) | 2 lines
Issue #3854 : Documented using the sqlite3 module with multiple threads.
........
r84162 | victor.stinner | 2010-08-18 00:01:02 +0200 (Mi, 18 Aug 2010) | 3 lines
Replace :func: by :cfunc:
To get links to the C functions
........
2010-10-06 09:47:17 +00:00
Georg Brandl
db235c1c94
Merged revisions 85008,85011,85240 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85008 | georg.brandl | 2010-09-25 15:30:03 +0200 (Sa, 25 Sep 2010) | 1 line
#9944 : fix typo.
........
r85011 | georg.brandl | 2010-09-25 18:56:36 +0200 (Sa, 25 Sep 2010) | 1 line
#9562 : slight clarification.
........
r85240 | georg.brandl | 2010-10-06 07:08:32 +0200 (Mi, 06 Okt 2010) | 1 line
#10034 : import readline in longer example.
........
2010-10-06 09:33:55 +00:00
Georg Brandl
0930228aee
Merged revisions 84945 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911 : doc copyedits.
........
2010-10-06 09:32:48 +00:00
Georg Brandl
21946afe3f
Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line
#6774 : explain shutdown() behavior varying with platform.
........
r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line
#7935 : cross-reference to ast.literal_eval() from eval() docs.
........
r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line
Terminology fix: exceptions are raised, except in generator.throw().
........
r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line
Fix copy-paste error.
........
r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line
Add some maintainers.
........
r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line
Typo fix.
........
r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line
Markup nits.
........
r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line
#9649 : fix default value description.
........
r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line
#9689 : add links from overview to in-depth class API descriptions.
........
r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line
#9681 : typo.
........
r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line
More inclusive title.
........
r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line
#9760 : clarify what context expression is.
........
r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line
Fix missing word.
........
r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line
#9747 : fix copy-paste error in getresgid() doc.
........
r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line
#9776 : fix some spacing.
........
r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line
#9780 : both { and } are not valid fill characters.
........
r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line
Add Lukasz.
........
r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line
Fix typo.
........
r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line
Mention % as string formatting.
........
2010-10-06 09:28:45 +00:00
Georg Brandl
e85e1ae413
Merged revisions 82757-82758,82760-82764 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line
Fix markup.
........
r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line
Emphasize role of count for Pascal string.
........
r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line
#3214 : improve description of duck-typing in glossary.
........
r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line
#1434090 : properly append child in expatbuilder doctype handler.
........
r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line
#8338 : fix outdated class name.
........
r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line
#8456 : fix signature of sqlite3.connect().
........
r82764 | georg.brandl | 2010-07-10 14:20:38 +0200 (Sa, 10 Jul 2010) | 1 line
#8564 : update docs on integrating doctest/unittest with unittest(2) test discovery.
........
2010-10-06 09:17:24 +00:00
Senthil Kumaran
30630b9555
Merged revisions 85232 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85232 | senthil.kumaran | 2010-10-06 00:05:41 +0530 (Wed, 06 Oct 2010) | 3 lines
Remove the references of FTPS from the urllib Documentation. There is no support for it yet.
........
2010-10-05 18:45:00 +00:00
Senthil Kumaran
fca48efeb1
Merged revisions 85156 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85156 | senthil.kumaran | 2010-10-02 08:46:04 +0530 (Sat, 02 Oct 2010) | 3 lines
Fix - issue10010 .. index:: position in the docs.
........
2010-10-02 03:29:31 +00:00
Antoine Pitrou
66bfda8007
Merged revisions 85101 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85101 | antoine.pitrou | 2010-09-29 13:24:21 +0200 (mer., 29 sept. 2010) | 3 lines
Issue #9983 : warn that urllib and httplib don't perform SSL certificate validation.
........
2010-09-29 11:30:52 +00:00
Ronald Oussoren
cd22a58f5e
Fix for issue 81275: don't say that the MacPython OSA modules will get new development
...
in python 2.5 (!), but point users to the py-appscript project instead.
2010-09-28 15:46:28 +00:00
Antoine Pitrou
64fb940521
Merged revisions 85066 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85066 | antoine.pitrou | 2010-09-28 17:29:16 +0200 (mar., 28 sept. 2010) | 3 lines
Issue #9970 : improve C API documentation for memoryview objects
........
2010-09-28 15:35:18 +00:00
Vinay Sajip
47ca122bdd
logging: Updated library configuration documentation.
2010-09-27 13:53:47 +00:00
Benjamin Peterson
658f629c86
versionadded #9956
2010-09-26 23:49:20 +00:00
Georg Brandl
7db964d5aa
#1865 : document syntax for bytes literals.
2010-09-25 13:46:23 +00:00
Georg Brandl
a0b6a49583
Fix typo.
2010-09-25 13:31:21 +00:00
Brian Curtin
a3c16785b3
#9934 . Correct a typo that was already fixed on py3k.
2010-09-25 02:36:46 +00:00
Brian Curtin
e49aefcc51
Merged revisions 84971 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84971 | brian.curtin | 2010-09-23 08:45:21 -0500 (Thu, 23 Sep 2010) | 2 lines
#9582 - add a missing "are" and reflow the line.
........
2010-09-23 13:48:06 +00:00
Senthil Kumaran
4b517db260
Update the cookie documentation. Use SimpleCookie instead of SmartCookie/SerialCookie.
2010-09-22 05:45:14 +00:00
Marc-André Lemburg
5a58772c2a
Merged revisions 84941 via svnmerge from
...
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84941 | marc-andre.lemburg | 2010-09-21 13:55:27 +0200 (Tue, 21 Sep 2010) | 3 lines
Add missing word.
........
2010-09-21 11:56:39 +00:00
Marc-André Lemburg
8680735a45
Merged revisions 84938 via svnmerge from
...
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84938 | marc-andre.lemburg | 2010-09-21 13:37:43 +0200 (Tue, 21 Sep 2010) | 5 lines
Add OpenSSL license to the Python license documenation page.
See #9119 .
........
2010-09-21 11:40:14 +00:00
Senthil Kumaran
c916dd7912
Merged revisions 84933 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84933 | senthil.kumaran | 2010-09-21 07:27:43 +0530 (Tue, 21 Sep 2010) | 3 lines
Document HTTPReponse.fileno() method
........
2010-09-21 02:10:45 +00:00
Vinay Sajip
fb7b505d9f
Improved Filter documentation.
2010-09-17 12:45:26 +00:00
Vinay Sajip
89e1ae22a4
Improved basicConfig and custom level documentation.
2010-09-17 10:09:04 +00:00
Antoine Pitrou
6391b3440f
Merged revisions 84814 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84814 | antoine.pitrou | 2010-09-14 20:37:24 +0200 (mar., 14 sept. 2010) | 4 lines
Issue #9854 : The default read() implementation in io.RawIOBase now
handles non-blocking readinto() returning None correctly.
........
2010-09-14 18:48:19 +00:00
Daniel Stutzbach
93db23ef2f
Merged revisions 84810 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84810 | daniel.stutzbach | 2010-09-14 11:02:01 -0500 (Tue, 14 Sep 2010) | 1 line
Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs
........
2010-09-14 16:10:22 +00:00
Victor Stinner
46287f551b
Merged revisions 84701,84784 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84701 | victor.stinner | 2010-09-11 02:22:12 +0200 (sam., 11 sept. 2010) | 5 lines
Issue #767645 : fix os.path.supports_unicode_filenames definition
os.listdir(str) always returns unicode and it can return non-ascii filenames
even if supports_unicode_filenames is False.
........
r84784 | victor.stinner | 2010-09-13 21:41:36 +0200 (lun., 13 sept. 2010) | 2 lines
Issue #767645 : Set os.path.supports_unicode_filenames to True on Mac OS X
(macpath module).
........
2010-09-13 20:31:34 +00:00
Florent Xicluna
9b90cd1f7b
Merged revisions 84470-84471,84566-84567,84759 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84470 | florent.xicluna | 2010-09-03 22:00:37 +0200 (ven., 03 sept. 2010) | 1 line
Strengthen BytesWarning tests.
........
r84471 | florent.xicluna | 2010-09-03 22:23:40 +0200 (ven., 03 sept. 2010) | 1 line
Typo
........
r84566 | florent.xicluna | 2010-09-06 22:27:15 +0200 (lun., 06 sept. 2010) | 1 line
typo
........
r84567 | florent.xicluna | 2010-09-06 22:27:55 +0200 (lun., 06 sept. 2010) | 1 line
typo
........
r84759 | florent.xicluna | 2010-09-13 04:28:18 +0200 (lun., 13 sept. 2010) | 1 line
Reenable test_ucs4 and remove some duplicated lines.
........
2010-09-13 07:46:37 +00:00
Benjamin Peterson
78b1bf3664
Merged revisions 84754 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84754 | benjamin.peterson | 2010-09-12 20:25:38 -0500 (Sun, 12 Sep 2010) | 1 line
remove duplicate statement
........
2010-09-13 01:48:02 +00:00
Matthias Klose
3e8230d50c
Merged revisions 84743 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84743 | matthias.klose | 2010-09-12 18:31:58 +0200 (So, 12 Sep 2010) | 3 lines
- Issue #9817 : Add expat COPYING file; add expat, libffi and expat licenses
to Doc/license.rst.
........
2010-09-12 16:51:29 +00:00
R. David Murray
a1f74816f5
Fix typo in previous doc commit.
2010-09-11 19:15:40 +00:00