summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_syslog.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* Test syslog.openlog() without args to test syslog_get_argv()Christian Heimes2013-12-051-0/+4
|
* Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ↵Alexander Belopolsky2010-12-081-0/+2
| | | | NULL
* Allow skipping of regression tests not supported on windows. This reduces ↵Kristján Valur Jónsson2009-04-011-2/+2
| | | | noise in the regression test suite for py3k on Windows.
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
|
* Use unicode and add a "test" for syslogNeal Norwitz2007-08-251-0/+37