Tarek Ziadé
dd07ebb44a
Merged revisions 73864 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73864 | tarek.ziade | 2009-07-06 14:50:46 +0200 (Mon, 06 Jul 2009) | 1 line
Fixed #6377 : distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
........
2009-07-06 13:52:17 +00:00
Alexandre Vassalotti
47137250ff
Add the fix for issue 4509 to the mapping methods.
2009-07-05 19:57:00 +00:00
Mark Dickinson
1d2e8b90cc
Blocked revisions 73858 via svnmerge
...
........
r73858 | mark.dickinson | 2009-07-05 11:01:24 +0100 (Sun, 05 Jul 2009) | 3 lines
Issues #1530559 , #1741130 : Fix various inconsistencies in struct.pack
integer packing, and reenable some previously broken tests.
........
2009-07-05 10:03:49 +00:00
Alexandre Vassalotti
9b45cb4f27
Add NEWS entries for the changes I made recently.
2009-07-05 06:50:08 +00:00
Alexandre Vassalotti
515a74fbf9
Issue 4005: Remove .sort() call on dict_keys object.
...
This caused pydoc to fail when there was a zip file in sys.path.
Patch contributed by Amaury Forgeot d'Arc.
2009-07-05 06:42:44 +00:00
Alexandre Vassalotti
2fef5b4a83
Blocked revisions 73854 via svnmerge
...
........
r73854 | alexandre.vassalotti | 2009-07-05 02:33:41 -0400 (Sun, 05 Jul 2009) | 2 lines
Backport test cases added in r73852.
........
2009-07-05 06:34:48 +00:00
Alexandre Vassalotti
cb812b5ced
Blocked revisions 73846-73847 via svnmerge
...
........
r73846 | alexandre.vassalotti | 2009-07-05 00:22:40 -0400 (Sun, 05 Jul 2009) | 6 lines
Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and
operator.sequenceIncludes.
Patch contributed by Jeff Balogh (and updated slightly by me).
........
r73847 | alexandre.vassalotti | 2009-07-05 00:25:46 -0400 (Sun, 05 Jul 2009) | 2 lines
Fix bad variable name in r73846.
........
2009-07-05 06:31:55 +00:00
Alexandre Vassalotti
e503cf9b0e
Fix array.extend and array.__iadd__ to handle the case where an array
...
is extended with itself.
This bug is specific the py3k version of arraymodule.c
2009-07-05 06:25:14 +00:00
Alexandre Vassalotti
b78637a5bc
Add more test cases to BaseTest.test_memoryview_no_resize.
2009-07-05 05:47:28 +00:00
Alexandre Vassalotti
7e4f3215db
Issue 4509: Do not modify an array if we know the change would result
...
in a failure due to exported buffers.
2009-07-05 05:38:18 +00:00
Kristján Valur Jónsson
200cfd00ab
http://bugs.python.org/issue6381
...
merging revision 73819 from trunk
2009-07-04 15:18:00 +00:00
Kristján Valur Jónsson
b8e138aa23
Revert last change, which was incorrect.
2009-07-04 15:16:38 +00:00
Kristján Valur Jónsson
8c4f4178cb
http://bugs.python.org/issue6381
...
merging revision 73819 from trunk
2009-07-04 15:09:25 +00:00
Gregory P. Smith
04cecafce1
change deprecated unittest method calls into their proper names.
2009-07-04 08:32:15 +00:00
Tarek Ziadé
2b33045843
Merged revisions 73835 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73835 | tarek.ziade | 2009-07-04 05:00:50 +0200 (Sat, 04 Jul 2009) | 9 lines
Merged revisions 73834 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73834 | tarek.ziade | 2009-07-04 04:59:19 +0200 (Sat, 04 Jul 2009) | 1 line
using print statements when used for user interaction
........
................
2009-07-04 03:01:33 +00:00
Tarek Ziadé
0d3fa833a1
Merged revisions 73834 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73834 | tarek.ziade | 2009-07-04 04:59:19 +0200 (Sat, 04 Jul 2009) | 1 line
using print statements when used for user interaction
........
2009-07-04 03:00:50 +00:00
Gregory P. Smith
d06fa47b24
Merged revisions 73825-73826 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73825 | gregory.p.smith | 2009-07-03 18:49:29 -0700 (Fri, 03 Jul 2009) | 9 lines
Use select.poll() in subprocess, when available, rather than select() so that
it does not fail when file descriptors are large. Fixes issue3392.
Patch largely contributed by Frank Chu (fpmc) with some improvements by me.
See http://bugs.python.org/issue3392 .
........
r73826 | gregory.p.smith | 2009-07-03 18:55:11 -0700 (Fri, 03 Jul 2009) | 2 lines
news entry for r73825
........
Candidate for backporting to release31-maint as it is a bug fix and changes no
public API.
2009-07-04 02:46:54 +00:00
Gregory P. Smith
b970b86975
Merged revisions 73818 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73818 | gregory.p.smith | 2009-07-03 13:48:31 -0700 (Fri, 03 Jul 2009) | 2 lines
Adds the select.PIPE_BUF attribute to expose the system constant.
........
2009-07-04 02:28:47 +00:00
Tarek Ziadé
35c88a8f38
Merged revisions 73828 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73828 | tarek.ziade | 2009-07-04 04:04:21 +0200 (Sat, 04 Jul 2009) | 9 lines
Merged revisions 73827 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73827 | tarek.ziade | 2009-07-04 04:02:41 +0200 (Sat, 04 Jul 2009) | 1 line
Fixed #6413 : fixed log level in distutils.dist.announce
........
................
2009-07-04 02:05:51 +00:00
Tarek Ziadé
33cc77672d
Blocked revisions 73817 via svnmerge
...
................
r73817 | tarek.ziade | 2009-07-03 21:22:23 +0200 (Fri, 03 Jul 2009) | 13 lines
Merged revisions 73814-73815 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73814 | tarek.ziade | 2009-07-03 21:01:12 +0200 (Fri, 03 Jul 2009) | 1 line
basic tests to raise distutils.file_util coverage
........
r73815 | tarek.ziade | 2009-07-03 21:14:49 +0200 (Fri, 03 Jul 2009) | 1 line
cleaned distutils.file_util
........
................
2009-07-04 02:05:17 +00:00
Tarek Ziadé
05bf01aeae
Merged revisions 73827 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73827 | tarek.ziade | 2009-07-04 04:02:41 +0200 (Sat, 04 Jul 2009) | 1 line
Fixed #6413 : fixed log level in distutils.dist.announce
........
2009-07-04 02:04:21 +00:00
Ezio Melotti
9023e68572
#6398 typo: versio. -> version.
2009-07-04 01:14:30 +00:00
Kristján Valur Jónsson
43535d9647
http://bugs.python.org/issue6267
...
Incorrect exception handling for xmlrpclient retry
2009-07-03 23:23:50 +00:00
Tarek Ziadé
c2b7188995
Merged revisions 73814-73815 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73814 | tarek.ziade | 2009-07-03 21:01:12 +0200 (Fri, 03 Jul 2009) | 1 line
basic tests to raise distutils.file_util coverage
........
r73815 | tarek.ziade | 2009-07-03 21:14:49 +0200 (Fri, 03 Jul 2009) | 1 line
cleaned distutils.file_util
........
2009-07-03 19:22:23 +00:00
Benjamin Peterson
b166ffdc3a
Merged revisions 73809 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73809 | benjamin.peterson | 2009-07-03 08:30:25 -0500 (Fri, 03 Jul 2009) | 1 line
remove duplicate declartions #6405
........
2009-07-03 13:33:17 +00:00
Benjamin Peterson
89b8917022
remove duplicate declartions #6405
2009-07-03 13:30:25 +00:00
Benjamin Peterson
3efca3996a
Merged revisions 73805 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73805 | benjamin.peterson | 2009-07-03 08:18:18 -0500 (Fri, 03 Jul 2009) | 1 line
xrange -> range
........
2009-07-03 13:25:24 +00:00
Benjamin Peterson
ce0f403a5d
rip out bsddb support code
2009-07-03 13:22:00 +00:00
Benjamin Peterson
87b8719869
xrange -> range
2009-07-03 13:18:18 +00:00
Tarek Ziadé
64c367175d
Blocked revisions 73803 via svnmerge
...
................
r73803 | tarek.ziade | 2009-07-03 11:05:30 +0200 (Fri, 03 Jul 2009) | 9 lines
Merged revisions 73801 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73801 | tarek.ziade | 2009-07-03 11:01:07 +0200 (Fri, 03 Jul 2009) | 1 line
cleaned up distutils.command.build_py
........
................
2009-07-03 09:06:18 +00:00
Tarek Ziadé
90198fa629
Merged revisions 73801 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73801 | tarek.ziade | 2009-07-03 11:01:07 +0200 (Fri, 03 Jul 2009) | 1 line
cleaned up distutils.command.build_py
........
2009-07-03 09:05:30 +00:00
Tarek Ziadé
385029fda0
Merged revisions 73792 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73792 | tarek.ziade | 2009-07-03 10:33:28 +0200 (Fri, 03 Jul 2009) | 9 lines
Merged revisions 73790 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73790 | tarek.ziade | 2009-07-03 10:22:56 +0200 (Fri, 03 Jul 2009) | 1 line
Fixed #6403 : package path usage for build_ext
........
................
2009-07-03 08:37:27 +00:00
Tarek Ziadé
e10d6dede1
Merged revisions 73790 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73790 | tarek.ziade | 2009-07-03 10:22:56 +0200 (Fri, 03 Jul 2009) | 1 line
Fixed #6403 : package path usage for build_ext
........
2009-07-03 08:33:28 +00:00
Amaury Forgeot d'Arc
7e07724309
Merged revisions 73788 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73788 | amaury.forgeotdarc | 2009-07-03 01:08:45 +0200 (ven., 03 juil. 2009) | 6 lines
#4601 : 'make install' did not set the permissions on library directories,
only root could start IDLE for example.
Beware that os.path.walk does not translate as is to os.walk!
the former uses a callback to call on each dir, the latter is a generator...
........
2009-07-02 23:57:11 +00:00
Amaury Forgeot d'Arc
321e533c4c
#4601 : 'make install' did not set the permissions on library directories,
...
only root could start IDLE for example.
Beware that os.path.walk does not translate as is to os.walk!
the former uses a callback to call on each dir, the latter is a generator...
2009-07-02 23:08:45 +00:00
Benjamin Peterson
e39d5d5f81
Merged revisions 73782-73784 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73782 | benjamin.peterson | 2009-07-02 16:44:01 -0500 (Thu, 02 Jul 2009) | 1 line
the old CO_FUTURE flags can't be commented out
................
r73783 | benjamin.peterson | 2009-07-02 16:54:36 -0500 (Thu, 02 Jul 2009) | 1 line
a little more fiddling to make flags like 2.x
................
r73784 | benjamin.peterson | 2009-07-02 16:55:39 -0500 (Thu, 02 Jul 2009) | 9 lines
Merged revisions 73781 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73781 | benjamin.peterson | 2009-07-02 16:38:36 -0500 (Thu, 02 Jul 2009) | 1 line
test that compile() accepts the future flag
........
................
2009-07-02 22:02:15 +00:00
Benjamin Peterson
bceae0c1af
Merged revisions 73781 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73781 | benjamin.peterson | 2009-07-02 16:38:36 -0500 (Thu, 02 Jul 2009) | 1 line
test that compile() accepts the future flag
........
2009-07-02 21:55:39 +00:00
Benjamin Peterson
ffeaa88525
a little more fiddling to make flags like 2.x
2009-07-02 21:54:36 +00:00
Benjamin Peterson
466a7822c1
the old CO_FUTURE flags can't be commented out
2009-07-02 21:44:01 +00:00
Benjamin Peterson
c963731bb6
refactor logic a little when no sep or end is passed
2009-07-02 18:25:26 +00:00
Benjamin Peterson
b18d26d1d4
Blocked revisions 73776 via svnmerge
...
........
r73776 | benjamin.peterson | 2009-07-02 13:16:45 -0500 (Thu, 02 Jul 2009) | 1 line
when print() gets unicode arguments, sep and end should be unicode by default #4618
........
2009-07-02 18:18:56 +00:00
Jesus Cea
7dfed63bcd
Merged revisions 73768 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73768 | jesus.cea | 2009-07-02 16:35:02 +0200 (Thu, 02 Jul 2009) | 9 lines
Merged revisions 73767 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73767 | jesus.cea | 2009-07-02 16:30:18 +0200 (Thu, 02 Jul 2009) | 1 line
multiprocessing doesn't compile in Solaris because a typo
........
................
2009-07-02 14:37:32 +00:00
Jesus Cea
4962d75a55
Merged revisions 73767 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73767 | jesus.cea | 2009-07-02 16:30:18 +0200 (Thu, 02 Jul 2009) | 1 line
multiprocessing doesn't compile in Solaris because a typo
........
2009-07-02 14:35:02 +00:00
Tarek Ziadé
cf69fbb077
Blocked revisions 73764 via svnmerge
...
................
r73764 | tarek.ziade | 2009-07-02 16:25:23 +0200 (Thu, 02 Jul 2009) | 9 lines
Merged revisions 73762 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73762 | tarek.ziade | 2009-07-02 16:20:47 +0200 (Thu, 02 Jul 2009) | 1 line
pep8-fied and cleaned up distutils.util
........
................
2009-07-02 14:26:53 +00:00
Tarek Ziadé
905a25767e
Merged revisions 73762 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73762 | tarek.ziade | 2009-07-02 16:20:47 +0200 (Thu, 02 Jul 2009) | 1 line
pep8-fied and cleaned up distutils.util
........
2009-07-02 14:25:23 +00:00
Tarek Ziadé
20bc529239
Blocked revisions 73759 via svnmerge
...
................
r73759 | tarek.ziade | 2009-07-02 15:02:21 +0200 (Thu, 02 Jul 2009) | 13 lines
Merged revisions 73756-73757 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73756 | tarek.ziade | 2009-07-02 14:47:54 +0200 (Thu, 02 Jul 2009) | 1 line
raising bdist_dumb test coverage
........
r73757 | tarek.ziade | 2009-07-02 14:51:56 +0200 (Thu, 02 Jul 2009) | 1 line
cleaned up the bdist_dumb module
........
................
2009-07-02 13:05:14 +00:00
Tarek Ziadé
5f8aa47e1e
Merged revisions 73756-73757 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73756 | tarek.ziade | 2009-07-02 14:47:54 +0200 (Thu, 02 Jul 2009) | 1 line
raising bdist_dumb test coverage
........
r73757 | tarek.ziade | 2009-07-02 14:51:56 +0200 (Thu, 02 Jul 2009) | 1 line
cleaned up the bdist_dumb module
........
2009-07-02 13:02:21 +00:00
Benjamin Peterson
3f5de1316d
Merged revisions 73744 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73744 | benjamin.peterson | 2009-07-01 08:34:35 -0500 (Wed, 01 Jul 2009) | 1 line
proxy the __exit__ call
........
2009-07-01 15:47:07 +00:00
Antoine Pitrou
53f4ed7da5
Merged revisions 73747 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73747 | antoine.pitrou | 2009-07-01 16:53:06 +0200 (mer., 01 juil. 2009) | 3 lines
Issue #6369 : Fix an RLE decompression bug in the binhex module.
........
2009-07-01 15:03:38 +00:00
Antoine Pitrou
54923951ad
Issue #6369 : Fix an RLE decompression bug in the binhex module.
2009-07-01 14:53:06 +00:00