1. ddbd2ee Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch. by Vinay Sajip · 10 years ago
  2. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 10 years ago
  3. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 10 years ago
  4. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  5. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  6. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  7. 3b84eae Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch. by Vinay Sajip · 11 years ago
  8. 04cc55a Closes #17540: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  9. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  10. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  11. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  12. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  13. 5a63fe6 Closes #17508: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  14. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  15. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  16. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  17. 8d27023 Allow configuration of handler properties. by Vinay Sajip · 12 years ago
  18. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  19. 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 12 years ago
  20. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  21. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  22. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  23. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  24. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  25. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  26. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  27. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  28. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  29. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 14 years ago
  30. d9f3f08 Merged revisions 86019 via svnmerge from by Brian Curtin · 14 years ago
  31. 6ff2a7d Fix a ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  32. 805ddaa Issue #9947: logging: backported locking fix from py3k. by Vinay Sajip · 14 years ago
  33. 9fdd11b Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
  34. ec1cd1c logging: merged duplicated code in fileConfig and dictConfig paths. by Vinay Sajip · 14 years ago
  35. dc69274 Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293. by Florent Xicluna · 14 years ago
  36. a82addb Merged revisions 80712,81651 via svnmerge from by Benjamin Peterson · 14 years ago
  37. c236850 Calling __import__ as a method technically works, but really should be wrapped by Brett Cannon · 14 years ago
  38. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  39. 9451a1c Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,78081,78085,78103,78105-78106,78108,78246,78703,78728,78731,78853,78855 via svnmerge from by Benjamin Peterson · 14 years ago
  40. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 14 years ago
  41. 01e4d57 Remove Python 1.x or 2.x compatibility code. by Georg Brandl · 14 years ago
  42. cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  43. 472f2e2 Use boolean for another flag option. by Georg Brandl · 15 years ago
  44. ae5360b Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from by Benjamin Peterson · 16 years ago
  45. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  46. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  47. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  48. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  49. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  50. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  51. d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 16 years ago
  52. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
  53. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  54. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  55. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  56. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  57. 8b8a543 Make test_logging pass. by Guido van Rossum · 17 years ago
  58. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  59. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  60. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  61. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  62. d910855 Remove apply() by Neal Norwitz · 18 years ago
  63. 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  64. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  65. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  66. 8e628d2 Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052). by Vinay Sajip · 19 years ago
  67. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 19 years ago
  68. 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 20 years ago
  69. 3f74284 Minor documentation changes by Vinay Sajip · 20 years ago
  70. 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 20 years ago
  71. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 21 years ago
  72. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  73. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  74. c4d047a SF Patch #638825 by Neal Norwitz · 22 years ago
  75. 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 22 years ago
  76. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  77. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago