Vinay Sajip
|
5aad46e5c3
|
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
|
2014-04-10 07:07:59 +01:00 |
Vinay Sajip
|
66d8dbeacf
|
Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
|
2014-04-04 10:47:53 +01:00 |
Vinay Sajip
|
47fe4684ff
|
Issue #19523: Closed FileHandler leak which occurred when delay was set.
|
2013-11-15 20:39:33 +00:00 |
Victor Stinner
|
a5cd255a7c
|
Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
module.
|
2013-10-15 23:36:56 +02:00 |
Vinay Sajip
|
fb03696fda
|
Issue #18941: Respected delay when doing rollover.
|
2013-09-06 10:24:08 +01:00 |
Vinay Sajip
|
51b55517a1
|
Issue #9501: Improved shutdown handling to deal with module attributes correctly.
|
2013-01-15 17:55:13 +00:00 |
Andrew Svetlov
|
4bb142b1b7
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:27:37 +02:00 |
Vinay Sajip
|
1321c444d9
|
Closes #15710: accept long in _checkLevel.
|
2012-08-29 14:33:14 +01:00 |
Vinay Sajip
|
947f358a06
|
Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report.
|
2012-08-04 23:40:21 +01:00 |
Vinay Sajip
|
501982226a
|
Fix added for recent changes in non-threading environments.
|
2012-02-23 20:45:03 +00:00 |
Vinay Sajip
|
16f6a29be8
|
Updated comments.
|
2012-02-23 19:40:33 +00:00 |
Vinay Sajip
|
d23845e270
|
logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion.
|
2012-02-23 19:37:18 +00:00 |
Vinay Sajip
|
6d102f18cb
|
Closes #13807: Now checks for sys.stderr being there before writing to it.
|
2012-01-20 11:20:12 +00:00 |
Vinay Sajip
|
53703d9d72
|
Closes #13361: Raise correct exception type.
|
2011-11-07 10:13:18 +00:00 |
Vinay Sajip
|
74ab3440ba
|
Closes #13661: Check added for type of logger name.
|
2011-11-07 08:49:16 +00:00 |
Vinay Sajip
|
caf0272d40
|
Closes #13356. Thanks to Florent Xicluna for the patch.
|
2011-11-07 08:43:51 +00:00 |
Vinay Sajip
|
5087d800c1
|
Corrected typo in comment.
|
2011-10-25 11:10:54 +01:00 |
Vinay Sajip
|
9a11b296b2
|
Closes #13232: Handle multiple encodings in exception logging.
|
2011-10-24 23:23:02 +01:00 |
Vinay Sajip
|
ee145ecc5f
|
Issue #11444: Merge fix from 2.6.
|
2011-03-08 22:47:18 +00:00 |
Vinay Sajip
|
f4d0af460a
|
Issue #11444: Lock handlers while flushing/closing during shutdown.
|
2011-03-08 22:39:55 +00:00 |
Vinay Sajip
|
5e8349e5cc
|
Issue #9948: logging: fixed problem of losing filename case information.
|
2010-10-10 20:36:04 +00:00 |
Vinay Sajip
|
639f0e24de
|
logging: NullHandler optimisation.
|
2010-09-26 11:04:10 +00:00 |
Vinay Sajip
|
546885ea4e
|
Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.
|
2010-09-25 17:42:36 +00:00 |
Vinay Sajip
|
1ab32f6ebe
|
logging: Added threading interlock in basicConfig().
|
2010-09-11 09:06:21 +00:00 |
Vinay Sajip
|
1ddd51fc71
|
Issue #9501: Fixed logging regressions in cleanup code.
|
2010-08-23 17:50:30 +00:00 |
Vinay Sajip
|
f753d33665
|
Issue #8924: logging: Improved error handling for Unicode in exception text.
|
2010-06-11 22:56:50 +00:00 |
Vinay Sajip
|
936efc791a
|
Issue #8924: logging: Improved error handling for Unicode in exception text.
|
2010-06-11 22:56:50 +00:00 |
Vinay Sajip
|
c7cbb9b509
|
Issue #8581: logging: removed errors raised when closing handlers twice.
|
2010-05-03 15:39:57 +00:00 |
Vinay Sajip
|
804899b4ab
|
logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter.
|
2010-03-22 15:29:01 +00:00 |
Vinay Sajip
|
3017a7bbbf
|
Issue #8200: logging: Handle errors when multiprocessing is not fully loaded when logging occurs.
|
2010-03-22 12:33:08 +00:00 |
Georg Brandl
|
b6453a902e
|
Merged revisions 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.
........
|
2010-03-21 19:16:28 +00:00 |
Vinay Sajip
|
2060e42206
|
Issue #8162: logging: Clarified docstring and documentation for disable function.
|
2010-03-17 15:05:57 +00:00 |
Vinay Sajip
|
d77eb9a839
|
Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future.
|
2010-03-05 22:11:24 +00:00 |
Vinay Sajip
|
64e8b970f9
|
Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code.
|
2010-02-07 12:56:54 +00:00 |
Vinay Sajip
|
657514a690
|
Issue #7868: logging: added loggerClass attribute to Manager.
|
2010-02-07 01:37:08 +00:00 |
Georg Brandl
|
8cdc9bc901
|
More yearly updates.
|
2010-01-01 13:07:05 +00:00 |
Vinay Sajip
|
5cc4e2a040
|
Issue #7470: logging: fix bug in Unicode encoding fallback.
|
2009-12-11 09:16:01 +00:00 |
Vinay Sajip
|
e9c5a0410e
|
Issue #7403: Fixed possible race condition in lock creation.
|
2009-11-27 14:03:36 +00:00 |
Vinay Sajip
|
01801d1f08
|
Issue #7403: Fixed possible race condition in lock creation.
|
2009-11-27 14:03:36 +00:00 |
Vinay Sajip
|
2ed8813f22
|
logging: Issue 6615: Changed handler prepend to append.
|
2009-11-25 14:12:03 +00:00 |
Vinay Sajip
|
17e94e052f
|
logging: made _handlers a WeakValueDictionary.
|
2009-11-25 09:22:47 +00:00 |
Vinay Sajip
|
c470d68d39
|
Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch.
|
2009-11-25 09:03:30 +00:00 |
Vinay Sajip
|
1d2c16db7e
|
Made logging classes new-style and added name property to handlers.
|
2009-11-24 15:53:25 +00:00 |
Vinay Sajip
|
03d5c346c0
|
Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
|
2009-10-16 14:06:44 +00:00 |
Vinay Sajip
|
dd3aa9afee
|
Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
|
2009-10-14 19:53:23 +00:00 |
Vinay Sajip
|
1c77b7f84c
|
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
|
2009-10-10 20:32:36 +00:00 |
Vinay Sajip
|
fbbbb20054
|
Issue #7052: Removed captureWarnings from __all__
|
2009-10-04 12:20:12 +00:00 |
Georg Brandl
|
2b4df43c1c
|
#7052: remove nonexisting NullHandler from logging.__all__.
|
2009-10-04 09:03:59 +00:00 |
Vinay Sajip
|
6d50b37b7c
|
Issue #7014: logging: Improved IronPython 2.6 compatibility.
|
2009-09-29 07:11:53 +00:00 |
Vinay Sajip
|
f70867aabc
|
Issue #7014: logging: Improved IronPython 2.6 compatibility.
|
2009-09-29 07:08:54 +00:00 |