Georg Brandl
32af78717c
Recorded merge of revisions 81427 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
........
r81427 | georg.brandl | 2010-05-21 23:12:07 +0200 (Fr, 21 Mai 2010) | 1 line
Fix signatures for the various TemporaryFile class^Wfunctions.
........
2010-05-21 21:28:17 +00:00
Georg Brandl
4e0bd6d40b
Merged revisions 81421 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
........
r81421 | georg.brandl | 2010-05-21 23:01:32 +0200 (Fr, 21 Mai 2010) | 1 line
Fix variable name in example.
........
2010-05-21 21:02:56 +00:00
Georg Brandl
1bb061d0a5
Merged revisions 81418 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r81418 | georg.brandl | 2010-05-21 22:57:33 +0200 (Fr, 21 Mai 2010) | 9 lines
Recorded merge of revisions 81415 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81415 | georg.brandl | 2010-05-21 22:52:46 +0200 (Fr, 21 Mai 2010) | 1 line
typo
........
................
2010-05-21 21:01:43 +00:00
Georg Brandl
ced2f2d9f9
Recorded merge of revisions 81410 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
........
r81410 | georg.brandl | 2010-05-21 22:45:12 +0200 (Fr, 21 Mai 2010) | 1 line
Remove redundant example.
........
2010-05-21 20:47:30 +00:00
Georg Brandl
8c5a7bbf0e
Merged revisions 76888,76922,81406 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r76888 | georg.brandl | 2009-12-19 18:51:41 +0100 (Sa, 19 Dez 2009) | 1 line
#7495 : Review of Programming FAQ by Florent Xicluna.
................
r76922 | georg.brandl | 2009-12-20 15:21:27 +0100 (So, 20 Dez 2009) | 1 line
#7495 : more review fixes.
................
r81406 | georg.brandl | 2010-05-21 22:28:13 +0200 (Fr, 21 Mai 2010) | 9 lines
Merged revisions 81404 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81404 | georg.brandl | 2010-05-21 22:24:45 +0200 (Fr, 21 Mai 2010) | 1 line
#8783 : replace link to now dead hash collision FAQ.
........
................
2010-05-21 20:36:03 +00:00
Antoine Pitrou
71d305c83d
Merged revisions 81400 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81400 | antoine.pitrou | 2010-05-21 19:25:34 +0200 (ven., 21 mai 2010) | 12 lines
Merged revisions 81398 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81398 | antoine.pitrou | 2010-05-21 19:12:38 +0200 (ven., 21 mai 2010) | 6 lines
Issue #5753 : A new C API function, :cfunc:`PySys_SetArgvEx`, allows
embedders of the interpreter to set sys.argv without also modifying
sys.path. This helps fix `CVE-2008-5983
<http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983 >`_.
........
................
2010-05-21 17:33:14 +00:00
Benjamin Peterson
b78f7f7db0
Merged revisions 81387 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81387 | benjamin.peterson | 2010-05-20 17:29:43 -0500 (Thu, 20 May 2010) | 9 lines
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:34:00 +00:00
Georg Brandl
6c8583f79b
Merged revisions 81365,81367 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r81365 | georg.brandl | 2010-05-19 22:57:08 +0200 (Mi, 19 Mai 2010) | 77 lines
Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 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.
........
r80067 | georg.brandl | 2010-04-14 10:53:38 +0200 (Mi, 14 Apr 2010) | 1 line
#5341 : typo.
........
r80069 | georg.brandl | 2010-04-14 15:50:31 +0200 (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 21:16:38 +0200 (Mi, 14 Apr 2010) | 1 line
#8399 : add note about Windows and O_BINARY.
........
r80081 | georg.brandl | 2010-04-14 23:34:44 +0200 (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 23:46:45 +0200 (Mi, 14 Apr 2010) | 1 line
Fix missing.
........
r80432 | georg.brandl | 2010-04-24 10:56:58 +0200 (Sa, 24 Apr 2010) | 1 line
Markup fixes.
........
r80433 | georg.brandl | 2010-04-24 11:08:10 +0200 (Sa, 24 Apr 2010) | 1 line
#7507 : quote "!" in pipes.quote(); it is a special character for some shells.
........
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.
........
r81059 | georg.brandl | 2010-05-10 23:02:51 +0200 (Mo, 10 Mai 2010) | 1 line
#8642 : fix wrong function name.
........
r81065 | georg.brandl | 2010-05-10 23:46:50 +0200 (Mo, 10 Mai 2010) | 1 line
Fix reference direction.
........
r81066 | georg.brandl | 2010-05-10 23:50:57 +0200 (Mo, 10 Mai 2010) | 1 line
Consolidate deprecation messages.
........
r81067 | georg.brandl | 2010-05-10 23:51:33 +0200 (Mo, 10 Mai 2010) | 1 line
Fix typo.
........
................
r81367 | georg.brandl | 2010-05-19 23:03:51 +0200 (Mi, 19 Mai 2010) | 21 lines
Recorded merge of revisions 80466-80469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
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.
........
................
2010-05-19 21:22:58 +00:00
Stefan Krah
671b016022
Merged revisions 81356 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81356 | stefan.krah | 2010-05-19 18:09:41 +0200 (Wed, 19 May 2010) | 9 lines
Merged revisions 81354 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81354 | stefan.krah | 2010-05-19 17:59:40 +0200 (Wed, 19 May 2010) | 3 lines
Fix typo.
........
................
2010-05-19 16:11:36 +00:00
Senthil Kumaran
4cee9bff1f
Merged revisions 81283 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81283 | senthil.kumaran | 2010-05-18 09:28:36 +0530 (Tue, 18 May 2010) | 3 lines
Removing the reference in the docs for overriding _urlopener global value. See Issue8619 for details.
........
2010-05-18 04:01:11 +00:00
Senthil Kumaran
5c3ef067ca
Merged revisions 81281 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81281 | senthil.kumaran | 2010-05-18 08:56:11 +0530 (Tue, 18 May 2010) | 9 lines
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:28:44 +00:00
Tarek Ziadé
42db5c3033
Merged revisions 81263 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81263 | tarek.ziade | 2010-05-17 13:01:57 +0200 (Mon, 17 May 2010) | 9 lines
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:04:41 +00:00
Antoine Pitrou
21b7e5316c
Merged revisions 81231 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81231 | antoine.pitrou | 2010-05-16 16:19:41 +0200 (dim., 16 mai 2010) | 9 lines
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:20:17 +00:00
Victor Stinner
9076f9e187
Merged revisions 81168 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81168 | victor.stinner | 2010-05-14 17:58:55 +0200 (ven., 14 mai 2010) | 10 lines
Issue #8711 : Document PyUnicode_DecodeFSDefault*() functions
* Add paragraph titles to c-api/unicode.rst.
* Fix PyUnicode_DecodeFSDefault*() comment: it now uses the "surrogateescape"
error handler (and not "replace")
* Remove "The function is intended to be used for paths and file names only
during bootstrapping process where the codecs are not set up." from
PyUnicode_FSConverter() comment: it is used after the bootstrapping and for
other purposes than file names
........
2010-05-14 16:08:46 +00:00
Benjamin Peterson
9d765bd0ea
Merged revisions 81146 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81146 | benjamin.peterson | 2010-05-13 16:16:51 -0500 (Thu, 13 May 2010) | 9 lines
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-14 01:33:36 +00:00
Brian Curtin
9c578a8dba
Backport of r81090, plus the exposure of the previously undocumented
...
*ReflectionKey functions. Apparently that was not backported.
Merged revisions 81090 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81090 | brian.curtin | 2010-05-11 15:35:47 -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 20:46:12 +00:00
Benjamin Peterson
aec0127720
Merged revisions 81057 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81057 | benjamin.peterson | 2010-05-10 15:49:20 -0500 (Mon, 10 May 2010) | 1 line
remove reference to second argument to raise #8676
........
2010-05-10 20:52:35 +00:00
Benjamin Peterson
3a3bba34e2
Merged revisions 80983 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80983 | benjamin.peterson | 2010-05-08 10:26:30 -0500 (Sat, 08 May 2010) | 1 line
replace long with int
........
2010-05-08 15:29:41 +00:00
Benjamin Peterson
d91203bcc5
Merged revisions 80897 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80897 | benjamin.peterson | 2010-05-06 18:03:05 -0500 (Thu, 06 May 2010) | 13 lines
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:20:40 +00:00
Mark Dickinson
bc5f75cca2
Merged revisions 80828 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80828 | mark.dickinson | 2010-05-05 22:54:18 +0100 (Wed, 05 May 2010) | 9 lines
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:55:11 +00:00
Senthil Kumaran
de4bcd92f9
Merged revisions 80775 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80775 | senthil.kumaran | 2010-05-05 12:52:18 +0530 (Wed, 05 May 2010) | 3 lines
Fix issue8619 - Doc fix - code example.
........
2010-05-05 07:24:44 +00:00
Senthil Kumaran
ef7a65c3b3
Merged revisions 80773 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80773 | senthil.kumaran | 2010-05-05 11:02:16 +0530 (Wed, 05 May 2010) | 3 lines
Fix Issue8619 docfix related to urllib.
........
2010-05-05 05:34:35 +00:00
Jesus Cea
2be7ec38d1
Merged revisions 80718 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80718 | jesus.cea | 2010-05-03 18:14:58 +0200 (Mon, 03 May 2010) | 9 lines
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:17:30 +00:00
Antoine Pitrou
363b79e169
Merged revisions 80714 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80714 | antoine.pitrou | 2010-05-03 17:57:23 +0200 (lun., 03 mai 2010) | 3 lines
Issue #8593 : Fix, reorder and improve the documentation for argument parsing
........
2010-05-03 16:07:56 +00:00
Giampaolo Rodolà
135751e6e6
Merged revisions 80633 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80633 | giampaolo.rodola | 2010-04-29 22:45:01 +0200 (gio, 29 apr 2010) | 9 lines
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:47:09 +00:00
Senthil Kumaran
cbfee1d0ce
Merged revisions 80629 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80629 | senthil.kumaran | 2010-04-30 01:32:50 +0530 (Fri, 30 Apr 2010) | 9 lines
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 20:07:33 +00:00
Ezio Melotti
2154fd16d2
Merged revisions 80624 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80624 | ezio.melotti | 2010-04-29 18:24:51 +0200 (Thu, 29 Apr 2010) | 9 lines
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:25:49 +00:00
Antoine Pitrou
bf53912635
Merged revisions 80594 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80594 | antoine.pitrou | 2010-04-28 21:59:32 +0200 (mer., 28 avril 2010) | 14 lines
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 20:03:21 +00:00
Senthil Kumaran
2682638ee1
Merged revisions 80587 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80587 | senthil.kumaran | 2010-04-28 23:09:48 +0530 (Wed, 28 Apr 2010) | 9 lines
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:44:30 +00:00
Benjamin Peterson
480269e61c
Merged revisions 80562 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80562 | benjamin.peterson | 2010-04-27 17:58:50 -0500 (Tue, 27 Apr 2010) | 9 lines
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 23:04:53 +00:00
Ezio Melotti
97bb17979a
Merged revisions 80472 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80472 | ezio.melotti | 2010-04-25 20:48:01 +0300 (Sun, 25 Apr 2010) | 9 lines
Merged revisions 79786 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79786 | ezio.melotti | 2010-04-05 11:02:54 +0300 (Mon, 05 Apr 2010) | 1 line
Fix markup, punctuation and whitespaces in _winreg.rst.
........
................
2010-04-25 17:55:39 +00:00
Georg Brandl
3aba37af52
Merged revisions 80463 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r80463 | georg.brandl | 2010-04-25 12:19:53 +0200 (So, 25 Apr 2010) | 17 lines
Merged revisions 80150,80460-80461 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.
........
r80460 | georg.brandl | 2010-04-25 12:16:00 +0200 (So, 25 Apr 2010) | 1 line
#8528 : fix typo.
........
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:20:56 +00:00
Brian Curtin
44bb1f7eab
Backport fix of #5774 (only OpenKey applies here).
2010-04-24 17:23:03 +00:00
Georg Brandl
9b9e0a1b4b
Merged revisions 80390 via svnmerge from
...
svn+ssh://svn.python.org/python/branches/py3k
................
r80390 | georg.brandl | 2010-04-23 01:20:19 +0200 (Fr, 23 Apr 2010) | 9 lines
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:20:47 +00:00
Senthil Kumaran
d0ab48f1c4
Merged revisions 80346 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80346 | senthil.kumaran | 2010-04-22 16:23:30 +0530 (Thu, 22 Apr 2010) | 4 lines
Fixing a note on encoding declaration, its usage in urlopen based on review
comments from RDM and Ezio.
........
2010-04-22 10:58:56 +00:00
Senthil Kumaran
679b7b8bf3
Merged revisions 80337 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80337 | senthil.kumaran | 2010-04-22 11:23:18 +0530 (Thu, 22 Apr 2010) | 9 lines
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:59:54 +00:00
Ezio Melotti
8d5c16a4e7
Add a missing versionadded in unittest.rst.
2010-04-20 09:36:13 +00:00
Senthil Kumaran
0e3e485452
Merged revisions 80092 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80092 | senthil.kumaran | 2010-04-15 22:48:22 +0530 (Thu, 15 Apr 2010) | 2 lines
Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to convert to str.
........
2010-04-15 17:21:29 +00:00
Raymond Hettinger
4c4d3b1ddd
Add usage notes for collections.Counter()
2010-04-12 21:47:14 +00:00
Mark Dickinson
1862840037
More NaN consistency fixes (manual merge of r79875 to release31-maint).
2010-04-12 18:52:08 +00:00
Barry Warsaw
14e0a43c85
typo
2010-04-12 14:55:03 +00:00
Raymond Hettinger
2fc70f05bc
Fixup new itertools recipes.
2010-04-10 07:08:41 +00:00
Mark Dickinson
a3607c8c3b
Merged revisions 79873 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79873 | mark.dickinson | 2010-04-06 23:13:37 +0100 (Tue, 06 Apr 2010) | 9 lines
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:14:23 +00:00
Mark Dickinson
c7d44a4e05
Merged revisions 79860 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79860 | mark.dickinson | 2010-04-06 20:55:03 +0100 (Tue, 06 Apr 2010) | 10 lines
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:55:38 +00:00
Ezio Melotti
9e8346cb4d
Merged revisions 79799 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79799 | ezio.melotti | 2010-04-05 16:25:51 +0300 (Mon, 05 Apr 2010) | 9 lines
Merged revisions 79797 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79797 | ezio.melotti | 2010-04-05 15:51:45 +0300 (Mon, 05 Apr 2010) | 1 line
Fix some broken URLs.
........
................
2010-04-05 13:57:55 +00:00
Ezio Melotti
6bccd29845
Merged revisions 79615 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r79615 | georg.brandl | 2010-04-02 23:12:42 +0300 (Fri, 02 Apr 2010) | 1 line
#8288 : fix next -> __next__.
........
2010-04-05 07:58:21 +00:00
Ezio Melotti
84ec57c89b
Merged revisions 79783 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79783 | ezio.melotti | 2010-04-05 07:04:35 +0300 (Mon, 05 Apr 2010) | 9 lines
Merged revisions 79781 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79781 | ezio.melotti | 2010-04-05 06:51:38 +0300 (Mon, 05 Apr 2010) | 1 line
#8212 : rephrase the webservers howto and fix some mistakes.
........
................
2010-04-05 04:06:12 +00:00
Raymond Hettinger
aeac26b9ea
Fix nits in itertools recipes.
2010-04-02 04:49:24 +00:00
Raymond Hettinger
601423585f
Add and update itertools recipes.
2010-04-02 04:16:13 +00:00
Raymond Hettinger
bdfa22bbda
Document sorting HowTo
2010-04-02 00:23:40 +00:00