- 17 Şub, 2007 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 08 Ock, 2007 2 kayıt (commit)
-
-
Vinay Sajip yazdı
Made func argument in LogRecord.__init__ optional. Improved performance of _fixupChildren.
-
Vinay Sajip yazdı
Made SysLogHandler more resilient in the face of syslogd failures.
-
- 14 Ara, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 06 Eyl, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 51785)
-
- 12 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
already been cleaned up.
-
- 20 Tem, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Addressed SF#1524081 by using a dictionary to map level names to syslog priority names, rather than a string.lower().
-
- 30 Haz, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 27 Haz, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller.
-
- 18 May, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Changed status from "beta" to "production"; since logging has been part of the stdlib since 2.3, it should be safe to make this assertion ;-)
-
- 02 May, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Replaced my dumb way of calculating seconds to midnight with Tim Peters' much more sensible suggestion. What was I thinking ?!?
-
- 11 Nis, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840).
-
- 15 Mar, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation.
-
- 13 Mar, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 09 Şub, 2006 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Added 'extra' keyword argument handling to logging calls, as discussed on python-dev.
-
- 07 Şub, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 05 Şub, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Not sure why/how _handlers/_handlerList is out of sync. This could indicate a deeper problem. In test_logging, the only absolutely necessary change to get working was tcpserver.abort = 1. But we don't want to wait infinitely to join the threads, so give a 2.0 second timeout. There doesn't appear to be a need for a local abort variable in serve_until_stopped, so just use the instance member. Note the problem is only on HEAD, not in 2.4.
-
- 20 Ock, 2006 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
-
- 16 Ock, 2006 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised).
-
Vinay Sajip yazdı
Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised).
-
Vinay Sajip yazdı
TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time.
-
Vinay Sajip yazdı
-
- 09 Kas, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch)
-
- 31 Eki, 2005 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 23 Eki, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 21 Eki, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 14 Eki, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Optimised Placeholders handling of child loggers by using a dict rather than a list (much slower in the pathological case of hundreds of child Loggers to a Placeholder - problem reported by Ryan Blazecka).
-
- 11 Eki, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 07 Eki, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 16 Eyl, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 08 Eyl, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Added _handlerList to allow shutdown to flush and close handlers in reverse order of creation (see SF# 1282539)
-
- 02 Eyl, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 05 Haz, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 31 Mar, 2005 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 13 Mar, 2005 2 kayıt (commit)
-
-
Vinay Sajip yazdı
Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052).
-
Vinay Sajip yazdı
-