1. 6e669fb Issue #9501: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  2. 5e1c3ce Issue #9501: Improved shutdown handling to deal with module attributes correctly. by Vinay Sajip · 12 years ago
  3. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  4. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  5. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  6. 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  7. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  8. 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 12 years ago
  9. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 12 years ago
  10. 9b727ec Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this and the patch. by Vinay Sajip · 13 years ago
  11. a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 13 years ago
  12. 5d116b7 Closes #13807: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  13. 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
  14. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  15. e85488c Mention that level can be an int or str in the setLevel docstring. by Gregory P. Smith · 13 years ago
  16. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  17. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  18. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  19. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  20. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  21. 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 13 years ago
  22. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  23. 444be16 Issue #12780: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  24. 2da23ca Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. by Vinay Sajip · 13 years ago
  25. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  26. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 13 years ago
  27. ae5740f Made time formats in Formatter more configurable. by Vinay Sajip · 13 years ago
  28. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  29. 312cc0d Updated usage of boolean values. by Vinay Sajip · 13 years ago
  30. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 13 years ago
  31. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  32. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  33. a3359ee Whitespace normalized. by Vinay Sajip · 13 years ago
  34. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  35. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 13 years ago
  36. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 13 years ago
  37. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  38. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  39. 2a4c0f8 Removed typo. by Vinay Sajip · 13 years ago
  40. 10914b7 Issue #11330: asctime format bug fixed. by Vinay Sajip · 13 years ago
  41. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  42. fad058f logging: tidied up some docstrings. by Vinay Sajip · 14 years ago
  43. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  44. 8593ae6 Logging: added stack_info argument. by Vinay Sajip · 14 years ago
  45. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 14 years ago
  46. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  47. d0557bf logging: Formatter implementation tweak. by Vinay Sajip · 14 years ago
  48. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  49. 2a20dfc logging: Made StreamHandler terminator configurable. by Vinay Sajip · 14 years ago
  50. fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 14 years ago
  51. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
  52. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
  53. 062d56b logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. by Vinay Sajip · 14 years ago
  54. 1c71b2a Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
  55. 8382d0f Removed duplicated method. by Vinay Sajip · 14 years ago
  56. 3ab905f Issue #9945: logging: backported locking fixes from py3k. by Vinay Sajip · 14 years ago
  57. 4fbe4b3 logging: NullHandler optimisation. by Vinay Sajip · 14 years ago
  58. 32fb6a8 Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. by Vinay Sajip · 14 years ago
  59. 212b590 logging: Updated LoggerAdapter implementation. by Vinay Sajip · 14 years ago
  60. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  61. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  62. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  63. 9907918 Removed unused, commented-out code. by Vinay Sajip · 14 years ago
  64. 2314fc7 logging: Added threading interlock in basicConfig(). by Vinay Sajip · 14 years ago
  65. dc5097f Removed _unicode variable which is always False in Python 3.x. by Vinay Sajip · 14 years ago
  66. 609364a Logging: removed some old commented out code. by Vinay Sajip · 14 years ago
  67. 40d9a4e Improved logging.Formatter date/time formatting documentation. by Vinay Sajip · 14 years ago
  68. de6e9d6 Issue #9501: Fixed logging regressions in cleanup code. by Vinay Sajip · 14 years ago
  69. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  70. 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
  71. 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
  72. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 14 years ago
  73. 01e4d57 Remove Python 1.x or 2.x compatibility code. by Georg Brandl · 14 years ago
  74. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 03f6c11 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
  77. 5554993 Merged revisions 76498,76507-76509 via svnmerge from by Benjamin Peterson · 15 years ago
  78. 96d4aa3 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 15 years ago
  79. cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  80. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 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
  82. d4fabf4 Issue #6314: logging: Extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  83. 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  84. 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
  85. 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
  86. 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
  87. b672b6d #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 15 years ago
  88. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 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
  90. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 16 years ago
  91. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  92. 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
  93. 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
  94. 7275370 Merged revisions 65824 via svnmerge from by Benjamin Peterson · 16 years ago
  95. 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
  96. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  98. 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 · 16 years ago
  99. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
  100. 04c420f Merged revisions 60043-60052 via svnmerge from by Christian Heimes · 17 years ago