| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24305: Prevent import subsystem stack frames from being counted | Larry Hastings | 2015-09-06 | 1 | -944/+0 |
|
|
* | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+1 |
|
|
* | merge 3.4 (#24096) | Benjamin Peterson | 2015-05-03 | 1 | -0/+12 |
|\ |
|
| * | merge 3.3 (#24096) | Benjamin Peterson | 2015-05-03 | 1 | -0/+12 |
| |\ |
|
| | * | be more robust against the filters list changing under us (closes #24096) | Benjamin Peterson | 2015-05-03 | 1 | -0/+12 |
|
|
* | | | Issue #23027: test_warnings now passes all tests when run it with -Werror. | Berker Peksag | 2015-04-08 | 1 | -11/+14 |
|
|
* | | | Issue #23016: A warning no longer produces an AttributeError when the program | Serhiy Storchaka | 2014-12-10 | 1 | -0/+9 |
|\ \ \
| |/ / |
|
| * | | Issue #23016: A warning no longer produces AttributeError when the program | Serhiy Storchaka | 2014-12-10 | 1 | -0/+9 |
|
|
* | | | Issue #4180: The warnings registries are now reset when the filters are modif... | Antoine Pitrou | 2014-09-18 | 1 | -2/+47 |
|\ \ \
| |/ / |
|
| * | | Issue #4180: The warnings registries are now reset when the filters are modif... | Antoine Pitrou | 2014-09-18 | 1 | -2/+47 |
|
|
* | | | Merge for issue #22191 fix | Brett Cannon | 2014-08-22 | 1 | -0/+19 |
|\ \ \
| |/ / |
|
| * | | Issue #22191: Fix warnings.__all__. | Brett Cannon | 2014-08-22 | 1 | -0/+19 |
|
|
* | | | Issue #16382: Improve exception message of warnings.warn() for bad category. | Berker Peksag | 2014-07-11 | 1 | -0/+35 |
|
|
* | | | Issue #20355: -W command line options now have higher priority than the PYTHO... | Antoine Pitrou | 2014-04-28 | 1 | -2/+14 |
|/ / |
|
* | | Issue #20373: generalize use of test.script_helper in test_warnings. Patch b... | Antoine Pitrou | 2014-01-29 | 1 | -43/+22 |
|\ \
| |/ |
|
| * | Issue #20373: generalize use of test.script_helper in test_warnings. Patch b... | Antoine Pitrou | 2014-01-29 | 1 | -43/+22 |
|
|
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -1/+1 |
|
|
| * | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -2/+1 |
|
|
* | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -2/+1 |
|
|
* | | Issue #19424: Fix test_warnings for locale encoding unable to encode | Victor Stinner | 2013-10-29 | 1 | -6/+7 |
|
|
* | | Issue #19424: Fix the warnings module to accept filename containing surrogate | Victor Stinner | 2013-10-29 | 1 | -0/+12 |
|
|
* | | Issue #19421: add an unit test for warnings.warn() during finalization | Victor Stinner | 2013-10-28 | 1 | -0/+19 |
|/ |
|
* | #16905: test_bufio now works with unittest test discovery. Initial patch by ... | Ezio Melotti | 2013-01-10 | 1 | -30/+22 |
|
|
* | Make warnings accept a callable for showwarnings instead of | Brett Cannon | 2011-07-18 | 1 | -6/+8 |
|
|
* | Issue #12467: warnings: fix a race condition if a warning is emitted at | Victor Stinner | 2011-07-04 | 1 | -0/+12 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -12/+12 |
|
|
| * | I'm only backporting the tests (which run fine), as well as | Antoine Pitrou | 2010-11-10 | 1 | -0/+17 |
|
|
| * | Fix test_warnings on Windows (don't change current directory) | Victor Stinner | 2010-05-20 | 1 | -7/+5 |
|
|
| * | Recorded merge of revisions 81364 via svnmerge from | Victor Stinner | 2010-05-20 | 1 | -9/+40 |
|
|
| * | Note: only the relevant parts of r79474 are merged. | Florent Xicluna | 2010-03-28 | 1 | -0/+6 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -32/+32 |
|
|
| * | Merged revisions 74046 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+14 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -12/+12 |
|
|
* | | Issue #10372: Import the warnings module only after the IO library is | Antoine Pitrou | 2010-11-10 | 1 | -0/+17 |
|
|
* | | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 | 1 | -11/+29 |
|
|
* | | #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values | Philip Jenvey | 2010-04-14 | 1 | -0/+13 |
|
|
* | | Merged revisions 79936 via svnmerge from | Benjamin Peterson | 2010-04-11 | 1 | -3/+6 |
|
|
* | | Merged revisions 79878-79880 via svnmerge from | Philip Jenvey | 2010-04-07 | 1 | -0/+39 |
|
|
* | | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -0/+6 |
|
|
* | | Merged revisions 79049 via svnmerge from | Florent Xicluna | 2010-03-18 | 1 | -11/+26 |
|
|
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | | Merged revisions 74040,74042 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+14 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -32/+32 |
|/ |
|
* | Merged revisions 71799 via svnmerge from | Nick Coghlan | 2009-04-22 | 1 | -8/+2 |
|
|
* | Merged revisions 71465 via svnmerge from | Nick Coghlan | 2009-04-11 | 1 | -11/+19 |
|
|