Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. | ||||
* | Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging | Victor Stinner | 2013-10-15 | 1 | -0/+18 |
| | | | | module. | ||||
* | Issue #17521: Corrected non-enabling of logger following two calls to ↵ | Vinay Sajip | 2013-03-23 | 1 | -2/+32 |
| | | | | fileConfig(). | ||||
* | Issue #17508: Handled out-of-order handler configuration correctly. | Vinay Sajip | 2013-03-22 | 1 | -2/+36 |
| | |||||
* | Changed comment on test skip. | Vinay Sajip | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | Temporarily disabled test_race on Windows. | Vinay Sajip | 2012-05-20 | 1 | -0/+1 |
| | |||||
* | Ignore exceptions on test handler closing. | Vinay Sajip | 2012-05-19 | 1 | -1/+4 |
| | |||||
* | Changed order of cleanup operations to be more sensible. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Fixed test to work on Windows. | Vinay Sajip | 2012-04-25 | 1 | -18/+18 |
| | |||||
* | Updated year in docstring/comment. | Vinay Sajip | 2012-04-24 | 1 | -2/+2 |
| | |||||
* | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ↵ | Vinay Sajip | 2012-04-24 | 1 | -1/+40 |
| | | | | to John Mulligan for the problem report and patch. | ||||
* | Closes #13361: Raise correct exception type. | Vinay Sajip | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | Closes #13661: Check added for type of logger name. | Vinay Sajip | 2011-11-07 | 1 | -0/+2 |
| | |||||
* | Whitespace normalization. | Vinay Sajip | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | #Issue 11424: merged fix from 2.6. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 |
|\ | |||||
| * | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 |
| | | |||||
| * | Fixed #9310: backported logging fix from 2.7. | Vinay Sajip | 2010-07-20 | 1 | -0/+6 |
| | | |||||
| * | Merged revisions ↵ | Georg Brandl | 2010-03-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77120 | georg.brandl | 2009-12-29 22:09:17 +0100 (Di, 29 Dez 2009) | 1 line #7595: fix typo in argument default constant. ........ r77151 | georg.brandl | 2009-12-30 19:32:50 +0100 (Mi, 30 Dez 2009) | 1 line #7487: update Pygments version. ........ r77155 | georg.brandl | 2009-12-30 20:03:00 +0100 (Mi, 30 Dez 2009) | 1 line We only support Windows NT derivatives now. ........ r77209 | georg.brandl | 2010-01-01 14:07:05 +0100 (Fr, 01 Jan 2010) | 1 line More yearly updates. ........ r77229 | georg.brandl | 2010-01-02 13:35:01 +0100 (Sa, 02 Jan 2010) | 1 line Fix casing. ........ r77256 | georg.brandl | 2010-01-02 23:55:55 +0100 (Sa, 02 Jan 2010) | 1 line Fix typo. ........ r77317 | georg.brandl | 2010-01-05 19:14:52 +0100 (Di, 05 Jan 2010) | 1 line Add Stefan. ........ r77331 | georg.brandl | 2010-01-06 18:43:06 +0100 (Mi, 06 Jan 2010) | 1 line Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class. ........ r77333 | georg.brandl | 2010-01-06 19:26:08 +0100 (Mi, 06 Jan 2010) | 1 line #5950: document that zip files with comments are unsupported in zipimport. ........ r77359 | georg.brandl | 2010-01-07 21:54:45 +0100 (Do, 07 Jan 2010) | 1 line Fix description for Py_GetPath(); it sounded like it always returned sys.path. ........ r77360 | georg.brandl | 2010-01-07 22:48:47 +0100 (Do, 07 Jan 2010) | 1 line #7653: clarify how the PythonPath registry key should look like. ........ r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line #7422: make it clear that getargspec() only works on Python functions. ........ r77561 | georg.brandl | 2010-01-17 09:42:30 +0100 (So, 17 Jan 2010) | 1 line #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. ........ r77570 | georg.brandl | 2010-01-17 13:14:42 +0100 (So, 17 Jan 2010) | 1 line Add note about usage of STRINGLIB_EMPTY. ........ | ||||
| * | Issue #5768: Change to Unicode output logic and test case for same. | Vinay Sajip | 2009-04-16 | 1 | -0/+1 |
| | | |||||
| * | Fixed missing import. | Vinay Sajip | 2009-02-08 | 1 | -0/+1 |
| | | |||||
| * | Issue #5170: Fixed Unicode output bug in logging and added test case. This ↵ | Vinay Sajip | 2009-02-08 | 1 | -0/+22 |
| | | | | | | | | is a regression which did not occur in 2.5. | ||||
* | | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
* | | Issue #8576: logging updated to remove usage of find_unused_port(). | Vinay Sajip | 2010-05-03 | 1 | -4/+5 |
| | | |||||
* | | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -2/+6 |
| | | | | | | | | | | | | * Use try/except ImportError or test_support.import_module() to import thread and threading modules * Add @unittest.skipUnless(threading, ...) to testcases using threads | ||||
* | | logging: Added getChild utility method to Logger and added isEnabledFor ↵ | Vinay Sajip | 2010-03-22 | 1 | -1/+19 |
| | | | | | | | | method to LoggerAdapter. | ||||
* | | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ↵ | Vinay Sajip | 2010-03-22 | 1 | -0/+6 |
| | | | | | | | | names exist at the same time. | ||||
* | | Added schema version test in dictConfig. | Vinay Sajip | 2010-03-06 | 1 | -0/+84 |
| | | |||||
* | | logging: gingerly re-enabling skipped tests after improving thread sync code ↵ | Vinay Sajip | 2010-02-08 | 1 | -2/+0 |
| | | | | | | | | in configurator. | ||||
* | | Issue #7857: Another attempt to keep the buildbots happy. | Vinay Sajip | 2010-02-08 | 1 | -1/+3 |
| | | |||||
* | | logging: skipped listening tests because they're not working reliably. | Vinay Sajip | 2010-02-08 | 1 | -0/+2 |
| | | |||||
* | | Removed spurious print statement in test. | Vinay Sajip | 2010-02-08 | 1 | -1/+0 |
| | | |||||
* | | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+0 |
| | | |||||
* | | Issue #7868: logging: added loggerClass attribute to Manager. | Vinay Sajip | 2010-02-07 | 1 | -5/+22 |
| | | |||||
* | | make waiting for the server to start robust | Benjamin Peterson | 2010-02-06 | 1 | -1/+1 |
| | | |||||
* | | Remove unused imports from test_logging. | Georg Brandl | 2010-02-06 | 1 | -3/+0 |
| | | |||||
* | | Issue #7857: Gave server thread more time to get ready, and re-enabled a ↵ | Vinay Sajip | 2010-02-06 | 1 | -1/+2 |
| | | | | | | | | skipped test. | ||||
* | | Issue #7857: Tentatively re-enabling one test to see effect on buildbots. | Vinay Sajip | 2010-02-06 | 1 | -1/+1 |
| | | |||||
* | | test_logging: minor tweaks to timeouts, listening tests marked as skipped. | Vinay Sajip | 2010-02-05 | 1 | -3/+6 |
| | | |||||
* | | Issue #7857: test_logging: listener tests disabled for now. | Vinay Sajip | 2010-02-05 | 1 | -2/+2 |
| | | |||||
* | | Issue #7857: test_logging: listener test now uses find_unused_port(). | Vinay Sajip | 2010-02-05 | 1 | -18/+20 |
| | | |||||
* | | Added unit test for cfg:// resolution. | Vinay Sajip | 2010-02-04 | 1 | -0/+33 |
| | | |||||
* | | Logging: Implemented PEP 391. | Vinay Sajip | 2010-02-04 | 1 | -9/+664 |
| | | |||||
* | | More yearly updates. | Georg Brandl | 2010-01-01 | 1 | -2/+2 |
| | | |||||
* | | fix a few cases where automated fail -> assert translation messed up | Benjamin Peterson | 2009-07-01 | 1 | -23/+23 |
| | | | | | | | | Thanks Joe Amenta | ||||
* | | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -26/+26 |
| | | |||||
* | | Issue #5768: Change to Unicode output logic and test case for same. | Vinay Sajip | 2009-04-16 | 1 | -0/+1 |
| | | |||||
* | | Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon ↵ | Vinay Sajip | 2009-04-07 | 1 | -1/+1 |
| | | | | | | | | and as implemented in the Py3K branch. | ||||
* | | Issue #5695: Moved logging.captureWarnings() call inside with statement in ↵ | Vinay Sajip | 2009-04-05 | 1 | -1/+1 |
| | | | | | | | | WarningsTest.test_warnings. | ||||
* | | test_logging was blindly clearing the warnings filter. This caused | Brett Cannon | 2009-04-01 | 1 | -22/+24 |
| | | | | | | | | | | PendingDeprecationWarnings to be spewed all over by unittest.failIf*(). Fix moves over to using warnings.catch_warning to protect the warnings filter. | ||||
* | | Issue #5170: Fixed Unicode output bug in logging and added test case. This ↵ | Vinay Sajip | 2009-02-08 | 1 | -2/+25 |
| | | | | | | | | is a regression which did not occur in 2.5. |