summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding assertItemsEqual with tests. Issue 7832. assertSameElements still ↵Michael Foord2010-03-202-2/+81
| | | | needs to be deprecated plus documentation needs to be updated.
* Block revision 79132 in preparation for a manual merge.Michael Foord2010-03-200-0/+0
|
* Merged revisions 79127 via svnmerge fromFlorent Xicluna2010-03-201-6/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79127 | florent.xicluna | 2010-03-20 01:17:46 +0100 (sam, 20 mar 2010) | 2 lines #8178 Cleanup the threads after test_thread.TestForkInThread. ........
* Fixing the file call in the rfc822.Message replacement example.Sean Reifscheider2010-03-201-1/+1
|
* Adding an example of reproducing the rfc822.Message() parsing.Sean Reifscheider2010-03-192-0/+23
|
* update mac installer script from the trunk #8068Benjamin Peterson2010-03-191-187/+254
|
* Merged revisions 79082,79084 via svnmerge fromCollin Winter2010-03-193-30/+37
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79082 | collin.winter | 2010-03-18 17:00:30 -0700 (Thu, 18 Mar 2010) | 1 line Add a separate python-config make target, useful for testing changes to Misc/python-config.in. ........ r79084 | collin.winter | 2010-03-18 17:08:44 -0700 (Thu, 18 Mar 2010) | 1 line Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag. ........
* make maintainers.rst have correct eolBenjamin Peterson2010-03-190-0/+0
|
* set svn:eol-style on modulesBenjamin Peterson2010-03-190-0/+0
|
* set urllib svn:eol-styleBenjamin Peterson2010-03-190-0/+0
|
* fix test eolBenjamin Peterson2010-03-190-0/+0
|
* fix demo/doc eolBenjamin Peterson2010-03-192-317/+312
|
* set svn:eol-style on importlib filesBenjamin Peterson2010-03-190-0/+0
|
* Merged revisions 79106 via svnmerge fromBenjamin Peterson2010-03-190-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79106 | benjamin.peterson | 2010-03-19 15:39:41 -0500 (Fri, 19 Mar 2010) | 1 line set svn:eol-style to native on C files ........
* Merged revisions 79101 via svnmerge fromMatthias Klose2010-03-1933-448/+1403
| | | | | | | | | | | 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). ........
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-198-80/+75
| | | | | | | | | | 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. ........
* Merged revisions 79098 via svnmerge fromMatthias Klose2010-03-194-375/+7592
| | | | | | | | | | | | | | | | 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 ........
* * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was notGregory P. Smith2010-03-192-3/+53
| | | | | | | | 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.
* Rename test.test_support to test.support for 3.x.Florent Xicluna2010-03-191-6/+6
|
* Merged revisions 78982,78986 via svnmerge fromFlorent Xicluna2010-03-195-20/+40
| | | | | | | | | | | | | | | 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. ........
* Fixed a failure in test_bigmem.Florent Xicluna2010-03-197-18906/+21426
| | | | | | | | | | | 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 ........
* Remove out-of-date comment about making ints and longs hash equal.Mark Dickinson2010-03-191-3/+0
|
* Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ↵Florent Xicluna2010-03-196-21419/+18901
| | | | and gave failures in test_bigmem. Revert 79062, 79065 and 79083.
* Blocked revisions 79078,79086 via svnmergeBenjamin Peterson2010-03-190-0/+0
| | | | | | | | | | | | ........ 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 ........
* Fix bad unicodedata checksum merge from trunk in r79062Florent Xicluna2010-03-191-1/+1
|
* Blocked revisions 79078 via svnmergeBenjamin Peterson2010-03-180-0/+0
| | | | | | | | ........ 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 ........
* Merged revisions 79073 via svnmerge fromBenjamin Peterson2010-03-181-2/+2
| | | | | | | | | | 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 ........
* Merged revisions 79070 via svnmerge fromBenjamin Peterson2010-03-181-2/+0
| | | | | | | | | | 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 ........
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-186-6/+39
| | | | | | | | | | | | 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! ........
* show a common usage of detect_encodingBenjamin Peterson2010-03-181-1/+11
|
* kill py_compile's homemade encoding detection in favor of ↵Benjamin Peterson2010-03-182-17/+5
| | | | tokenize.detect_encoding() (see #8168)
* fix for files with coding cookies and BOMsBenjamin Peterson2010-03-181-3/+5
|
* in tokenize.detect_encoding(), return utf-8-sig when a BOM is foundBenjamin Peterson2010-03-184-12/+22
|
* Missing update from previous changeset r79062.Florent Xicluna2010-03-181-1/+1
|
* Merged revisions 79059 via svnmerge fromFlorent Xicluna2010-03-185-18900/+21418
| | | | | | | | | | 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 ........
* Merged revisions 78971-78972 via svnmerge fromBenjamin Peterson2010-03-181-25/+13
| | | | | | | | | | | | | | 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 ........
* Merged revisions 79056 via svnmerge fromBenjamin Peterson2010-03-181-1/+2
| | | | | | | | | | 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 ........
* Merged revisions 79051 via svnmerge fromBenjamin Peterson2010-03-181-2/+2
| | | | | | | | | | 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 ........
* Merged revisions 79049 via svnmerge fromFlorent Xicluna2010-03-183-62/+84
| | | | | | | | | | 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. ........
* Merged revisions 79024 via svnmerge fromEzio Melotti2010-03-183-3/+3
| | | | | | | | | | 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. ........
* Merged revisions 79044 via svnmerge fromCollin Winter2010-03-181-5/+8
| | | | | | | | | | 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). ........
* Merged revisions 79038 via svnmerge fromCollin Winter2010-03-171-0/+13
| | | | | | | | | | 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. ........
* NOTE: just porting tests here.Antoine Pitrou2010-03-171-4/+40
| | | | | | | | | | | | | 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. ........
* bring back commented out testBenjamin Peterson2010-03-171-0/+4
|
* Merged revisions 79034 via svnmerge fromBenjamin Peterson2010-03-172-3/+8
| | | | | | | | | | 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 ........
* Merged revisions 79030-79032 via svnmerge fromFlorent Xicluna2010-03-176-126/+100
| | | | | | | | | | | | | | | | | | 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. ........
* Blocked revisions 79023 via svnmergeEzio Melotti2010-03-170-0/+0
| | | | | | | | ........ r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line #7092: silence some more py3k warnings. ........
* set svn:eol-styleBenjamin Peterson2010-03-170-0/+0
|
* Add tests for overriding and shadowing __import__; these are a useful ↵Collin Winter2010-03-171-2/+24
| | | | tripwire for an incoming JIT optimization.
* Merged revisions 79016 via svnmerge fromCollin Winter2010-03-171-54/+59
| | | | | | | | | | 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. ........