1. d345bb4 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) by Cheryl Sabella · 7 years ago
  2. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 7 years ago
  3. 233de02 Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) by Mike DePalatis · 7 years ago
  4. 2543f50 bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) by Vinay Sajip · 8 years ago
  5. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 9 years ago
  6. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 9 years ago
  7. 53a21eb Closes #29105: Updated RotatingFileHandler documentation. by Vinay Sajip · 9 years ago
  8. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  9. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  10. dd30830 Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHandler documentation. by Vinay Sajip · 9 years ago
  11. 1aa913e Merge with 3.5 by Zachary Ware · 9 years ago
  12. 2f47fb0 Correct signatures for a couple of logging handlers by Zachary Ware · 9 years ago
  13. 638e622 Closes #27493: accepted Path objects in file handlers for logging. by Vinay Sajip · 9 years ago
  14. cccf606 Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. by Vinay Sajip · 9 years ago
  15. 4da945f Merge Issue #22558. by Terry Jan Reedy · 9 years ago
  16. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  17. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 9 years ago
  18. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  19. ee6471e Fixed a typo. by Serhiy Storchaka · 9 years ago
  20. 7740062 Fixed a typo. by Serhiy Storchaka · 9 years ago
  21. 430f657 Issue #25161: Merge full stops from 3.5 by Martin Panter · 10 years ago
  22. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  23. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  24. 6f038ad Add a versionadded directive for reopenIfNeeded() by Berker Peksag · 10 years ago
  25. 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
  26. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 10 years ago
  27. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 11 years ago
  28. 06140f2 Closes #23305: Merged documentation fix from 3.4. by Vinay Sajip · 11 years ago
  29. ff37cfe Issue #23305: clarified RotatingFileHandler documentation. by Vinay Sajip · 11 years ago
  30. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 11 years ago
  31. a90e92d update versionchanged by Benjamin Peterson · 11 years ago
  32. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 11 years ago
  33. 131caba Revert #22251 by Berker Peksag · 11 years ago
  34. 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
  35. f7fee33 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  36. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
  37. c8f0d6e Closes #21608: Merged documentation update from 3.4. by Vinay Sajip · 11 years ago
  38. c673a9a Issue #21608: Updated HTTPHandler documentation. by Vinay Sajip · 11 years ago
  39. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  40. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  41. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  42. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
  43. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 12 years ago
  44. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 12 years ago
  45. db2c681 Closes #18933: Merged update from 3.3. by Vinay Sajip · 12 years ago
  46. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 12 years ago
  47. 07b1661 Issue #18759: Merged updates from 3.3. by Vinay Sajip · 12 years ago
  48. 67f3977 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 12 years ago
  49. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 12 years ago
  50. 355a987 Issue #17376: Merged clarification from 3.2. by Vinay Sajip · 12 years ago
  51. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  52. 38a12af Updated handler documentation. by Vinay Sajip · 13 years ago
  53. 8ece80f Minor documentation tweak. by Vinay Sajip · 13 years ago
  54. 226231c Use ASCII quotes and fix markup. by Ezio Melotti · 14 years ago
  55. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 14 years ago
  56. 24d6cc6 Merge 3.2 by Éric Araujo · 14 years ago
  57. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 14 years ago
  58. b07df00 Closes #12667: Merged fix from 3.2. by Vinay Sajip · 14 years ago
  59. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 14 years ago
  60. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 14 years ago
  61. bbbee04 Merged documentation change for Issue #12168. by Vinay Sajip · 14 years ago
  62. 645e458 Documented change for Issue #12168. by Vinay Sajip · 14 years ago
  63. a29a9dd Documented QueueListener change. by Vinay Sajip · 14 years ago
  64. 08e278a Remove editing slip. by Georg Brandl · 14 years ago
  65. dbb9585 Apply logging SocketHandler doc update by Vinay. by Georg Brandl · 14 years ago
  66. 689b68a Logging documentation updates. by Vinay Sajip · 15 years ago
  67. 01094e1 Logging documentation updates. by Vinay Sajip · 15 years ago
  68. c63619b Logging documentation reorganised. by Vinay Sajip · 15 years ago