- cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 16 years ago
- 472f2e2 Use boolean for another flag option. by Georg Brandl · 16 years ago
- 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 · 17 years ago
- 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 · 17 years ago
- 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 · 17 years ago
- fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 17 years ago
- 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 17 years ago
- 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 17 years ago
- ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 17 years ago
- d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 17 years ago
- 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 18 years ago
- ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 18 years ago
- c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 18 years ago
- 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
- 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
- 8b8a543 Make test_logging pass. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
- d910855 Remove apply() by Neal Norwitz · 19 years ago
- 7a7160b Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
- 989b69a Refactoring for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
- 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 20 years ago
- 8e628d2 Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052). by Vinay Sajip · 20 years ago
- 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 20 years ago
- 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 21 years ago
- 3f74284 Minor documentation changes by Vinay Sajip · 21 years ago
- 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 21 years ago
- 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 22 years ago
- 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
- 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
- c4d047a SF Patch #638825 by Neal Norwitz · 23 years ago
- 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 23 years ago
- 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 23 years ago
- 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 23 years ago