Final head of the former 3.7 branch
  1. d46dec9 bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17898) by Miss Islington (bot) · 6 years ago
  2. 0e0e4ac bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) (GH-17786) by Miss Islington (bot) · 6 years ago
  3. 6641a10 Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326) by Miss Islington (bot) · 6 years ago
  4. f286e03 bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113) by Miss Islington (bot) · 6 years ago
  5. 78dd781 bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908) (GH-13183) by Miss Islington (bot) · 6 years ago
  6. 3b4b28e [3.7] bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704) (GH-13170) by Gregory P. Smith · 6 years ago
  7. 386b6f0 [3.7] bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) (GH-12716) by Xtreak · 6 years ago
  8. 6a7a9f1 bpo-36272: Logging now propagates RecursionError (GH-12312) (GH-12391) by Miss Islington (bot) · 6 years ago
  9. d730719 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) (GH-10050) by Miss Islington (bot) · 7 years ago
  10. 3b69993 bpo-6721: Hold logging locks across fork() (GH-4071) (#9291) by Miss Islington (bot) · 7 years ago
  11. 1a21893 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581) by Miss Islington (bot) · 7 years ago
  12. 2e4ae8f bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8817) by Miss Islington (bot) · 7 years ago
  13. 6f49afc bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) (GH-8044) by Miss Islington (bot) · 7 years ago
  14. eb8516b bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704) by Miss Islington (bot) · 7 years ago
  15. f8a3485 Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) by Miss Islington (bot) · 7 years ago
  16. e96ba18 bpo-30904: Removed duplicated Host: header. (#4465) by Vinay Sajip · 8 years ago
  17. 2ae4ad7 Changed lambda to str.strip in _strip_spaces in logging.config (#4332) by sanjayp · 8 years ago
  18. afad147 bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812) by Lovesh Harchandani · 8 years ago
  19. ce9e625 bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044) by Łukasz Langa · 8 years ago
  20. 0b6a118 bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042) by Łukasz Langa · 8 years ago
  21. 1bbd482 bpo-31457: Allow for nested LoggerAdapter objects (#3551) by Łukasz Langa · 8 years ago
  22. 97d7e65 bpo-30830: logging.config.listen() calls server_close() (#3524) by Victor Stinner · 8 years ago
  23. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  24. 6ea56d2 bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) by Preston Landers · 8 years ago
  25. adfe344 bpo-31084: QueueHandler now formats messages correctly. (GH-2954) by favll · 8 years ago
  26. 75f0b5d Updated LoggerAdapter.isEnabledFor to take advantage of caching. (GH-2951) by Vinay Sajip · 8 years ago
  27. 2543f50 bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) by Vinay Sajip · 8 years ago
  28. 78c18a9 bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752) by Avram Lubkin · 8 years ago
  29. 6260d9f bpo-30520: Implemented pickling for loggers. (#1956) by Vinay Sajip · 8 years ago
  30. 0b4b57d bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) by Xiang Zhang · 8 years ago
  31. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 8 years ago
  32. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 8 years ago
  33. 1b038e0 bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#663) (#663) by Коренберг Марк · 8 years ago
  34. d4f5001 Issue #29220: Merged fixes from 3.6. by Vinay Sajip · 9 years ago
  35. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 9 years ago
  36. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 9 years ago
  37. 8b866d5 Closes #29220: Fixed regression in logging.getLevelName(). by Vinay Sajip · 9 years ago
  38. d489ac9 Closes #28524: added default level for logging.disable(). by Vinay Sajip · 9 years ago
  39. b740343 Issue #28335: made minor improvement to implementation. by Vinay Sajip · 9 years ago
  40. aa27582 Closes #28335: used 'raise from' in logging configuration code. by Vinay Sajip · 9 years ago
  41. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 9 years ago
  42. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 9 years ago
  43. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  44. 2500c98 Closes #27935: returned numeric value for 'FATAL' logging level. by Vinay Sajip · 9 years ago
  45. 0a7b7e3 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 9 years ago
  46. c075201 Closes #27650: Implemented repr methods for logging objects. by Vinay Sajip · 9 years ago
  47. 638e622 Closes #27493: accepted Path objects in file handlers for logging. by Vinay Sajip · 9 years ago
  48. cccf606 Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. by Vinay Sajip · 9 years ago
  49. 24a72ca Fixed #27251: merged fix from 3.5. by Vinay Sajip · 9 years ago
  50. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 9 years ago
  51. 6d6dd73 merge with 3.5 by Georg Brandl · 9 years ago
  52. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  53. c168167 Closes #25685: Merged fix from 3.5. by Vinay Sajip · 10 years ago
  54. 9cdfd18 Closes #25685: Made SocketHandler emission more efficient. by Vinay Sajip · 10 years ago
  55. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 10 years ago
  56. 03de71d Closes #25411: Merged fix from 3.5. by Vinay Sajip · 10 years ago
  57. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  58. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 10 years ago
  59. 29a1445 Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban. by Vinay Sajip · 10 years ago
  60. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  61. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  62. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 10 years ago
  63. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  64. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 11 years ago
  65. ecb5de3 Closes #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 11 years ago
  66. 5abca70 Issue #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 11 years ago
  67. 0298042 Closes #21980: Added a __repr__ for LogRecord. by Vinay Sajip · 11 years ago
  68. 2fb1efe Closes #23151: Removed unnecessary initialization. by Vinay Sajip · 11 years ago
  69. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 11 years ago
  70. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 11 years ago
  71. 1be0c61 Closes #22776: Merged fix from 3.4. by Vinay Sajip · 11 years ago
  72. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 11 years ago
  73. c2c62b1 Closes #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 11 years ago
  74. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 11 years ago
  75. 02a8f9e 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. by Vinay Sajip · 11 years ago
  76. a56411e Closes #22386: merged fix from 3.4. by Vinay Sajip · 11 years ago
  77. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 11 years ago
  78. f8e9ba0 Closes #21742: Merged fix from 3.4. by Vinay Sajip · 11 years ago
  79. 0220048 Issue #21742: Set stream to None after closing. by Vinay Sajip · 11 years ago
  80. b6cf631 Issue #21709: Merged update from 3.4. by Vinay Sajip · 11 years ago
  81. 194bcaf Issue #21709: Improved implementation to cover the frozen module case. by Vinay Sajip · 11 years ago
  82. 9953762 Closes #21709: Merged fix from 3.4. by Vinay Sajip · 11 years ago
  83. 80f2262d Issue #21709: Remove references to __file__ when part of a frozen application. by Vinay Sajip · 11 years ago
  84. ddbd2ee Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch. by Vinay Sajip · 11 years ago
  85. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
  86. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  87. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 11 years ago
  88. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 11 years ago
  89. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  90. 698abe7 Closes #20918: Added handling for exceptions during fallback output of logging exceptions. by Vinay Sajip · 11 years ago
  91. 30e6a64 Closes #20242: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  92. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 12 years ago
  93. a76157d Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 12 years ago
  94. 5e75829 Closes #19523: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  95. 38c741c Issue #19182: Fixed socket leak on exception when connecting. by Vinay Sajip · 12 years ago
  96. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 12 years ago
  97. f7b436c Closes #18941: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  98. 43c6ef1 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 12 years ago
  99. a92a356 Closes #18940: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  100. d859926 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 12 years ago