]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
R. David Murray [Tue, 5 May 2009 01:01:52 +0000 (01:01 +0000)]
Merged revisions 72301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72301 | r.david.murray | 2009-05-04 18:59:07 -0400 (Mon, 04 May 2009) | 13 lines
Merged revisions 72299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72299 | r.david.murray | 2009-05-04 18:16:24 -0400 (Mon, 04 May 2009) | 7 lines
Fix issue 5890: (property subclass shadows __doc__ string) by inserting
the __doc__ into the subclass instance __dict__. The fix refactors
property_copy to call property_init in such a way that the __doc__
logic is re-executed correctly when getter_doc is 1, thus simplifying
property_copy.
........
................
Walter Dörwald [Mon, 4 May 2009 16:13:11 +0000 (16:13 +0000)]
Merged revisions 72280 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72280 | walter.doerwald | 2009-05-04 18:10:10 +0200 (Mo, 04 Mai 2009) | 9 lines
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.
........
................
Mark Dickinson [Mon, 4 May 2009 13:59:04 +0000 (13:59 +0000)]
Issue #5724: Fix test_cmath failures on Solaris 10.
Mark Dickinson [Mon, 4 May 2009 13:49:30 +0000 (13:49 +0000)]
Regenerate configure and pyconfig.h.in
Walter Dörwald [Sun, 3 May 2009 22:57:39 +0000 (22:57 +0000)]
Merged revisions 72265 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72265 | walter.doerwald | 2009-05-04 00:55:55 +0200 (Mo, 04 Mai 2009) | 12 lines
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:37 +0000 (22:36 +0000)]
Blocked revisions 72259 via svnmerge
................
r72259 | mark.dickinson | 2009-05-03 23:36:01 +0100 (Sun, 03 May 2009) | 9 lines
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:43 +0000 (21:07 +0000)]
Blocked revisions 72255 via svnmerge
................
r72255 | mark.dickinson | 2009-05-03 22:07:13 +0100 (Sun, 03 May 2009) | 9 lines
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:34:39 +0000 (20:34 +0000)]
Blocked revisions 72248 via svnmerge
........
r72248 | mark.dickinson | 2009-05-03 21:33:40 +0100 (Sun, 03 May 2009) | 4 lines
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 20:21:26 +0000 (20:21 +0000)]
backport r71299 from trunk:
Fixes issue5705: os.setuid() and friends did not accept the same range of
values that pwd.getpwnam() returns.
Martin v. Löwis [Sat, 2 May 2009 18:53:23 +0000 (18:53 +0000)]
Blocked revisions 72208 via svnmerge
........
r72208 | martin.v.loewis | 2009-05-02 20:52:14 +0200 (Sa, 02 Mai 2009) | 3 lines
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
handler.
........
Mark Dickinson [Sat, 2 May 2009 18:22:34 +0000 (18:22 +0000)]
Blocked revisions 72203 via svnmerge
................
r72203 | mark.dickinson | 2009-05-02 18:57:52 +0100 (Sat, 02 May 2009) | 10 lines
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).
........
................
Eric Smith [Sat, 2 May 2009 12:16:28 +0000 (12:16 +0000)]
Blocked revisions 72192 via svnmerge
................
r72192 | eric.smith | 2009-05-02 08:15:39 -0400 (Sat, 02 May 2009) | 9 lines
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.
........
................
Walter Dörwald [Fri, 1 May 2009 20:03:27 +0000 (20:03 +0000)]
Blocked revisions 72172 via svnmerge
................
r72172 | walter.doerwald | 2009-05-01 21:58:58 +0200 (Fr, 01 Mai 2009) | 12 lines
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 16:27:28 +0000 (16:27 +0000)]
Blocked revisions 72165 via svnmerge
........
r72165 | mark.dickinson | 2009-05-01 16:37:04 +0100 (Fri, 01 May 2009) | 2 lines
Issue #5859: Remove '%f' to '%g' formatting switch for large floats.
........
Mark Dickinson [Fri, 1 May 2009 11:42:35 +0000 (11:42 +0000)]
Blocked revisions 72161 via svnmerge
........
r72161 | mark.dickinson | 2009-05-01 12:42:00 +0100 (Fri, 01 May 2009) | 5 lines
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.
........
Eric Smith [Thu, 30 Apr 2009 01:01:34 +0000 (01:01 +0000)]
Blocked revisions 72140 via svnmerge
........
r72140 | eric.smith | 2009-04-29 21:00:33 -0400 (Wed, 29 Apr 2009) | 1 line
Issue #1588: Add complex.__format__.
........
R. David Murray [Wed, 29 Apr 2009 21:52:37 +0000 (21:52 +0000)]
Merged revisions 72123 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72123 | r.david.murray | 2009-04-29 17:50:39 -0400 (Wed, 29 Apr 2009) | 2 lines
Document the fact that 'compname' and 'comptype' are bytes.
........
R. David Murray [Wed, 29 Apr 2009 20:44:57 +0000 (20:44 +0000)]
Blocked revisions 72118 via svnmerge
................
r72118 | r.david.murray | 2009-04-29 16:40:42 -0400 (Wed, 29 Apr 2009) | 9 lines
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.
........
................
Test uses unittest method that wasn't backported.
Mark Dickinson [Wed, 29 Apr 2009 18:48:14 +0000 (18:48 +0000)]
Blocked revisions 72109 via svnmerge
........
r72109 | mark.dickinson | 2009-04-29 19:47:07 +0100 (Wed, 29 Apr 2009) | 3 lines
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 16:44:28 +0000 (16:44 +0000)]
Roll back mistaken checkin of conflicted multiprocessing.rst file.
Merge needs to wait until previous updates to file are merged.
Rolled back revisions 72062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
R. David Murray [Wed, 29 Apr 2009 15:54:48 +0000 (15:54 +0000)]
Merged revisions 72104 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72104 | r.david.murray | 2009-04-29 11:34:32 -0400 (Wed, 29 Apr 2009) | 17 lines
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.
........
................
Eric Smith [Wed, 29 Apr 2009 12:38:15 +0000 (12:38 +0000)]
Blocked revisions 72098 via svnmerge
........
r72098 | eric.smith | 2009-04-29 08:34:19 -0400 (Wed, 29 Apr 2009) | 1 line
Added test that didn't make it in an svnmerge.
........
Tarek Ziadé [Wed, 29 Apr 2009 08:08:41 +0000 (08:08 +0000)]
Blocked revisions 72096 via svnmerge
................
r72096 | tarek.ziade | 2009-04-29 10:07:44 +0200 (Wed, 29 Apr 2009) | 9 lines
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 07:00:34 +0000 (07:00 +0000)]
Merged revisions 72089 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r72089 | georg.brandl | 2009-04-29 08:37:12 +0200 (Mi, 29 Apr 2009) | 1 line
Die, buffer(), die.
........
Thomas Heller [Tue, 28 Apr 2009 20:02:30 +0000 (20:02 +0000)]
Merged revisions 72082 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72082 | thomas.heller | 2009-04-28 21:55:58 +0200 (Di, 28 Apr 2009) | 10 lines
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:08:51 +0000 (18:08 +0000)]
Merged revisions 72062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72062 | r.david.murray | 2009-04-28 14:02:00 -0400 (Tue, 28 Apr 2009) | 16 lines
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:38:01 +0000 (07:38 +0000)]
Blocked revisions 72058 via svnmerge
................
r72058 | eric.smith | 2009-04-28 03:37:06 -0400 (Tue, 28 Apr 2009) | 8 lines
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 21:06:06 +0000 (21:06 +0000)]
Merged revisions 72050 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72050 | antoine.pitrou | 2009-04-27 23:04:19 +0200 (lun., 27 avril 2009) | 11 lines
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.
........
................
Eric Smith [Mon, 27 Apr 2009 20:55:19 +0000 (20:55 +0000)]
Blocked revisions 72046 via svnmerge
........
r72046 | eric.smith | 2009-04-27 16:54:42 -0400 (Mon, 27 Apr 2009) | 1 line
Include files missed in r72044.
........
Mark Dickinson [Mon, 27 Apr 2009 19:42:39 +0000 (19:42 +0000)]
Blocked revisions 72042 via svnmerge
........
r72042 | mark.dickinson | 2009-04-27 20:41:00 +0100 (Mon, 27 Apr 2009) | 2 lines
Typo fix. Thanks Damien Diederen.
........
Walter Dörwald [Sun, 26 Apr 2009 21:59:27 +0000 (21:59 +0000)]
Merged revisions 71992 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71992 | walter.doerwald | 2009-04-26 23:39:21 +0200 (So, 26 Apr 2009) | 9 lines
Merged revisions 71984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71984 | walter.doerwald | 2009-04-26 22:51:44 +0200 (So, 26 Apr 2009) | 2 lines
Use test.test_support.EnvironmentVarGuard where tests change environment vars.
........
................
Eric Smith [Sun, 26 Apr 2009 21:35:52 +0000 (21:35 +0000)]
Blocked revisions 71989 via svnmerge
........
r71989 | eric.smith | 2009-04-26 17:35:14 -0400 (Sun, 26 Apr 2009) | 1 line
Issue #5835: Deprecate PyOS_ascii_formatd.
........
Eric Smith [Sun, 26 Apr 2009 21:27:38 +0000 (21:27 +0000)]
Blocked revisions 71987 via svnmerge
........
r71987 | eric.smith | 2009-04-26 17:26:45 -0400 (Sun, 26 Apr 2009) | 1 line
Fixed 2.x-ism.
........
Mark Dickinson [Sun, 26 Apr 2009 20:11:22 +0000 (20:11 +0000)]
Merged revisions 71978 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71978 | mark.dickinson | 2009-04-26 21:02:24 +0100 (Sun, 26 Apr 2009) | 9 lines
Merged revisions 71976 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71976 | mark.dickinson | 2009-04-26 20:54:55 +0100 (Sun, 26 Apr 2009) | 2 lines
Fix typo in function name
........
................
Walter Dörwald [Sun, 26 Apr 2009 19:20:29 +0000 (19:20 +0000)]
Merged revisions 71974 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71974 | walter.doerwald | 2009-04-26 21:16:11 +0200 (So, 26 Apr 2009) | 9 lines
Merged revisions 71972 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71972 | walter.doerwald | 2009-04-26 21:11:43 +0200 (So, 26 Apr 2009) | 2 lines
Fix typo.
........
................
Mark Dickinson [Sun, 26 Apr 2009 15:32:53 +0000 (15:32 +0000)]
Blocked revisions 71967 via svnmerge
........
r71967 | mark.dickinson | 2009-04-26 16:30:47 +0100 (Sun, 26 Apr 2009) | 5 lines
Internal plumbing changes for float parsing:
- check for nans and infs within PyOS_ascii_strtod
- simplify parsing in PyFloat_FromString, and handle out-of-memory
errors properly
........
Mark Dickinson [Sun, 26 Apr 2009 14:11:57 +0000 (14:11 +0000)]
Blocked revisions 71965 via svnmerge
................
r71965 | mark.dickinson | 2009-04-26 15:11:18 +0100 (Sun, 26 Apr 2009) | 9 lines
Merged revisions 71963 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71963 | mark.dickinson | 2009-04-26 15:00:08 +0100 (Sun, 26 Apr 2009) | 2 lines
Reset errno before both calls to PyOS_ascii_strtod, not just one.
........
................
Kurt B. Kaiser [Sun, 26 Apr 2009 02:05:55 +0000 (02:05 +0000)]
Merged revisions 71952 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71952 | kurt.kaiser | 2009-04-25 21:33:55 -0400 (Sat, 25 Apr 2009) | 10 lines
Merged revisions 71812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71812 | kurt.kaiser | 2009-04-22 22:36:01 -0400 (Wed, 22 Apr 2009) | 2 lines
Produce correct version string to access the .chm
docs on Windows. Patch 5783 gpolo. Will port.
........
................
Martin v. Löwis [Sun, 26 Apr 2009 01:04:33 +0000 (01:04 +0000)]
Merged revisions 71949 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71949 | martin.v.loewis | 2009-04-26 03:02:07 +0200 (So, 26 Apr 2009) | 10 lines
Merged revisions 71947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71947 | martin.v.loewis | 2009-04-26 02:53:18 +0200 (So, 26 Apr 2009) | 3 lines
Issue #4971: Fix titlecase for characters that are their own
titlecase, but not their own uppercase.
........
................
Kurt B. Kaiser [Sat, 25 Apr 2009 23:23:34 +0000 (23:23 +0000)]
Merged revisions 71189 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71189 | kurt.kaiser | 2009-04-04 16:38:52 -0400 (Sat, 04 Apr 2009) | 9 lines
Merged revisions 70723 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70723 | kurt.kaiser | 2009-03-30 12:22:00 -0400 (Mon, 30 Mar 2009) | 1 line
Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo.
........
................
Kurt B. Kaiser [Sat, 25 Apr 2009 22:14:33 +0000 (22:14 +0000)]
Edit IDLE's NEWS.txt to be consistent with py3k HEAD
Eric Smith [Sat, 25 Apr 2009 21:42:38 +0000 (21:42 +0000)]
Blocked revisions 71940 via svnmerge
................
r71940 | eric.smith | 2009-04-25 17:42:04 -0400 (Sat, 25 Apr 2009) | 12 lines
Blocked revisions 71938 via svnmerge
........
r71938 | eric.smith | 2009-04-25 17:40:15 -0400 (Sat, 25 Apr 2009) | 5 lines
Issue #5835, deprecate PyOS_ascii_formatd.
If anyone wants to clean up the documentation, feel free. It's my first documentation foray, and it's not that great.
Will port to py3k with a different strategy.
........
................
Mark Dickinson [Sat, 25 Apr 2009 18:23:15 +0000 (18:23 +0000)]
Blocked revisions 71912 via svnmerge
........
r71912 | mark.dickinson | 2009-04-25 19:22:27 +0100 (Sat, 25 Apr 2009) | 2 lines
Don't try to use x87 assembly on OS X universal builds.
........
Walter Dörwald [Sat, 25 Apr 2009 14:17:13 +0000 (14:17 +0000)]
Merged revisions 71896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71896 | walter.doerwald | 2009-04-25 16:13:56 +0200 (Sa, 25 Apr 2009) | 11 lines
Merged revisions 71894 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71894 | walter.doerwald | 2009-04-25 16:03:16 +0200 (Sa, 25 Apr 2009) | 4 lines
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
makeunicodedata.py and regenerated the Unicode database (This fixes
u'\u1d79'.lower() == '\x00').
........
................
Mark Dickinson [Sat, 25 Apr 2009 13:28:26 +0000 (13:28 +0000)]
Issue #5829: complex('1e-500') shouldn't raise an exception; also, fix indentation problems.
Tarek Ziadé [Sat, 25 Apr 2009 12:58:32 +0000 (12:58 +0000)]
Merged revisions 71886 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71886 | tarek.ziade | 2009-04-25 14:53:56 +0200 (Sat, 25 Apr 2009) | 9 lines
Merged revisions 71884 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71884 | tarek.ziade | 2009-04-25 14:51:59 +0200 (Sat, 25 Apr 2009) | 1 line
#5810: Fixed Distutils test_build_scripts
........
................
Tarek Ziadé [Sat, 25 Apr 2009 12:57:01 +0000 (12:57 +0000)]
Blocked revisions 71879 via svnmerge
................
r71879 | tarek.ziade | 2009-04-25 14:39:56 +0200 (Sat, 25 Apr 2009) | 9 lines
Merged revisions 71878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71878 | tarek.ziade | 2009-04-25 14:38:08 +0200 (Sat, 25 Apr 2009) | 1 line
Issue #4951: Fixed failure in test_httpservers
........
................
Walter Dörwald [Sat, 25 Apr 2009 12:53:26 +0000 (12:53 +0000)]
Merged revisions 71881 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71881 | walter.doerwald | 2009-04-25 14:48:43 +0200 (Sa, 25 Apr 2009) | 14 lines
Merged revisions 71875 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71875 | walter.doerwald | 2009-04-25 14:15:07 +0200 (Sa, 25 Apr 2009) | 7 lines
Issue #5837: Certain sequences of calls to set() and unset() for
support.EnvironmentVarGuard objects restored the environment variables
incorrectly on __exit__.
Fix this by recording the initial value of each environment variable on the
first access in set() or unset().
........
................
Mark Dickinson [Sat, 25 Apr 2009 10:13:19 +0000 (10:13 +0000)]
Blocked revisions 71870 via svnmerge
................
r71870 | mark.dickinson | 2009-04-25 11:11:40 +0100 (Sat, 25 Apr 2009) | 9 lines
Merged revisions 71869 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71869 | mark.dickinson | 2009-04-25 10:47:00 +0100 (Sat, 25 Apr 2009) | 2 lines
Fix typo in complex parsing code; expand tests.
........
................
Benjamin Peterson [Sat, 25 Apr 2009 01:37:40 +0000 (01:37 +0000)]
Merged revisions 71862 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71862 | benjamin.peterson | 2009-04-24 20:08:45 -0500 (Fri, 24 Apr 2009) | 9 lines
Merged revisions 71860 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71860 | benjamin.peterson | 2009-04-24 19:41:22 -0500 (Fri, 24 Apr 2009) | 1 line
fix a segfault when setting __class__ in __del__ #5283
........
................
Benjamin Peterson [Fri, 24 Apr 2009 23:29:56 +0000 (23:29 +0000)]
allow only ints in readline
Benjamin Peterson [Fri, 24 Apr 2009 23:05:53 +0000 (23:05 +0000)]
Merged revisions 71757 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71757 | benjamin.peterson | 2009-04-19 21:09:13 -0500 (Sun, 19 Apr 2009) | 17 lines
Merged revisions 71734,71738-71739 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71734 | benjamin.peterson | 2009-04-18 17:15:26 -0500 (Sat, 18 Apr 2009) | 1 line
many more types to initialize (I had to expose some of them)
........
r71738 | benjamin.peterson | 2009-04-18 21:32:42 -0500 (Sat, 18 Apr 2009) | 1 line
initialize weakref some weakref types
........
r71739 | benjamin.peterson | 2009-04-18 21:40:43 -0500 (Sat, 18 Apr 2009) | 1 line
make errors consistent
........
................
Thomas Heller [Fri, 24 Apr 2009 20:09:23 +0000 (20:09 +0000)]
Merged revisions 71848 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71848 | thomas.heller | 2009-04-24 22:05:20 +0200 (Fr, 24 Apr 2009) | 9 lines
Merged revisions 71847 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71847 | thomas.heller | 2009-04-24 22:00:41 +0200 (Fr, 24 Apr 2009) | 2 lines
Issue 5041: ctypes unwilling to allow pickling wide character.
........
................
Raymond Hettinger [Fri, 24 Apr 2009 18:48:59 +0000 (18:48 +0000)]
Issue 5830: Events are now comparable when the time and type are the same.
Mark Dickinson [Fri, 24 Apr 2009 16:41:00 +0000 (16:41 +0000)]
Blocked revisions 71839 via svnmerge
................
r71839 | mark.dickinson | 2009-04-24 17:39:07 +0100 (Fri, 24 Apr 2009) | 15 lines
Merged revisions 71837-71838 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71837 | mark.dickinson | 2009-04-24 17:34:14 +0100 (Fri, 24 Apr 2009) | 4 lines
Issue #5593: Use more robust test for double-rounding in test_fsum.
While we're at it, use new unittest.skipUnless decorator to
implement skipping for that test.
........
r71838 | mark.dickinson | 2009-04-24 17:37:22 +0100 (Fri, 24 Apr 2009) | 2 lines
Remove unnecessary double negative
........
................
Mark Dickinson [Fri, 24 Apr 2009 14:12:51 +0000 (14:12 +0000)]
Blocked revisions 71834 via svnmerge
................
r71834 | mark.dickinson | 2009-04-24 15:06:19 +0100 (Fri, 24 Apr 2009) | 10 lines
Merged revisions 71832 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71832 | mark.dickinson | 2009-04-24 14:56:07 +0100 (Fri, 24 Apr 2009) | 3 lines
Issue #5812: The two-argument form of the Fraction constructor
now accepts arbitrary Rational instances.
........
................
Mark Dickinson [Fri, 24 Apr 2009 13:26:51 +0000 (13:26 +0000)]
Blocked revisions 71829 via svnmerge
........
r71829 | mark.dickinson | 2009-04-24 14:25:20 +0100 (Fri, 24 Apr 2009) | 4 lines
Make sure that complex parsing code and corresponding tests
match for 2.7 and 3.1, and that 3.1 continues to
accept complex('j') and complex('4-j')
........
Mark Dickinson [Thu, 23 Apr 2009 19:16:20 +0000 (19:16 +0000)]
Blocked revisions 71820 via svnmerge
........
r71820 | mark.dickinson | 2009-04-23 20:15:48 +0100 (Thu, 23 Apr 2009) | 2 lines
Fix int/long confusion in Misc/NEWS entry.
........
Mark Dickinson [Thu, 23 Apr 2009 19:14:55 +0000 (19:14 +0000)]
Blocked revisions 71818 via svnmerge
........
r71818 | mark.dickinson | 2009-04-23 20:14:16 +0100 (Thu, 23 Apr 2009) | 4 lines
Issue #5816: Simplify code for parsing and printing of complex numbers.
nans and infs are no longer given special treatment; as a result,
repr(complex(z)) recovers z for any complex number z.
........
Mark Dickinson [Wed, 22 Apr 2009 17:51:31 +0000 (17:51 +0000)]
Blocked revisions 71806 via svnmerge
........
r71806 | mark.dickinson | 2009-04-22 18:50:21 +0100 (Wed, 22 Apr 2009) | 4 lines
Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now
accepts all strings accepted by the float and Decimal constructors,
with the exception of strings representing NaNs or infinities.
........
Eric Smith [Wed, 22 Apr 2009 17:14:37 +0000 (17:14 +0000)]
Blocked revisions 71804 via svnmerge
................
r71804 | eric.smith | 2009-04-22 13:04:27 -0400 (Wed, 22 Apr 2009) | 9 lines
Merged revisions 71802 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71802 | eric.smith | 2009-04-22 12:20:47 -0400 (Wed, 22 Apr 2009) | 1 line
Fixed issue 5782: formatting with commas didn't work if no specifier type code was given.
........
................
Nick Coghlan [Wed, 22 Apr 2009 16:23:00 +0000 (16:23 +0000)]
Blocked revisions 71801 via svnmerge
................
r71801 | nick.coghlan | 2009-04-23 02:13:36 +1000 (Thu, 23 Apr 2009) | 9 lines
Merged revisions 71799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71799 | nick.coghlan | 2009-04-23 01:26:04 +1000 (Thu, 23 Apr 2009) | 1 line
Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation)
........
................
Eric Smith [Wed, 22 Apr 2009 00:54:07 +0000 (00:54 +0000)]
Blocked revisions 71790 via svnmerge
................
r71790 | eric.smith | 2009-04-21 20:53:01 -0400 (Tue, 21 Apr 2009) | 9 lines
Merged revisions 71788 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71788 | eric.smith | 2009-04-21 20:47:00 -0400 (Tue, 21 Apr 2009) | 1 line
Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy.
........
................
Eric Smith [Tue, 21 Apr 2009 11:58:48 +0000 (11:58 +0000)]
Blocked revisions 71783 via svnmerge
........
r71783 | eric.smith | 2009-04-21 07:57:38 -0400 (Tue, 21 Apr 2009) | 1 line
Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775.
........
Mark Dickinson [Mon, 20 Apr 2009 21:39:39 +0000 (21:39 +0000)]
Blocked revisions 71773 via svnmerge
................
r71773 | mark.dickinson | 2009-04-20 22:38:00 +0100 (Mon, 20 Apr 2009) | 12 lines
Merged revisions 71772 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71772 | mark.dickinson | 2009-04-20 22:13:33 +0100 (Mon, 20 Apr 2009) | 5 lines
Issue #3166: Make long -> float (and int -> float) conversions
correctly rounded, using round-half-to-even. This ensures that the
value of float(n) doesn't depend on whether we're using 15-bit digits
or 30-bit digits for Python longs.
........
................
Tarek Ziadé [Mon, 20 Apr 2009 14:35:12 +0000 (14:35 +0000)]
Blocked revisions 71768 via svnmerge
................
r71768 | tarek.ziade | 2009-04-20 16:33:15 +0200 (Mon, 20 Apr 2009) | 9 lines
Merged revisions 71766 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71766 | tarek.ziade | 2009-04-20 16:29:42 +0200 (Mon, 20 Apr 2009) | 1 line
adding a NEWS note for #5795 (previously checked via the buildbot)
........
................
Tarek Ziadé [Mon, 20 Apr 2009 12:39:26 +0000 (12:39 +0000)]
Merged revisions 71762 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71762 | tarek.ziade | 2009-04-20 14:37:58 +0200 (Mon, 20 Apr 2009) | 9 lines
Merged revisions 71759 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71759 | tarek.ziade | 2009-04-20 12:33:47 +0200 (Mon, 20 Apr 2009) | 1 line
making BuildWinInstTestCase silent in case bdist_wininst is not run under win32
........
................
Tarek Ziadé [Mon, 20 Apr 2009 12:38:48 +0000 (12:38 +0000)]
Blocked revisions 71761 via svnmerge
................
r71761 | tarek.ziade | 2009-04-20 14:18:08 +0200 (Mon, 20 Apr 2009) | 9 lines
Merged revisions 71758 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71758 | tarek.ziade | 2009-04-20 09:53:55 +0200 (Mon, 20 Apr 2009) | 1 line
#5795 sysconfig._config_vars was shadowed in tearDown
........
................
Mark Dickinson [Sun, 19 Apr 2009 20:41:10 +0000 (20:41 +0000)]
Blocked revisions 71754 via svnmerge
........
r71754 | mark.dickinson | 2009-04-19 21:40:33 +0100 (Sun, 19 Apr 2009) | 4 lines
Issue #5463: Remove deprecated float coercion from struct module, along
with the _PY_STRUCT_FLOAT_COERCE constant. Simplify tests accordingly,
and reenable (now-fixed) broken tests.
........
Mark Dickinson [Sun, 19 Apr 2009 17:14:54 +0000 (17:14 +0000)]
Blocked revisions 71752 via svnmerge
................
r71752 | mark.dickinson | 2009-04-19 18:14:11 +0100 (Sun, 19 Apr 2009) | 10 lines
Merged revisions 71750 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71750 | mark.dickinson | 2009-04-19 18:10:47 +0100 (Sun, 19 Apr 2009) | 3 lines
Automatic conversion of floats to integers for struct.pack integer codes
is deprecated. Use an explicit int() instead.
........
................
Hirokazu Yamamoto [Sun, 19 Apr 2009 11:47:46 +0000 (11:47 +0000)]
Blocked revisions 71703 via svnmerge
........
r71703 | hirokazu.yamamoto | 2009-04-18 22:10:51 +0900 | 1 line
Added Python/dtoa.c to project files.
........
Mark Dickinson [Sun, 19 Apr 2009 11:38:03 +0000 (11:38 +0000)]
Blocked revisions 71747 via svnmerge
........
r71747 | mark.dickinson | 2009-04-19 12:35:55 +0100 (Sun, 19 Apr 2009) | 4 lines
Add comments to pyport.h explaining how to enable support for short
float repr on platforms that don't currently support it, and
reorganize the defines slightly to make adding support easier.
........
Ronald Oussoren [Sun, 19 Apr 2009 10:41:42 +0000 (10:41 +0000)]
Merged revisions 71745 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71745 | ronald.oussoren | 2009-04-19 12:40:48 +0200 (Sun, 19 Apr 2009) | 9 lines
Merged revisions 71743 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71743 | ronald.oussoren | 2009-04-19 12:38:20 +0200 (Sun, 19 Apr 2009) | 2 lines
Fix for issue5657.
........
................
Mark Dickinson [Sat, 18 Apr 2009 21:19:18 +0000 (21:19 +0000)]
Blocked revisions 71731 via svnmerge
........
r71731 | mark.dickinson | 2009-04-18 22:18:19 +0100 (Sat, 18 Apr 2009) | 3 lines
Move configure check for broken sem_getvalue outside the
LIBS="$LIBS $LIBM" section.
........
Benjamin Peterson [Sat, 18 Apr 2009 21:10:48 +0000 (21:10 +0000)]
Merged revisions 71727 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71727 | benjamin.peterson | 2009-04-18 15:54:08 -0500 (Sat, 18 Apr 2009) | 9 lines
Merged revisions 71722 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71722 | benjamin.peterson | 2009-04-18 15:12:47 -0500 (Sat, 18 Apr 2009) | 1 line
try to initalize all builtin types with PyType_Ready to avoid problems like #5787
........
................
Mark Dickinson [Sat, 18 Apr 2009 20:57:50 +0000 (20:57 +0000)]
Blocked revisions 71723-71724 via svnmerge
........
r71723 | mark.dickinson | 2009-04-18 21:17:52 +0100 (Sat, 18 Apr 2009) | 7 lines
The SSE2 detection and enabling could potentially cause
problems for binary distributions of Python in situations
where the build machine has SSE2 but the target machine
does not.
Therefore, don't enable SSE2 instructions automatically on x86.
........
r71724 | mark.dickinson | 2009-04-18 21:19:17 +0100 (Sat, 18 Apr 2009) | 2 lines
Revert accidental changes to Objects/floatobject.c
........
Mark Dickinson [Sat, 18 Apr 2009 14:21:40 +0000 (14:21 +0000)]
Merged revisions 71706 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71706 | mark.dickinson | 2009-04-18 15:14:48 +0100 (Sat, 18 Apr 2009) | 9 lines
Merged revisions 71705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71705 | mark.dickinson | 2009-04-18 15:13:43 +0100 (Sat, 18 Apr 2009) | 2 lines
copysign shouldn't be declared as static in pymath.c
........
................
Mark Dickinson [Sat, 18 Apr 2009 14:21:12 +0000 (14:21 +0000)]
Blocked revisions 71704 via svnmerge
........
r71704 | mark.dickinson | 2009-04-18 14:58:18 +0100 (Sat, 18 Apr 2009) | 3 lines
Add check for C99 round function to configure, and define
a fallback function if round doesn't exist.
........
Mark Dickinson [Sat, 18 Apr 2009 11:50:41 +0000 (11:50 +0000)]
Blocked revisions 71701 via svnmerge
........
r71701 | mark.dickinson | 2009-04-18 12:48:33 +0100 (Sat, 18 Apr 2009) | 7 lines
Issue #1869 (and 4707, 5118, 5473,
1456775 ): use the new
string <-> float conversion routines to make round(x, n) correctly
rounded for floats x, so that it always agrees with format(x, '.<n>f').
Also fix some other round nuisances, like round(123.456, 1-2**31) giving
an integer rather than a float.
........
Mark Dickinson [Sat, 18 Apr 2009 10:18:06 +0000 (10:18 +0000)]
Blocked revisions 71698 via svnmerge
........
r71698 | mark.dickinson | 2009-04-18 11:16:35 +0100 (Sat, 18 Apr 2009) | 3 lines
Issue #5781: Only use legacy string<->double conversions when
we can't figure out how to get and set the x87 control word.
........
Mark Dickinson [Sat, 18 Apr 2009 10:17:33 +0000 (10:17 +0000)]
Blocked revisions 71697 via svnmerge
........
r71697 | mark.dickinson | 2009-04-18 11:12:16 +0100 (Sat, 18 Apr 2009) | 3 lines
The comments at the top of intobject.h say that it will be removed in 3.1.
Make it so.
........
Eric Smith [Sat, 18 Apr 2009 00:25:01 +0000 (00:25 +0000)]
Merged revisions 71693 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r71693 | eric.smith | 2009-04-17 20:10:04 -0400 (Fri, 17 Apr 2009) | 1 line
Removed unused files.
........
Mark Dickinson [Fri, 17 Apr 2009 16:07:04 +0000 (16:07 +0000)]
Blocked revisions 71684 via svnmerge
........
r71684 | mark.dickinson | 2009-04-17 17:06:28 +0100 (Fri, 17 Apr 2009) | 3 lines
Add reminder to dtoa.c to check for updates regularly.
Fix a bug in the memory management in dtoa.c.
........
Mark Dickinson [Fri, 17 Apr 2009 16:03:52 +0000 (16:03 +0000)]
Blocked revisions 71670 via svnmerge
........
r71670 | mark.dickinson | 2009-04-17 09:41:23 +0100 (Fri, 17 Apr 2009) | 3 lines
Make sure that marshal and pickle continue to output 17
digits of precision for floats.
........
Tarek Ziadé [Fri, 17 Apr 2009 14:38:23 +0000 (14:38 +0000)]
Blocked revisions 71677 via svnmerge
................
r71677 | tarek.ziade | 2009-04-17 16:34:49 +0200 (Fri, 17 Apr 2009) | 9 lines
Merged revisions 71674 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71674 | tarek.ziade | 2009-04-17 16:29:56 +0200 (Fri, 17 Apr 2009) | 1 line
DistutilsSetupError was not raised when one single warning occured
........
................
Tarek Ziadé [Fri, 17 Apr 2009 14:36:14 +0000 (14:36 +0000)]
Blocked revisions 71590 via svnmerge
................
r71590 | tarek.ziade | 2009-04-13 22:19:58 +0200 (Mon, 13 Apr 2009) | 9 lines
Merged revisions 71589 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71589 | tarek.ziade | 2009-04-13 22:14:54 +0200 (Mon, 13 Apr 2009) | 1 line
pep8-fied
........
................
Eric Smith [Thu, 16 Apr 2009 20:16:49 +0000 (20:16 +0000)]
Blocked revisions 71665 via svnmerge
........
r71665 | eric.smith | 2009-04-16 16:16:10 -0400 (Thu, 16 Apr 2009) | 14 lines
The other half of Issue #1580: use short float repr where possible.
Addresses the float -> string conversion, using David Gay's code which
was added in Mark Dickinson's checkin r71663.
Also addresses these, which are intertwined with the short repr
changes:
- Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'
- Issue #5515: 'n' formatting with commas no longer works poorly
with leading zeros.
- PEP 378 Format Specifier for Thousands Separator: implemented
for floats.
........
Mark Dickinson [Thu, 16 Apr 2009 20:06:09 +0000 (20:06 +0000)]
Blocked revisions 71663 via svnmerge
........
r71663 | mark.dickinson | 2009-04-16 20:52:09 +0100 (Thu, 16 Apr 2009) | 15 lines
Issue #1580: use short float repr where possible.
- incorporate and adapt David Gay's dtoa and strtod
into the Python core
- on platforms where we can use Gay's code (almost
all!), repr(float) is based on the shortest
sequence of decimal digits that rounds correctly.
- add sys.float_repr_style attribute to indicate
whether we're using Gay's code or not
- add autoconf magic to detect and enable SSE2
instructions on x86/gcc
- slight change to repr and str: repr switches
to exponential notation at 1e16 instead of
1e17, str switches at 1e11 instead of 1e12
........
Thomas Heller [Thu, 16 Apr 2009 19:12:35 +0000 (19:12 +0000)]
Merged revisions 71656 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71656 | thomas.heller | 2009-04-16 20:37:24 +0200 (Do, 16 Apr 2009) | 14 lines
Merged revisions 71640-71641 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71640 | thomas.heller | 2009-04-16 08:26:33 +0200 (Do, 16 Apr 2009) | 1 line
Remove unneeded code.
........
r71641 | thomas.heller | 2009-04-16 08:42:02 +0200 (Do, 16 Apr 2009) | 2 lines
Remove duplicated function declaration.
Make _pagesize static.
........
................
R. David Murray [Thu, 16 Apr 2009 18:17:08 +0000 (18:17 +0000)]
Merged revisions 71652 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71652 | r.david.murray | 2009-04-16 14:15:32 -0400 (Thu, 16 Apr 2009) | 9 lines
Merged revisions 71651 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71651 | r.david.murray | 2009-04-16 14:12:53 -0400 (Thu, 16 Apr 2009) | 2 lines
Less red ink (warning->note) and add link to def of side-by-side assembly.
........
................
R. David Murray [Wed, 15 Apr 2009 22:38:32 +0000 (22:38 +0000)]
Merged revisions 71633 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71633 | r.david.murray | 2009-04-15 18:35:15 -0400 (Wed, 15 Apr 2009) | 11 lines
Merged revisions 71631 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71631 | r.david.murray | 2009-04-15 18:33:07 -0400 (Wed, 15 Apr 2009) | 4 lines
Fix for issue3440: add warning to subprocess discussion of
env parameter that on Windows SystemRoot is required in order
to run side-by-side assemblies.
........
................
Benjamin Peterson [Wed, 15 Apr 2009 21:40:50 +0000 (21:40 +0000)]
Merged revisions 71628 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71628 | benjamin.peterson | 2009-04-15 16:34:27 -0500 (Wed, 15 Apr 2009) | 11 lines
Merged revisions 71627 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71627 | benjamin.peterson | 2009-04-15 16:26:36 -0500 (Wed, 15 Apr 2009) | 4 lines
call __float__ on str subclasses #5759
tests by R. David Murray
........
................
Matthias Klose [Tue, 14 Apr 2009 08:00:41 +0000 (08:00 +0000)]
Backport from the 2.6 branch:
r71499 | georg.brandl | 2009-04-11 22:34:17 +0200 (Sa, 11. Apr 2009) | 1 line
Add a monkeypatching hack so that the docs can still be built with Sphinx 0.5.
Tarek Ziadé [Mon, 13 Apr 2009 20:08:14 +0000 (20:08 +0000)]
Blocked revisions 71571 via svnmerge
................
r71571 | tarek.ziade | 2009-04-13 14:59:03 +0200 (Mon, 13 Apr 2009) | 9 lines
Merged revisions 71569 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71569 | tarek.ziade | 2009-04-13 14:42:26 +0200 (Mon, 13 Apr 2009) | 1 line
deactivate test_search_cpp under win32
........
................
R. David Murray [Mon, 13 Apr 2009 17:12:43 +0000 (17:12 +0000)]
Recorded merge of revisions 71580-71581 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71580 | r.david.murray | 2009-04-13 13:00:25 -0400 (Mon, 13 Apr 2009) | 9 lines
Merged revisions 71579 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71579 | r.david.murray | 2009-04-13 12:56:32 -0400 (Mon, 13 Apr 2009) | 2 lines
Add missing NEWS item for issue1161031 fix.
........
................
r71581 | r.david.murray | 2009-04-13 13:06:33 -0400 (Mon, 13 Apr 2009) | 2 lines
Move NEWS item to correct section.
................
R. David Murray [Mon, 13 Apr 2009 17:08:50 +0000 (17:08 +0000)]
NEWS item for fix for Issue #
1161031 .
Tarek Ziadé [Mon, 13 Apr 2009 12:39:11 +0000 (12:39 +0000)]
Blocked revisions 71565 via svnmerge
................
r71565 | tarek.ziade | 2009-04-13 14:37:57 +0200 (Mon, 13 Apr 2009) | 9 lines
Merged revisions 71560 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71560 | tarek.ziade | 2009-04-13 14:34:01 +0200 (Mon, 13 Apr 2009) | 1 line
Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.
........
................
R. David Murray [Mon, 13 Apr 2009 01:27:49 +0000 (01:27 +0000)]
Merged revisions 71556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71556 | r.david.murray | 2009-04-12 21:22:04 -0400 (Sun, 12 Apr 2009) | 10 lines
Merged revisions 71553 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71553 | r.david.murray | 2009-04-12 21:06:46 -0400 (Sun, 12 Apr 2009) | 3 lines
Adjust test_asyncore to account for intentional asyncore behavior change
introduced by r70934 that was causing a test failure when run under -O.
........
................
Eric Smith [Mon, 13 Apr 2009 00:58:35 +0000 (00:58 +0000)]
Merged revisions 71550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r71550 | eric.smith | 2009-04-12 20:50:23 -0400 (Sun, 12 Apr 2009) | 9 lines
Merged revisions 71548 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71548 | eric.smith | 2009-04-12 20:29:50 -0400 (Sun, 12 Apr 2009) | 1 line
Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice.
........
................
Tarek Ziadé [Sun, 12 Apr 2009 17:05:27 +0000 (17:05 +0000)]
Blocked revisions 71535 via svnmerge
................
r71535 | tarek.ziade | 2009-04-12 19:04:39 +0200 (Sun, 12 Apr 2009) | 9 lines
Merged revisions 71533 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71533 | tarek.ziade | 2009-04-12 19:02:08 +0200 (Sun, 12 Apr 2009) | 1 line
removed string usage and added a test for _clean
........
................