summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 asse...Michael Foord2010-03-201-1/+1
* Issue 7832. Deprecating assertSameElements in Py3k.Michael Foord2010-03-202-23/+7
* Adding assertItemsEqual with tests. Issue 7832. assertSameElements still need...Michael Foord2010-03-202-2/+81
* Merged revisions 79127 via svnmerge fromFlorent Xicluna2010-03-201-6/+7
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-198-80/+75
* * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was notGregory P. Smith2010-03-191-0/+42
* Merged revisions 78982,78986 via svnmerge fromFlorent Xicluna2010-03-192-13/+33
* Fixed a failure in test_bigmem.Florent Xicluna2010-03-192-7/+9
* Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...Florent Xicluna2010-03-191-2/+2
* Fix bad unicodedata checksum merge from trunk in r79062Florent Xicluna2010-03-191-1/+1
* Merged revisions 79070 via svnmerge fromBenjamin Peterson2010-03-181-2/+0
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-182-3/+30
* kill py_compile's homemade encoding detection in favor of tokenize.detect_enc...Benjamin Peterson2010-03-181-17/+3
* 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-182-11/+17
* Merged revisions 79059 via svnmerge fromFlorent Xicluna2010-03-181-2/+2
* Merged revisions 78971-78972 via svnmerge fromBenjamin Peterson2010-03-181-25/+13
* Merged revisions 79049 via svnmerge fromFlorent Xicluna2010-03-182-14/+34
* Merged revisions 79024 via svnmerge fromEzio Melotti2010-03-183-3/+3
* Merged revisions 79044 via svnmerge fromCollin Winter2010-03-181-5/+8
* Merged revisions 79038 via svnmerge fromCollin Winter2010-03-171-0/+13
* NOTE: just porting tests here.Antoine Pitrou2010-03-171-4/+40
* bring back commented out testBenjamin Peterson2010-03-171-0/+4
* Merged revisions 79034 via svnmerge fromBenjamin Peterson2010-03-171-3/+3
* Merged revisions 79030-79032 via svnmerge fromFlorent Xicluna2010-03-176-126/+100
* Add tests for overriding and shadowing __import__; these are a useful tripwir...Collin Winter2010-03-171-2/+24
* Merged revisions 79016 via svnmerge fromCollin Winter2010-03-171-54/+59
* Merged revisions 79013 via svnmerge fromCollin Winter2010-03-171-2/+3
* Add some tests for ways users can change or shadow globals and builtins.Collin Winter2010-03-172-1/+199
* Issue #6716/2: Backslash-replace error output in compilall.Martin v. Löwis2010-03-162-2/+29
* Merged revisions 78988 via svnmerge fromMatthias Klose2010-03-161-3/+5
* Merged revisions 78983,78985 via svnmerge fromMatthias Klose2010-03-162-50/+121
* Merged revisions 78979 via svnmerge fromMatthias Klose2010-03-151-1/+1
* Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv...Benjamin Peterson2010-03-147-91/+858
* Fix an oversight in r78946 which causes failure in the subprocess module on W...Florent Xicluna2010-03-141-6/+6
* Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge...Georg Brandl2010-03-142-11/+10
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-1455-98/+25
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-1432-72/+91
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-142-107/+283