1. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  2. fad058f logging: tidied up some docstrings. by Vinay Sajip · 14 years ago
  3. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  4. 8593ae6 Logging: added stack_info argument. by Vinay Sajip · 14 years ago
  5. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 14 years ago
  6. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 14 years ago
  7. 6ff2a7d Fix a ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  8. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  9. d0557bf logging: Formatter implementation tweak. by Vinay Sajip · 14 years ago
  10. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  11. 2a20dfc logging: Made StreamHandler terminator configurable. by Vinay Sajip · 14 years ago
  12. fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 14 years ago
  13. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
  14. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
  15. 062d56b logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. by Vinay Sajip · 14 years ago
  16. 1c71b2a Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
  17. 8382d0f Removed duplicated method. by Vinay Sajip · 14 years ago
  18. 4fbe4b3 logging: NullHandler optimisation. by Vinay Sajip · 14 years ago
  19. 9fdd11b Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
  20. 32fb6a8 Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. by Vinay Sajip · 14 years ago
  21. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
  22. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  23. 212b590 logging: Updated LoggerAdapter implementation. by Vinay Sajip · 14 years ago
  24. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  25. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  26. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  27. af9d10a logging: enhanced HTTPHandler by Vinay Sajip · 14 years ago
  28. 9907918 Removed unused, commented-out code. by Vinay Sajip · 14 years ago
  29. 2314fc7 logging: Added threading interlock in basicConfig(). by Vinay Sajip · 14 years ago
  30. 121a1c4 logging: Added QueueHandler. by Vinay Sajip · 14 years ago
  31. dc5097f Removed _unicode variable which is always False in Python 3.x. by Vinay Sajip · 14 years ago
  32. ec1cd1c logging: merged duplicated code in fileConfig and dictConfig paths. by Vinay Sajip · 14 years ago
  33. 609364a Logging: removed some old commented out code. by Vinay Sajip · 14 years ago
  34. 40d9a4e Improved logging.Formatter date/time formatting documentation. by Vinay Sajip · 14 years ago
  35. de6e9d6 Issue #9501: Fixed logging regressions in cleanup code. by Vinay Sajip · 14 years ago
  36. 89994b2 Issue #9512: Made comment more informative. by Vinay Sajip · 14 years ago
  37. 89d8f82 Issue #7077: Fixed bug in previous fix. by Vinay Sajip · 14 years ago
  38. 467d12f Issue #7077: Fixed SysLogHandler implementation of Unicode handling. by Vinay Sajip · 14 years ago
  39. dc69274 Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293. by Florent Xicluna · 14 years ago
  40. 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 14 years ago
  41. a82addb Merged revisions 80712,81651 via svnmerge from by Benjamin Peterson · 14 years ago
  42. c236850 Calling __import__ as a method technically works, but really should be wrapped by Brett Cannon · 14 years ago
  43. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  44. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 14 years ago
  45. 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
  46. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 15 years ago
  47. 01e4d57 Remove Python 1.x or 2.x compatibility code. by Georg Brandl · 15 years ago
  48. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  49. 25fcd22 logging: Improved support for SMTP over TLS. by Vinay Sajip · 15 years ago
  50. 540f215 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 15 years ago
  51. 03f6c11 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
  52. 5554993 Merged revisions 76498,76507-76509 via svnmerge from by Benjamin Peterson · 15 years ago
  53. 42ead48 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 15 years ago
  54. 96d4aa3 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 15 years ago
  55. cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  56. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  57. d4fabf4 Issue #6314: logging: Extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  58. 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  59. affbd87 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  60. 472f2e2 Use boolean for another flag option. by Georg Brandl · 15 years ago
  61. 96f05e5 Use a real bool for a flag option. by Georg Brandl · 15 years ago
  62. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  63. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  64. ad5fa2f Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. by Vinay Sajip · 15 years ago
  65. b672b6d #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 16 years ago
  66. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  67. 6268cbc Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. by Vinay Sajip · 16 years ago
  68. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 16 years ago
  69. 458ad47 Merged revisions 68459 via svnmerge from by Benjamin Peterson · 16 years ago
  70. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  71. 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
  72. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  73. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  74. 7275370 Merged revisions 65824 via svnmerge from by Benjamin Peterson · 16 years ago
  75. 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
  76. 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
  77. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  78. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  79. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  80. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  81. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  82. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  83. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  84. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  85. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  86. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 16 years ago
  87. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  88. 18c6689 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60873 via svnmerge from by Christian Heimes · 17 years ago
  89. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
  90. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  91. 04c420f Merged revisions 60043-60052 via svnmerge from by Christian Heimes · 17 years ago
  92. d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 17 years ago
  93. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
  94. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  95. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  96. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  97. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  98. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  99. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  100. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago