summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
Commit message (Collapse)AuthorAgeFilesLines
* forward port r66386Benjamin Peterson2008-10-161-11/+21
|
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-56/+2
| | | | | with moving warnings.catch_warnings() over to keyword-only parameters for its constructor (as documented in the 2.6 docs).
* Closes release blocker #3627.Neal Norwitz2008-08-241-0/+25
| | | | | | | | | | | | | Merged revisions 65335 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk TESTED=./python -E -tt ./Lib/test/regrtest.py -uall (both debug and opt) ........ r65335 | neal.norwitz | 2008-07-31 10:17:14 -0700 (Thu, 31 Jul 2008) | 1 line Security patches from Apple: prevent int overflow when allocating memory ........
* Make test.test_support.catch_warnings more robust as discussed on ↵Nick Coghlan2008-07-131-27/+44
| | | | python-dev. Also add explicit tests for it to test_warnings. (forward port of r64910 from trunk)
* Make a new urllib package .Jeremy Hylton2008-06-181-3/+3
| | | | | | | | | | | | | It consists of code from urllib, urllib2, urlparse, and robotparser. The old modules have all been removed. The new package has five submodules: urllib.parse, urllib.request, urllib.response, urllib.error, and urllib.robotparser. The urllib.request.urlopen() function uses the url opener from urllib2. Note that the unittests have not been renamed for the beta, but they will be renamed in the future. Joint work with Senthil Kumaran.
* remove test.support.have_unicodeBenjamin Peterson2008-05-261-14/+8
|
* Merged revisions 63698 via svnmerge fromBenjamin Peterson2008-05-261-0/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63698 | benjamin.peterson | 2008-05-26 11:22:27 -0500 (Mon, 26 May 2008) | 2 lines add __all__ to test_support ........
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-0/+769