Giampaolo Rodola'
|
f9de90a935
|
remove obsolete hasattr() check for socket.sendall
|
14 years ago |
Vinay Sajip
|
ee892b9226
|
Issue #16244: Remove file mode overrides.
|
14 years ago |
Giampaolo Rodola'
|
35eeb30adf
|
logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function
|
14 years ago |
Vinay Sajip
|
b5ca932be2
|
Issue #16168: Use specified socket type for domain sockets in SysLogHandler.
|
14 years ago |
Vinay Sajip
|
8cf4eb1463
|
Issue #16141: replaced old-style exception handling code in logging with the modern idiom.
|
14 years ago |
Vinay Sajip
|
3e6d71d336
|
Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch.
|
14 years ago |
Vinay Sajip
|
66b8b08752
|
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
|
14 years ago |
Vinay Sajip
|
26308da174
|
Issue #14622: Increased default timeout for SMTPHandler.
|
14 years ago |
Vinay Sajip
|
ee9e485c21
|
Closes #14452: remove BOM insertion code.
|
14 years ago |
Vinay Sajip
|
6f5e54e769
|
Closes #14436: Convert msg + args to string before pickling.
|
14 years ago |
Vinay Sajip
|
ee64b28cf4
|
Closes #14314: backported fix.
|
14 years ago |
Vinay Sajip
|
17160fd6d6
|
Fixes #14314: Improved SMTP timeout handling.
|
15 years ago |
Vinay Sajip
|
27f48979ca
|
Closes #14267: Corrected computation of rollover filename.
|
15 years ago |
Vinay Sajip
|
f05090372a
|
Fix added for recent changes in non-threading environments.
|
15 years ago |
Vinay Sajip
|
0abf61db4d
|
logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion.
|
15 years ago |
Vinay Sajip
|
23b94d0b98
|
Refactored logging rotating handlers for improved flexibility.
|
15 years ago |
Florent Xicluna
|
5252f9faee
|
logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests.
|
15 years ago |
Vinay Sajip
|
2353e35570
|
Closes #12419: Added ident to SysLogHandler.
|
15 years ago |
Vinay Sajip
|
8168d10ea6
|
Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.
|
15 years ago |
Vinay Sajip
|
fd28502fcf
|
Closed resource leak in SysLogHandler.
|
15 years ago |
Vinay Sajip
|
b37cd39202
|
Changed where socket close is called on connection failure.
|
15 years ago |
Vinay Sajip
|
2261b325ab
|
Close socket on connection failure.
|
15 years ago |
Vinay Sajip
|
0372e10684
|
Improved coverage and fixed bug in HTTPHandler with POST requests.
|
15 years ago |
Victor Stinner
|
cafa2efedb
|
logging: don't define QueueListener if Python has no thread support
|
15 years ago |
Vinay Sajip
|
de19e08de4
|
Updated usage of boolean values.
|
15 years ago |
Vinay Sajip
|
7fe1d51924
|
Improved test_logging coverage.
|
15 years ago |
Vinay Sajip
|
5a35b06d5e
|
test_logging coverage improvements.
|
15 years ago |
Vinay Sajip
|
985ef87ea0
|
More test_logging coverage improvements.
|
15 years ago |
Vinay Sajip
|
e723e96103
|
Issue #11852: Add missing imports and update tests.
|
15 years ago |
Vinay Sajip
|
aa7c179285
|
Improved QueueListener implementation - queue sentinel addition made extensible.
|
16 years ago |
Vinay Sajip
|
eb9d5ad6ba
|
Issue #10949: Improved robustness of rotating file handlers.
|
16 years ago |
Vinay Sajip
|
01241d6c35
|
Issue #10949: Improved robustness of rotating file handlers.
|
16 years ago |
Georg Brandl
|
ed3baf35c3
|
#10810: fix missing import.
|
16 years ago |
Vinay Sajip
|
0637d493e9
|
logging: added QueueListener and documentation.
|
16 years ago |
Vinay Sajip
|
0258ce8f0a
|
logging: Added QueueHandler.prepare and updated documentation.
|
16 years ago |
Vinay Sajip
|
c84f016988
|
Added some methods to LoggerAdapter, and updated documentation.
|
16 years ago |
Vinay Sajip
|
af9d10aa30
|
logging: enhanced HTTPHandler
|
16 years ago |
Vinay Sajip
|
121a1c4e11
|
logging: Added QueueHandler.
|
16 years ago |
Vinay Sajip
|
609364a989
|
Logging: removed some old commented out code.
|
16 years ago |
Vinay Sajip
|
89994b279f
|
Issue #9512: Made comment more informative.
|
16 years ago |
Vinay Sajip
|
89d8f82d01
|
Issue #7077: Fixed bug in previous fix.
|
16 years ago |
Vinay Sajip
|
467d12fcb2
|
Issue #7077: Fixed SysLogHandler implementation of Unicode handling.
|
16 years ago |
Senthil Kumaran
|
7a956cc74e
|
Merged revisions 83901 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83901 | senthil.kumaran | 2010-08-10 01:31:35 +0530 (Tue, 10 Aug 2010) | 3 lines
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
........
|
16 years ago |
Senthil Kumaran
|
30e86a4767
|
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
|
16 years ago |
Vinay Sajip
|
e030d937c6
|
Backported SysLogHandler fix for issue #7077.
|
16 years ago |
Benjamin Peterson
|
22005fc5ba
|
Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79279 | vinay.sajip | 2010-03-22 07:33:08 -0500 (Mon, 22 Mar 2010) | 1 line
Issue #8200: logging: Handle errors when multiprocessing is not fully loaded when logging occurs.
........
r79284 | vinay.sajip | 2010-03-22 08:02:28 -0500 (Mon, 22 Mar 2010) | 1 line
Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time.
........
r79293 | vinay.sajip | 2010-03-22 10:29:01 -0500 (Mon, 22 Mar 2010) | 1 line
logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter.
........
r79373 | vinay.sajip | 2010-03-24 09:31:21 -0500 (Wed, 24 Mar 2010) | 1 line
logging: Added LOG_FTP for SysLogHandler and updated documentation.
........
r79376 | vinay.sajip | 2010-03-24 10:10:40 -0500 (Wed, 24 Mar 2010) | 1 line
logging: Documentation tweak.
........
r79379 | vinay.sajip | 2010-03-24 12:36:35 -0500 (Wed, 24 Mar 2010) | 1 line
logging: Updated SysLogHandler documentation.
........
r79876 | vinay.sajip | 2010-04-06 17:32:37 -0500 (Tue, 06 Apr 2010) | 1 line
Issue #8327: logging: Clarification of propagation functionality in documentation.
........
r79888 | vinay.sajip | 2010-04-07 04:40:52 -0500 (Wed, 07 Apr 2010) | 1 line
Issue #8331: logging: fixed some grammatical errors in documentation.
........
|
16 years ago |
Benjamin Peterson
|
9451a1c6ae
|
Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,78081,78085,78103,78105-78106,78108,78246,78703,78728,78731,78853,78855 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77967 | vinay.sajip | 2010-02-04 12:48:53 -0600 (Thu, 04 Feb 2010) | 1 line
Logging: Implemented PEP 391.
........
r77969 | vinay.sajip | 2010-02-04 14:18:28 -0600 (Thu, 04 Feb 2010) | 1 line
Removed spurious print statement.
........
r77973 | vinay.sajip | 2010-02-04 14:23:45 -0600 (Thu, 04 Feb 2010) | 1 line
Issue #7851: logging: clarification on logging configuration files.
........
r77979 | vinay.sajip | 2010-02-04 15:40:56 -0600 (Thu, 04 Feb 2010) | 1 line
Added unit test for cfg:// resolution.
........
r77985 | vinay.sajip | 2010-02-05 08:52:05 -0600 (Fri, 05 Feb 2010) | 1 line
Issue #7857: test_logging: listener test now uses find_unused_port().
........
r77986 | vinay.sajip | 2010-02-05 09:40:20 -0600 (Fri, 05 Feb 2010) | 1 line
Issue #7857: test_logging: listener tests disabled for now.
........
r78009 | vinay.sajip | 2010-02-05 17:43:11 -0600 (Fri, 05 Feb 2010) | 1 line
test_logging: minor tweaks to timeouts, listening tests marked as skipped.
........
r78029 | vinay.sajip | 2010-02-06 14:00:43 -0600 (Sat, 06 Feb 2010) | 1 line
Issue #7857: Tentatively re-enabling one test to see effect on buildbots.
........
r78031 | vinay.sajip | 2010-02-06 14:28:36 -0600 (Sat, 06 Feb 2010) | 1 line
Issue #7857: Gave server thread more time to get ready, and re-enabled a skipped test.
........
r78032 | georg.brandl | 2010-02-06 15:54:40 -0600 (Sat, 06 Feb 2010) | 1 line
Remove unused imports from test_logging.
........
r78033 | benjamin.peterson | 2010-02-06 16:08:15 -0600 (Sat, 06 Feb 2010) | 1 line
make waiting for the server to start robust
........
r78081 | vinay.sajip | 2010-02-07 06:56:54 -0600 (Sun, 07 Feb 2010) | 1 line
Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code.
........
r78085 | vinay.sajip | 2010-02-07 07:06:51 -0600 (Sun, 07 Feb 2010) | 1 line
logging: Removed some more 1.5.2 support code.
........
r78103 | vinay.sajip | 2010-02-08 00:50:14 -0600 (Mon, 08 Feb 2010) | 1 line
Removed spurious print statement in test.
........
r78105 | vinay.sajip | 2010-02-08 09:32:08 -0600 (Mon, 08 Feb 2010) | 1 line
logging: skipped listening tests because they're not working reliably.
........
r78106 | vinay.sajip | 2010-02-08 10:05:50 -0600 (Mon, 08 Feb 2010) | 1 line
Issue #7857: Another attempt to keep the buildbots happy.
........
r78108 | vinay.sajip | 2010-02-08 15:18:15 -0600 (Mon, 08 Feb 2010) | 1 line
logging: gingerly re-enabling skipped tests after improving thread sync code in configurator.
........
r78246 | vinay.sajip | 2010-02-19 17:53:17 -0600 (Fri, 19 Feb 2010) | 1 line
logging: Documented warnings module integration.
........
r78703 | vinay.sajip | 2010-03-05 16:11:24 -0600 (Fri, 05 Mar 2010) | 1 line
Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future.
........
r78728 | vinay.sajip | 2010-03-06 09:12:08 -0600 (Sat, 06 Mar 2010) | 1 line
Added schema version test in dictConfig.
........
r78731 | vinay.sajip | 2010-03-06 09:56:03 -0600 (Sat, 06 Mar 2010) | 1 line
Added checks for tuples in dictConfig.
........
r78853 | vinay.sajip | 2010-03-12 00:01:21 -0600 (Fri, 12 Mar 2010) | 1 line
Issue #8117: logging: Improved algorithm for computing initial rollover time.
........
r78855 | vinay.sajip | 2010-03-12 03:16:10 -0600 (Fri, 12 Mar 2010) | 1 line
Issue #8117: Updated NEWS entry and added to logging documentation.
........
|
17 years ago |
Vinay Sajip
|
db81c4c63a
|
Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77967 | vinay.sajip | 2010-02-04 18:48:53 +0000 (Thu, 04 Feb 2010) | 1 line
Logging: Implemented PEP 391.
........
r77969 | vinay.sajip | 2010-02-04 20:18:28 +0000 (Thu, 04 Feb 2010) | 1 line
Removed spurious print statement.
........
r78033 | benjamin.peterson | 2010-02-06 22:08:15 +0000 (Sat, 06 Feb 2010) | 1 line
make waiting for the server to start robust
........
r78055 | vinay.sajip | 2010-02-07 01:37:08 +0000 (Sun, 07 Feb 2010) | 1 line
Issue #7868: logging: added loggerClass attribute to Manager.
........
r78081 | vinay.sajip | 2010-02-07 12:56:54 +0000 (Sun, 07 Feb 2010) | 1 line
Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code.
........
r78085 | vinay.sajip | 2010-02-07 13:06:51 +0000 (Sun, 07 Feb 2010) | 1 line
logging: Removed some more 1.5.2 support code.
........
r78108 | vinay.sajip | 2010-02-08 21:18:15 +0000 (Mon, 08 Feb 2010) | 1 line
logging: gingerly re-enabling skipped tests after improving thread sync code in configurator.
........
|
17 years ago |
Vinay Sajip
|
25fcd22057
|
logging: Improved support for SMTP over TLS.
|
17 years ago |
Vinay Sajip
|
540f215294
|
logging: Added optional 'secure' parameter to SMTPHandler.
|
17 years ago |