]>
granicus.if.org Git - python/log
Gregory P. Smith [Mon, 4 May 2009 19:35:16 +0000 (19:35 +0000)]
version added 3.1
Gregory P. Smith [Mon, 4 May 2009 19:34:45 +0000 (19:34 +0000)]
documentation clarification. mention bytes.
Antoine Pitrou [Mon, 4 May 2009 18:56:13 +0000 (18:56 +0000)]
Merged revisions 72283-72284 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72283 | antoine.pitrou | 2009-05-04 20:32:32 +0200 (lun., 04 mai 2009) | 4 lines
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
Patch by Nick Barnes and Victor Stinner.
........
r72284 | antoine.pitrou | 2009-05-04 20:32:50 +0200 (lun., 04 mai 2009) | 3 lines
Add Nick Barnes to ACKS.
........
Georg Brandl [Mon, 4 May 2009 16:39:25 +0000 (16:39 +0000)]
Blocked revisions 72263 via svnmerge
........
r72263 | walter.doerwald | 2009-05-04 00:46:07 +0200 (Mo, 04 Mai 2009) | 2 lines
There's no %A in Python 2.x!
........
Walter Dörwald [Mon, 4 May 2009 16:10:10 +0000 (16:10 +0000)]
Merged revisions 72278 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72278 | walter.doerwald | 2009-05-04 18:03:03 +0200 (Mo, 04 Mai 2009) | 2 lines
Fix typos.
........
Hirokazu Yamamoto [Mon, 4 May 2009 05:56:46 +0000 (05:56 +0000)]
Merged revisions 72273 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72273 | hirokazu.yamamoto | 2009-05-04 14:28:39 +0900 | 1 line
Issue #5913: os.listdir() should fail for empty path on windows.
........
Gregory P. Smith [Mon, 4 May 2009 00:51:15 +0000 (00:51 +0000)]
block 72267 and 72269. already effectively merged.
Gregory P. Smith [Mon, 4 May 2009 00:45:33 +0000 (00:45 +0000)]
Merge refactoring I did when committing r72267 to trunk into the
already committed issue4751 support in py3k r68411.
Walter Dörwald [Sun, 3 May 2009 22:55:55 +0000 (22:55 +0000)]
Merged revisions 72260 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72260 | walter.doerwald | 2009-05-04 00:36:33 +0200 (Mo, 04 Mai 2009) | 5 lines
Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call
PyUnicode_DecodeUTF8() once, remember the result and output it in a second
step. This avoids problems with counting UTF-8 bytes that ignores the effect
of using the replace error handler in PyUnicode_DecodeUTF8().
........
Mark Dickinson [Sun, 3 May 2009 22:36:01 +0000 (22:36 +0000)]
Merged revisions 72257 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72257 | mark.dickinson | 2009-05-03 23:33:34 +0100 (Sun, 03 May 2009) | 2 lines
Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.
........
Mark Dickinson [Sun, 3 May 2009 21:07:13 +0000 (21:07 +0000)]
Merged revisions 72253 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72253 | mark.dickinson | 2009-05-03 21:59:48 +0100 (Sun, 03 May 2009) | 2 lines
Eliminate some locale-dependent calls to isspace and tolower.
........
Mark Dickinson [Sun, 3 May 2009 20:40:46 +0000 (20:40 +0000)]
Blocked revisions 72250 via svnmerge
........
r72250 | mark.dickinson | 2009-05-03 21:39:06 +0100 (Sun, 03 May 2009) | 2 lines
Remove unnecessary uses of context in PyGetSetDef. See issue #5880.
........
Mark Dickinson [Sun, 3 May 2009 20:33:40 +0000 (20:33 +0000)]
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
PyOS_double_to_string, and deprecate PyOS_ascii_strtod and PyOS_ascii_atof.
Gregory P. Smith [Sun, 3 May 2009 19:38:29 +0000 (19:38 +0000)]
Merged revisions 72241 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72241 | gregory.p.smith | 2009-05-03 12:37:05 -0700 (Sun, 03 May 2009) | 3 lines
Optimization: move RFC defined network constant construction out of
the is_*() methods and into module private instances.
........
Gregory P. Smith [Sun, 3 May 2009 19:11:25 +0000 (19:11 +0000)]
missing commit of . for last checkin.
Gregory P. Smith [Sun, 3 May 2009 19:09:56 +0000 (19:09 +0000)]
Merged revisions 72237 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72237 | gregory.p.smith | 2009-05-03 11:42:15 -0700 (Sun, 03 May 2009) | 3 lines
Issue 5379 - applies patch supplied by philipp hagemeister to fix
many problems with the ancient mcast.py demo code.
........
Gregory P. Smith [Sun, 3 May 2009 06:53:18 +0000 (06:53 +0000)]
Mention ipaddr in whatsnew for 3.1.
Andrew M. Kuchling [Sun, 3 May 2009 02:52:20 +0000 (02:52 +0000)]
Merged revisions 72213 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72213 | andrew.kuchling | 2009-05-02 15:17:28 -0400 (Sat, 02 May 2009) | 3 lines
#
1607951 : Make mailbox.Maildir re-read the directories less frequently.
This is done by recording the current time -1sec, and not re-reading unless
the directory mod. times are >= the recorded time.
........
Antoine Pitrou [Sat, 2 May 2009 21:41:14 +0000 (21:41 +0000)]
Merged revisions 72223 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72223 | antoine.pitrou | 2009-05-02 23:13:23 +0200 (sam., 02 mai 2009) | 5 lines
Isue #5084: unpickling now interns the attribute names of pickled objects,
saving memory and avoiding growth in size of subsequent pickles. Proposal
and original patch by Jake McGuire.
........
Benjamin Peterson [Sat, 2 May 2009 20:31:20 +0000 (20:31 +0000)]
Blocked revisions 71662,72052,72117 via svnmerge
........
r71662 | vinay.sajip | 2009-04-16 14:15:49 -0500 (Thu, 16 Apr 2009) | 1 line
Issue #5768: Change to Unicode output logic and test case for same.
........
r72052 | raymond.hettinger | 2009-04-27 16:12:27 -0500 (Mon, 27 Apr 2009) | 1 line
Update spec version number.
........
r72117 | benjamin.peterson | 2009-04-29 15:36:25 -0500 (Wed, 29 Apr 2009) | 1 line
run autoconf
........
Benjamin Peterson [Sat, 2 May 2009 20:25:05 +0000 (20:25 +0000)]
try to get merge props correct
Benjamin Peterson [Sat, 2 May 2009 20:14:55 +0000 (20:14 +0000)]
revert merge properties to something sane
Martin v. Löwis [Sat, 2 May 2009 19:27:30 +0000 (19:27 +0000)]
Make PyCodec_SurrogateErrors static.
Benjamin Peterson [Sat, 2 May 2009 19:15:23 +0000 (19:15 +0000)]
Blocked revisions 71780,71961,72117,72155 via svnmerge
........
r71780 | senthil.kumaran | 2009-04-20 22:24:19 -0500 (Mon, 20 Apr 2009) | 3 lines
Fix for the Issue918368 - urllib doesn't correct server returned urls
........
r71961 | georg.brandl | 2009-04-26 04:57:29 -0500 (Sun, 26 Apr 2009) | 2 lines
Update pydoc topics.
........
r72117 | benjamin.peterson | 2009-04-29 15:36:25 -0500 (Wed, 29 Apr 2009) | 1 line
run autoconf
........
r72155 | senthil.kumaran | 2009-05-01 00:59:52 -0500 (Fri, 01 May 2009) | 4 lines
Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the
"<local>" macro as the only entry, this function bypasses any host name that
does not contain a period.
........
Gregory P. Smith [Sat, 2 May 2009 19:01:54 +0000 (19:01 +0000)]
Merged revisions 72210 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72210 | gregory.p.smith | 2009-05-02 11:58:21 -0700 (Sat, 02 May 2009) | 2 lines
Convert test method names to PEP8 style.
........
Martin v. Löwis [Sat, 2 May 2009 18:52:14 +0000 (18:52 +0000)]
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
handler.
Gregory P. Smith [Sat, 2 May 2009 18:35:58 +0000 (18:35 +0000)]
ipaddr cleanup for python 3.x:
* Get rid of __hex__.
* Support bytearray as well as bytes.
* Don't double test for integer input.
Benjamin Peterson [Sat, 2 May 2009 18:10:37 +0000 (18:10 +0000)]
make py3k compat code explicitly on
Mark Dickinson [Sat, 2 May 2009 17:57:52 +0000 (17:57 +0000)]
Merged revisions 72202 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72202 | mark.dickinson | 2009-05-02 18:55:01 +0100 (Sat, 02 May 2009) | 3 lines
Remove unnecessary use of context for long getters.
(Related to issue #5880).
........
Benjamin Peterson [Sat, 2 May 2009 17:38:06 +0000 (17:38 +0000)]
Blocked revisions 72199-72200 via svnmerge
........
r72199 | benjamin.peterson | 2009-05-02 12:33:01 -0500 (Sat, 02 May 2009) | 1 line
remove py3k compat code
........
r72200 | benjamin.peterson | 2009-05-02 12:35:39 -0500 (Sat, 02 May 2009) | 1 line
revert unrelated change
........
Hirokazu Yamamoto [Sat, 2 May 2009 15:55:19 +0000 (15:55 +0000)]
Fixed warning. (Should not use *const* as variable name)
Benjamin Peterson [Sat, 2 May 2009 15:28:37 +0000 (15:28 +0000)]
Blocked revisions 70443,70471,70702 via svnmerge
........
r70443 | bob.ippolito | 2009-03-17 18:19:00 -0500 (Tue, 17 Mar 2009) | 1 line
merge json library with simplejson 2.0.9 (issue 4136)
........
r70471 | raymond.hettinger | 2009-03-19 14:19:03 -0500 (Thu, 19 Mar 2009) | 3 lines
Issue 5381: Add object_pairs_hook to the json module.
........
r70702 | bob.ippolito | 2009-03-29 17:33:58 -0500 (Sun, 29 Mar 2009) | 1 line
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container
........
Benjamin Peterson [Sat, 2 May 2009 12:36:44 +0000 (12:36 +0000)]
port simplejson upgrade from the trunk #4136
json also now works only with unicode strings
Patch by Antoine Pitrou; updated by me
Eric Smith [Sat, 2 May 2009 12:15:39 +0000 (12:15 +0000)]
Merged revisions 72189 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72189 | eric.smith | 2009-05-02 05:58:09 -0400 (Sat, 02 May 2009) | 1 line
Keep py3k and trunk code in sync.
........
Gregory P. Smith [Sat, 2 May 2009 06:15:18 +0000 (06:15 +0000)]
Merged revisions 72183-72184 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72183 | georg.brandl | 2009-05-01 14:28:35 -0700 (Fri, 01 May 2009) | 2 lines
Review ipaddr docs and add them in the TOC under "Internet protocols".
........
r72184 | georg.brandl | 2009-05-01 14:30:25 -0700 (Fri, 01 May 2009) | 1 line
Fix directive name.
........
Gregory P. Smith [Fri, 1 May 2009 22:13:48 +0000 (22:13 +0000)]
Merged revisions 72173 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72173 | gregory.p.smith | 2009-05-01 12:59:52 -0700 (Fri, 01 May 2009) | 5 lines
Adds the ipaddr module to the standard library. Issue #3959.
Based off of subversion r69 from http://code.google.com/p/ipaddr-py/
This code is 2to3 safe, I'll merge it into py3k later this afternoon.
........
Benjamin Peterson [Fri, 1 May 2009 21:42:23 +0000 (21:42 +0000)]
use C character code to simplify #5410
Antoine Pitrou [Fri, 1 May 2009 21:18:27 +0000 (21:18 +0000)]
Merged revisions 72180 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72180 | antoine.pitrou | 2009-05-01 23:16:14 +0200 (ven., 01 mai 2009) | 4 lines
Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully.
Patch by Floris Bruynooghe.
........
Antoine Pitrou [Fri, 1 May 2009 21:09:44 +0000 (21:09 +0000)]
Merged revisions 72178 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72178 | antoine.pitrou | 2009-05-01 22:55:35 +0200 (ven., 01 mai 2009) | 4 lines
Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
error when a named pipe is encountered, rather than blocking infinitely.
........
Benjamin Peterson [Fri, 1 May 2009 20:48:14 +0000 (20:48 +0000)]
versionadded
Benjamin Peterson [Fri, 1 May 2009 20:45:43 +0000 (20:45 +0000)]
add myself
Benjamin Peterson [Fri, 1 May 2009 20:40:59 +0000 (20:40 +0000)]
implement a detach() method for BufferedIOBase and TextIOBase #5883
Walter Dörwald [Fri, 1 May 2009 19:58:58 +0000 (19:58 +0000)]
Merged revisions 72167 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72167 | walter.doerwald | 2009-05-01 19:35:37 +0200 (Fr, 01 Mai 2009) | 5 lines
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
All changes are mirrored to the underlying os.environ dict, but rolled back
on exit from the with block.
........
Mark Dickinson [Fri, 1 May 2009 15:37:04 +0000 (15:37 +0000)]
Issue #5859: Remove '%f' to '%g' formatting switch for large floats.
Mark Dickinson [Fri, 1 May 2009 11:42:00 +0000 (11:42 +0000)]
Issue #5859: Remove use of fixed-length buffers for float formatting
in unicodeobject.c and the fallback version of PyOS_double_to_string.
As a result, operations like '%.120e' % 12.34 no longer raise an
exception.
Georg Brandl [Fri, 1 May 2009 08:59:13 +0000 (08:59 +0000)]
Merged revisions 72159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72159 | georg.brandl | 2009-05-01 10:51:37 +0200 (Fr, 01 Mai 2009) | 2 lines
#5889: remove comma at the end of a list that some C compilers don't like.
........
Senthil Kumaran [Fri, 1 May 2009 06:00:23 +0000 (06:00 +0000)]
Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the
"<local>" macro as the only entry, this function bypasses any host name that
does not contain a period.
Matthias Klose [Thu, 30 Apr 2009 08:06:49 +0000 (08:06 +0000)]
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
the order that backends for the dbm extension are checked.
Eric Smith [Thu, 30 Apr 2009 01:00:33 +0000 (01:00 +0000)]
Issue #1588: Add complex.__format__.
Eric Smith [Thu, 30 Apr 2009 00:59:58 +0000 (00:59 +0000)]
Blocked revisions 72137 via svnmerge
........
r72137 | eric.smith | 2009-04-29 20:58:58 -0400 (Wed, 29 Apr 2009) | 1 line
Issue #1588: Add complex.__format__.
........
Benjamin Peterson [Thu, 30 Apr 2009 00:30:08 +0000 (00:30 +0000)]
Merged revisions 72135 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72135 | benjamin.peterson | 2009-04-29 19:23:11 -0500 (Wed, 29 Apr 2009) | 1 line
prevent ref cycles by removing bound method on close()
........
Benjamin Peterson [Wed, 29 Apr 2009 22:00:44 +0000 (22:00 +0000)]
fix test__all__
Mark Dickinson [Wed, 29 Apr 2009 21:58:53 +0000 (21:58 +0000)]
Blocked revisions 72126-72127 via svnmerge
........
r72126 | mark.dickinson | 2009-04-29 22:56:53 +0100 (Wed, 29 Apr 2009) | 2 lines
Remove format_float and use _PyOS_double_to_string instead.
........
r72127 | mark.dickinson | 2009-04-29 22:57:15 +0100 (Wed, 29 Apr 2009) | 2 lines
Backport some of the float formatting tests from py3k.
........
Benjamin Peterson [Wed, 29 Apr 2009 21:53:47 +0000 (21:53 +0000)]
add UnsupportedOperation to __all__
R. David Murray [Wed, 29 Apr 2009 21:50:39 +0000 (21:50 +0000)]
Document the fact that 'compname' and 'comptype' are bytes.
Mark Dickinson [Wed, 29 Apr 2009 20:43:11 +0000 (20:43 +0000)]
Blocked revisions 72119 via svnmerge
........
r72119 | mark.dickinson | 2009-04-29 21:41:00 +0100 (Wed, 29 Apr 2009) | 3 lines
Issue #5864: format(1234.5, '.4') gives misleading result
(Backport of r72109 from py3k.)
........
R. David Murray [Wed, 29 Apr 2009 20:40:42 +0000 (20:40 +0000)]
Merged revisions 72115 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72115 | r.david.murray | 2009-04-29 16:15:18 -0400 (Wed, 29 Apr 2009) | 2 lines
More aifc tests.
........
Mark Dickinson [Wed, 29 Apr 2009 18:47:07 +0000 (18:47 +0000)]
Issue #5864: Fix problem with empty code formatting for floats,
where a bogus trailing zero could be added.
R. David Murray [Wed, 29 Apr 2009 15:34:32 +0000 (15:34 +0000)]
Merged revisions 72100-72101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72100 | r.david.murray | 2009-04-29 09:17:37 -0400 (Wed, 29 Apr 2009) | 7 lines
Fix issue 2245. aifc now skips any chunk type it doesn't actually
process instead of throwing errors for anything not in an explicit
skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt.
Spec reference and test sound file provided by Santiago Peresón, fix
based on patch by Hiroaki Kawai.
........
r72101 | r.david.murray | 2009-04-29 09:51:44 -0400 (Wed, 29 Apr 2009) | 2 lines
Now that we've got a test_aifc, add a few tests.
........
Raymond Hettinger [Wed, 29 Apr 2009 14:21:25 +0000 (14:21 +0000)]
Remove dependency on the collections module.
Eric Smith [Wed, 29 Apr 2009 12:34:19 +0000 (12:34 +0000)]
Added test that didn't make it in an svnmerge.
Tarek Ziadé [Wed, 29 Apr 2009 08:07:44 +0000 (08:07 +0000)]
Merged revisions 72094 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72094 | tarek.ziade | 2009-04-29 10:03:46 +0200 (Wed, 29 Apr 2009) | 1 line
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
........
Georg Brandl [Wed, 29 Apr 2009 06:37:12 +0000 (06:37 +0000)]
Die, buffer(), die.
Raymond Hettinger [Wed, 29 Apr 2009 00:38:08 +0000 (00:38 +0000)]
Issue #5857: tokenize.tokenize() now returns named tuples.
Raymond Hettinger [Wed, 29 Apr 2009 00:34:27 +0000 (00:34 +0000)]
Issue #5857: tokenize.tokenize() now returns named tuples.
Thomas Heller [Tue, 28 Apr 2009 19:55:58 +0000 (19:55 +0000)]
Merged revisions 72081 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72081 | thomas.heller | 2009-04-28 21:23:41 +0200 (Di, 28 Apr 2009) | 3 lines
Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
instead of mipsel)
........
R. David Murray [Tue, 28 Apr 2009 18:02:00 +0000 (18:02 +0000)]
Merged revisions 72060 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72060 | r.david.murray | 2009-04-28 12:08:18 -0400 (Tue, 28 Apr 2009) | 10 lines
Various small fixups to the multiprocessing docs, mostly fixing and
enabling doctests that Sphinx can run, and fixing and disabling tests that
Sphinx can't run. I hand checked every test not now marked as a doctest,
and all except the two that have open bug reports against them now work,
at least on Linux/trunk. (I did not look at the last example at all since
there was already an open bug). I did not read the whole document with
an editor's eye, but I did fix a few things I noticed while working on
the tests.
........
Eric Smith [Tue, 28 Apr 2009 07:37:06 +0000 (07:37 +0000)]
Blocked revisions 72056 via svnmerge
........
r72056 | eric.smith | 2009-04-28 03:33:09 -0400 (Tue, 28 Apr 2009) | 1 line
Silence warning on Windows.
........
Antoine Pitrou [Mon, 27 Apr 2009 22:31:40 +0000 (22:31 +0000)]
Merged revisions 72054 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72054 | antoine.pitrou | 2009-04-27 23:53:26 +0200 (lun., 27 avril 2009) | 5 lines
Issue #
1734234 : Massively speedup `unicodedata.normalize()` when the
string is already in normalized form, by performing a quick check beforehand.
Original patch by Rauli Ruohonen.
........
Antoine Pitrou [Mon, 27 Apr 2009 21:04:19 +0000 (21:04 +0000)]
Merged revisions 72045 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72045 | antoine.pitrou | 2009-04-27 22:50:20 +0200 (lun., 27 avril 2009) | 5 lines
Issue #5853: calling a function of the mimetypes module from several threads
at once could hit the recursion limit if the mimetypes database hadn't been
initialized before.
........
Raymond Hettinger [Mon, 27 Apr 2009 21:01:21 +0000 (21:01 +0000)]
Add another example to the seealso section.
Eric Smith [Mon, 27 Apr 2009 20:54:42 +0000 (20:54 +0000)]
Include files missed in r72044.
Eric Smith [Mon, 27 Apr 2009 20:39:49 +0000 (20:39 +0000)]
Merged revisions 72040 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
........
Mark Dickinson [Mon, 27 Apr 2009 19:41:00 +0000 (19:41 +0000)]
Typo fix. Thanks Damien Diederen.
R. David Murray [Mon, 27 Apr 2009 18:38:19 +0000 (18:38 +0000)]
Third to last example is now marked as a test, but I can't actually test
it yet since sphinx can't run the doctests using python3.
Merged revisions 72038 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72038 | r.david.murray | 2009-04-27 13:22:36 -0400 (Mon, 27 Apr 2009) | 8 lines
Make sys.xxx variable references into links, note that print_last only
works when an exception gets to the interactive prompt, and update the
examples after testing. The last one is now a valid Sphinx doctest,
but of the preceding two one can't be made a doctest and the other one
I'm postponing to 3.x because sphinx handles doctests as Unicode strings
and that makes the 2.x output confusing.
........
Georg Brandl [Mon, 27 Apr 2009 16:58:05 +0000 (16:58 +0000)]
Merged revisions 71995 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71995 | kurt.kaiser | 2009-04-27 01:22:11 +0200 (Mo, 27 Apr 2009) | 2 lines
Right click 'go to file/line' not working if spaces
in path. Bug 5559.
........
Georg Brandl [Mon, 27 Apr 2009 16:54:22 +0000 (16:54 +0000)]
Merged revisions 71955,71962 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71955 | georg.brandl | 2009-04-26 08:01:04 +0200 (So, 26 Apr 2009) | 1 line
Mostly formatting nits, and "and-ed together" -> "or-ed together" flags.
........
r71962 | eric.smith | 2009-04-26 12:05:11 +0200 (So, 26 Apr 2009) | 1 line
Note that the caller is resposible for freeing the result of PyOS_double_to_string.
........
Georg Brandl [Mon, 27 Apr 2009 16:52:18 +0000 (16:52 +0000)]
Blocked revisions 71893,71904 via svnmerge
........
r71893 | jeroen.ruigrok | 2009-04-25 15:58:58 +0200 (Sa, 25 Apr 2009) | 2 lines
Reformat file prior to editing.
........
r71904 | georg.brandl | 2009-04-25 17:11:29 +0200 (Sa, 25 Apr 2009) | 1 line
#5841: add deprecation py3k warning and notice in the docs for commands module.
........
Georg Brandl [Mon, 27 Apr 2009 16:51:45 +0000 (16:51 +0000)]
Merged revisions 71814-71817,71901-71903 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71814 | georg.brandl | 2009-04-23 10:44:57 +0200 (Do, 23 Apr 2009) | 1 line
#5820: fix bug in usage of getreader().
........
r71815 | georg.brandl | 2009-04-23 10:49:39 +0200 (Do, 23 Apr 2009) | 1 line
Fix rewrapping accident.
........
r71816 | georg.brandl | 2009-04-23 10:49:56 +0200 (Do, 23 Apr 2009) | 1 line
#5813: add a reference to the "future statements" section.
........
r71817 | georg.brandl | 2009-04-23 10:52:03 +0200 (Do, 23 Apr 2009) | 1 line
Add link to PEP 236.
........
r71901 | georg.brandl | 2009-04-25 16:50:25 +0200 (Sa, 25 Apr 2009) | 1 line
#3320: fix spelling.
........
r71902 | georg.brandl | 2009-04-25 16:51:31 +0200 (Sa, 25 Apr 2009) | 1 line
#5834: use "failure" instead of "error" because the two have different meanings in unittest context.
........
r71903 | georg.brandl | 2009-04-25 17:05:04 +0200 (Sa, 25 Apr 2009) | 1 line
#5821: add some capabilities of TarFile's file-like object.
........
Georg Brandl [Mon, 27 Apr 2009 16:50:10 +0000 (16:50 +0000)]
Merged revisions 71740 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71740 | benjamin.peterson | 2009-04-19 05:02:54 +0200 (So, 19 Apr 2009) | 1 line
fix typo
........
Georg Brandl [Mon, 27 Apr 2009 16:49:41 +0000 (16:49 +0000)]
Merged revisions 71607,71653,71696,71771,71786 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71607 | benjamin.peterson | 2009-04-14 23:23:09 +0200 (Di, 14 Apr 2009) | 1 line
tupel -> tuple
........
r71653 | raymond.hettinger | 2009-04-16 20:16:10 +0200 (Do, 16 Apr 2009) | 1 line
Clarify the behavior of any() and all() with an empty iterable.
........
r71696 | georg.brandl | 2009-04-18 10:26:21 +0200 (Sa, 18 Apr 2009) | 1 line
"not subscriptable" should be a bit more understandable than "unsubscriptable".
........
r71771 | raymond.hettinger | 2009-04-20 20:23:57 +0200 (Mo, 20 Apr 2009) | 1 line
Fix typo
........
r71786 | georg.brandl | 2009-04-21 20:23:08 +0200 (Di, 21 Apr 2009) | 1 line
#5757: fix copy-paste error in notify().
........
Georg Brandl [Mon, 27 Apr 2009 16:48:18 +0000 (16:48 +0000)]
Blocked revisions 71787 via svnmerge
........
r71787 | georg.brandl | 2009-04-21 20:24:34 +0200 (Di, 21 Apr 2009) | 1 line
#5751: fix escaping of \\n.
........
Georg Brandl [Mon, 27 Apr 2009 16:46:17 +0000 (16:46 +0000)]
Merged revisions 71572 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71572 | georg.brandl | 2009-04-13 15:13:25 +0200 (Mo, 13 Apr 2009) | 1 line
#5745: more linking for identifiers in email docs.
........
Georg Brandl [Mon, 27 Apr 2009 16:45:26 +0000 (16:45 +0000)]
Merged revisions 71544,71546,71554-71555 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71544 | benjamin.peterson | 2009-04-13 01:19:56 +0200 (Mo, 13 Apr 2009) | 1 line
fix extra parenthesis #5774
........
r71546 | benjamin.peterson | 2009-04-13 01:44:15 +0200 (Mo, 13 Apr 2009) | 1 line
fix missing quote
........
r71554 | hirokazu.yamamoto | 2009-04-13 03:07:06 +0200 (Mo, 13 Apr 2009) | 1 line
Fixed typo. (email.Utils => email.utils)
........
r71555 | hirokazu.yamamoto | 2009-04-13 03:21:56 +0200 (Mo, 13 Apr 2009) | 1 line
Fixed another typos. (email.Utils => email.utils)
........
Georg Brandl [Mon, 27 Apr 2009 16:43:36 +0000 (16:43 +0000)]
Merged revisions 71564 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71564 | georg.brandl | 2009-04-13 14:36:24 +0200 (Mo, 13 Apr 2009) | 1 line
#5741 followup: should also allow %%(blah)s.
........
Georg Brandl [Mon, 27 Apr 2009 16:42:58 +0000 (16:42 +0000)]
Merged revisions 71537 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71537 | georg.brandl | 2009-04-12 19:24:11 +0200 (So, 12 Apr 2009) | 1 line
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
........
Georg Brandl [Mon, 27 Apr 2009 16:41:41 +0000 (16:41 +0000)]
Merged revisions 71540,71563 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71540 | georg.brandl | 2009-04-12 22:30:53 +0200 (So, 12 Apr 2009) | 1 line
#5719: add short usage example to optparse docstring.
........
r71563 | georg.brandl | 2009-04-13 14:36:18 +0200 (Mo, 13 Apr 2009) | 1 line
Simplify markup.
........
Georg Brandl [Mon, 27 Apr 2009 16:38:34 +0000 (16:38 +0000)]
Blocked revisions 71507 via svnmerge
........
r71507 | georg.brandl | 2009-04-12 14:08:12 +0200 (So, 12 Apr 2009) | 1 line
#5704: let python -3 imply -t as well.
........
Georg Brandl [Mon, 27 Apr 2009 16:38:14 +0000 (16:38 +0000)]
Merged revisions 71503 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71503 | eric.smith | 2009-04-12 04:57:29 +0200 (So, 12 Apr 2009) | 1 line
Take credit for my patch for issue 5237.
........
Georg Brandl [Mon, 27 Apr 2009 16:36:03 +0000 (16:36 +0000)]
Recorded merge of revisions 71957,71959,71961 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71957 | georg.brandl | 2009-04-26 08:05:58 +0200 (So, 26 Apr 2009) | 2 lines
Note that the versions are also in README.txt.
........
r71959 | georg.brandl | 2009-04-26 08:06:53 +0200 (So, 26 Apr 2009) | 2 lines
Another file where the versions need to be up to date.
........
r71961 | georg.brandl | 2009-04-26 11:57:29 +0200 (So, 26 Apr 2009) | 2 lines
Update pydoc topics.
........
Georg Brandl [Mon, 27 Apr 2009 16:34:57 +0000 (16:34 +0000)]
Update pydoc topics for py3k.
Georg Brandl [Mon, 27 Apr 2009 16:34:37 +0000 (16:34 +0000)]
Remove merging accident.
Georg Brandl [Mon, 27 Apr 2009 16:32:11 +0000 (16:32 +0000)]
Merged revisions 71958 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71958 | georg.brandl | 2009-04-26 08:06:19 +0200 (So, 26 Apr 2009) | 1 line
Remove outdated TODO file.
........
Georg Brandl [Mon, 27 Apr 2009 16:29:51 +0000 (16:29 +0000)]
Merged revisions 71956 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71956 | georg.brandl | 2009-04-26 08:05:18 +0200 (So, 26 Apr 2009) | 1 line
Update versions in instructions for manual set-up.
........
Georg Brandl [Mon, 27 Apr 2009 16:28:57 +0000 (16:28 +0000)]
Merged revisions 71960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71960 | georg.brandl | 2009-04-26 11:56:44 +0200 (So, 26 Apr 2009) | 1 line
Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/.
........
Georg Brandl [Mon, 27 Apr 2009 16:24:36 +0000 (16:24 +0000)]
Recorded merge of revisions 72004 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72004 | vinay.sajip | 2009-04-27 15:44:27 +0200 (Mo, 27 Apr 2009) | 1 line
Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported.
........
Georg Brandl [Mon, 27 Apr 2009 16:23:47 +0000 (16:23 +0000)]
Merged revisions 72008 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72008 | georg.brandl | 2009-04-27 17:10:44 +0200 (Mo, 27 Apr 2009) | 1 line
Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items.
........
Georg Brandl [Mon, 27 Apr 2009 16:22:44 +0000 (16:22 +0000)]
Merged revisions 72007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72007 | georg.brandl | 2009-04-27 17:09:25 +0200 (Mo, 27 Apr 2009) | 1 line
#5856: fix typo s in traceback example.
........
Georg Brandl [Mon, 27 Apr 2009 16:20:50 +0000 (16:20 +0000)]
Merged revisions 72009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
........
Georg Brandl [Mon, 27 Apr 2009 15:35:21 +0000 (15:35 +0000)]
Blocked revisions 72010 via svnmerge
........
r72010 | georg.brandl | 2009-04-27 17:29:26 +0200 (Mo, 27 Apr 2009) | 2 lines
Demote warnings to notices, part 2: stuff that is 2.x-only.
........