Raymond Hettinger
aa5f4aa8af
Move version added notes into the index table
2010-11-06 07:18:07 +00:00
Raymond Hettinger
e0e082281e
Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
2010-11-06 07:10:31 +00:00
Éric Araujo
d5cd1ff7da
Merged revisions 86249 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86249 | eric.araujo | 2010-11-06 07:30:16 +0100 (sam., 06 nov. 2010) | 2 lines
Fix typo
........
2010-11-06 06:31:54 +00:00
Raymond Hettinger
e679a37024
Provide links to Python source in a handful of
...
cases where the source is a generally helpful
adjunct to the docs.
2010-11-05 23:58:42 +00:00
Georg Brandl
6e10294285
#10315 : Fix version tag.
2010-11-05 07:37:51 +00:00
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
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
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
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
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
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
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
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
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
a0b6a49583
Fix typo.
2010-09-25 13:31:21 +00:00
Senthil Kumaran
4b517db260
Update the cookie documentation. Use SimpleCookie instead of SmartCookie/SerialCookie.
2010-09-22 05:45: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
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
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
Vinay Sajip
fe08e6fc95
Issue #9827 : clarified LogRecord documentation.
2010-09-11 10:25:28 +00:00
Antoine Pitrou
d47a68716e
Merged revisions 84592 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84592 | antoine.pitrou | 2010-09-07 20:44:12 +0200 (mar., 07 sept. 2010) | 5 lines
Update nntplib examples to use a public news server.
The example still doesn't work as-is under py3k, due to incomplete
or buggy porting of the nntplib module.
........
2010-09-07 18:46:41 +00:00
Vinay Sajip
957a47cd6f
Updated information on logging contextual information.
2010-09-06 22:18:20 +00:00
Raymond Hettinger
d252d0d311
Cleanup heapq docs
2010-09-01 21:20:07 +00:00
Raymond Hettinger
54f824f092
Clean-up bisect docs.
2010-09-01 19:42:36 +00:00
Vinay Sajip
8d8e6156a0
Improved logging.Formatter date/time formatting documentation.
2010-08-30 18:10:03 +00:00
Benjamin Peterson
183515c5d4
versionadded
2010-08-28 20:56:50 +00:00
Benjamin Peterson
058981b2ec
Merged revisions 84242-84244 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84242 | benjamin.peterson | 2010-08-21 15:01:28 -0500 (Sat, 21 Aug 2010) | 1 line
indent properly
........
r84243 | benjamin.peterson | 2010-08-21 15:03:15 -0500 (Sat, 21 Aug 2010) | 1 line
fix more indentation
........
r84244 | benjamin.peterson | 2010-08-21 15:08:36 -0500 (Sat, 21 Aug 2010) | 1 line
provide sample implementations for attrgetter and methodcaller
........
2010-08-21 20:12:19 +00:00
Senthil Kumaran
b7575ee2d3
Merged revisions 84234 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84234 | senthil.kumaran | 2010-08-21 21:38:32 +0530 (Sat, 21 Aug 2010) | 3 lines
Add info about HTTP/1.1 and Connection:Close header.
........
2010-08-21 16:14:54 +00:00
Vinay Sajip
3478ac066b
Issue #9606 : Updated documentation for Filter objects.
2010-08-19 19:17:41 +00:00
Éric Araujo
56b674d5f5
Merged revisions 83999,84001 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83999 | eric.araujo | 2010-08-14 06:55:45 +0200 (sam., 14 août 2010) | 2 lines
Fix reference (follow-up to #9061 )
........
r84001 | eric.araujo | 2010-08-14 07:00:18 +0200 (sam., 14 août 2010) | 2 lines
Oops, fix typo
........
2010-08-14 05:07:46 +00:00
Senthil Kumaran
bd13f45761
Merged revisions 83900 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
........
2010-08-09 20:14:11 +00:00