- 23 Eki, 2018 1 kayıt (commit)
-
-
Josh Snyder yazdı
-
- 15 Eki, 2018 1 kayıt (commit)
-
-
BNMetrics yazdı
bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703)
-
- 14 Eyl, 2018 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
bpo-6721: When os.fork() was called while another thread holds a logging lock, the child process may deadlock when it tries to log. This fixes that by acquiring all logging locks before fork and releasing them afterwards. A regression test that fails before this change is included. Within the new unittest itself: There is a small _potential_ due to mixing of fork and a thread in the child process if the parent's thread happened to hold a non-reentrant library call lock (malloc?) when the os.fork() happens. buildbots and time will tell if this actually manifests itself in this test or not. :/ A functionality test that avoids that would be a challenge. An alternate test that isn't trying to produce the deadlock itself but just checking that the release and acquire calls are made would be the next best alternative if so.
-
- 19 Agu, 2018 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 25 Haz, 2018 1 kayıt (commit)
-
-
Dong-hee Na yazdı
-
- 05 Haz, 2018 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 01 Haz, 2018 1 kayıt (commit)
-
-
Timo Furrer yazdı
A check has been added in Logger.isEnabledFor() to return False when the logger is disabled. This avoids unnecessary work being done when a disabled logger is used.
-
- 04 May, 2018 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 19 Eki, 2017 2 kayıt (commit)
-
-
Łukasz Langa yazdı
This used to be the case on Python 2. Commit 212b590e changed the implementation for Python 3, making the `log()` method of LogAdapter call `logger._log()` directly. This makes nested log adapters not execute their ``process()`` method. This patch fixes the issue. Also, now proxying `name`, too, to make `repr()` work with nested log adapters. New tests added.
-
Łukasz Langa yazdı
Due to a bug in the initial fix, the setter was in fact creating a different property. This is now fixed.
-
- 14 Eyl, 2017 1 kayıt (commit)
-
-
Łukasz Langa yazdı
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.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 30 Tem, 2017 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Avram Lubkin yazdı
-
- 06 Haz, 2017 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Implemented pickling for loggers.
-
- 24 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Ock, 2017 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 31 Ara, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 03 Eyl, 2016 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 06 Agu, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 22 Tem, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 25 Şub, 2016 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 14 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 23 Ock, 2015 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 06 Ock, 2015 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 14 Eyl, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
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.
-
- 11 Eyl, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 12 Haz, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 11 Haz, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 10 Nis, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 04 Nis, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 14 Mar, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 13 Ock, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-