]>
granicus.if.org Git - python/log
Georg Brandl [Tue, 27 Oct 2009 13:32:21 +0000 (13:32 +0000)]
Recorded merge of revisions 69509 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69509 | raymond.hettinger | 2009-02-11 01:06:17 +0100 (Mi, 11 Feb 2009) | 1 line
Clean-up named tuple docs.
........
Georg Brandl [Tue, 27 Oct 2009 13:31:50 +0000 (13:31 +0000)]
Blocked revisions 69480 via svnmerge
........
r69480 | raymond.hettinger | 2009-02-10 02:24:05 +0100 (Di, 10 Feb 2009) | 1 line
Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames.
........
Georg Brandl [Tue, 27 Oct 2009 13:31:19 +0000 (13:31 +0000)]
Merged revisions 69417,69435,69442 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69417 | benjamin.peterson | 2009-02-08 00:01:19 +0100 (So, 08 Feb 2009) | 1 line
document individual 2to3 fixers
........
r69435 | benjamin.peterson | 2009-02-08 15:38:13 +0100 (So, 08 Feb 2009) | 1 line
document numliterals fixer
........
r69442 | benjamin.peterson | 2009-02-08 16:14:57 +0100 (So, 08 Feb 2009) | 1 line
a few edits and typos
........
Georg Brandl [Tue, 27 Oct 2009 13:29:01 +0000 (13:29 +0000)]
Recorded merge of revisions 69159,69161,69240,69271-69273,69276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69159 | gregory.p.smith | 2009-02-01 01:16:01 +0100 (So, 01 Feb 2009) | 2 lines
Update doc wording as suggested in issue4903.
........
r69161 | gregory.p.smith | 2009-02-01 01:24:21 +0100 (So, 01 Feb 2009) | 2 lines
wording for for issue4903.
........
r69240 | raymond.hettinger | 2009-02-03 04:18:14 +0100 (Di, 03 Feb 2009) | 1 line
Record operator deprecations in docs.
........
r69271 | raymond.hettinger | 2009-02-04 11:52:32 +0100 (Mi, 04 Feb 2009) | 1 line
Minor doc fixups.
........
r69272 | raymond.hettinger | 2009-02-04 12:14:18 +0100 (Mi, 04 Feb 2009) | 1 line
Doc fixes. Remove overbroad, redundant warnings. Fixup example code.
........
r69273 | raymond.hettinger | 2009-02-04 12:31:30 +0100 (Mi, 04 Feb 2009) | 1 line
Tweak the docs for Counter() objects.
........
r69276 | raymond.hettinger | 2009-02-04 20:25:17 +0100 (Mi, 04 Feb 2009) | 1 line
Clarify that named tuples do not have to subclass tuple.
........
Georg Brandl [Tue, 27 Oct 2009 13:28:11 +0000 (13:28 +0000)]
Merged revisions 69131,69140-69141,69155 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69131 | andrew.kuchling | 2009-01-31 04:26:02 +0100 (Sa, 31 Jan 2009) | 1 line
Text edits and markup fixes
........
r69140 | benjamin.peterson | 2009-01-31 17:52:03 +0100 (Sa, 31 Jan 2009) | 1 line
PyErr_BadInternalCall() raises a SystemError, not TypeError #5112
........
r69141 | benjamin.peterson | 2009-01-31 21:01:48 +0100 (Sa, 31 Jan 2009) | 1 line
fix indentation
........
r69155 | david.goodger | 2009-01-31 23:53:46 +0100 (Sa, 31 Jan 2009) | 1 line
markup fix
........
Georg Brandl [Tue, 27 Oct 2009 13:25:31 +0000 (13:25 +0000)]
Blocked revisions 69074 via svnmerge
........
r69074 | raymond.hettinger | 2009-01-29 00:58:16 +0100 (Do, 29 Jan 2009) | 1 line
Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods.
........
Georg Brandl [Tue, 27 Oct 2009 13:24:10 +0000 (13:24 +0000)]
Blocked revisions 68942 via svnmerge
........
r68942 | raymond.hettinger | 2009-01-25 22:31:47 +0100 (So, 25 Jan 2009) | 1 line
Improved itertools recipe for generating powerset().
........
Georg Brandl [Tue, 27 Oct 2009 13:22:19 +0000 (13:22 +0000)]
Merged revisions 68842,68862 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68842 | andrew.kuchling | 2009-01-21 03:16:26 +0100 (Mi, 21 Jan 2009) | 1 line
Markup fixes
........
r68862 | jesse.noller | 2009-01-22 22:53:22 +0100 (Do, 22 Jan 2009) | 1 line
Issue 4593: apply() documentation is unclear
........
Georg Brandl [Tue, 27 Oct 2009 13:21:23 +0000 (13:21 +0000)]
Merged revisions 68797 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68797 | raymond.hettinger | 2009-01-20 08:11:47 +0100 (Di, 20 Jan 2009) | 11 lines
Don't disrupt automatic url target name generation
with manually specified, conflicting names.
Before:
http://docs.python.org/dev/library/collections.html#id1
After:
http://docs.python.org/dev/library/collections.html#counter-objects
........
Georg Brandl [Tue, 27 Oct 2009 13:20:10 +0000 (13:20 +0000)]
Merged revisions 68776-68777 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68776 | benjamin.peterson | 2009-01-19 17:17:54 +0100 (Mo, 19 Jan 2009) | 1 line
move BufferedIOBase into the base class section
........
r68777 | benjamin.peterson | 2009-01-19 17:18:27 +0100 (Mo, 19 Jan 2009) | 1 line
add email address
........
Georg Brandl [Tue, 27 Oct 2009 13:19:20 +0000 (13:19 +0000)]
Merged revisions 68760 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68760 | vinay.sajip | 2009-01-19 07:49:19 +0100 (Mo, 19 Jan 2009) | 1 line
Added more cross-reference targets and tidied up list of useful handlers.
........
Georg Brandl [Tue, 27 Oct 2009 13:17:27 +0000 (13:17 +0000)]
Merged revisions 68705-68706 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68705 | benjamin.peterson | 2009-01-18 02:28:09 +0100 (So, 18 Jan 2009) | 1 line
bytearrays are mutable sequences
........
r68706 | benjamin.peterson | 2009-01-18 02:28:46 +0100 (So, 18 Jan 2009) | 1 line
fix grammar
........
Georg Brandl [Tue, 27 Oct 2009 13:16:07 +0000 (13:16 +0000)]
Merged revisions 68628 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68628 | benjamin.peterson | 2009-01-16 03:55:24 +0100 (Fr, 16 Jan 2009) | 1 line
compare with == not is #4946
........
Georg Brandl [Tue, 27 Oct 2009 13:15:21 +0000 (13:15 +0000)]
Merged revisions 68633 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68633 | thomas.heller | 2009-01-16 19:53:44 +0100 (Fr, 16 Jan 2009) | 3 lines
Change an example in the docs to avoid a mistake when the code is copy
pasted and changed afterwards.
........
Georg Brandl [Tue, 27 Oct 2009 13:14:28 +0000 (13:14 +0000)]
Merged revisions 68623-68624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68623 | vinay.sajip | 2009-01-15 23:48:13 +0100 (Do, 15 Jan 2009) | 1 line
Made minor changes/corrections in markup. Added a couple of section headings.
........
r68624 | vinay.sajip | 2009-01-16 00:04:47 +0100 (Fr, 16 Jan 2009) | 1 line
Minor changes/corrections in markup.
........
Georg Brandl [Tue, 27 Oct 2009 13:12:17 +0000 (13:12 +0000)]
Merged revisions 68605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68605 | raymond.hettinger | 2009-01-14 02:39:51 +0100 (Mi, 14 Jan 2009) | 1 line
Fix-up indentation of sample code blocks for namedtuple mthod definitions.
........
Antoine Pitrou [Tue, 27 Oct 2009 13:04:15 +0000 (13:04 +0000)]
Backporting since it would have helped us find a regression.
Merged revisions 75312 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines
Issue #7055: test___all__ now greedily detects all modules which have an
__all__ attribute, rather than using a hardcoded and incomplete list.
........
Antoine Pitrou [Tue, 27 Oct 2009 12:56:06 +0000 (12:56 +0000)]
Merged revisions 75367 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75367 | antoine.pitrou | 2009-10-11 23:03:26 +0200 (dim., 11 oct. 2009) | 4 lines
Issue #7084: Fix a (very unlikely) crash when printing a list from one
thread, and mutating it from another one. Patch by Scott Dial.
........
Antoine Pitrou [Tue, 27 Oct 2009 12:48:52 +0000 (12:48 +0000)]
Merged revisions 75570,75574,75624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75570 | antoine.pitrou | 2009-10-20 23:29:37 +0200 (mar., 20 oct. 2009) | 6 lines
Issue #
1722344 : threading._shutdown() is now called in Py_Finalize(), which
fixes the problem of some exceptions being thrown at shutdown when the
interpreter is killed. Patch by Adam Olsen.
........
r75574 | antoine.pitrou | 2009-10-20 23:59:25 +0200 (mar., 20 oct. 2009) | 4 lines
Test wouldn't work in debug mode.
We probably need a function in test_support to handle this.
........
r75624 | antoine.pitrou | 2009-10-23 14:01:13 +0200 (ven., 23 oct. 2009) | 3 lines
Fix Windows buildbot failure
........
Antoine Pitrou [Tue, 27 Oct 2009 12:32:18 +0000 (12:32 +0000)]
Merged revisions 75633 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75633 | antoine.pitrou | 2009-10-23 20:32:15 +0200 (ven., 23 oct. 2009) | 3 lines
Issue #7194: test_thread could try to release an unacquired mutex (and fail).
........
Antoine Pitrou [Tue, 27 Oct 2009 12:30:12 +0000 (12:30 +0000)]
Merged revisions 75531,75725 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75531 | antoine.pitrou | 2009-10-19 20:17:18 +0200 (lun., 19 oct. 2009) | 4 lines
Issue #5833: Fix extra space character in readline completion with the
GNU readline library version 6.0.
........
r75725 | antoine.pitrou | 2009-10-26 20:16:46 +0100 (lun., 26 oct. 2009) | 4 lines
Some platforms have rl_completion_append_character but not rl_completion_suppress_append.
Reported by Mark D.
........
Barry Warsaw [Mon, 26 Oct 2009 01:48:31 +0000 (01:48 +0000)]
Tagging 2.6.4 final
Barry Warsaw [Mon, 26 Oct 2009 01:48:07 +0000 (01:48 +0000)]
bumping to 2.6.4
Mark Dickinson [Sun, 25 Oct 2009 20:50:18 +0000 (20:50 +0000)]
Blocked revisions 75697 via svnmerge
........
r75697 | mark.dickinson | 2009-10-25 20:39:06 +0000 (Sun, 25 Oct 2009) | 3 lines
Issue #
1087418 : Small performance boost for bitwise operations on longs.
Initial patch by Gregory Smith; some tweaks added.
........
Eric Smith [Sat, 24 Oct 2009 19:53:00 +0000 (19:53 +0000)]
Blocked revisions 75675 via svnmerge
........
r75675 | eric.smith | 2009-10-24 15:50:44 -0400 (Sat, 24 Oct 2009) | 1 line
Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file.
........
Eric Smith [Thu, 22 Oct 2009 20:41:34 +0000 (20:41 +0000)]
Blocked revisions 75620 via svnmerge
........
r75620 | eric.smith | 2009-10-22 16:13:14 -0400 (Thu, 22 Oct 2009) | 1 line
Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think).
........
Raymond Hettinger [Wed, 21 Oct 2009 17:44:38 +0000 (17:44 +0000)]
Update advice on how to implement a queue.
R. David Murray [Mon, 19 Oct 2009 16:07:41 +0000 (16:07 +0000)]
Blocked revisions 75518 via svnmerge
........
r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines
Only run test_curses when sys.__stdout__ is a tty. This eliminates the
last false positive when running regrtest with -j.
........
Barry Warsaw [Mon, 19 Oct 2009 16:00:35 +0000 (16:00 +0000)]
done with 2.6.4rc2
R. David Murray [Mon, 19 Oct 2009 15:36:52 +0000 (15:36 +0000)]
Blocked revisions 75400 via svnmerge
........
r75400 | r.david.murray | 2009-10-14 09:58:07 -0400 (Wed, 14 Oct 2009) | 6 lines
Enhanced Issue 7058 patch, which will not be backported. Refactors the
code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new
section in the summary for tests that modify the environment (thanks to
Ezio Melotti for that suggestion).
........
R. David Murray [Mon, 19 Oct 2009 15:34:11 +0000 (15:34 +0000)]
Blocked revisions 75503 via svnmerge
........
r75503 | r.david.murray | 2009-10-18 17:12:37 -0400 (Sun, 18 Oct 2009) | 11 lines
Issue #7151: regrtest would generate a JSON failure if there was output
to stderr during the test run and it happened to get emitted after the
worker thread emitted the result JSON. Now we capture stdout and stderr
separately, which avoids that problem. It also means that _all_ stderr
output is after all stdout output when we print the test results, but
that seems acceptable, since output ordering is not guaranteed anyway.
The patch also moves the emit of the test name into the output block
generated after the test completes. Otherwise test names and test
output/errors were mixed in the terminal display, making it difficult
to determine which test generated the output.
........
Eric Smith [Mon, 19 Oct 2009 14:39:24 +0000 (14:39 +0000)]
Blocked revisions 75510 via svnmerge
........
r75510 | eric.smith | 2009-10-19 10:38:14 -0400 (Mon, 19 Oct 2009) | 1 line
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
........
Eric Smith [Mon, 19 Oct 2009 00:34:48 +0000 (00:34 +0000)]
Blocked revisions 75506 via svnmerge
........
r75506 | eric.smith | 2009-10-18 20:34:12 -0400 (Sun, 18 Oct 2009) | 7 lines
Removed calls to PyFloat_AsReprString.
This is in anticipation of possibly implementing issue 7117 (short float repr).
This removes the last calls to PyFloat_AsString, PyFloat_AsReprString, and
PyFloat_AsStringEx, which are unsafe.
Also, switch to defines for error values to bring this code more in line
with the py3k branch.
........
Barry Warsaw [Sun, 18 Oct 2009 16:50:55 +0000 (16:50 +0000)]
Tagging 2.6.4rc2
Barry Warsaw [Sun, 18 Oct 2009 16:50:06 +0000 (16:50 +0000)]
Bump to 2.6.4rc2
Nick Coghlan [Sun, 18 Oct 2009 11:16:19 +0000 (11:16 +0000)]
Blocked revisions 75453,75456-75458,75461-75463,75465-75468,75481,75486,75489 via svnmerge
........
r75453 | nick.coghlan | 2009-10-17 16:33:05 +1000 (Sat, 17 Oct 2009) | 1 line
Correctly restore sys.stdout in test_descr
........
r75456 | nick.coghlan | 2009-10-17 17:30:40 +1000 (Sat, 17 Oct 2009) | 1 line
Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources.
........
r75457 | nick.coghlan | 2009-10-17 17:34:27 +1000 (Sat, 17 Oct 2009) | 1 line
Formatting tweak so that before and after values are vertically aligned
........
r75458 | nick.coghlan | 2009-10-17 18:21:21 +1000 (Sat, 17 Oct 2009) | 1 line
Check and revert expected sys.path alterations
........
r75461 | nick.coghlan | 2009-10-18 00:40:54 +1000 (Sun, 18 Oct 2009) | 1 line
Restore original sys.path when running TTK tests
........
r75462 | nick.coghlan | 2009-10-18 01:09:41 +1000 (Sun, 18 Oct 2009) | 1 line
Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
........
r75463 | nick.coghlan | 2009-10-18 01:23:08 +1000 (Sun, 18 Oct 2009) | 1 line
Revert changes made to environment in test_httpservers
........
r75465 | nick.coghlan | 2009-10-18 01:45:52 +1000 (Sun, 18 Oct 2009) | 1 line
Move restoration of the os.environ object into the context manager where it belongs
........
r75466 | nick.coghlan | 2009-10-18 01:48:16 +1000 (Sun, 18 Oct 2009) | 1 line
Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests)
........
r75467 | nick.coghlan | 2009-10-18 01:57:42 +1000 (Sun, 18 Oct 2009) | 1 line
Avoid replacing existing modules and sys.path in import tests
........
r75468 | nick.coghlan | 2009-10-18 02:19:51 +1000 (Sun, 18 Oct 2009) | 1 line
Don't replace sys.path in test_site
........
r75481 | nick.coghlan | 2009-10-18 15:38:48 +1000 (Sun, 18 Oct 2009) | 1 line
Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
........
r75486 | nick.coghlan | 2009-10-18 20:29:10 +1000 (Sun, 18 Oct 2009) | 1 line
Silence a deprecation warning by using the appropriate replacement construct
........
r75489 | nick.coghlan | 2009-10-18 20:56:21 +1000 (Sun, 18 Oct 2009) | 1 line
Restore sys.path in test_tk
........
Ronald Oussoren [Sun, 18 Oct 2009 07:08:27 +0000 (07:08 +0000)]
Merged revisions 75482 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75482 | ronald.oussoren | 2009-10-18 09:07:00 +0200 (Sun, 18 Oct 2009) | 3 lines
Fix for issue 7149: a regression in 2.6.3 that causes an exception when
trying to detect proxy settings on OSX.
........
Martin v. Löwis [Sun, 18 Oct 2009 05:03:16 +0000 (05:03 +0000)]
Add 2.6.4c2 and 2.6.5[c1].
Senthil Kumaran [Sun, 18 Oct 2009 02:01:06 +0000 (02:01 +0000)]
Merged revisions 75478 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75478 | senthil.kumaran | 2009-10-18 07:28:45 +0530 (Sun, 18 Oct 2009) | 3 lines
Fix a typo.
........
Senthil Kumaran [Sun, 18 Oct 2009 01:31:15 +0000 (01:31 +0000)]
Merged revisions 75474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75474 | senthil.kumaran | 2009-10-18 06:54:41 +0530 (Sun, 18 Oct 2009) | 2 lines
Fix for Issue7155 - urllib do not document default use of system proxy configuration
........
Eric Smith [Fri, 16 Oct 2009 14:28:33 +0000 (14:28 +0000)]
Blocked revisions 75446 via svnmerge
........
r75446 | eric.smith | 2009-10-16 10:26:36 -0400 (Fri, 16 Oct 2009) | 1 line
Removed usage of unsafe PyFloat_AsString.
........
Vinay Sajip [Wed, 14 Oct 2009 19:53:23 +0000 (19:53 +0000)]
Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
Tarek Ziadé [Tue, 13 Oct 2009 21:17:34 +0000 (21:17 +0000)]
complementary fix for #7115
Tarek Ziadé [Mon, 12 Oct 2009 22:38:34 +0000 (22:38 +0000)]
Fixed #7115: using paths instead of dotted name for extensions works too in distutils.command.build_ext
Senthil Kumaran [Sun, 11 Oct 2009 05:35:44 +0000 (05:35 +0000)]
Merged revisions 75333 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75333 | senthil.kumaran | 2009-10-11 07:30:07 +0530 (Sun, 11 Oct 2009) | 3 lines
Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment
........
Ronald Oussoren [Thu, 8 Oct 2009 09:48:32 +0000 (09:48 +0000)]
Merged revisions 75281 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75281 | ronald.oussoren | 2009-10-08 10:04:15 +0200 (Thu, 08 Oct 2009) | 3 lines
Ensure that _scproxy gets build even when --disable-toolbox-glue
is specified on OSX. Fixes a regression in 2.6.3.
........
Barry Warsaw [Tue, 6 Oct 2009 13:21:35 +0000 (13:21 +0000)]
Tagging 2.6.4rc1
Barry Warsaw [Tue, 6 Oct 2009 13:21:07 +0000 (13:21 +0000)]
Bumping to 2.6.4rc1
Tarek Ziadé [Tue, 6 Oct 2009 12:35:46 +0000 (12:35 +0000)]
#7068: Fixed the partial renaming that occured in r72594
Tarek Ziadé [Mon, 5 Oct 2009 17:35:51 +0000 (17:35 +0000)]
Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it
Senthil Kumaran [Mon, 5 Oct 2009 04:16:26 +0000 (04:16 +0000)]
Fix for Issue7026. Making it self.env.unset
Senthil Kumaran [Mon, 5 Oct 2009 04:13:01 +0000 (04:13 +0000)]
merge r72343. Fix for issue7043
Kurt B. Kaiser [Sun, 4 Oct 2009 23:26:19 +0000 (23:26 +0000)]
Merged revisions 71995,72227 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71995 | kurt.kaiser | 2009-04-26 19:22:11 -0400 (Sun, 26 Apr 2009) | 2 lines
Right click 'go to file/line' not working if spaces
in path. Bug 5559.
........
r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines
Further development of issue5559, handle Windows files
which not only have embedded spaces, but leading spaces.
........
Kurt B. Kaiser [Sun, 4 Oct 2009 22:48:25 +0000 (22:48 +0000)]
Blocked revisions 72226 via svnmerge
........
r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines
idle.py modified and simplified to better support
developing experimental versions of IDLE which are
not installed in the standard location.
........
Kurt B. Kaiser [Sun, 4 Oct 2009 22:35:30 +0000 (22:35 +0000)]
That fix was part of 2.5.3rc1....
Kurt B. Kaiser [Sun, 4 Oct 2009 18:52:06 +0000 (18:52 +0000)]
Document backport of r72946, issue6110. r74976.
Mark Dickinson [Sun, 4 Oct 2009 18:41:25 +0000 (18:41 +0000)]
Merged revisions 75236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75236 | mark.dickinson | 2009-10-04 19:38:39 +0100 (Sun, 04 Oct 2009) | 4 lines
Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds
(and also, with luck, on the x86 FreeBSD buildbot), by making sure
that some user time is used in test_itimer_virtual.
........
Vinay Sajip [Sun, 4 Oct 2009 12:20:12 +0000 (12:20 +0000)]
Issue #7052: Removed captureWarnings from __all__
Georg Brandl [Sun, 4 Oct 2009 09:03:59 +0000 (09:03 +0000)]
#7052: remove nonexisting NullHandler from logging.__all__.
Tarek Ziadé [Sat, 3 Oct 2009 15:00:15 +0000 (15:00 +0000)]
Blocked revisions 75209 via svnmerge
........
r75209 | tarek.ziade | 2009-10-03 16:52:33 +0200 (Sat, 03 Oct 2009) | 1 line
now uses the right exception type
........
Mark Dickinson [Sat, 3 Oct 2009 10:15:54 +0000 (10:15 +0000)]
Merged revisions 75205 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75205 | mark.dickinson | 2009-10-03 11:14:34 +0100 (Sat, 03 Oct 2009) | 2 lines
Issue #7028: Add note to hex() builtin docs pointing to float.hex().
........
Mark Dickinson [Sat, 3 Oct 2009 08:45:59 +0000 (08:45 +0000)]
Blocked revisions 75157 via svnmerge
........
r75157 | mark.dickinson | 2009-09-30 17:58:01 +0100 (Wed, 30 Sep 2009) | 1 line
Fix buggy accuracy test
........
Mark Dickinson [Sat, 3 Oct 2009 08:15:49 +0000 (08:15 +0000)]
Issue #7019: An attempt to unmarshal bad long data could produce
unnormalized PyLong objects; make it raise ValueError instead.
Mark Dickinson [Sat, 3 Oct 2009 08:02:53 +0000 (08:02 +0000)]
Blocked revisions 75141 via svnmerge
........
r75141 | mark.dickinson | 2009-09-29 20:01:06 +0100 (Tue, 29 Sep 2009) | 3 lines
Issue #7019: Unmarshalling of bad long data could produce unnormalized
PyLongs. Raise ValueError instead.
........
Tarek Ziadé [Sat, 3 Oct 2009 01:21:38 +0000 (01:21 +0000)]
Issue #7039: Fixed test_distutils when running tests on an installation with no build
Tarek Ziadé [Sat, 3 Oct 2009 00:09:36 +0000 (00:09 +0000)]
Blocked revisions 75196 via svnmerge
........
r75196 | tarek.ziade | 2009-10-03 02:07:35 +0200 (Sat, 03 Oct 2009) | 1 line
removing the last remaning apply() calls
........
Tarek Ziadé [Fri, 2 Oct 2009 23:50:40 +0000 (23:50 +0000)]
Blocked revisions 75192 via svnmerge
........
r75192 | tarek.ziade | 2009-10-03 01:49:48 +0200 (Sat, 03 Oct 2009) | 1 line
#6516 added owner/group support for tarfiles in Distutils
........
Tarek Ziadé [Fri, 2 Oct 2009 22:37:51 +0000 (22:37 +0000)]
fixed the distutils tests that were not writing in temp
Barry Warsaw [Fri, 2 Oct 2009 20:23:50 +0000 (20:23 +0000)]
Post 2.6.3 cleanup.
Barry Warsaw [Thu, 1 Oct 2009 23:40:29 +0000 (23:40 +0000)]
Tagging for 2.6.3 final.
Barry Warsaw [Thu, 1 Oct 2009 23:39:49 +0000 (23:39 +0000)]
Bump to 2.6.3
Antoine Pitrou [Thu, 1 Oct 2009 17:09:11 +0000 (17:09 +0000)]
Blocked revisions 75171 via svnmerge
........
r75171 | antoine.pitrou | 2009-10-01 19:08:03 +0200 (jeu., 01 oct. 2009) | 4 lines
Sync the 2.x `io` docs with py3k, with a small note as to the distinction
between bytes streams and text streams.
........
Barry Warsaw [Wed, 30 Sep 2009 15:53:33 +0000 (15:53 +0000)]
Fixed a unicode name.
Martin v. Löwis [Wed, 30 Sep 2009 07:48:54 +0000 (07:48 +0000)]
Fix generation of CHM name for release candidates.
Martin v. Löwis [Wed, 30 Sep 2009 07:47:45 +0000 (07:47 +0000)]
Add 2.6.3 and 2.6.4 UUIDs
Barry Warsaw [Tue, 29 Sep 2009 22:42:33 +0000 (22:42 +0000)]
Taggint 2.6.3rc1
Barry Warsaw [Tue, 29 Sep 2009 22:41:09 +0000 (22:41 +0000)]
Bumping for 2.6.3rc1
Gregory P. Smith [Tue, 29 Sep 2009 21:58:48 +0000 (21:58 +0000)]
Merged revisions 75149 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75149 | gregory.p.smith | 2009-09-29 14:56:31 -0700 (Tue, 29 Sep 2009) | 3 lines
Mention issue6972 in extractall docs about overwriting things outside of
the supplied path.
........
Ronald Oussoren [Tue, 29 Sep 2009 19:35:03 +0000 (19:35 +0000)]
Merged revisions 75147 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75147 | ronald.oussoren | 2009-09-29 21:34:13 +0200 (Tue, 29 Sep 2009) | 4 lines
Fix for issue6957: ensure that the OSX installer
installs a version of Python that can build
extensions on OSX 10.6.
........
Philip Jenvey [Tue, 29 Sep 2009 19:18:11 +0000 (19:18 +0000)]
Merged revisions 75143 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75143 | philip.jenvey | 2009-09-29 12:10:15 -0700 (Tue, 29 Sep 2009) | 5 lines
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
through the shell. also document the correct subprocess replacement for this
case
patch from Jean-Paul Calderone and Jani Hakala
........
Raymond Hettinger [Tue, 29 Sep 2009 18:48:09 +0000 (18:48 +0000)]
Issue 7008: Better document str.title and show how to work around the apostrophe problem.
Mark Dickinson [Tue, 29 Sep 2009 18:19:26 +0000 (18:19 +0000)]
Recorded merge of revisions 75129 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75129 | vinay.sajip | 2009-09-29 08:08:54 +0100 (Tue, 29 Sep 2009) | 1 line
Issue #7014: logging: Improved IronPython 2.6 compatibility.
........
Antoine Pitrou [Tue, 29 Sep 2009 18:14:09 +0000 (18:14 +0000)]
Merged revisions 75134 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75134 | antoine.pitrou | 2009-09-29 19:48:18 +0200 (mar., 29 sept. 2009) | 4 lines
Issue #6790: Make it possible again to pass an `array.array` to
`httplib.HTTPConnection.send`. Patch by Kirk McDonald.
........
Ronald Oussoren [Tue, 29 Sep 2009 13:01:59 +0000 (13:01 +0000)]
Merged revisions 75131 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75131 | ronald.oussoren | 2009-09-29 15:00:44 +0200 (Tue, 29 Sep 2009) | 8 lines
* Update the Mac/README file. Add the list of OSX-specific configure options
to that README file with some explanation.
* Be more strict in the configure script: complain loudly when the user has
specified invalid combinations of OSX-specific configure arguments.
The error message refers to the Mac/README file for more information.
........
Vinay Sajip [Tue, 29 Sep 2009 07:11:53 +0000 (07:11 +0000)]
Issue #7014: logging: Improved IronPython 2.6 compatibility.
Philip Jenvey [Tue, 29 Sep 2009 04:41:54 +0000 (04:41 +0000)]
Merged revisions 75123 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75123 | philip.jenvey | 2009-09-28 21:32:44 -0700 (Mon, 28 Sep 2009) | 4 lines
#6990: clear threading.local's key only after its thread state is removed:
fixes local subclasses leaving old state around after a ref cycle GC which
could be recycled by new locals
........
R. David Murray [Mon, 28 Sep 2009 19:53:25 +0000 (19:53 +0000)]
Merged revisions 75111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75111 | r.david.murray | 2009-09-28 12:57:45 -0400 (Mon, 28 Sep 2009) | 5 lines
Prevent test_bad_address failure when a domain in the dns search
path implements a '*' default rule. Also update comment with
a more complete explanation of the difficulties inherent in
the test.
........
Mark Dickinson [Mon, 28 Sep 2009 19:22:34 +0000 (19:22 +0000)]
Blocked revisions 75117 via svnmerge
........
r75117 | mark.dickinson | 2009-09-28 19:54:55 +0100 (Mon, 28 Sep 2009) | 3 lines
Issue #3366: Add gamma function to math module.
(lgamma, erf and erfc to follow).
........
R. David Murray [Mon, 28 Sep 2009 18:45:13 +0000 (18:45 +0000)]
Merged revisions 75115 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75115 | r.david.murray | 2009-09-28 14:29:28 -0400 (Mon, 28 Sep 2009) | 2 lines
Applying patches backported from 3.1, by Gregor Lingl.
........
Mark Dickinson [Mon, 28 Sep 2009 16:59:12 +0000 (16:59 +0000)]
Blocked revisions 75110 via svnmerge
........
r75110 | mark.dickinson | 2009-09-28 17:52:40 +0100 (Mon, 28 Sep 2009) | 9 lines
Style/consistency/nano-optimization nit: replace occurrences of
(high_bits << PyLong_SHIFT) + low_bits with
(high_bits << PyLong_SHIFT) | low_bits
in Objects/longobject.c. Motivation:
- shouldn't unnecessarily mix bit ops with arithmetic ops (style)
- this pattern should be spelt the same way thoughout (consistency)
- it's very very very slightly faster: no need to worry about
carries to the high digit (nano-optimization).
........
Mark Dickinson [Sun, 27 Sep 2009 16:40:34 +0000 (16:40 +0000)]
Blocked revisions 75091 via svnmerge
........
r75091 | mark.dickinson | 2009-09-27 17:39:28 +0100 (Sun, 27 Sep 2009) | 1 line
Eliminate unnecessary get_wrapped_(u)long defines in struct module.
........
Mark Dickinson [Sun, 27 Sep 2009 16:32:34 +0000 (16:32 +0000)]
Fix compiler warning about unused function.
Mark Dickinson [Sun, 27 Sep 2009 16:17:37 +0000 (16:17 +0000)]
Remove unused variable.
Mark Dickinson [Sun, 27 Sep 2009 16:06:45 +0000 (16:06 +0000)]
Blocked revisions 75084 via svnmerge
........
r75084 | mark.dickinson | 2009-09-27 17:05:21 +0100 (Sun, 27 Sep 2009) | 3 lines
Issue #6713: Improve decimal int -> string conversions. Thanks Gawain
Bolton for the suggestion and original patches.
........
Mark Dickinson [Sun, 27 Sep 2009 15:53:49 +0000 (15:53 +0000)]
Silence compiler warning
Ezio Melotti [Sat, 26 Sep 2009 11:23:16 +0000 (11:23 +0000)]
Merged revisions 75070 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75070 | ezio.melotti | 2009-09-26 14:20:53 +0300 (Sat, 26 Sep 2009) | 1 line
#7000: document "sep" in capwords. Add a few tests
........
Benjamin Peterson [Sat, 26 Sep 2009 03:00:26 +0000 (03:00 +0000)]
Merged revisions 75068 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75068 | benjamin.peterson | 2009-09-25 21:57:59 -0500 (Fri, 25 Sep 2009) | 1 line
comment out ugly xxx
........
Ezio Melotti [Fri, 25 Sep 2009 16:10:55 +0000 (16:10 +0000)]
Merged revisions 75055 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75055 | ezio.melotti | 2009-09-25 19:07:55 +0300 (Fri, 25 Sep 2009) | 1 line
#6994: fix typo in enumerate docstring
........
Mark Dickinson [Thu, 24 Sep 2009 19:22:45 +0000 (19:22 +0000)]
Merged revisions 75047 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75047 | mark.dickinson | 2009-09-24 20:21:07 +0100 (Thu, 24 Sep 2009) | 3 lines
Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target.
Thanks egreen.
........
Ezio Melotti [Wed, 23 Sep 2009 21:39:50 +0000 (21:39 +0000)]
Merged revisions 75039 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75039 | ezio.melotti | 2009-09-24 00:36:39 +0300 (Thu, 24 Sep 2009) | 1 line
improved phrasing, markup and example
........