summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23016: A warning no longer produces an AttributeError when the programSerhiy Storchaka2014-12-101-0/+9
|\
| * Issue #23016: A warning no longer produces AttributeError when the programSerhiy Storchaka2014-12-101-0/+9
* | Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-2/+47
|\ \ | |/
| * Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-2/+47
* | Merge for issue #22191 fixBrett Cannon2014-08-221-0/+19
|\ \ | |/
| * Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-0/+19
* | Issue #16382: Improve exception message of warnings.warn() for bad category.Berker Peksag2014-07-111-0/+35
* | Issue #20355: -W command line options now have higher priority than the PYTHO...Antoine Pitrou2014-04-281-2/+14
|/
* Issue #20373: generalize use of test.script_helper in test_warnings. Patch b...Antoine Pitrou2014-01-291-43/+22
|\
| * Issue #20373: generalize use of test.script_helper in test_warnings. Patch b...Antoine Pitrou2014-01-291-43/+22
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
|\ \ | |/
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
| * Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-2/+1
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-2/+1
* | Issue #19424: Fix test_warnings for locale encoding unable to encodeVictor Stinner2013-10-291-6/+7
* | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-0/+12
* | Issue #19421: add an unit test for warnings.warn() during finalizationVictor Stinner2013-10-281-0/+19
|/
* #16905: test_bufio now works with unittest test discovery. Initial patch by ...Ezio Melotti2013-01-101-30/+22
* Make warnings accept a callable for showwarnings instead ofBrett Cannon2011-07-181-6/+8
* Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-041-0/+12
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-12/+12
| * I'm only backporting the tests (which run fine), as well asAntoine Pitrou2010-11-101-0/+17
| * Fix test_warnings on Windows (don't change current directory)Victor Stinner2010-05-201-7/+5
| * Recorded merge of revisions 81364 via svnmerge fromVictor Stinner2010-05-201-9/+40
| * Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-281-0/+6
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-32/+32
| * Merged revisions 74046 via svnmerge fromHirokazu Yamamoto2009-07-171-0/+14
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-12/+12
* | Issue #10372: Import the warnings module only after the IO library isAntoine Pitrou2010-11-101-0/+17
* | Issue #8766: Initialize _warnings module before importing the first module.Victor Stinner2010-05-191-11/+29
* | #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii valuesPhilip Jenvey2010-04-141-0/+13
* | Merged revisions 79936 via svnmerge fromBenjamin Peterson2010-04-111-3/+6
* | Merged revisions 79878-79880 via svnmerge fromPhilip Jenvey2010-04-071-0/+39
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-0/+6
* | Merged revisions 79049 via svnmerge fromFlorent Xicluna2010-03-181-11/+26
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* | Merged revisions 74040,74042 via svnmerge fromHirokazu Yamamoto2009-07-171-0/+14
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-32/+32
|/
* Merged revisions 71799 via svnmerge fromNick Coghlan2009-04-221-8/+2
* Merged revisions 71465 via svnmerge fromNick Coghlan2009-04-111-11/+19
* Merged revisions 70979 via svnmerge fromBrett Cannon2009-04-011-8/+8
* Merged revisions 70965 via svnmerge fromBrett Cannon2009-04-011-0/+35
* forward port r66386Benjamin Peterson2008-10-161-5/+58
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-59/+83
* The _warnings module did not properly handle cases where strings were not beingBrett Cannon2008-09-021-1/+10
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-28/+26