Matthias Klose
9a6587747c
Merged revisions 79101 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79101 | matthias.klose | 2010-03-19 19:59:20 +0100 (Fr, 19 Mär 2010) | 3 lines
update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the
trunk (adding msvc port).
........
2010-03-19 19:02:09 +00:00
Florent Xicluna
9b86b9a086
Merged revisions 79100 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79100 | florent.xicluna | 2010-03-19 19:34:55 +0100 (ven, 19 mar 2010) | 2 lines
Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.
........
2010-03-19 19:00:44 +00:00
Matthias Klose
fb60f8002c
Merged revisions 79098 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79098 | matthias.klose | 2010-03-19 18:46:33 +0100 (Fr, 19 Mär 2010) | 8 lines
Generate libffi's Makefiles again to be able to run the libffi testsuite
-- Diese und die folgenden Zeilen werden ignoriert --
M _ctypes/libffi/configure
M _ctypes/libffi/configure.ac
M _ctypes/libffi/aclocal.m4
M _ctypes/libffi.diff
........
2010-03-19 17:47:21 +00:00
Gregory P. Smith
32ec9da166
* Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not
...
being defref'ed).
* Fixes another potential refleak of a reference to the gc
module in the unlikely odd case where gc module isenabled or disable calls
fail.
* Adds a unittest for the above case to verify behavior and lack of leaks.
2010-03-19 16:53:08 +00:00
Florent Xicluna
3f88c0ece6
Rename test.test_support to test.support for 3.x.
2010-03-19 14:40:31 +00:00
Florent Xicluna
f089fd67fc
Merged revisions 78982,78986 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78982 | florent.xicluna | 2010-03-15 15:00:58 +0100 (lun, 15 mar 2010) | 2 lines
Remove py3k deprecation warnings from these Unicode tools.
........
r78986 | florent.xicluna | 2010-03-15 19:08:58 +0100 (lun, 15 mar 2010) | 3 lines
Issue #7783 and #7787 : open_urlresource invalidates the outdated files from the local cache.
Use this feature to fix test_normalization.
........
2010-03-19 14:25:03 +00:00
Florent Xicluna
faa663f03d
Fixed a failure in test_bigmem.
...
Merged revision 79059 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines
Issue #8024 : Update the Unicode database to 5.2
........
2010-03-19 13:37:08 +00:00
Mark Dickinson
431065247a
Remove out-of-date comment about making ints and longs hash equal.
2010-03-19 12:38:03 +00:00
Florent Xicluna
f1789dee30
Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083.
2010-03-19 01:17:46 +00:00
Benjamin Peterson
3ab1fa6102
Blocked revisions 79078,79086 via svnmerge
...
........
r79078 | benjamin.peterson | 2010-03-18 18:12:43 -0500 (Thu, 18 Mar 2010) | 1 line
make compiler's py3k warning a full deprecation warning #6837
........
r79086 | benjamin.peterson | 2010-03-18 20:06:33 -0500 (Thu, 18 Mar 2010) | 1 line
keep DeprecationWarning from failing test
........
2010-03-19 01:08:38 +00:00
Florent Xicluna
0106250f0d
Fix bad unicodedata checksum merge from trunk in r79062
2010-03-19 00:03:01 +00:00
Benjamin Peterson
51ceea0078
Blocked revisions 79078 via svnmerge
...
........
r79078 | benjamin.peterson | 2010-03-18 18:12:43 -0500 (Thu, 18 Mar 2010) | 1 line
make compiler's py3k warning a full deprecation warning #6837
........
2010-03-18 23:14:21 +00:00
Benjamin Peterson
89a545f8e2
Merged revisions 79073 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79073 | benjamin.peterson | 2010-03-18 17:55:46 -0500 (Thu, 18 Mar 2010) | 1 line
reignore bad_coding
........
2010-03-18 22:58:19 +00:00
Benjamin Peterson
5c86d45a52
Merged revisions 79070 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79070 | benjamin.peterson | 2010-03-18 17:44:54 -0500 (Thu, 18 Mar 2010) | 1 line
these lines can now be dispensed with
........
2010-03-18 22:55:53 +00:00
Collin Winter
4222e9c07c
Merged revisions 79060 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79060 | collin.winter | 2010-03-18 14:54:01 -0700 (Thu, 18 Mar 2010) | 4 lines
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT.
Patch by Reid Kleckner!
........
2010-03-18 22:46:40 +00:00
Benjamin Peterson
b3a482962d
show a common usage of detect_encoding
2010-03-18 22:43:41 +00:00
Benjamin Peterson
0088893447
kill py_compile's homemade encoding detection in favor of tokenize.detect_encoding() (see #8168 )
2010-03-18 22:37:38 +00:00
Benjamin Peterson
1613ed8108
fix for files with coding cookies and BOMs
2010-03-18 22:34:15 +00:00
Benjamin Peterson
689a558098
in tokenize.detect_encoding(), return utf-8-sig when a BOM is found
2010-03-18 22:29:52 +00:00
Florent Xicluna
8c8042734a
Missing update from previous changeset r79062.
2010-03-18 22:19:01 +00:00
Florent Xicluna
657de43f97
Merged revisions 79059 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines
Issue #8024 : Update the Unicode database to 5.2
........
2010-03-18 22:11:01 +00:00
Benjamin Peterson
32ca4547a4
Merged revisions 78971-78972 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78971 | benjamin.peterson | 2010-03-14 22:00:35 -0500 (Sun, 14 Mar 2010) | 1 line
remove mac 9 code
........
r78972 | benjamin.peterson | 2010-03-14 22:02:37 -0500 (Sun, 14 Mar 2010) | 1 line
clean up files correctly
........
2010-03-18 21:58:43 +00:00
Benjamin Peterson
cb6dbe5790
Merged revisions 79056 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79056 | benjamin.peterson | 2010-03-18 16:32:38 -0500 (Thu, 18 Mar 2010) | 1 line
install tkinter and ttk tests
........
2010-03-18 21:36:06 +00:00
Benjamin Peterson
249683fab3
Merged revisions 79051 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79051 | benjamin.peterson | 2010-03-18 16:20:35 -0500 (Thu, 18 Mar 2010) | 1 line
don't try to compile anything in lib2to3/tests/data #8169
........
2010-03-18 21:23:05 +00:00
Florent Xicluna
53b506beda
Merged revisions 79049 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79049 | florent.xicluna | 2010-03-18 20:51:47 +0100 (jeu, 18 mar 2010) | 2 lines
#8155 : Preserve backward compatibility for test_support.check_warnings(). Add regression tests.
........
2010-03-18 20:00:57 +00:00
Ezio Melotti
7fb4da7650
Merged revisions 79024 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79024 | ezio.melotti | 2010-03-17 16:22:34 +0200 (Wed, 17 Mar 2010) | 1 line
Use "x in y" instead of y.find(x) != -1.
........
2010-03-18 12:29:13 +00:00
Collin Winter
b24ef1963d
Merged revisions 79044 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79044 | collin.winter | 2010-03-17 17:10:34 -0700 (Wed, 17 Mar 2010) | 1 line
Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the old test was flaky on Google buildslaves).
........
2010-03-18 00:23:44 +00:00
Collin Winter
8641c562e3
Merged revisions 79038 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79038 | collin.winter | 2010-03-17 15:36:26 -0700 (Wed, 17 Mar 2010) | 2 lines
Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.
........
2010-03-17 23:49:15 +00:00
Antoine Pitrou
254807816c
NOTE: just porting tests here.
...
Merged revisions 79039 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79039 | antoine.pitrou | 2010-03-17 23:45:39 +0100 (mer., 17 mars 2010) | 5 lines
Issue #8104 : socket.recv_into() and socket.recvfrom_into() now support
writing into objects supporting the new buffer API, for example bytearrays
or memoryviews.
........
2010-03-17 22:50:28 +00:00
Benjamin Peterson
5d2ad25252
bring back commented out test
2010-03-17 20:57:32 +00:00
Benjamin Peterson
e6dd2cb63d
Merged revisions 79034 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79034 | benjamin.peterson | 2010-03-17 15:41:42 -0500 (Wed, 17 Mar 2010) | 1 line
prevent lambda functions from having docstrings #8164
........
2010-03-17 20:56:58 +00:00
Florent Xicluna
8fbddf15ea
Merged revisions 79030-79032 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79030 | florent.xicluna | 2010-03-17 20:05:04 +0100 (mer, 17 mar 2010) | 2 lines
Cleanup in test_import and test_coding.
........
r79031 | florent.xicluna | 2010-03-17 20:15:56 +0100 (mer, 17 mar 2010) | 2 lines
Cleanup some test cases using check_warnings and check_py3k_warnings.
........
r79032 | florent.xicluna | 2010-03-17 21:05:11 +0100 (mer, 17 mar 2010) | 2 lines
Fix and check cgi module deprecation warnings. Revert an unwanted rename in test_import.
........
2010-03-17 20:29:51 +00:00
Ezio Melotti
a85c3bd17d
Blocked revisions 79023 via svnmerge
...
........
r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line
#7092 : silence some more py3k warnings.
........
2010-03-17 14:28:47 +00:00
Benjamin Peterson
dad6d45d52
set svn:eol-style
2010-03-17 03:30:15 +00:00
Collin Winter
6498cff19f
Add tests for overriding and shadowing __import__; these are a useful tripwire for an incoming JIT optimization.
2010-03-17 03:14:31 +00:00
Collin Winter
88e333d141
Merged revisions 79016 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79016 | collin.winter | 2010-03-16 19:40:12 -0700 (Tue, 16 Mar 2010) | 1 line
Style cleanup in test_import.
........
2010-03-17 03:09:21 +00:00
Collin Winter
2bebd8fc50
Commit missing merge info from r79014.
2010-03-17 02:51:00 +00:00
Collin Winter
58bee59b4e
Merged revisions 79013 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79013 | collin.winter | 2010-03-16 19:02:30 -0700 (Tue, 16 Mar 2010) | 1 line
Fix a trivial class of (hypothetical, future) false-positive refleaks, discovered by an optimization in Unladen Swallow's past (which will become CPython's future).
........
2010-03-17 02:08:57 +00:00
Collin Winter
f2bf2b3ec4
Add some tests for ways users can change or shadow globals and builtins.
2010-03-17 00:41:56 +00:00
Martin v. Löwis
0077b65a9e
Merged revisions 78996 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78996 | martin.v.loewis | 2010-03-16 19:49:28 +0100 (Di, 16 Mär 2010) | 1 line
Integrate merge.py into msi.py.
........
2010-03-16 18:53:33 +00:00
Martin v. Löwis
4ad70df5e7
Issue #6716/3: Exclude 2to3 tests from compileall.
2010-03-16 16:19:47 +00:00
Martin v. Löwis
b4f4e72f07
Add UUID for 3.2 DLL.
2010-03-16 14:16:09 +00:00
Martin v. Löwis
4b00307425
Issue #6716/2: Backslash-replace error output in compilall.
2010-03-16 13:19:21 +00:00
Martin v. Löwis
09c86afb1e
Merged revisions 78976 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line
Issue #6716 : Quote -x arguments of compileall in MSI installer.
........
2010-03-16 11:03:13 +00:00
Matthias Klose
a6d9abfc9e
Merged revisions 78988 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78988 | matthias.klose | 2010-03-16 11:48:52 +0100 (Tue, 16 Mar 2010) | 3 lines
- Issue #4961 : Inconsistent/wrong result of askyesno function in tkMessageBox
with Tcl/Tk-8.5.
........
2010-03-16 10:51:28 +00:00
Matthias Klose
c33b902ebb
Merged revisions 78983,78985 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78983 | matthias.klose | 2010-03-15 18:44:12 +0100 (Mo, 15 Mär 2010) | 2 lines
- Issue #8140 : extend compileall to compile single files. Add -i option.
........
r78985 | matthias.klose | 2010-03-15 19:00:01 +0100 (Mo, 15 Mär 2010) | 2 lines
- Fix typo in Lib/compileall.py(__all__).
........
2010-03-16 00:36:26 +00:00
Matthias Klose
82f60910b7
Merged revisions 78979 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines
- Issue #7356 : ctypes.util: Make parsing of ldconfig output independent of
the locale.
........
2010-03-15 13:46:04 +00:00
Matthias Klose
a8349756fa
Merged revisions 78968-78969 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78968 | matthias.klose | 2010-03-15 01:02:36 +0100 (Mon, 15 Mar 2010) | 226 lines
- Issue #8142 : Update libffi to the 3.0.9 release.
........
r78969 | matthias.klose | 2010-03-15 01:36:18 +0100 (Mon, 15 Mar 2010) | 7 lines
Backport from the libffi trunk:
2010-02-15 Matthias Klose <doko@ubuntu.com>
* src/arm/sysv.S (__ARM_ARCH__): Define for processor
__ARM_ARCH_7EM__.
........
2010-03-15 13:25:28 +00:00
Florent Xicluna
4e0f8910bf
Fix \xhh specs, #1889 . (an oversight of r60193, r60210).
2010-03-15 13:14:39 +00:00
Matthias Klose
9550aa1c81
- Issue #6949 : Allow the _dbm extension to be built with db 4.8.x.
2010-03-15 12:49:46 +00:00