]>
granicus.if.org Git - python/log
Martin v. Löwis [Sat, 13 Mar 2010 17:45:27 +0000 (17:45 +0000)]
Add 2.6.5rc2.
Georg Brandl [Sat, 13 Mar 2010 13:42:13 +0000 (13:42 +0000)]
Merged revisions 78921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line
Change/fix handling of docs download location: for daily builds, put them right next to the HTML.
........
Georg Brandl [Sat, 13 Mar 2010 11:00:44 +0000 (11:00 +0000)]
Merged revisions 78908 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78908 | georg.brandl | 2010-03-13 11:12:39 +0100 (Sa, 13 Mär 2010) | 1 line
Add Makefile targets for automatic doc build. Add script that will be used for daily build.
........
Georg Brandl [Sat, 13 Mar 2010 10:59:09 +0000 (10:59 +0000)]
Merged revisions 78910 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line
Bump externals versions for doc build.
........
Georg Brandl [Sat, 13 Mar 2010 10:02:09 +0000 (10:02 +0000)]
Merged revisions 77152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77152 | georg.brandl | 2009-12-30 19:36:09 +0100 (Mi, 30 Dez 2009) | 1 line
#7602: improve "clean" and "checkout" targets now that all tools are in externals.
........
Georg Brandl [Sat, 13 Mar 2010 10:01:17 +0000 (10:01 +0000)]
Blocked revisions 78416 via svnmerge
........
r78416 | dirkjan.ochtman | 2010-02-24 05:12:11 +0100 (Mi, 24 Feb 2010) | 1 line
Issue #8004: add a serve target to the Doc Makefile.
........
Victor Stinner [Sat, 13 Mar 2010 00:22:37 +0000 (00:22 +0000)]
Blocked revisions 78886 via svnmerge
........
r78886 | victor.stinner | 2010-03-13 01:13:22 +0100 (sam., 13 mars 2010) | 2 lines
Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set.
........
Georg Brandl [Fri, 12 Mar 2010 21:29:25 +0000 (21:29 +0000)]
Merged revisions 78880 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78880 | georg.brandl | 2010-03-12 22:27:23 +0100 (Fr, 12 Mär 2010) | 1 line
Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine.
........
Tarek Ziadé [Fri, 12 Mar 2010 18:27:13 +0000 (18:27 +0000)]
Merged revisions 78707,78709 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78707 | tarek.ziade | 2010-03-05 20:18:27 -0500 (Fri, 05 Mar 2010) | 1 line
provide a fallback for xxmodule.c in case the buildir is not present
........
r78709 | tarek.ziade | 2010-03-05 20:23:21 -0500 (Fri, 05 Mar 2010) | 1 line
simplified the fallback case
........
Barry Warsaw [Tue, 9 Mar 2010 22:32:26 +0000 (22:32 +0000)]
Tagging for 2.6.5 rc 2.
Barry Warsaw [Tue, 9 Mar 2010 22:31:52 +0000 (22:31 +0000)]
Bumping to 2.6.5rc2
Benjamin Peterson [Tue, 9 Mar 2010 21:47:28 +0000 (21:47 +0000)]
Merged revisions 78817 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78817 | benjamin.peterson | 2010-03-09 15:43:36 -0600 (Tue, 09 Mar 2010) | 1 line
handle an empty OPT variable correctly #8100
........
Ronald Oussoren [Tue, 9 Mar 2010 21:33:59 +0000 (21:33 +0000)]
Fix copy&paste error in fix for Issue8089
Ronald Oussoren [Tue, 9 Mar 2010 10:36:28 +0000 (10:36 +0000)]
Fix for issue8089: a framework build with --with-universal-archs=3-way|intel had no way to select
a 32-bit executable (which is needed because not all (GUI) libraries are available in 64-bit mode)
Also fixes a typo in Mac/README
Ronald Oussoren [Mon, 8 Mar 2010 18:21:19 +0000 (18:21 +0000)]
I shall not rush commits....
I shall not rush commits....
I shall not rush commits....
I shall not rush commits....
This actually fixes issue 8067, previous commit for this
issue was broken.
Ronald Oussoren [Mon, 8 Mar 2010 07:08:25 +0000 (07:08 +0000)]
Merged revisions 78784 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78784 | ronald.oussoren | 2010-03-08 08:06:47 +0100 (Mon, 08 Mar 2010) | 3 lines
Fix for issue 8066: readline should not be linked against libedit when the
deployment target is 10.4, libedit on 10.4 is too broken.
........
Ronald Oussoren [Mon, 8 Mar 2010 07:00:08 +0000 (07:00 +0000)]
Fix for issue 8084: fixes build issues on OSX 10.6 when targetting OSX 10.4
Gregory P. Smith [Sun, 7 Mar 2010 05:58:43 +0000 (05:58 +0000)]
Merged revisions 78718 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78718 | gregory.p.smith | 2010-03-05 23:35:19 -0800 (Fri, 05 Mar 2010) | 3 lines
Call setreuid and setregid in a subprocess to avoid altering the test runner's
process state. Should fix issue8045.
........
Benjamin Peterson [Sun, 7 Mar 2010 00:07:45 +0000 (00:07 +0000)]
Merged revisions 78746 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78746 | benjamin.peterson | 2010-03-06 18:00:37 -0600 (Sat, 06 Mar 2010) | 1 line
more specific exception for wrong kind of raise #8082
........
Tarek Ziadé [Sat, 6 Mar 2010 02:26:07 +0000 (02:26 +0000)]
Blocked revisions 78706,78710 via svnmerge
........
r78706 | tarek.ziade | 2010-03-06 02:04:14 +0100 (Sat, 06 Mar 2010) | 1 line
copied back the build_ext tests from 2.6
........
r78710 | tarek.ziade | 2010-03-06 02:27:09 +0100 (Sat, 06 Mar 2010) | 1 line
files used by win32 tests
........
Gerhard Häring [Fri, 5 Mar 2010 15:50:25 +0000 (15:50 +0000)]
Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
Benjamin Peterson [Fri, 5 Mar 2010 03:27:16 +0000 (03:27 +0000)]
Merged revisions 78683 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
................
r78683 | benjamin.peterson | 2010-03-04 21:24:17 -0600 (Thu, 04 Mar 2010) | 13 lines
Merged revisions 78679,78681 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r78679 | benjamin.peterson | 2010-03-04 21:10:46 -0600 (Thu, 04 Mar 2010) | 1 line
set svn:eol-style
........
r78681 | benjamin.peterson | 2010-03-04 21:19:06 -0600 (Thu, 04 Mar 2010) | 1 line
remove svn:executable property
........
................
Tarek Ziadé [Fri, 5 Mar 2010 00:32:29 +0000 (00:32 +0000)]
Blocked revisions 78667 via svnmerge
........
r78667 | tarek.ziade | 2010-03-05 01:29:38 +0100 (Fri, 05 Mar 2010) | 1 line
reverted the usage of compiler_obj in Python's setup.py
........
Tarek Ziadé [Fri, 5 Mar 2010 00:30:44 +0000 (00:30 +0000)]
Blocked revisions 78666 via svnmerge
........
r78666 | tarek.ziade | 2010-03-05 01:16:02 +0100 (Fri, 05 Mar 2010) | 1 line
reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged
........
Gregory P. Smith [Thu, 4 Mar 2010 18:26:53 +0000 (18:26 +0000)]
issue8053 - logic was inverted on which platforms to run a test on.
caused test_thread to fail on windows.
Senthil Kumaran [Thu, 4 Mar 2010 15:15:37 +0000 (15:15 +0000)]
Reverting the changes made in r78432. Discussed in the tracker issue7540.
Barry Warsaw [Wed, 3 Mar 2010 12:34:43 +0000 (12:34 +0000)]
Reverting r78597. This is not a critical fix and we're in rc mode.
Barry Warsaw [Wed, 3 Mar 2010 12:31:33 +0000 (12:31 +0000)]
Revert r78621. This was not a critical fix and we're in rc mode.
Lars Gustäbel [Wed, 3 Mar 2010 12:18:28 +0000 (12:18 +0000)]
Blocked revisions 78623 via svnmerge
........
r78623 | lars.gustaebel | 2010-03-03 12:55:48 +0100 (Wed, 03 Mar 2010) | 3 lines
Issue #7232: Add support for the context manager protocol
to the TarFile class.
........
Florent Xicluna [Wed, 3 Mar 2010 11:59:47 +0000 (11:59 +0000)]
Missing property from previous changeset r78621.
Recorded merge of revisions 78620 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines
Revert a nonexistent docstring typo, r42805.
........
Florent Xicluna [Wed, 3 Mar 2010 11:50:46 +0000 (11:50 +0000)]
Merged revisions 78620 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines
Revert a nonexistent docstring typo, r42805.
........
Barry Warsaw [Wed, 3 Mar 2010 03:09:49 +0000 (03:09 +0000)]
Post 2.6.5rc1 cleanup.
Victor Stinner [Tue, 2 Mar 2010 22:46:25 +0000 (22:46 +0000)]
Merged revisions 78596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78596 | victor.stinner | 2010-03-02 23:44:42 +0100 (mar., 02 mars 2010) | 4 lines
Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and
method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel
Black.
........
Steven Bethard [Tue, 2 Mar 2010 09:27:05 +0000 (09:27 +0000)]
Blocked revisions 78576 via svnmerge
........
r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines
Initial commit of the argparse library, based on argparse 1.1.
Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
........
Barry Warsaw [Mon, 1 Mar 2010 22:26:23 +0000 (22:26 +0000)]
Tagging for 2.6.5 rc 1
Barry Warsaw [Mon, 1 Mar 2010 22:16:51 +0000 (22:16 +0000)]
More copyright year updates.
Barry Warsaw [Mon, 1 Mar 2010 22:10:45 +0000 (22:10 +0000)]
Bump to 2.6.5 rc 1.
Barry Warsaw [Mon, 1 Mar 2010 22:06:37 +0000 (22:06 +0000)]
Update doc topics
Barry Warsaw [Mon, 1 Mar 2010 21:49:12 +0000 (21:49 +0000)]
Blocked revisions 78566 via svnmerge
........
r78566 | barry.warsaw | 2010-03-01 16:46:51 -0500 (Mon, 01 Mar 2010) | 4 lines
Manually copy patch for bug 7250 from the release26-maint branch. I suck
because I did this in the wrong order and couldn't smack svnmerge into
submission.
........
Barry Warsaw [Mon, 1 Mar 2010 21:34:34 +0000 (21:34 +0000)]
Apply the change suggested by PJE for issue 7250. Unfortunately, we couldn't
come up with a unit test. :(
Florent Xicluna [Mon, 1 Mar 2010 21:08:21 +0000 (21:08 +0000)]
Merged revisions 78563 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78563 | florent.xicluna | 2010-03-01 21:45:01 +0100 (lun, 01 mar 2010) | 2 lines
#7808: Fix reference leaks in _bsddb and related tests.
........
R. David Murray [Mon, 1 Mar 2010 19:49:39 +0000 (19:49 +0000)]
Merged revisions 78558 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78558 | r.david.murray | 2010-03-01 14:14:16 -0500 (Mon, 01 Mar 2010) | 6 lines
Issue 3892 again. The bsddb3 replication test still fails randomly.
Since this module is unmaintained in the library and gone in py3k,
this patch skips the remainder of the replication test if a
second timeout occurs, as it randomly does. This should improve buildbot
stability.
........
Vinay Sajip [Mon, 1 Mar 2010 13:37:41 +0000 (13:37 +0000)]
Blocked revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge
........
r77967 | vinay.sajip | 2010-02-04 18:48:53 +0000 (Thu, 04 Feb 2010) | 1 line
Logging: Implemented PEP 391.
........
r77969 | vinay.sajip | 2010-02-04 20:18:28 +0000 (Thu, 04 Feb 2010) | 1 line
Removed spurious print statement.
........
r78033 | benjamin.peterson | 2010-02-06 22:08:15 +0000 (Sat, 06 Feb 2010) | 1 line
make waiting for the server to start robust
........
r78055 | vinay.sajip | 2010-02-07 01:37:08 +0000 (Sun, 07 Feb 2010) | 1 line
Issue #7868: logging: added loggerClass attribute to Manager.
........
r78081 | vinay.sajip | 2010-02-07 12:56:54 +0000 (Sun, 07 Feb 2010) | 1 line
Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code.
........
r78085 | vinay.sajip | 2010-02-07 13:06:51 +0000 (Sun, 07 Feb 2010) | 1 line
logging: Removed some more 1.5.2 support code.
........
r78108 | vinay.sajip | 2010-02-08 21:18:15 +0000 (Mon, 08 Feb 2010) | 1 line
logging: gingerly re-enabling skipped tests after improving thread sync code in configurator.
........
Gregory P. Smith [Mon, 1 Mar 2010 06:03:44 +0000 (06:03 +0000)]
Merged revisions 78550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78550 | gregory.p.smith | 2010-02-28 22:01:02 -0800 (Sun, 28 Feb 2010) | 2 lines
Fix test to be skipped on windows.
........
Gregory P. Smith [Mon, 1 Mar 2010 05:48:57 +0000 (05:48 +0000)]
Merged revisions 78546 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78546 | gregory.p.smith | 2010-02-28 21:43:43 -0800 (Sun, 28 Feb 2010) | 3 lines
Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
a -1 parameter on some platforms such as OS X.
........
Gregory P. Smith [Mon, 1 Mar 2010 04:40:36 +0000 (04:40 +0000)]
Merged revisions 78527,78531 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78527 | gregory.p.smith | 2010-02-28 17:22:39 -0800 (Sun, 28 Feb 2010) | 4 lines
Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
thread could raise an incorrect RuntimeError about not holding the import
lock. The import lock is now reinitialized after fork.
........
r78531 | gregory.p.smith | 2010-02-28 18:31:33 -0800 (Sun, 28 Feb 2010) | 2 lines
Fix for r78527. It left out updating forkpty.
........
Ezio Melotti [Mon, 1 Mar 2010 04:05:56 +0000 (04:05 +0000)]
Merged revisions 78515-78516,78522 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78515 | georg.brandl | 2010-02-28 20:19:17 +0200 (Sun, 28 Feb 2010) | 1 line
#8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object.
........
r78516 | georg.brandl | 2010-02-28 20:26:37 +0200 (Sun, 28 Feb 2010) | 1 line
The set types can also be called without arguments.
........
r78522 | ezio.melotti | 2010-03-01 01:59:00 +0200 (Mon, 01 Mar 2010) | 1 line
#8030: more docstring fix for builtin types.
........
Gregory P. Smith [Mon, 1 Mar 2010 03:11:09 +0000 (03:11 +0000)]
Merged revisions 78536 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78536 | gregory.p.smith | 2010-02-28 19:09:19 -0800 (Sun, 28 Feb 2010) | 2 lines
Cleanup the test added in r78517 based on Ezio Melotti's feedback.
........
Gregory P. Smith [Mon, 1 Mar 2010 03:04:05 +0000 (03:04 +0000)]
Merged revisions 78532 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78532 | gregory.p.smith | 2010-02-28 18:53:24 -0800 (Sun, 28 Feb 2010) | 2 lines
Fix the new test on windows (skip it, its posix only)
........
Gregory P. Smith [Mon, 1 Mar 2010 00:35:34 +0000 (00:35 +0000)]
Merged revisions 78523 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78523 | gregory.p.smith | 2010-02-28 16:05:08 -0800 (Sun, 28 Feb 2010) | 3 lines
Issue #
1068268 : The subprocess module now handles EINTR in internal
os.waitpid and os.read system calls where appropriate.
........
Gregory P. Smith [Sun, 28 Feb 2010 18:40:12 +0000 (18:40 +0000)]
Merged revisions 78517 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78517 | gregory.p.smith | 2010-02-28 10:36:09 -0800 (Sun, 28 Feb 2010) | 3 lines
Issue #7481: When a threading.Thread failed to start it would leave the
instance stuck in initial state and present in threading.enumerate().
........
Ezio Melotti [Sun, 28 Feb 2010 03:42:56 +0000 (03:42 +0000)]
Merged revisions 78511 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78511 | ezio.melotti | 2010-02-28 05:11:07 +0200 (Sun, 28 Feb 2010) | 1 line
Pep8ify test names in the examples.
........
Florent Xicluna [Sat, 27 Feb 2010 15:15:10 +0000 (15:15 +0000)]
Merged revisions 78497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78497 | florent.xicluna | 2010-02-27 16:10:19 +0100 (sam, 27 fév 2010) | 2 lines
#7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.
........
Florent Xicluna [Sat, 27 Feb 2010 14:34:41 +0000 (14:34 +0000)]
Merged revisions 78488 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78488 | florent.xicluna | 2010-02-27 14:31:23 +0100 (sam, 27 fév 2010) | 2 lines
Issue #
1729305 : Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too.
........
Ezio Melotti [Sat, 27 Feb 2010 13:52:50 +0000 (13:52 +0000)]
Merged revisions 78489 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78489 | ezio.melotti | 2010-02-27 15:50:35 +0200 (Sat, 27 Feb 2010) | 1 line
Fix missing parenthesis.
........
Florent Xicluna [Sat, 27 Feb 2010 11:26:58 +0000 (11:26 +0000)]
Merged revisions 78461,78482 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78461 | florent.xicluna | 2010-02-26 11:40:58 +0100 (ven, 26 fév 2010) | 2 lines
#691291: codecs.open() should not convert end of lines on reading and writing.
........
r78482 | florent.xicluna | 2010-02-27 12:19:18 +0100 (sam, 27 fév 2010) | 2 lines
Add entry for issue #691291.
........
Raymond Hettinger [Sat, 27 Feb 2010 07:05:37 +0000 (07:05 +0000)]
Move the namedtuple class definition to the end of the example.
Benjamin Peterson [Sat, 27 Feb 2010 00:15:54 +0000 (00:15 +0000)]
run autoconf
Benjamin Peterson [Sat, 27 Feb 2010 00:15:23 +0000 (00:15 +0000)]
Merged revisions 78467 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78467 | ezio.melotti | 2010-02-26 18:05:42 -0600 (Fri, 26 Feb 2010) | 1 line
Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase).
........
Ezio Melotti [Fri, 26 Feb 2010 23:29:38 +0000 (23:29 +0000)]
Merged revisions 78465 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78465 | ezio.melotti | 2010-02-27 01:27:06 +0200 (Sat, 27 Feb 2010) | 1 line
typo: __next__ -> next
........
Senthil Kumaran [Fri, 26 Feb 2010 00:49:45 +0000 (00:49 +0000)]
Merged revisions 78457 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78457 | senthil.kumaran | 2010-02-26 06:17:05 +0530 (Fri, 26 Feb 2010) | 3 lines
Fixing issue5475 : urllib2.getproxies not documented
........
Ezio Melotti [Thu, 25 Feb 2010 17:51:33 +0000 (17:51 +0000)]
Merged revisions 78449 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78449 | ezio.melotti | 2010-02-25 19:36:04 +0200 (Thu, 25 Feb 2010) | 1 line
#7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding.
........
Eric Smith [Thu, 25 Feb 2010 14:55:41 +0000 (14:55 +0000)]
Merged revisions 78444 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78444 | eric.smith | 2010-02-25 09:26:33 -0500 (Thu, 25 Feb 2010) | 1 line
Issue #7928: Document str.format element_index better.
........
Eric Smith [Thu, 25 Feb 2010 14:16:46 +0000 (14:16 +0000)]
Merged revisions 78440 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78440 | eric.smith | 2010-02-25 09:14:35 -0500 (Thu, 25 Feb 2010) | 1 line
Issue #5965: Add documentation for parts of format specification language.
........
Senthil Kumaran [Wed, 24 Feb 2010 20:58:58 +0000 (20:58 +0000)]
Merged revisions 78431 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78431 | senthil.kumaran | 2010-02-25 02:25:31 +0530 (Thu, 25 Feb 2010) | 4 lines
Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to
a existing req object already having data.
........
Ezio Melotti [Wed, 24 Feb 2010 16:52:39 +0000 (16:52 +0000)]
Merged revisions 78424 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78424 | ezio.melotti | 2010-02-24 18:49:56 +0200 (Wed, 24 Feb 2010) | 1 line
typos
........
Senthil Kumaran [Wed, 24 Feb 2010 16:49:45 +0000 (16:49 +0000)]
Merged revisions 78422 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78422 | senthil.kumaran | 2010-02-24 22:15:46 +0530 (Wed, 24 Feb 2010) | 2 lines
Fix for Issue3819 - urllib2 sends Basic auth across redirects
........
Eric Smith [Wed, 24 Feb 2010 14:27:37 +0000 (14:27 +0000)]
Merged revisions 78418 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78418 | eric.smith | 2010-02-24 09:15:36 -0500 (Wed, 24 Feb 2010) | 1 line
Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings.
........
R. David Murray [Wed, 24 Feb 2010 02:35:33 +0000 (02:35 +0000)]
Merged revisions 78412 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78412 | r.david.murray | 2010-02-23 21:31:27 -0500 (Tue, 23 Feb 2010) | 6 lines
Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to
MutableMapping, and thereby lost functionality because the replacement
functionality was implemented incorrectly or incompletely). Since bsddb
isn't in py3k, this patch just goes back to using DictMixin in order to
correct the regression.
........
Benjamin Peterson [Wed, 24 Feb 2010 02:26:59 +0000 (02:26 +0000)]
Merged revisions 78408 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
................
r78408 | benjamin.peterson | 2010-02-23 20:24:35 -0600 (Tue, 23 Feb 2010) | 9 lines
Merged revisions 78407 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r78407 | benjamin.peterson | 2010-02-23 20:21:34 -0600 (Tue, 23 Feb 2010) | 1 line
rewrite test to not rely on __doc__ being present
........
................
R. David Murray [Wed, 24 Feb 2010 02:09:43 +0000 (02:09 +0000)]
Blocked revisions 78403 via svnmerge
........
r78403 | r.david.murray | 2010-02-23 21:08:28 -0500 (Tue, 23 Feb 2010) | 3 lines
The primary copy of lib2to3 is not trunk, so the lib2to3 change
should not have been included in the -OO patch, back it out.
........
R. David Murray [Wed, 24 Feb 2010 01:54:25 +0000 (01:54 +0000)]
Blocked revisions 78351 via svnmerge
........
r78351 | r.david.murray | 2010-02-22 19:24:49 -0500 (Mon, 22 Feb 2010) | 5 lines
Issue 6292: for the moment at least, the test suite passes if run
with -OO. Tests requiring docstrings are skipped. Patch by
Brian Curtin, thanks to Matias Torchinsky for helping review and
improve the patch.
........
Victor Stinner [Tue, 23 Feb 2010 23:20:14 +0000 (23:20 +0000)]
Merged revisions 78392 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78392 | victor.stinner | 2010-02-24 00:16:07 +0100 (mer., 24 févr. 2010) | 4 lines
Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF
=> raise an UnicodeDecodeError. Patch written by Ezio Melotti.
........
R. David Murray [Tue, 23 Feb 2010 23:05:50 +0000 (23:05 +0000)]
Blocked revisions 78384 via svnmerge
........
r78384 | dirkjan.ochtman | 2010-02-23 16:09:52 -0500 (Tue, 23 Feb 2010) | 4 lines
Fix #
1537721 : add writeheader() method to csv.DictWriter.
Reviewed by skip.montanaro and thomas.wouters.
........
Thomas Heller [Tue, 23 Feb 2010 20:17:14 +0000 (20:17 +0000)]
Merged revisions 78380 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines
ctypes CThunkObject was not registered correctly with the cycle
garbage collector, leading to possible leaks when using callback
functions.
........
Mark Dickinson [Tue, 23 Feb 2010 13:16:55 +0000 (13:16 +0000)]
Blocked revisions 78372-78373 via svnmerge
........
r78372 | mark.dickinson | 2010-02-23 12:53:52 +0000 (Tue, 23 Feb 2010) | 1 line
Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
........
r78373 | mark.dickinson | 2010-02-23 13:06:50 +0000 (Tue, 23 Feb 2010) | 1 line
Fix spacing nit. Thanks Eric Smith for the public humiliation.
........
Tarek Ziadé [Tue, 23 Feb 2010 05:55:57 +0000 (05:55 +0000)]
Blocked revisions 78367 via svnmerge
........
r78367 | tarek.ziade | 2010-02-23 00:53:05 -0500 (Tue, 23 Feb 2010) | 1 line
fixed #5801: removed spurious empty lines in wsgiref
........
Tarek Ziadé [Tue, 23 Feb 2010 05:37:37 +0000 (05:37 +0000)]
Blocked revisions 78364 via svnmerge
........
r78364 | tarek.ziade | 2010-02-23 00:36:41 -0500 (Tue, 23 Feb 2010) | 1 line
completed the __all__ list and changed the module doctest
........
Tarek Ziadé [Tue, 23 Feb 2010 05:21:57 +0000 (05:21 +0000)]
Blocked revisions 78359-78360 via svnmerge
........
r78359 | tarek.ziade | 2010-02-23 00:16:41 -0500 (Tue, 23 Feb 2010) | 1 line
added make_archive (and secondary APIs) to shutil
........
r78360 | tarek.ziade | 2010-02-23 00:20:22 -0500 (Tue, 23 Feb 2010) | 1 line
added a note on shutil new APIs
........
Tarek Ziadé [Tue, 23 Feb 2010 05:01:27 +0000 (05:01 +0000)]
Blocked revisions 78354 via svnmerge
........
r78354 | tarek.ziade | 2010-02-22 23:57:05 -0500 (Mon, 22 Feb 2010) | 1 line
removed debugging code
........
Tarek Ziadé [Tue, 23 Feb 2010 04:59:41 +0000 (04:59 +0000)]
Blocked revisions 77949 via svnmerge
........
r77949 | tarek.ziade | 2010-02-03 10:38:12 -0500 (Wed, 03 Feb 2010) | 1 line
leaving global attributes for backward compat
........
Jack Diederich [Mon, 22 Feb 2010 22:51:37 +0000 (22:51 +0000)]
commit the rest of my svnmerge
Jack Diederich [Mon, 22 Feb 2010 22:31:00 +0000 (22:31 +0000)]
Merged revisions 78339 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78339 | jack.diederich | 2010-02-22 16:27:38 -0500 (Mon, 22 Feb 2010) | 1 line
* fix issue#7476
........
Eric Smith [Mon, 22 Feb 2010 18:36:25 +0000 (18:36 +0000)]
Blocked revisions 78329 via svnmerge
........
r78329 | eric.smith | 2010-02-22 13:33:47 -0500 (Mon, 22 Feb 2010) | 1 line
Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types.
........
Andrew M. Kuchling [Mon, 22 Feb 2010 17:06:22 +0000 (17:06 +0000)]
Merged revisions 75066 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75066 | andrew.kuchling | 2009-09-25 18:23:54 -0400 (Fri, 25 Sep 2009) | 4 lines
#6243: fix segfault when keyname() returns a NULL pointer.
Bug noted by Trundle, patched by Trundle and Jerry Chen.
........
Andrew M. Kuchling [Mon, 22 Feb 2010 16:35:18 +0000 (16:35 +0000)]
Merged revisions 78318 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78318 | andrew.kuchling | 2010-02-22 11:26:47 -0500 (Mon, 22 Feb 2010) | 1 line
#7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen
........
Mark Dickinson [Mon, 22 Feb 2010 15:41:07 +0000 (15:41 +0000)]
Merged revisions 78312 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78312 | mark.dickinson | 2010-02-22 15:40:28 +0000 (Mon, 22 Feb 2010) | 1 line
Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0.
........
Andrew M. Kuchling [Mon, 22 Feb 2010 14:55:17 +0000 (14:55 +0000)]
Merged revisions 78303 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78303 | andrew.kuchling | 2010-02-22 09:53:17 -0500 (Mon, 22 Feb 2010) | 1 line
#7794: describe 2.6 support for executing directories and zip archives
........
Senthil Kumaran [Mon, 22 Feb 2010 10:57:29 +0000 (10:57 +0000)]
Merged revisions 78299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78299 | senthil.kumaran | 2010-02-22 16:25:08 +0530 (Mon, 22 Feb 2010) | 4 lines
Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing
server to resource in the 405 response msg.
........
Mark Dickinson [Sun, 21 Feb 2010 14:54:22 +0000 (14:54 +0000)]
Blocked revisions 78287 via svnmerge
........
r78287 | mark.dickinson | 2010-02-21 14:42:27 +0000 (Sun, 21 Feb 2010) | 1 line
Reduce number of random tests in test_strtod, to avoid hogging buildbot time.
........
Mark Dickinson [Sun, 21 Feb 2010 13:46:18 +0000 (13:46 +0000)]
Blocked revisions 78280 via svnmerge
........
r78280 | mark.dickinson | 2010-02-21 12:57:35 +0000 (Sun, 21 Feb 2010) | 1 line
Fix complex type to avoid implicit calls to complex.__coerce__.
........
Mark Dickinson [Sun, 21 Feb 2010 13:40:57 +0000 (13:40 +0000)]
Merged revisions 78281 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78281 | mark.dickinson | 2010-02-21 13:37:53 +0000 (Sun, 21 Feb 2010) | 1 line
Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot tests to complete.
........
Ezio Melotti [Sun, 21 Feb 2010 10:32:09 +0000 (10:32 +0000)]
Merged revisions 78272 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78272 | ezio.melotti | 2010-02-21 00:34:21 +0200 (Sun, 21 Feb 2010) | 1 line
skip tests with a non-ascii cwd when the file system encoding is ascii
........
R. David Murray [Sun, 21 Feb 2010 04:30:12 +0000 (04:30 +0000)]
Merged revisions 78274 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78274 | r.david.murray | 2010-02-20 23:23:00 -0500 (Sat, 20 Feb 2010) | 9 lines
Issue 7970: When email.Parser.Parser parses a MIME message of type
message/rfc822 it turns it into an object whose body consists of
a list containing a single Message object. HeaderParser, on the
other hand, just copies the body as a string. Generator.flatten
has a special handler for the message mime type that expected the
body to be the one item list. This fails if the message was parsed
by HeaderParser. So we now check to see if the body is a string
first, and if so just we just emit it.
........
Ezio Melotti [Sat, 20 Feb 2010 22:56:58 +0000 (22:56 +0000)]
Merged revisions 78101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78101 | georg.brandl | 2010-02-08 02:04:54 +0200 (Mon, 08 Feb 2010) | 1 line
Fix test_fnmatch.
........
Senthil Kumaran [Sat, 20 Feb 2010 22:13:01 +0000 (22:13 +0000)]
Merged revisions 78268 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78268 | senthil.kumaran | 2010-02-21 03:35:34 +0530 (Sun, 21 Feb 2010) | 3 lines
Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")
........
Ezio Melotti [Sat, 20 Feb 2010 09:16:04 +0000 (09:16 +0000)]
Merged revisions 78247 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78247 | ezio.melotti | 2010-02-20 10:09:39 +0200 (Sat, 20 Feb 2010) | 1 line
#3426: os.path.abspath now returns unicode when its arg is unicode.
........
Senthil Kumaran [Fri, 19 Feb 2010 07:39:41 +0000 (07:39 +0000)]
Merged revisions 78234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78234 | senthil.kumaran | 2010-02-19 13:02:48 +0530 (Fri, 19 Feb 2010) | 2 lines
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986
........
Martin v. Löwis [Thu, 18 Feb 2010 16:24:56 +0000 (16:24 +0000)]
Merged revisions 78213,78215 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78213 | martin.v.loewis | 2010-02-18 10:22:20 +0100 (Do, 18 Feb 2010) | 3 lines
Stop providing crtassem.h symbols when compiling with
Visual Studio 2010, as msvcr100.dll is not a platform
assembly anymore.
........
r78215 | martin.v.loewis | 2010-02-18 13:45:45 +0100 (Do, 18 Feb 2010) | 1 line
Move bsddb47 macros before their use, to make VS 2010 happy.
........
Mark Dickinson [Thu, 18 Feb 2010 14:55:26 +0000 (14:55 +0000)]
Blocked revisions 78217-78218 via svnmerge
........
r78217 | mark.dickinson | 2010-02-18 14:27:02 +0000 (Thu, 18 Feb 2010) | 5 lines
Issue #7633: Context method in the decimal module (with the exception
of the 'canonical' and 'is_canonical' methods) now consistently accept
integer arguments wherever a Decimal instance is accepted. Thanks
Juan José Conti for the patch.
........
r78218 | mark.dickinson | 2010-02-18 14:45:33 +0000 (Thu, 18 Feb 2010) | 1 line
Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero.
........