summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 79168-79169 via svnmerge fromGeorg Brandl2010-03-215-37/+10
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79168 | georg.brandl | 2010-03-21 10:01:27 +0100 (So, 21 Mär 2010) | 1 line Fix some issues found by Jacques Ducasse on the docs list. ........ r79169 | georg.brandl | 2010-03-21 10:02:01 +0100 (So, 21 Mär 2010) | 1 line Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however. ........
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-212-16/+9
|
* Update versionadded/changed.Ezio Melotti2010-03-219-24/+19
|
* Merged revisions 79160 via svnmerge fromAntoine Pitrou2010-03-211-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79160 | antoine.pitrou | 2010-03-21 01:21:43 +0100 (dim., 21 mars 2010) | 3 lines Fix overzealous .hgignore file ........
* Have regrtest monitor the warnings filter for changes made by a test suite.Brett Cannon2010-03-201-1/+8
|
* Clean up the warnings filter use in test_unicode.Brett Cannon2010-03-201-16/+10
|
* Clean up warnings filter use in test_tempfile.Brett Cannon2010-03-201-3/+13
|
* Clean up the warnings filter use in test_set.Brett Cannon2010-03-201-2/+3
|
* Fix the warnings usage in test_posix.Brett Cannon2010-03-201-2/+5
|
* Fix the warnings filter usage in test_http_cookies.Brett Cannon2010-03-201-4/+11
|
* Clean up warnings filter use in test_global by no longer having it be aBrett Cannon2010-03-201-2/+11
| | | | module-level manipulation of the filter.
* Clean up warnings filter use in test_bytes.Brett Cannon2010-03-201-42/+41
|
* Clean up the manipulation of the warnings filter in test_builtin.Brett Cannon2010-03-201-8/+5
|
* TypoFlorent Xicluna2010-03-201-1/+1
|
* #8133: Use appropriate Unicode decomposition on MacOS X platform.Florent Xicluna2010-03-201-1/+8
|
* Issue 7832. Document changes to unittest.TestCase.assertSameElements and ↵Michael Foord2010-03-204-13/+32
| | | | assertItemsEqual
* Issue 7832. Deprecating assertSameElements in Py3k.Michael Foord2010-03-202-23/+7
|
* 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
|