]>
granicus.if.org Git - python/log
Georg Brandl [Tue, 28 Apr 2009 18:13:35 +0000 (18:13 +0000)]
Blocked revisions 69130,70647,70652,70770,70777,70788,71101,71405,71485,71492,71498,71503 via svnmerge
........
r69130 | andrew.kuchling | 2009-01-31 03:50:09 +0100 (Sa, 31 Jan 2009) | 1 line
Add a section
........
r70647 | antoine.pitrou | 2009-03-28 20:10:13 +0100 (Sa, 28 Mär 2009) | 3 lines
Publicize the GC untracking optimization
........
r70652 | antoine.pitrou | 2009-03-28 20:17:54 +0100 (Sa, 28 Mär 2009) | 3 lines
Fix a typo and be more specific
........
r70770 | andrew.kuchling | 2009-03-31 00:30:20 +0200 (Di, 31 Mär 2009) | 1 line
Add several items and placeholders
........
r70777 | andrew.kuchling | 2009-03-31 01:09:46 +0200 (Di, 31 Mär 2009) | 1 line
Add more items
........
r70788 | andrew.kuchling | 2009-03-31 03:21:01 +0200 (Di, 31 Mär 2009) | 1 line
Add various items
........
r71101 | andrew.kuchling | 2009-04-03 23:43:00 +0200 (Fr, 03 Apr 2009) | 1 line
Add some items
........
r71405 | andrew.kuchling | 2009-04-09 13:22:47 +0200 (Do, 09 Apr 2009) | 1 line
Add items
........
r71485 | andrew.kuchling | 2009-04-11 18:12:23 +0200 (Sa, 11 Apr 2009) | 1 line
Add various items
........
r71492 | georg.brandl | 2009-04-11 20:19:27 +0200 (Sa, 11 Apr 2009) | 1 line
Take credit for a patch of mine.
........
r71498 | benjamin.peterson | 2009-04-11 22:27:15 +0200 (Sa, 11 Apr 2009) | 1 line
fix markup
........
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 [Tue, 28 Apr 2009 18:11:53 +0000 (18:11 +0000)]
Merged revisions 71397-71398,71441 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71397 | georg.brandl | 2009-04-08 18:36:39 +0200 (Mi, 08 Apr 2009) | 1 line
Remove redundant backtick.
........
r71398 | georg.brandl | 2009-04-08 18:39:04 +0200 (Mi, 08 Apr 2009) | 1 line
Update ignore file for suspicious builder.
........
r71441 | georg.brandl | 2009-04-10 10:16:47 +0200 (Fr, 10 Apr 2009) | 1 line
Let "lambda" point to the correct heading.
........
Georg Brandl [Tue, 28 Apr 2009 18:10:47 +0000 (18:10 +0000)]
Blocked revisions 71237 via svnmerge
........
r71237 | georg.brandl | 2009-04-05 16:24:52 +0200 (So, 05 Apr 2009) | 1 line
#
1326077 : fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
........
R. David Murray [Tue, 28 Apr 2009 18:06:10 +0000 (18:06 +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:34:37 +0000 (07:34 +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 21:01:13 +0000 (21:01 +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.
........
Eric Smith [Mon, 27 Apr 2009 19:36:00 +0000 (19:36 +0000)]
Blocked revisions 72040 via svnmerge
........
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.
........
Vinay Sajip [Mon, 27 Apr 2009 13:51:32 +0000 (13:51 +0000)]
Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported.
Walter Dörwald [Sun, 26 Apr 2009 21:04:55 +0000 (21:04 +0000)]
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.
........
Mark Dickinson [Sun, 26 Apr 2009 19:59:00 +0000 (19:59 +0000)]
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:12:55 +0000 (19:12 +0000)]
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 16:04:46 +0000 (16:04 +0000)]
Blocked revisions 71969 via svnmerge
........
r71969 | mark.dickinson | 2009-04-26 17:04:05 +0100 (Sun, 26 Apr 2009) | 3 lines
Backport r71967 changes from py3k to trunk.
(Internal plumbing changes for float parsing.)
........
Mark Dickinson [Sun, 26 Apr 2009 14:00:59 +0000 (14:00 +0000)]
Blocked revisions 71963 via svnmerge
........
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.
........
Martin v. Löwis [Sun, 26 Apr 2009 01:01:58 +0000 (01:01 +0000)]
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.
........
Eric Smith [Sat, 25 Apr 2009 21:41:27 +0000 (21:41 +0000)]
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.
........
Kurt B. Kaiser [Sat, 25 Apr 2009 18:18:54 +0000 (18:18 +0000)]
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 17:30:40 +0000 (17:30 +0000)]
Merged revisions 68801 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68801 | raymond.hettinger | 2009-01-20 05:46:23 -0500 (Tue, 20 Jan 2009) | 5 lines
Use Georg's new permalinks to documentation by version number.
That assures that IDLE's help always points to the correct
version and the latest update with all bug fixes.
........
Kurt B. Kaiser [Sat, 25 Apr 2009 17:26:39 +0000 (17:26 +0000)]
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.
........
Also, I straightened out NEWS.txt, bumped idlever.py, and updated CREDITS.txt.
Walter Dörwald [Sat, 25 Apr 2009 14:05:52 +0000 (14:05 +0000)]
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:16:50 +0000 (13:16 +0000)]
Issue #5829: complex('1e-500') shouldn't raise an exception.
Also fix some confusing indentation.
Tarek Ziadé [Sat, 25 Apr 2009 12:55:56 +0000 (12:55 +0000)]
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:44:37 +0000 (12:44 +0000)]
Blocked revisions 71878 via svnmerge
........
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:23:49 +0000 (12:23 +0000)]
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:12:24 +0000 (10:12 +0000)]
Blocked revisions 71869 via svnmerge
........
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 00:44:44 +0000 (00:44 +0000)]
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
........
Thomas Heller [Fri, 24 Apr 2009 20:18:22 +0000 (20:18 +0000)]
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.
........
Mark Dickinson [Fri, 24 Apr 2009 16:40:20 +0000 (16:40 +0000)]
Blocked revisions 71837-71838 via svnmerge
........
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 13:56:40 +0000 (13:56 +0000)]
Blocked revisions 71832 via svnmerge
........
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:14:47 +0000 (13:14 +0000)]
Blocked revisions 71827 via svnmerge
........
r71827 | mark.dickinson | 2009-04-24 14:14:07 +0100 (Fri, 24 Apr 2009) | 2 lines
Fix missing 'return NULL'
........
Mark Dickinson [Fri, 24 Apr 2009 12:51:43 +0000 (12:51 +0000)]
Blocked revisions 71824 via svnmerge
........
r71824 | mark.dickinson | 2009-04-24 13:46:53 +0100 (Fri, 24 Apr 2009) | 7 lines
Issue #5816:
- simplify parsing and printing of complex numbers
- make complex(repr(z)) round-tripping work for complex
numbers involving nans, infs, or negative zeros
- don't accept some of the stranger complex strings
that were previously allowed---e.g., complex('1..1j')
........
Mark Dickinson [Wed, 22 Apr 2009 18:16:13 +0000 (18:16 +0000)]
Blocked revisions 71808 via svnmerge
........
r71808 | mark.dickinson | 2009-04-22 19:15:25 +0100 (Wed, 22 Apr 2009) | 2 lines
Issue #5812: make Fraction('1e-6') valid. Backport of r71806.
........
Nick Coghlan [Wed, 22 Apr 2009 15:39:45 +0000 (15:39 +0000)]
Blocked revisions 71799 via svnmerge
........
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 13:30:24 +0000 (13:30 +0000)]
Blocked revisions 71796 via svnmerge
........
r71796 | eric.smith | 2009-04-22 09:29:05 -0400 (Wed, 22 Apr 2009) | 20 lines
Backport of some of the work in r71665 to trunk. This reworks much of
int, long, and float __format__(), and it keeps their implementation
in sync with py3k.
Also added PyOS_double_to_string. This is the "fallback" version
that's also available in trunk, and should be kept in sync with that
code. I'll add an issue to document PyOS_double_to_string in the C
API.
There are many internal cleanups. Externally visible changes include:
- Implement PEP 378, Format Specifier for Thousands Separator, for
floats, ints, and longs.
- Issue #5515: 'n' formatting for ints, longs, and floats handles
leading zero formatting poorly.
- Issue #5772: For float.__format__, don't add a trailing ".0" if
we're using no type code and we have an exponent.
........
Vinay Sajip [Wed, 22 Apr 2009 12:12:43 +0000 (12:12 +0000)]
Issue #5170: Fixed regression caused when fixing #5768.
Eric Smith [Wed, 22 Apr 2009 00:48:42 +0000 (00:48 +0000)]
Blocked revisions 71788 via svnmerge
........
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.
........
Mark Dickinson [Mon, 20 Apr 2009 21:41:28 +0000 (21:41 +0000)]
Blocked revisions 71776 via svnmerge
........
r71776 | mark.dickinson | 2009-04-20 22:41:04 +0100 (Mon, 20 Apr 2009) | 2 lines
Nit: integer division should use //, not /
........
Mark Dickinson [Mon, 20 Apr 2009 21:38:54 +0000 (21:38 +0000)]
Blocked revisions 71772 via svnmerge
........
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.
........
Raymond Hettinger [Mon, 20 Apr 2009 18:23:26 +0000 (18:23 +0000)]
Fix typo
Tarek Ziadé [Mon, 20 Apr 2009 14:31:45 +0000 (14:31 +0000)]
Blocked revisions 71766 via svnmerge
........
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:48:47 +0000 (12:48 +0000)]
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:17:15 +0000 (12:17 +0000)]
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
........
Benjamin Peterson [Mon, 20 Apr 2009 02:09:13 +0000 (02:09 +0000)]
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
........
Mark Dickinson [Sun, 19 Apr 2009 17:12:41 +0000 (17:12 +0000)]
Blocked revisions 71750 via svnmerge
........
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.
........
Ronald Oussoren [Sun, 19 Apr 2009 10:39:21 +0000 (10:39 +0000)]
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.
........
Raymond Hettinger [Sat, 18 Apr 2009 23:58:45 +0000 (23:58 +0000)]
Remove duplicate recipe.
Benjamin Peterson [Sat, 18 Apr 2009 20:50:24 +0000 (20:50 +0000)]
Merged revisions 71722,71725 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
........
r71725 | benjamin.peterson | 2009-04-18 15:25:25 -0500 (Sat, 18 Apr 2009) | 1 line
initalize -> initialize
........
Mark Dickinson [Sat, 18 Apr 2009 15:00:18 +0000 (15:00 +0000)]
Blocked revisions 71715 via svnmerge
........
r71715 | mark.dickinson | 2009-04-18 15:59:42 +0100 (Sat, 18 Apr 2009) | 2 lines
Issue #1869: Fix a couple of minor round() issues.
........
Mark Dickinson [Sat, 18 Apr 2009 14:42:49 +0000 (14:42 +0000)]
Blocked revisions 71710 via svnmerge
........
r71710 | mark.dickinson | 2009-04-18 15:41:37 +0100 (Sat, 18 Apr 2009) | 2 lines
Backport r71704 (add configure check for C99 round function) to trunk.
........
Mark Dickinson [Sat, 18 Apr 2009 14:19:58 +0000 (14:19 +0000)]
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
........
Tarek Ziadé [Fri, 17 Apr 2009 14:33:43 +0000 (14:33 +0000)]
Blocked revisions 71674 via svnmerge
........
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:32:46 +0000 (14:32 +0000)]
Blocked revisions 71589 via svnmerge
........
r71589 | tarek.ziade | 2009-04-13 22:14:54 +0200 (Mon, 13 Apr 2009) | 1 line
pep8-fied
........
Vinay Sajip [Thu, 16 Apr 2009 19:14:09 +0000 (19:14 +0000)]
Issue #5768: Change to Unicode output logic and test case for same.
Thomas Heller [Thu, 16 Apr 2009 19:13:35 +0000 (19:13 +0000)]
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.
........
Vinay Sajip [Thu, 16 Apr 2009 19:11:35 +0000 (19:11 +0000)]
Issue #5768: Change to Unicode output logic and test case for same.
R. David Murray [Thu, 16 Apr 2009 18:17:55 +0000 (18:17 +0000)]
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.
........
Hirokazu Yamamoto [Thu, 16 Apr 2009 03:25:44 +0000 (03:25 +0000)]
Merged revisions 71380 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71380 | raymond.hettinger | 2009-04-08 06:43:51 +0900 | 1 line
Fix make.bat to match makefile changes
........
Barry Warsaw [Thu, 16 Apr 2009 00:49:46 +0000 (00:49 +0000)]
Post release version tweak.
R. David Murray [Wed, 15 Apr 2009 23:00:41 +0000 (23:00 +0000)]
Merged revisions 70873,70904,70934,71490,71553,71579 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70873 | josiah.carlson | 2009-03-31 15:32:34 -0400 (Tue, 31 Mar 2009) | 2 lines
This resolves issue
1161031 . Tests pass.
........
r70904 | josiah.carlson | 2009-03-31 17:49:36 -0400 (Tue, 31 Mar 2009) | 3 lines
Made handle_expt_event() be called last, so that we don't accidentally read
after closing the socket.
........
r70934 | josiah.carlson | 2009-03-31 21:28:11 -0400 (Tue, 31 Mar 2009) | 2 lines
Fix for failing asyncore tests.
........
r71490 | r.david.murray | 2009-04-11 13:52:56 -0400 (Sat, 11 Apr 2009) | 4 lines
Make test_asyncore tests match code changes introduced by the
fix to Issue1161031, refactoring the test to simplify it in
the process.
........
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.
........
r71579 | r.david.murray | 2009-04-13 12:56:32 -0400 (Mon, 13 Apr 2009) | 2 lines
Add missing NEWS item for issue1161031 fix.
........
R. David Murray [Wed, 15 Apr 2009 22:34:30 +0000 (22:34 +0000)]
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:46:14 +0000 (21:46 +0000)]
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
........
Georg Brandl [Wed, 15 Apr 2009 19:44:57 +0000 (19:44 +0000)]
Remove NEWS item for issue that wasnt actually backported.
Barry Warsaw [Tue, 14 Apr 2009 13:17:30 +0000 (13:17 +0000)]
Tagging 2.6.2 (final)
Barry Warsaw [Tue, 14 Apr 2009 13:16:19 +0000 (13:16 +0000)]
Bumping to 2.6.2 (final).
Tarek Ziadé [Mon, 13 Apr 2009 20:05:17 +0000 (20:05 +0000)]
Blocked revisions 71585 via svnmerge
........
r71585 | tarek.ziade | 2009-04-13 22:03:44 +0200 (Mon, 13 Apr 2009) | 1 line
improved test coverage for distutils.cmd
........
Tarek Ziadé [Mon, 13 Apr 2009 12:57:10 +0000 (12:57 +0000)]
Blocked revisions 71569 via svnmerge
........
r71569 | tarek.ziade | 2009-04-13 14:42:26 +0200 (Mon, 13 Apr 2009) | 1 line
deactivate test_search_cpp under win32
........
Georg Brandl [Mon, 13 Apr 2009 12:37:59 +0000 (12:37 +0000)]
Merged revisions 71564 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71564 | georg.brandl | 2009-04-13 12:36:24 +0000 (Mo, 13 Apr 2009) | 1 line
#5741 followup: should also allow %%(blah)s.
........
Tarek Ziadé [Mon, 13 Apr 2009 12:35:51 +0000 (12:35 +0000)]
Blocked revisions 71560 via svnmerge
........
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.
........
Hirokazu Yamamoto [Mon, 13 Apr 2009 03:51:11 +0000 (03:51 +0000)]
Merged revisions 71554-71555 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71554 | hirokazu.yamamoto | 2009-04-13 10:07:06 +0900 | 1 line
Fixed typo. (email.Utils => email.utils)
........
r71555 | hirokazu.yamamoto | 2009-04-13 10:21:56 +0900 | 1 line
Fixed another typos. (email.Utils => email.utils)
........
Eric Smith [Mon, 13 Apr 2009 00:32:15 +0000 (00:32 +0000)]
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.
........
Georg Brandl [Sun, 12 Apr 2009 17:26:19 +0000 (17:26 +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.
........
Tarek Ziadé [Sun, 12 Apr 2009 17:02:55 +0000 (17:02 +0000)]
Blocked revisions 71533 via svnmerge
........
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
........
Tarek Ziadé [Sun, 12 Apr 2009 16:46:41 +0000 (16:46 +0000)]
Blocked revisions 71528 via svnmerge
........
r71528 | tarek.ziade | 2009-04-12 18:45:32 +0200 (Sun, 12 Apr 2009) | 1 line
added a test for finalize_options
........
Tarek Ziadé [Sun, 12 Apr 2009 16:32:20 +0000 (16:32 +0000)]
Blocked revisions 71523 via svnmerge
........
r71523 | tarek.ziade | 2009-04-12 18:31:24 +0200 (Sun, 12 Apr 2009) | 1 line
added a simple test for search_cpp
........
Tarek Ziadé [Sun, 12 Apr 2009 15:04:56 +0000 (15:04 +0000)]
Blocked revisions 71513 via svnmerge
........
r71513 | tarek.ziade | 2009-04-12 17:03:50 +0200 (Sun, 12 Apr 2009) | 1 line
pep8-fied the module before adding tests
........
Tarek Ziadé [Sun, 12 Apr 2009 14:54:50 +0000 (14:54 +0000)]
Blocked revisions 71509 via svnmerge
........
r71509 | tarek.ziade | 2009-04-12 16:53:51 +0200 (Sun, 12 Apr 2009) | 1 line
removed the print statements and added a test
........
Georg Brandl [Sat, 11 Apr 2009 20:34:17 +0000 (20:34 +0000)]
Add a monkeypatching hack so that the docs can still be built with Sphinx 0.5.
Tarek Ziadé [Sat, 11 Apr 2009 15:15:32 +0000 (15:15 +0000)]
Blocked revisions 71478 via svnmerge
........
r71478 | tarek.ziade | 2009-04-11 17:14:17 +0200 (Sat, 11 Apr 2009) | 1 line
testing a full check case
........
Tarek Ziadé [Sat, 11 Apr 2009 14:56:12 +0000 (14:56 +0000)]
Blocked revisions 71473 via svnmerge
........
r71473 | tarek.ziade | 2009-04-11 16:55:07 +0200 (Sat, 11 Apr 2009) | 1 line
#5732: added the check command into Distutils
........
Tarek Ziadé [Sat, 11 Apr 2009 14:31:24 +0000 (14:31 +0000)]
Merged revisions 71467 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71467 | tarek.ziade | 2009-04-11 15:59:05 +0200 (Sat, 11 Apr 2009) | 1 line
fixed link
........
Nick Coghlan [Sat, 11 Apr 2009 13:39:18 +0000 (13:39 +0000)]
Blocked revisions 71465 via svnmerge
........
r71465 | nick.coghlan | 2009-04-11 23:31:31 +1000 (Sat, 11 Apr 2009) | 1 line
Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks
........
Guilherme Polo [Fri, 10 Apr 2009 22:21:35 +0000 (22:21 +0000)]
Blocked revisions 71210 via svnmerge
........
r71210 | guilherme.polo | 2009-04-04 23:11:19 -0300 (Sat, 04 Apr 2009) | 1 line
Include tkinter.h only after including tk.h (or the equivalent for another platform).
........
Raymond Hettinger [Fri, 10 Apr 2009 19:46:51 +0000 (19:46 +0000)]
Fix alignment
Raymond Hettinger [Fri, 10 Apr 2009 18:58:58 +0000 (18:58 +0000)]
No start argument
Raymond Hettinger [Fri, 10 Apr 2009 18:52:23 +0000 (18:52 +0000)]
Add examples.
Matthias Klose [Fri, 10 Apr 2009 12:38:09 +0000 (12:38 +0000)]
Merged revisions 71443 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71443 | georg.brandl | 2009-04-10 10:20:23 +0200 (Fr, 10 Apr 2009) | 1 line
#5698: Fix casing of !DOCTYPE to conform to W3C specs.
........
Georg Brandl [Fri, 10 Apr 2009 07:09:49 +0000 (07:09 +0000)]
Merged revisions 71424-71425,71428-71429 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71424 | raymond.hettinger | 2009-04-10 01:25:30 +0200 (Fr, 10 Apr 2009) | 1 line
More table formatting.
........
r71425 | raymond.hettinger | 2009-04-10 01:34:14 +0200 (Fr, 10 Apr 2009) | 1 line
Center table headings.
........
r71428 | raymond.hettinger | 2009-04-10 02:49:41 +0200 (Fr, 10 Apr 2009) | 1 line
More table clean-up
........
r71429 | raymond.hettinger | 2009-04-10 04:01:21 +0200 (Fr, 10 Apr 2009) | 1 line
IE needs the border-left:0 for some reason.
........
Georg Brandl [Fri, 10 Apr 2009 07:09:05 +0000 (07:09 +0000)]
Merged revisions 71409 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71409 | georg.brandl | 2009-04-09 21:01:04 +0200 (Do, 09 Apr 2009) | 1 line
Add a custom stylesheet with better table formatting.
........
Raymond Hettinger [Fri, 10 Apr 2009 04:29:23 +0000 (04:29 +0000)]
Clarify the table entries for combinatorics.
Tarek Ziadé [Thu, 9 Apr 2009 22:48:19 +0000 (22:48 +0000)]
Merged revisions 71413 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71413 | tarek.ziade | 2009-04-09 23:36:44 +0200 (Thu, 09 Apr 2009) | 1 line
Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms
........
R. David Murray [Thu, 9 Apr 2009 22:22:06 +0000 (22:22 +0000)]
Blocked revisions 71414 via svnmerge
........
r71414 | r.david.murray | 2009-04-09 17:54:50 -0400 (Thu, 09 Apr 2009) | 3 lines
Issue #2170: refactored xml.dom.minidom.normalize, increasing both
its clarity and its speed.
........
Benjamin Peterson [Tue, 7 Apr 2009 19:27:36 +0000 (19:27 +0000)]
Merged revisions 71335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71335 | benjamin.peterson | 2009-04-06 17:53:29 -0500 (Mon, 06 Apr 2009) | 1 line
see if this helps the doc builds
........
Martin v. Löwis [Tue, 7 Apr 2009 17:20:43 +0000 (17:20 +0000)]
Merged revisions 69593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69593 | martin.v.loewis | 2009-02-13 21:51:48 +0100 (Fr, 13 Feb 2009) | 1 line
Add optional code signing after merging.
........
Martin v. Löwis [Tue, 7 Apr 2009 16:00:51 +0000 (16:00 +0000)]
Merged revisions 69589 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69589 | martin.v.loewis | 2009-02-13 21:11:34 +0100 (Fr, 13 Feb 2009) | 2 lines
Move amd64 properties further to the top, so that they override
the linker options correctly.
........
Barry Warsaw [Tue, 7 Apr 2009 15:17:50 +0000 (15:17 +0000)]
Retagging.
Barry Warsaw [Tue, 7 Apr 2009 15:17:20 +0000 (15:17 +0000)]
Retagging.
Barry Warsaw [Tue, 7 Apr 2009 15:15:47 +0000 (15:15 +0000)]
The back ported fix for
1326077 caused a regression and is removed from
2.6.2rc1.
Hirokazu Yamamoto [Tue, 7 Apr 2009 14:33:53 +0000 (14:33 +0000)]
Rolled back revisions 71237 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
Barry Warsaw [Tue, 7 Apr 2009 01:54:35 +0000 (01:54 +0000)]
Tag for 2.6.2 candidate 1
Barry Warsaw [Tue, 7 Apr 2009 01:54:02 +0000 (01:54 +0000)]
Bump to 2.6.2c1.
Benjamin Peterson [Mon, 6 Apr 2009 22:11:57 +0000 (22:11 +0000)]
Merged revisions 71329 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71329 | benjamin.peterson | 2009-04-06 16:53:33 -0500 (Mon, 06 Apr 2009) | 1 line
add create_connection to __all__ #5711
........