Vinay Sajip
|
02a8f9e9ac
|
Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch.
|
2014-09-14 21:29:11 +01:00 |
Vinay Sajip
|
a56411e5d4
|
Closes #22386: merged fix from 3.4.
|
2014-09-11 23:08:48 +01:00 |
Vinay Sajip
|
d1d4fbff63
|
Issue #22386: fixed regression.
|
2014-09-11 23:06:09 +01:00 |
Vinay Sajip
|
f8e9ba0fb9
|
Closes #21742: Merged fix from 3.4.
|
2014-06-14 10:23:20 +01:00 |
Vinay Sajip
|
0220048083
|
Issue #21742: Set stream to None after closing.
|
2014-06-14 10:22:05 +01:00 |
Vinay Sajip
|
b6cf631f9c
|
Issue #21709: Merged update from 3.4.
|
2014-06-12 23:38:16 +01:00 |
Vinay Sajip
|
194bcaf4dc
|
Issue #21709: Improved implementation to cover the frozen module case.
|
2014-06-12 23:36:33 +01:00 |
Vinay Sajip
|
99537627fd
|
Closes #21709: Merged fix from 3.4.
|
2014-06-11 08:04:16 +01:00 |
Vinay Sajip
|
80f2262dcf
|
Issue #21709: Remove references to __file__ when part of a frozen application.
|
2014-06-11 08:01:32 +01:00 |
Vinay Sajip
|
ddbd2ee6e5
|
Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch.
|
2014-04-15 14:24:53 +01:00 |
Vinay Sajip
|
1b7611405d
|
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
|
2014-04-10 07:12:19 +01:00 |
Vinay Sajip
|
156307bfd6
|
Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
|
2014-04-04 10:51:49 +01:00 |
Vinay Sajip
|
b1698d4030
|
Issue #20444: Reduced code duplication.
|
2014-03-20 13:14:39 +00:00 |
Vinay Sajip
|
71dcb28d1c
|
Issue #20558: Improved implementation of error handling.
|
2014-03-20 13:03:17 +00:00 |
Victor Stinner
|
7fa767e517
|
Issue #20976: pyflakes: Remove unused imports
|
2014-03-20 09:16:38 +01:00 |
Vinay Sajip
|
698abe75d4
|
Closes #20918: Added handling for exceptions during fallback output of logging exceptions.
|
2014-03-14 13:42:19 +00:00 |
Vinay Sajip
|
30e6a64e76
|
Closes #20242: Merged fix from 3.3.
|
2014-01-13 22:01:16 +00:00 |
Vinay Sajip
|
1fd1202072
|
Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles.
|
2014-01-13 21:59:56 +00:00 |
Vinay Sajip
|
a76157dca6
|
Issue #19523: Closed FileHandler leak which occurred when delay was set.
|
2013-11-15 20:40:27 +00:00 |
Vinay Sajip
|
5e75829ec3
|
Closes #19523: Merged fix from 3.3.
|
2013-11-15 20:42:47 +00:00 |
Vinay Sajip
|
38c741c1fc
|
Issue #19182: Fixed socket leak on exception when connecting.
|
2013-10-06 18:36:00 +01:00 |
Vinay Sajip
|
5421f35d5e
|
logging: added support for Unix domain sockets to SocketHandler and DatagramHandler.
|
2013-09-27 18:18:28 +01:00 |
Vinay Sajip
|
f7b436ce8d
|
Closes #18941: Merged fix from 3.3.
|
2013-09-06 10:26:48 +01:00 |
Vinay Sajip
|
43c6ef1899
|
Issue #18941: Respected delay when doing rollover.
|
2013-09-06 10:25:31 +01:00 |
Vinay Sajip
|
a92a3564a9
|
Closes #18940: Merged fix from 3.3.
|
2013-09-06 10:11:37 +01:00 |
Vinay Sajip
|
d859926b29
|
Issue #18940: Handled low-volume logging when delay is True.
|
2013-09-06 10:10:22 +01:00 |
Vinay Sajip
|
3f58277382
|
Closes #18671: Output more information when logging exceptions occur.
|
2013-08-08 18:28:53 +01:00 |
Brett Cannon
|
cd171c8e92
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
2013-07-04 17:43:24 -04:00 |
Brett Cannon
|
0a140668fa
|
Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
|
2013-06-13 20:57:26 -04:00 |
Vinay Sajip
|
3b84eae03e
|
Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch.
|
2013-05-25 03:20:34 -07:00 |
Vinay Sajip
|
862b15e7d0
|
Issue #17981: Closed socket on error in SysLogHandler.
|
2013-05-16 22:57:02 +01:00 |
Vinay Sajip
|
3a8f510b52
|
Closes #17981: Merged fix from 3.3.
|
2013-05-16 23:02:54 +01:00 |
Vinay Sajip
|
40589f4b63
|
Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
|
2013-04-22 10:14:12 +01:00 |
Vinay Sajip
|
e917052e1a
|
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
|
2013-04-22 10:07:40 +01:00 |
Vinay Sajip
|
a713079ed8
|
Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate.
|
2013-04-12 17:04:23 +01:00 |
Vinay Sajip
|
04cc55a14c
|
Closes #17540: Merged fix from 3.3.
|
2013-03-29 17:59:15 +00:00 |
Vinay Sajip
|
28421c6f62
|
Issue #17540: Added style to Formatter configuration by dict.
|
2013-03-29 17:56:54 +00:00 |
Victor Stinner
|
765531d2d0
|
Issue #17516: use comment syntax for comments, instead of multiline string
|
2013-03-26 01:11:54 +01:00 |
Vinay Sajip
|
8ec95b81d5
|
Closes #17521: Merged fix from 3.3.
|
2013-03-23 11:23:05 +00:00 |
Vinay Sajip
|
9b862b9d66
|
Issue #17521: Merged fix from 3.2.
|
2013-03-23 11:22:00 +00:00 |
Vinay Sajip
|
68b4cc87cd
|
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
|
2013-03-23 11:18:45 +00:00 |
Vinay Sajip
|
5a63fe6813
|
Closes #17508: Merged fix from 3.3.
|
2013-03-22 15:27:52 +00:00 |
Vinay Sajip
|
340a4bb2fe
|
Issue #17508: Merged fix from 3.2.
|
2013-03-22 15:23:13 +00:00 |
Vinay Sajip
|
3f885b5432
|
Issue #17508: Handled out-of-order handler configuration correctly.
|
2013-03-22 15:19:54 +00:00 |
Giampaolo Rodola'
|
0166a283f6
|
modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.)
|
2013-02-12 15:14:17 +01:00 |
Vinay Sajip
|
b51aa7b7eb
|
Issue #9501: Merged fix from 3.3.
|
2013-01-15 17:57:18 +00:00 |
Vinay Sajip
|
6e669fba47
|
Issue #9501: Merged fix from 3.2.
|
2013-01-15 17:56:43 +00:00 |
Vinay Sajip
|
5e1c3ce133
|
Issue #9501: Improved shutdown handling to deal with module attributes correctly.
|
2013-01-15 17:55:57 +00:00 |
Andrew Svetlov
|
f7a17b48d7
|
Replace IOError with OSError (#16715)
|
2012-12-25 16:47:37 +02:00 |
Andrew Svetlov
|
0832af6628
|
Issue #16717: get rid of socket.error, replace with OSError
|
2012-12-18 23:10:48 +02:00 |
Andrew Svetlov
|
a191959849
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:27:16 +02:00 |
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
Vinay Sajip
|
d27e05d734
|
Closes #16521: Improved error handling for basicConfig(), added tests for same.
|
2012-11-25 15:11:46 +00:00 |
Vinay Sajip
|
8d27023a7e
|
Allow configuration of handler properties.
|
2012-11-15 14:20:18 +00:00 |
Vinay Sajip
|
d06d5403de
|
Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitrou for the suggestion.
|
2012-10-31 23:49:19 +00:00 |
Giampaolo Rodola'
|
f9de90a935
|
remove obsolete hasattr() check for socket.sendall
|
2012-10-26 18:32:24 +02:00 |
Vinay Sajip
|
3ba726ce04
|
Closes #16244: Merged change from 3.3.
|
2012-10-16 10:33:30 +01:00 |
Vinay Sajip
|
e7e7af4558
|
Issue #16244: Merged change from 3.2.
|
2012-10-16 10:32:13 +01:00 |
Vinay Sajip
|
ee892b9226
|
Issue #16244: Remove file mode overrides.
|
2012-10-16 10:28:31 +01:00 |
Giampaolo Rodola'
|
35eeb30adf
|
logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function
|
2012-10-15 16:57:37 +02:00 |
Vinay Sajip
|
cf9e2f2420
|
Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.
|
2012-10-09 09:06:03 +01:00 |
Vinay Sajip
|
6978d58e18
|
Closes #16168: Merged SysLogHandler update from 3.3.
|
2012-10-09 08:23:06 +01:00 |
Vinay Sajip
|
7903df4125
|
Issue #16168: Merged SysLogHandler update from 3.2.
|
2012-10-09 08:22:01 +01:00 |
Vinay Sajip
|
b5ca932be2
|
Issue #16168: Use specified socket type for domain sockets in SysLogHandler.
|
2012-10-09 08:19:25 +01:00 |
Vinay Sajip
|
8cf4eb1463
|
Issue #16141: replaced old-style exception handling code in logging with the modern idiom.
|
2012-10-09 08:06:13 +01:00 |
Vinay Sajip
|
3e763dadde
|
Updated docstring for logging.config.listen().
|
2012-10-02 16:15:33 +01:00 |
Vinay Sajip
|
4ded5512d7
|
Issue #15452: Added verify option for logging configuration socket listener.
|
2012-10-02 15:56:16 +01:00 |
Vinay Sajip
|
a57a8e072c
|
Closes #15179: Merged fix from 3.2.
|
2012-06-25 23:20:27 +01:00 |
Vinay Sajip
|
3e6d71d336
|
Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch.
|
2012-06-25 23:18:45 +01:00 |
Vinay Sajip
|
a5798ded26
|
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
|
2012-04-24 23:33:33 +01:00 |
Vinay Sajip
|
66b8b08752
|
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
|
2012-04-24 23:25:30 +01:00 |
Vinay Sajip
|
26308da174
|
Issue #14622: Increased default timeout for SMTPHandler.
|
2012-04-22 18:16:14 +01:00 |
Vinay Sajip
|
b4e59e9dc1
|
Closes #14452: remove BOM insertion code.
|
2012-04-16 14:44:31 +01:00 |
Vinay Sajip
|
ee9e485c21
|
Closes #14452: remove BOM insertion code.
|
2012-04-16 14:39:53 +01:00 |
Vinay Sajip
|
b4f6da8265
|
Closes #14436: merged fix from 3.2.
|
2012-03-29 20:18:21 +01:00 |
Vinay Sajip
|
6f5e54e769
|
Closes #14436: Convert msg + args to string before pickling.
|
2012-03-29 20:17:18 +01:00 |
Vinay Sajip
|
ee64b28cf4
|
Closes #14314: backported fix.
|
2012-03-23 14:36:22 +00:00 |
Vinay Sajip
|
17160fd6d6
|
Fixes #14314: Improved SMTP timeout handling.
|
2012-03-15 12:02:08 +00:00 |
Vinay Sajip
|
0f15181d39
|
Closes #14267: Merged fix from 3.2.
|
2012-03-13 12:15:09 +00:00 |
Vinay Sajip
|
27f48979ca
|
Closes #14267: Corrected computation of rollover filename.
|
2012-03-13 12:10:33 +00:00 |
Vinay Sajip
|
323e4fb864
|
Merged fix added for recent changes in non-threading environments.
|
2012-02-23 20:51:18 +00:00 |
Vinay Sajip
|
f05090372a
|
Fix added for recent changes in non-threading environments.
|
2012-02-23 20:49:08 +00:00 |
Vinay Sajip
|
57c223791d
|
Merged logging flush/close changes from 3.2.
|
2012-02-23 20:03:49 +00:00 |
Vinay Sajip
|
0abf61db4d
|
logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion.
|
2012-02-23 19:45:52 +00:00 |
Vinay Sajip
|
9b727eca26
|
Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this and the patch.
|
2012-01-25 17:49:45 +00:00 |
Vinay Sajip
|
a50c284076
|
Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch.
|
2012-01-25 17:41:13 +00:00 |
Vinay Sajip
|
5d116b758a
|
Closes #13807: Merged fix from 3.2.
|
2012-01-20 11:31:46 +00:00 |
Vinay Sajip
|
315a62befc
|
Closes #13807: Merged fix from 3.1.
|
2012-01-20 11:27:36 +00:00 |
Vinay Sajip
|
889bb2969d
|
Closes #13807: Now checks for sys.stderr being there before writing to it.
|
2012-01-20 11:23:02 +00:00 |
Vinay Sajip
|
23b94d0b98
|
Refactored logging rotating handlers for improved flexibility.
|
2012-01-04 12:02:26 +00:00 |
Gregory P. Smith
|
e85488c6f4
|
Mention that level can be an int or str in the setLevel docstring.
|
2011-12-17 12:36:34 -08:00 |
Florent Xicluna
|
5252f9faee
|
logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests.
|
2011-11-07 19:43:05 +01:00 |
Vinay Sajip
|
e2618f34be
|
Closes #13361: Merge fix from 3.2.
|
2011-11-07 10:15:55 +00:00 |
Vinay Sajip
|
3bd5638736
|
Closes #13361: Raise correct exception type.
|
2011-11-07 10:15:08 +00:00 |
Vinay Sajip
|
39b53c50c4
|
Merged fix for #13361 from 3.2.
|
2011-11-07 08:53:58 +00:00 |
Vinay Sajip
|
61b787e6dd
|
Closes #13661: Check added for type of logger name.
|
2011-11-07 08:53:03 +00:00 |
Florent Xicluna
|
5d1155c08e
|
Closes #13258: Use callable() built-in in the standard library.
|
2011-10-28 14:45:05 +02:00 |
Florent Xicluna
|
aabbda5354
|
Merge 3.2
|
2011-10-28 14:52:29 +02:00 |
Vinay Sajip
|
0a889534e7
|
Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning.
|
2011-10-22 13:34:48 +01:00 |