Benjamin Peterson
e38a28f498
Merged revisions 81385 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81385 | benjamin.peterson | 2010-05-20 17:23:37 -0500 (Thu, 20 May 2010) | 1 line
fix extra 't' #8778
........
2010-05-20 22:27:10 +00:00
Georg Brandl
161cdb3bfd
Merged revisions 79607-79608 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79607 | andrew.kuchling | 2010-04-02 19:48:23 +0200 (Fr, 02 Apr 2010) | 1 line
#6647 : document that catch_warnings is not thread-safe
........
r79608 | andrew.kuchling | 2010-04-02 19:54:26 +0200 (Fr, 02 Apr 2010) | 1 line
#6647 : add note to two examples
........
2010-05-19 14:25:58 +00:00
Georg Brandl
5a69299e53
Merged revisions 78717 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78717 | benjamin.peterson | 2010-03-06 04:13:33 +0100 (Sa, 06 Mär 2010) | 1 line
settscdump is definitely an implementation detail
........
2010-05-19 14:17:00 +00:00
Georg Brandl
2ee18c6ca6
Merged revisions 78559,78561-78562 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78559 | andrew.kuchling | 2010-03-01 20:45:21 +0100 (Mo, 01 Mär 2010) | 1 line
#7637 : update discussion of minidom.unlink() and garbage collection
........
r78561 | andrew.kuchling | 2010-03-01 20:51:43 +0100 (Mo, 01 Mär 2010) | 1 line
#7191 : describe more details of wbits parameter
........
r78562 | andrew.kuchling | 2010-03-01 21:11:57 +0100 (Mo, 01 Mär 2010) | 1 line
#7637 : avoid repeated-concatenation antipattern in example
........
2010-05-19 14:16:14 +00:00
Georg Brandl
6530f7a322
Merged revisions 78463 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78463 | andrew.kuchling | 2010-02-26 14:22:50 +0100 (Fr, 26 Feb 2010) | 1 line
#7407 : specify default maxsize value; patch by Floris Bruynooghe
........
2010-05-19 14:15:15 +00:00
Georg Brandl
b7589ce6fc
Merged revisions 78415 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78415 | dirkjan.ochtman | 2010-02-24 05:00:52 +0100 (Mi, 24 Feb 2010) | 1 line
Issue #7733 : add explicit reference in asyncore docs.
........
2010-05-19 14:14:45 +00:00
Georg Brandl
2bca86cced
Merged revisions 78378 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78378 | jack.diederich | 2010-02-23 18:23:30 +0100 (Di, 23 Feb 2010) | 1 line
fixup markup error
........
2010-05-19 14:14:28 +00:00
Georg Brandl
29ec677f6f
Merged revisions 78328 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78328 | jack.diederich | 2010-02-22 19:17:16 +0100 (Mo, 22 Feb 2010) | 1 line
fixes issue #7530 , serve_forever()
........
2010-05-19 14:14:05 +00:00
Georg Brandl
f5dec8e9ef
Merged revisions 78297,78308 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78297 | andrew.kuchling | 2010-02-22 03:29:10 +0100 (Mo, 22 Feb 2010) | 1 line
#7076 : mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki.
........
r78308 | andrew.kuchling | 2010-02-22 16:13:17 +0100 (Mo, 22 Feb 2010) | 2 lines
#6414 : clarify description of processor endianness.
Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
........
2010-05-19 14:12:57 +00:00
Georg Brandl
5296e4b5b3
Merged revisions 78206 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78206 | r.david.murray | 2010-02-16 18:55:26 +0100 (Di, 16 Feb 2010) | 3 lines
Make the references to Popen in the description of Call
and check_call into links.
........
2010-05-19 14:11:55 +00:00
Georg Brandl
c06e3c56aa
Merged revisions 77886 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77886 | benjamin.peterson | 2010-01-31 19:09:34 +0100 (So, 31 Jan 2010) | 1 line
move distutils.rst to different toc
........
2010-05-19 14:07:38 +00:00
Georg Brandl
df8923cb2c
Merged revisions 77741 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77741 | facundo.batista | 2010-01-25 07:15:01 +0100 (Mo, 25 Jan 2010) | 3 lines
Added a note about Event.is_set() syntax being new to 2.6
........
2010-05-19 14:06:47 +00:00
Georg Brandl
43edd15004
Merged revisions 77603 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77603 | benjamin.peterson | 2010-01-19 00:07:56 +0100 (Di, 19 Jan 2010) | 8 lines
data descriptors do not override the class dictionary if __get__ is not defined
Adjust documentation and add a test to verify this behavior.
See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for
discussion.
........
2010-05-19 14:04:44 +00:00
Georg Brandl
bf737e8014
Merged revisions 76430 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76430 | r.david.murray | 2009-11-20 14:29:43 +0100 (Fr, 20 Nov 2009) | 2 lines
Issue 7363: fix indentation in socketserver udpserver example.
........
2010-05-19 13:53:17 +00:00
Georg Brandl
eb41214dbc
Merged revisions 79822,79828,79862,80067,80069,80080-80081,80084,80432-80433 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79822 | georg.brandl | 2010-04-06 08:18:15 +0000 (Di, 06 Apr 2010) | 1 line
#8320 : document return value of recv_into().
........
r79828 | georg.brandl | 2010-04-06 14:33:44 +0000 (Di, 06 Apr 2010) | 1 line
Add JP.
........
r79862 | georg.brandl | 2010-04-06 20:27:59 +0000 (Di, 06 Apr 2010) | 1 line
Fix syntax.
........
r80067 | georg.brandl | 2010-04-14 08:53:38 +0000 (Mi, 14 Apr 2010) | 1 line
#5341 : typo.
........
r80069 | georg.brandl | 2010-04-14 13:50:31 +0000 (Mi, 14 Apr 2010) | 1 line
Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek().
........
r80080 | georg.brandl | 2010-04-14 19:16:38 +0000 (Mi, 14 Apr 2010) | 1 line
#8399 : add note about Windows and O_BINARY.
........
r80081 | georg.brandl | 2010-04-14 21:34:44 +0000 (Mi, 14 Apr 2010) | 1 line
#5250 : document __instancecheck__ and __subclasscheck__. I hope the part about the class/metaclass distinction is understandable.
........
r80084 | georg.brandl | 2010-04-14 21:46:45 +0000 (Mi, 14 Apr 2010) | 1 line
Fix missing.
........
r80432 | georg.brandl | 2010-04-24 08:56:58 +0000 (Sa, 24 Apr 2010) | 1 line
Markup fixes.
........
r80433 | georg.brandl | 2010-04-24 09:08:10 +0000 (Sa, 24 Apr 2010) | 1 line
#7507 : quote "!" in pipes.quote(); it is a special character for some shells.
........
2010-05-18 23:19:34 +00:00
Georg Brandl
324086f1c1
Merged revisions 79579-79580,79585-79587 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79579 | georg.brandl | 2010-04-02 08:34:41 +0000 (Fr, 02 Apr 2010) | 1 line
Add 2.6.5.
........
r79580 | georg.brandl | 2010-04-02 08:39:09 +0000 (Fr, 02 Apr 2010) | 1 line
#2768 : add a note on how to get a file descriptor.
........
r79585 | georg.brandl | 2010-04-02 09:03:18 +0000 (Fr, 02 Apr 2010) | 1 line
Remove col-spanning cells in logging docs.
........
r79586 | georg.brandl | 2010-04-02 09:07:42 +0000 (Fr, 02 Apr 2010) | 1 line
Document PyImport_ExecCodeModuleEx().
........
r79587 | georg.brandl | 2010-04-02 09:11:49 +0000 (Fr, 02 Apr 2010) | 1 line
#8012 : clarification in generator glossary entry.
........
2010-05-18 23:13:04 +00:00
Senthil Kumaran
50706eb415
Merged revisions 81279 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81279 | senthil.kumaran | 2010-05-18 08:50:43 +0530 (Tue, 18 May 2010) | 3 lines
Fix minor typo.
........
2010-05-18 03:23:43 +00:00
Tarek Ziadé
831755694a
Merged revisions 81261 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81261 | tarek.ziade | 2010-05-17 12:54:43 +0200 (Mon, 17 May 2010) | 1 line
upgraded distutils docs w.r.t. the manifest regeneration
........
2010-05-17 11:00:17 +00:00
Antoine Pitrou
ec0a3886ca
Merged revisions 81229 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81229 | antoine.pitrou | 2010-05-16 16:16:56 +0200 (dim., 16 mai 2010) | 3 lines
Document that SSL v2 is insecure.
........
2010-05-16 14:17:51 +00:00
Victor Stinner
7be6dae3f6
Merged revisions 81166 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81166 | victor.stinner | 2010-05-14 17:53:20 +0200 (ven., 14 mai 2010) | 4 lines
Issue #8711 : add paragraph titles to c-api/unicode.rst
(Python2 doesn't have PyUnicode_DecodeFSDefault*() functions)
........
2010-05-14 15:55:12 +00:00
Victor Stinner
4f25ac7abd
Merged revisions 81163 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81163 | victor.stinner | 2010-05-14 16:20:07 +0200 (ven., 14 mai 2010) | 2 lines
Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP
........
2010-05-14 14:30:11 +00:00
Benjamin Peterson
be6f086502
Merged revisions 81145 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81145 | benjamin.peterson | 2010-05-13 16:14:10 -0500 (Thu, 13 May 2010) | 1 line
rip out mention of types.ListType #8703
........
2010-05-13 21:16:53 +00:00
Brian Curtin
59170e37bb
Backport of r81088, plus the exposure of the previously undocumented
...
*ReflectionKey functions. Apparently that was not backported.
Merged revisions 81088 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81088 | brian.curtin | 2010-05-11 14:13:13 -0500 (Tue, 11 May 2010) | 13 lines
#8575 - Update and reorganize some _winreg contents.
I've removed the hopeful note about a future higher-level module since
it's been in there for quite a long time and nothing of the sort has
come up. There are a few places where markup was added to cross-reference
other sections, and many of the external links have been removed and now
point to newly created sections containing previously undocumented
information.
The Value Types section was created and it's contents were taken from
a function-specific area, since it applies to more than just that
function. It fits in better with the other newly documented constants.
........
2010-05-11 19:32:26 +00:00
Georg Brandl
b377b0e2e4
Merged revisions 78581 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78581 | michael.foord | 2010-03-02 15:22:15 +0100 (Di, 02 Mär 2010) | 1 line
Link correction in documentation.
........
2010-05-10 21:12:44 +00:00
Eric Smith
ba32864b2d
Merged revisions 81026 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81026 | eric.smith | 2010-05-09 10:04:59 -0400 (Sun, 09 May 2010) | 1 line
Issue 8671: Whitespace fix.
........
2010-05-09 14:07:57 +00:00
Benjamin Peterson
2f9134b11d
Merged revisions 80894,80896 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80894 | benjamin.peterson | 2010-05-06 17:33:46 -0500 (Thu, 06 May 2010) | 1 line
Availability gets its own line
........
r80896 | benjamin.peterson | 2010-05-06 17:49:28 -0500 (Thu, 06 May 2010) | 1 line
ensure that availability information is on its own line at the end of the function docs
........
2010-05-06 23:04:44 +00:00
Mark Dickinson
6bb7c4f2ef
Merged revisions 80826 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80826 | mark.dickinson | 2010-05-05 22:52:39 +0100 (Wed, 05 May 2010) | 1 line
Issue 8628: fix incorrect documentation for numbers.Complex.imag.
........
2010-05-05 21:53:32 +00:00
Jesus Cea
2f49f4eb70
Merged revisions 80716 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80716 | jesus.cea | 2010-05-03 18:09:21 +0200 (Mon, 03 May 2010) | 1 line
wbits negative was documented SEVEN years ago
........
2010-05-03 16:11:45 +00:00
Giampaolo Rodolà
6ea795ed49
Merged revisions 80631 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80631 | giampaolo.rodola | 2010-04-29 22:31:17 +0200 (gio, 29 apr 2010) | 1 line
Fixes issue 8543 (asynchat documentation issues)
........
2010-04-29 20:34:25 +00:00
Senthil Kumaran
5a33f0b5ed
Merged revisions 80627 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80627 | senthil.kumaran | 2010-04-30 01:16:08 +0530 (Fri, 30 Apr 2010) | 3 lines
Fixing the Broken links of mechanize library.
........
2010-04-29 19:49:57 +00:00
Ezio Melotti
9c06129ab5
Merged revisions 80620 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80620 | ezio.melotti | 2010-04-29 18:07:20 +0200 (Thu, 29 Apr 2010) | 1 line
Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup.
........
2010-04-29 16:21:53 +00:00
Antoine Pitrou
f34c4c6a77
Merged revisions 80591-80592 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80591 | antoine.pitrou | 2010-04-28 21:53:35 +0200 (mer., 28 avril 2010) | 4 lines
State clearly that truncate() doesn't move the file position,
and remove a duplicate of its specification.
........
r80592 | antoine.pitrou | 2010-04-28 21:57:33 +0200 (mer., 28 avril 2010) | 3 lines
Clarify and fix the documentation for IOBase.close()
........
2010-04-28 19:59:22 +00:00
Senthil Kumaran
379eaac7a7
Merged revisions 80583 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80583 | senthil.kumaran | 2010-04-28 22:50:43 +0530 (Wed, 28 Apr 2010) | 3 lines
Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked"
........
2010-04-28 17:25:58 +00:00
Benjamin Peterson
55a22d9105
Merged revisions 80561 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80561 | benjamin.peterson | 2010-04-27 17:56:31 -0500 (Tue, 27 Apr 2010) | 1 line
make slice notation in (r)find docs consistent
........
2010-04-27 22:59:11 +00:00
Georg Brandl
34e44c4361
Merged revisions 80465-80470 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80465 | georg.brandl | 2010-04-25 12:29:17 +0200 (So, 25 Apr 2010) | 1 line
Remove LaTeXy index entry syntax.
........
r80466 | georg.brandl | 2010-04-25 12:54:42 +0200 (So, 25 Apr 2010) | 1 line
Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.
........
r80467 | georg.brandl | 2010-04-25 12:55:16 +0200 (So, 25 Apr 2010) | 1 line
Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface.
........
r80468 | georg.brandl | 2010-04-25 12:55:58 +0200 (So, 25 Apr 2010) | 1 line
Patch from Tim Hatch: Minor spelling changes to _winreg docs.
........
r80469 | georg.brandl | 2010-04-25 12:56:41 +0200 (So, 25 Apr 2010) | 1 line
Fix code example to have valid syntax so that it can be highlighted.
........
r80470 | georg.brandl | 2010-04-25 12:57:15 +0200 (So, 25 Apr 2010) | 1 line
Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.
........
2010-04-25 17:15:51 +00:00
Georg Brandl
a33971a395
Merged revisions 80461 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80461 | georg.brandl | 2010-04-25 12:17:27 +0200 (So, 25 Apr 2010) | 1 line
#8522 : use with statement instead of try-finally for file handling.
........
2010-04-25 10:18:59 +00:00
Brian Curtin
2ec87deede
Backport fix of #5774 (only OpenKey applies here).
2010-04-24 17:14:35 +00:00
Georg Brandl
fbd74d0805
Merged revisions 80150 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80150 | r.david.murray | 2010-04-17 17:45:38 +0200 (Sa, 17 Apr 2010) | 2 lines
Update link to Apple Publication Style guide.
........
2010-04-24 13:04:12 +00:00
Georg Brandl
160c6aba4b
Merged revisions 80388 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80388 | georg.brandl | 2010-04-23 00:15:33 +0200 (Fr, 23 Apr 2010) | 1 line
Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org . Clarify tracker usage.
........
2010-04-22 23:19:41 +00:00
Senthil Kumaran
8feca22c14
Merged revisions 80336 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80336 | senthil.kumaran | 2010-04-22 11:18:35 +0530 (Thu, 22 Apr 2010) | 3 lines
Updated the RFCs list in the See Also section of urlparse.rst
........
2010-04-22 05:56:45 +00:00
Ezio Melotti
05842bbe1a
Merged revisions 80270 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80270 | ezio.melotti | 2010-04-20 19:49:48 +0300 (Tue, 20 Apr 2010) | 1 line
#8472 : fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse
........
2010-04-20 16:56:44 +00:00
Ezio Melotti
39ef68359a
Merged revisions 80082 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80082 | georg.brandl | 2010-04-15 00:36:49 +0300 (Thu, 15 Apr 2010) | 1 line
#8370 : fix module name in backported doc addition.
........
2010-04-20 10:43:38 +00:00
Georg Brandl
9cef92151c
Remove link to nonexisting target.
2010-04-18 09:46:52 +00:00
Georg Brandl
3185c27453
Merged revisions 80030 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80030 | georg.brandl | 2010-04-13 08:43:54 +0200 (Di, 13 Apr 2010) | 1 line
Get rid of multi-row cells.
........
2010-04-18 09:31:55 +00:00
Mark Dickinson
b30da1277f
Merged revisions 79875 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79875 | mark.dickinson | 2010-04-06 23:18:23 +0100 (Tue, 06 Apr 2010) | 1 line
More NaN consistency doc fixes.
........
2010-04-12 18:43:56 +00:00
Raymond Hettinger
b0765c4648
Add descriptor howto to main documentation
2010-04-11 08:17:32 +00:00
Raymond Hettinger
0fe095e87f
Add the sorting HOWTO to the main docs.
2010-04-11 00:03:33 +00:00
Raymond Hettinger
da176eeb68
Fixup new itertools recipes.
2010-04-10 06:51:41 +00:00
Mark Dickinson
8008038afd
Merged revisions 79871 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79871 | mark.dickinson | 2010-04-06 23:10:55 +0100 (Tue, 06 Apr 2010) | 2 lines
Use consistent spelling for nans (thanks Georg for noticing).
........
2010-04-06 22:11:54 +00:00
Mark Dickinson
02c36efef5
Merged revisions 79858 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79858 | mark.dickinson | 2010-04-06 20:50:03 +0100 (Tue, 06 Apr 2010) | 3 lines
Issue #7947 : Clarify math module behaviour for IEEE 754 special cases, along
with a number of additional minor edits and typo corrections.
........
2010-04-06 19:52:05 +00:00