Brett Cannon
8c4fa11591
Backport r82456.
2010-07-21 09:52:10 +00:00
Brian Curtin
13b43e70e2
Fix #9316 . if/is grammar corrections.
2010-07-21 01:35:46 +00:00
Alexander Belopolsky
dcd60ca1b7
Blocked revisions 82997 via svnmerge
...
........
r82997 | alexander.belopolsky | 2010-07-20 15:55:18 -0400 (Tue, 20 Jul 2010) | 3 lines
Issue #9282 : Fixed --listfuncs option of trace.py. Thanks Eli
Bendersky for the patch.
........
2010-07-20 20:30:13 +00:00
Antoine Pitrou
b22bf80db4
Issue #9304 : fix example in the 2.x memoryview documentation.
2010-07-19 18:10:42 +00:00
Stefan Krah
0b9201fa1c
Sub-issue of #9036 : Fix incorrect use of Py_CHARMASK.
2010-07-19 18:06:46 +00:00
Senthil Kumaran
c7743aaac3
Fix Issue9301 - urllib.quote(None) to raise TypeError
2010-07-19 17:35:50 +00:00
Stefan Krah
e9a6a7dd4c
Issue #9265 : Incorrect name passed as arg[0] when shell=True
...
and executable specified.
2010-07-19 14:41:08 +00:00
Stefan Krah
a1775944ae
Issue #9036 : Throughout the code base, Py_CHARMASK is used on 8-bit wide
...
signed/unsigned chars or on integers directly derived from those. In all
cases, it could be replaced by a simple cast to (unsigned char). Reasons
for the change:
a) Make the comment more explicit.
b) If char is unsigned, the cast is optimized away.
c) If char is unsigned, gcc emits spurious "array subscript
has type 'char'" warnings.
2010-07-19 13:14:01 +00:00
Benjamin Peterson
682f60352e
Merged revisions 82952 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82952 | benjamin.peterson | 2010-07-18 09:23:36 -0500 (Sun, 18 Jul 2010) | 1 line
use classmethod
........
2010-07-18 14:26:34 +00:00
Mark Dickinson
cac0b83b35
Merged revisions 82941,82943 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82941 | mark.dickinson | 2010-07-18 08:29:02 +0100 (Sun, 18 Jul 2010) | 3 lines
Issue #9277 : Struct module: standard bool packing was incorrect if
char is unsigned. Thanks Stefan Krah for the patch.
........
r82943 | mark.dickinson | 2010-07-18 08:48:20 +0100 (Sun, 18 Jul 2010) | 1 line
Misc/NEWS entry for r82941.
........
2010-07-18 07:55:55 +00:00
Senthil Kumaran
5dba6dfe6a
Fixing Issue1712522 - urllib.quote to support Unicode. The default
...
encoding='utf-8' and errors='strict'.
2010-07-18 02:27:10 +00:00
Alexander Belopolsky
5d10d33cd5
Blocked revisions 82937 via svnmerge
...
........
r82937 | alexander.belopolsky | 2010-07-17 18:50:45 -0400 (Sat, 17 Jul 2010) | 3 lines
Issue #5180 : Fixed a bug that prevented loading 2.x pickles in 3.x
python when they contain instances of old-style classes.
........
2010-07-17 23:13:43 +00:00
Benjamin Peterson
4082d9ba0e
Merged revisions 82934 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82934 | benjamin.peterson | 2010-07-17 15:39:23 -0500 (Sat, 17 Jul 2010) | 1 line
sharedinstall should depend on sharedmods #9280
........
2010-07-17 20:41:16 +00:00
Alexander Belopolsky
9960eef07c
Blocked revisions 82931 via svnmerge
...
........
r82931 | alexander.belopolsky | 2010-07-17 11:51:21 -0400 (Sat, 17 Jul 2010) | 2 lines
Issue #9268 : Add annotation option to pickletools.dis
........
2010-07-17 16:01:06 +00:00
Stefan Krah
2e26e23d9d
Issue #7384 : On Gentoo, libreadline.so is a "fake library", so ldd fails.
...
In that case, do not attempt to parse stderr output.
2010-07-17 12:21:08 +00:00
R. David Murray
05b7631c17
Merged revisions 82922 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82922 | r.david.murray | 2010-07-16 21:19:57 -0400 (Fri, 16 Jul 2010) | 4 lines
#1555570 : correctly handle a \r\n that is split by the read buffer.
Patch and test by Tony Nelson.
........
2010-07-17 01:35:16 +00:00
Alexander Belopolsky
84305c5153
Merged revisions 82915 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82915 | alexander.belopolsky | 2010-07-16 10:39:45 -0400 (Fri, 16 Jul 2010) | 1 line
Corrected TUPLE<N> opcodes' docs.
........
2010-07-16 14:53:52 +00:00
Senthil Kumaran
0fdd385e2c
Merged revisions 82895 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82895 | senthil.kumaran | 2010-07-15 01:40:52 +0530 (Thu, 15 Jul 2010) | 3 lines
Fix a mistake, https proxy shoud be https://
........
2010-07-14 20:22:17 +00:00
Senthil Kumaran
836a2bba2f
Merged revisions 82890 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82890 | senthil.kumaran | 2010-07-15 00:45:23 +0530 (Thu, 15 Jul 2010) | 3 lines
Fix: Issue6853 - Get HTTPS system proxy in Windows.
........
2010-07-14 19:25:26 +00:00
Alexander Belopolsky
21239048a6
Blocked revisions 82887 via svnmerge
...
........
r82887 | alexander.belopolsky | 2010-07-14 09:46:57 -0400 (Wed, 14 Jul 2010) | 1 line
PEP 8 conformance: class_ -> cls
........
2010-07-14 13:53:01 +00:00
Senthil Kumaran
9a5bc1d001
Merged revisions 82881 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82881 | senthil.kumaran | 2010-07-14 15:51:22 +0530 (Wed, 14 Jul 2010) | 3 lines
Fix Issue5842 - Moving the tests out of urllib.parse module
........
2010-07-14 10:39:35 +00:00
Stefan Krah
a253dc1da0
High byte is the exit status.
2010-07-14 10:06:07 +00:00
Georg Brandl
eefec7b857
Merged revisions 82872,82874 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line
Remove XXX from text.
........
r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line
#9235 : fix missing import of sys.
........
2010-07-14 08:55:55 +00:00
Georg Brandl
5d2b685717
Blocked revisions 82873 via svnmerge
...
........
r82873 | georg.brandl | 2010-07-14 10:53:36 +0200 (Mi, 14 Jul 2010) | 1 line
Remove unused code that would raise a NameError.
........
2010-07-14 08:55:03 +00:00
Alexander Belopolsky
eeb666ccf3
Merged revisions 82850 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82850 | alexander.belopolsky | 2010-07-13 10:50:16 -0400 (Tue, 13 Jul 2010) | 1 line
Set sys.modules[name] to None instead of 0 to block module import.
........
2010-07-14 00:05:00 +00:00
Stefan Krah
8cb9f03ecb
Remove PYOS_OS2 special cases from the Solaris/OpenBSD section.
2010-07-13 19:40:00 +00:00
Stefan Krah
182ae64235
Issue #9185 : On Solaris and OpenBSD, posix_getcwd() could loop indefinitely
...
if the path length exceeded PATH_MAX.
2010-07-13 19:17:08 +00:00
Jeroen Ruigrok van der Werven
320477e4db
Merged revisions 82849 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82849 | jeroen.ruigrok | 2010-07-13 16:47:01 +0200 (di, 13 jul 2010) | 2 lines
Fix documentation typo: wprite() -> write().
........
2010-07-13 15:08:30 +00:00
Antoine Pitrou
22cc6d5ba3
Merged revisions 82842 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82842 | antoine.pitrou | 2010-07-12 22:01:52 +0200 (lun., 12 juil. 2010) | 3 lines
Fix definition of len() and indexing for memoryview objects (part of #7696 ).
........
2010-07-12 20:11:52 +00:00
Ezio Melotti
c425f8fcb4
Merged revisions 82839 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82839 | ezio.melotti | 2010-07-12 22:49:41 +0300 (Mon, 12 Jul 2010) | 1 line
#6026 : skip test_get_file_list when zlib is not available.
........
2010-07-12 19:52:15 +00:00
Mark Dickinson
42add99f77
Merged revisions 82821 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82821 | mark.dickinson | 2010-07-11 19:53:06 +0100 (Sun, 11 Jul 2010) | 3 lines
Issue #9137 : Fix issue in MutableMapping.update, which incorrectly
treated keyword arguments called 'self' or 'other' specially.
........
2010-07-11 19:17:28 +00:00
Antoine Pitrou
3266978300
Merged revisions 82814 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82814 | antoine.pitrou | 2010-07-11 14:12:00 +0200 (dim., 11 juil. 2010) | 4 lines
Issue #7616 : Fix copying of overlapping memoryview slices with the Intel
compiler.
........
2010-07-11 12:14:05 +00:00
Georg Brandl
fbf2f14777
Merged revisions 82806 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line
#9223 : link to Command class reference, and move Command interface docs nearer to class docs.
........
2010-07-11 10:29:37 +00:00
Georg Brandl
9d4725281a
Blocked revisions 82801 via svnmerge
...
........
r82801 | georg.brandl | 2010-07-11 11:33:39 +0200 (So, 11 Jul 2010) | 1 line
#9184 : fix default value for "buffering" param of open().
........
2010-07-11 09:36:31 +00:00
Georg Brandl
4303fcaa7d
Merged revisions 82799 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82799 | georg.brandl | 2010-07-11 11:26:57 +0200 (So, 11 Jul 2010) | 1 line
Fix typo.
........
2010-07-11 09:34:16 +00:00
Georg Brandl
2e73a3f39e
Merged revisions 82789 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82789 | georg.brandl | 2010-07-11 10:33:16 +0200 (So, 11 Jul 2010) | 1 line
Silence makeindex.
........
2010-07-11 08:57:05 +00:00
Georg Brandl
04eba2ccdd
Merged revisions 82790 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82790 | georg.brandl | 2010-07-11 10:36:20 +0200 (So, 11 Jul 2010) | 1 line
#3214 followup: add link to ABC entry.
........
2010-07-11 08:56:18 +00:00
Ronald Oussoren
7595620105
Fix for issue #9164 : with this patch sysconfig and distuls don't break
...
when duplicate '-arch foo' flags end up in CFLAGS (which may happen when
building a universal build using macports)
2010-07-11 08:52:52 +00:00
Senthil Kumaran
e940c5d7df
Merged revisions 82785 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
........
2010-07-11 05:11:10 +00:00
Senthil Kumaran
87ed31a414
Merged revisions 82780 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82780 | senthil.kumaran | 2010-07-11 08:42:43 +0530 (Sun, 11 Jul 2010) | 3 lines
Stricter verification for file based url scheme and reliance on ftp protocol.
........
2010-07-11 03:18:51 +00:00
Benjamin Peterson
9d8c456696
Merged revisions 82777 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82777 | benjamin.peterson | 2010-07-10 10:14:45 -0500 (Sat, 10 Jul 2010) | 1 line
ValueError is eventually what we want to move to, I suppose
........
2010-07-10 15:17:08 +00:00
Michael Foord
e800b27519
Blocked revisions 82767 via svnmerge
...
........
r82767 | michael.foord | 2010-07-10 14:52:22 +0100 (Sat, 10 Jul 2010) | 2 lines
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
Issue 9174.
........
2010-07-10 14:34:33 +00:00
R. David Murray
a63f9b674b
Merged revisions 82771 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82771 | r.david.murray | 2010-07-10 10:23:36 -0400 (Sat, 10 Jul 2010) | 2 lines
Add missing docs for re module 'purge' function.
........
2010-07-10 14:25:18 +00:00
R. David Murray
2ab02f0e16
Merged revisions 82766 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
Since 'purge' is an API change, modified it to be _purge for 2.x
and deleted the doc update.
........
r82766 | r.david.murray | 2010-07-10 09:52:13 -0400 (Sat, 10 Jul 2010) | 5 lines
Fix 'refleak' introduced by fnmatch cache purge tests.
This introduces a 'purge' function for the fnmatch module analogous
to the 'purge' function in the re module.
........
2010-07-10 14:06:51 +00:00
Michael Foord
94f071c715
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
...
Issue 9174
2010-07-10 13:51:42 +00:00
Benjamin Peterson
8e93f4e791
this makes checking for warnings less error prone
2010-07-09 18:15:28 +00:00
Benjamin Peterson
0b00b6b987
Merged revisions 82739,82741 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82739 | benjamin.peterson | 2010-07-09 08:28:42 -0500 (Fri, 09 Jul 2010) | 1 line
allow more exceptions
........
r82741 | benjamin.peterson | 2010-07-09 08:31:11 -0500 (Fri, 09 Jul 2010) | 1 line
wrap
........
2010-07-09 13:33:03 +00:00
R. David Murray
f6cbdcbf69
Add missing NEWS entry for 7646.
2010-07-09 13:25:56 +00:00
Benjamin Peterson
306d88fc76
Merged revisions 82735 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82735 | benjamin.peterson | 2010-07-09 08:20:40 -0500 (Fri, 09 Jul 2010) | 1 line
OverflowError is fine
........
2010-07-09 13:21:35 +00:00
R. David Murray
6251496e98
Merged revisions 82731 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82731 | r.david.murray | 2010-07-09 09:14:03 -0400 (Fri, 09 Jul 2010) | 2 lines
Fix sort order mistake in Misc/ACKS.
........
2010-07-09 13:17:45 +00:00