1. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  2. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  3. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  4. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  5. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  6. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  7. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  8. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  9. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  10. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  11. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  12. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  13. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 14 years ago
  14. d9f3f08 Merged revisions 86019 via svnmerge from by Brian Curtin · 14 years ago
  15. 6ff2a7d Fix a ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  16. 805ddaa Issue #9947: logging: backported locking fix from py3k. by Vinay Sajip · 14 years ago
  17. 9fdd11b Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
  18. ec1cd1c logging: merged duplicated code in fileConfig and dictConfig paths. by Vinay Sajip · 14 years ago
  19. dc69274 Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293. by Florent Xicluna · 14 years ago
  20. a82addb Merged revisions 80712,81651 via svnmerge from by Benjamin Peterson · 14 years ago
  21. c236850 Calling __import__ as a method technically works, but really should be wrapped by Brett Cannon · 14 years ago
  22. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  23. 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
  24. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 14 years ago
  25. 01e4d57 Remove Python 1.x or 2.x compatibility code. by Georg Brandl · 14 years ago
  26. cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  27. 472f2e2 Use boolean for another flag option. by Georg Brandl · 15 years ago
  28. 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
  29. 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
  30. 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
  31. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  32. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  33. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  34. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  35. d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 17 years ago
  36. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
  37. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  38. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  39. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  40. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  41. 8b8a543 Make test_logging pass. by Guido van Rossum · 17 years ago
  42. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  44. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  45. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  46. d910855 Remove apply() by Neal Norwitz · 18 years ago
  47. 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  48. 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  49. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  50. 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
  51. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 19 years ago
  52. 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 20 years ago
  53. 3f74284 Minor documentation changes by Vinay Sajip · 20 years ago
  54. 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 20 years ago
  55. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 21 years ago
  56. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  57. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  58. c4d047a SF Patch #638825 by Neal Norwitz · 22 years ago
  59. 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 22 years ago
  60. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  61. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago