| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 #22191: Fix warnings.__all__. | Brett Cannon | 2014-08-22 | 1 | -0/+19 |
|
|
* | 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 |
|
|
* | Merged revisions 70979 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -8/+8 |
|
|
* | Merged revisions 70965 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -0/+35 |
|
|
* | forward port r66386 | Benjamin Peterson | 2008-10-16 | 1 | -5/+58 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -59/+83 |
|
|
* | The _warnings module did not properly handle cases where strings were not being | Brett Cannon | 2008-09-02 | 1 | -1/+10 |
|
|
* | Merge in r66135. Doing also required removing a stale DeprecationWarning along | Brett Cannon | 2008-09-02 | 1 | -28/+26 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 1 | -0/+42 |
|
|
* | Merged revisions 64549 via svnmerge from | Brett Cannon | 2008-06-27 | 1 | -0/+15 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -25/+25 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+1 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -0/+9 |
|
|