Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576) | Miss Islington (bot) | 2017-09-14 | 1 | -0/+21 |
| | | | | | | | Some of the proxied methods use internal Logger state which isn't proxied, causing failures if an adapter is applied to another adapter. This commit fixes the issue, adds a new test for the use case. (cherry picked from commit 1bbd482bcf6ea36bfe488f868810ffe110238ae1) | ||||
* | bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses ↵ | Xiang Zhang | 2017-06-01 | 1 | -5/+20 |
| | | | | (#1676) (#1903) | ||||
* | bpo-29808: Do not fail in SysLogHandler constructor if syslog isn't ↵ | Vinay Sajip | 2017-03-17 | 1 | -1/+8 |
| | | | | | | | | available. (#696) bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed. (cherry picked from commit 1b038e073807ecb6fd176edaf3386a8e3205416e) | ||||
* | Issue #292Merged fixes from 3.5. | Vinay Sajip | 2017-01-11 | 1 | -3/+8 |
|\ | |||||
| * | Issue #29220: Improved fix and test. | Vinay Sajip | 2017-01-11 | 1 | -3/+8 |
| | | |||||
* | | Closes #27930: Merged fix from 3.5. | Vinay Sajip | 2016-09-08 | 1 | -15/+2 |
|\ \ | |/ | |||||
| * | Fixes #27930: improved QueueListener behaviour. | Vinay Sajip | 2016-09-08 | 1 | -17/+4 |
| | | |||||
| * | Fixes #27937: optimise code used in all logging calls. | Vinay Sajip | 2016-09-03 | 1 | -4/+5 |
| | | |||||
* | | Closes #27935: returned numeric value for 'FATAL' logging level. | Vinay Sajip | 2016-09-03 | 1 | -0/+1 |
| | | |||||
* | | Fixes #27937: optimise code used in all logging calls. | Vinay Sajip | 2016-09-03 | 1 | -2/+3 |
| | | |||||
* | | Closes #27650: Implemented repr methods for logging objects. | Vinay Sajip | 2016-08-06 | 1 | -0/+27 |
| | | |||||
* | | Closes #27493: accepted Path objects in file handlers for logging. | Vinay Sajip | 2016-07-22 | 2 | -2/+7 |
| | | |||||
* | | Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. | Vinay Sajip | 2016-07-22 | 1 | -5/+15 |
| | | |||||
* | | Fixed #27251: merged fix from 3.5. | Vinay Sajip | 2016-06-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed #27251: corrected string/bytes handling in credentials. | Vinay Sajip | 2016-06-07 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.5 | Georg Brandl | 2016-02-25 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. | Georg Brandl | 2016-02-25 | 1 | -2/+2 |
| | | |||||
* | | Closes #25685: Merged fix from 3.5. | Vinay Sajip | 2015-12-26 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Closes #25685: Made SocketHandler emission more efficient. | Vinay Sajip | 2015-12-26 | 1 | -0/+2 |
| | | |||||
* | | Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej | Martin Panter | 2015-11-14 | 1 | -2/+3 |
| | | |||||
* | | Closes #25411: Merged fix from 3.5. | Vinay Sajip | 2015-10-17 | 1 | -8/+10 |
|\ \ | |/ | |||||
| * | Closes #25411: Merged fix from 3.4. | Vinay Sajip | 2015-10-17 | 1 | -8/+10 |
| |\ | |||||
| | * | Closes #25411: Improved Unicode support in SMTPHandler. | Vinay Sajip | 2015-10-17 | 1 | -10/+12 |
| | | | |||||
* | | | Closes #24884: refactored WatchedFileHandler file reopening into a separate ↵ | Vinay Sajip | 2015-10-01 | 1 | -3/+12 |
|/ / | | | | | | | method, based on a suggestion and patch by Marian Horban. | ||||
* | | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 2 | -17/+27 |
|\ \ | |/ | | | | | | | robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. | ||||
| * | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 2 | -17/+27 |
| | | | | | | | | | | robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. | ||||
* | | Issue #23207: merged fix from 3.4. | Vinay Sajip | 2015-03-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #23207: Improved kwarg validation. | Vinay Sajip | 2015-03-18 | 1 | -1/+1 |
| | | |||||
* | | Added respect_handler_level to QueueListener. | Vinay Sajip | 2015-02-09 | 1 | -4/+10 |
| | | |||||
* | | Closes #23207: logging.basicConfig() now does additional validation of its ↵ | Vinay Sajip | 2015-01-23 | 1 | -8/+11 |
|\ \ | |/ | | | | | arguments. | ||||
| * | Issue #23207: logging.basicConfig() now does additional validation of its ↵ | Vinay Sajip | 2015-01-23 | 1 | -8/+11 |
| | | | | | | | | arguments. | ||||
* | | Closes #21980: Added a __repr__ for LogRecord. | Vinay Sajip | 2015-01-06 | 1 | -2/+4 |
| | | |||||
* | | Closes #23151: Removed unnecessary initialization. | Vinay Sajip | 2015-01-06 | 1 | -2/+0 |
| | | |||||
* | | merge 3.4 (#22788) | Benjamin Peterson | 2014-11-24 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | add context parameter to HTTPHandler (closes #22788) | Benjamin Peterson | 2014-11-24 | 1 | -2/+7 |
| | | |||||
* | | Closes #22776: Merged fix from 3.4. | Vinay Sajip | 2014-11-01 | 1 | -14/+14 |
|\ \ | |/ | |||||
| * | Brought excluded code into the scope of a try block in SysLogHandler.emit(). | Vinay Sajip | 2014-11-01 | 1 | -14/+14 |
| | | |||||
* | | Closes #22646: Accept list as well as tuple to support initialisation via ↵ | Vinay Sajip | 2014-10-17 | 1 | -2/+2 |
|\ \ | |/ | | | | | dictConfig(). | ||||
| * | Issue #22646: Accept list as well as tuple to support initialisation via ↵ | Vinay Sajip | 2014-10-17 | 1 | -2/+2 |
| | | | | | | | | dictConfig(). | ||||
* | | Closes #20537: logging methods now accept an exception instance as well as a ↵ | Vinay Sajip | 2014-09-14 | 1 | -10/+9 |
| | | | | | | | | Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. | ||||
* | | Closes #22386: merged fix from 3.4. | Vinay Sajip | 2014-09-11 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #22386: fixed regression. | Vinay Sajip | 2014-09-11 | 1 | -1/+2 |
| | | |||||
* | | Closes #21742: Merged fix from 3.4. | Vinay Sajip | 2014-06-14 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21742: Set stream to None after closing. | Vinay Sajip | 2014-06-14 | 1 | -0/+1 |
| | | |||||
* | | Issue #21709: Merged update from 3.4. | Vinay Sajip | 2014-06-12 | 1 | -28/+34 |
|\ \ | |/ | |||||
| * | Issue #21709: Improved implementation to cover the frozen module case. | Vinay Sajip | 2014-06-12 | 1 | -28/+34 |
| | | |||||
* | | Closes #21709: Merged fix from 3.4. | Vinay Sajip | 2014-06-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #21709: Remove references to __file__ when part of a frozen application. | Vinay Sajip | 2014-06-11 | 1 | -2/+2 |
| | | |||||
* | | Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. ↵ | Vinay Sajip | 2014-04-15 | 1 | -2/+8 |
|/ | | | | Thanks to Jure Koren for the patch. | ||||
* | Issue #21172: isinstance check relaxed from dict to collections.Mapping. | Vinay Sajip | 2014-04-10 | 1 | -2/+9 |
| |