1. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  2. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  3. 00bdbe1 Fixed bug in test_logging. by Vinay Sajip · 13 years ago
  4. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 13 years ago
  5. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 13 years ago
  6. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 13 years ago
  7. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 13 years ago
  8. 3def7e0 Attempt fix of #11557 by changing teardown logic. by Vinay Sajip · 13 years ago
  9. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  10. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  11. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  12. 3c7c355 Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) by Victor Stinner · 13 years ago
  13. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 13 years ago
  14. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  15. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  16. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  17. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  18. ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 13 years ago
  19. 7b0e86e Issue #10788: Changed test_logging setUp logic to provide more information. by Vinay Sajip · 14 years ago
  20. 7b60f4e Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 14 years ago
  21. 60b4df1 Issue #10774: test_logging now removes temp files created during tests. by Vinay Sajip · 14 years ago
  22. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  23. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  24. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  25. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  26. b046b80 Remove ResourceWarnings caused by files left open. by Vinay Sajip · 14 years ago
  27. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  28. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  29. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
  30. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
  31. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  32. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  33. 2cdacd7 Added missing BaseTest.tearDown(self). Fixed refleak. by Hirokazu Yamamoto · 14 years ago
  34. bc85d84 Temporarily commented out test which succeeds locally but fails on buildbots, while investigating. by Vinay Sajip · 14 years ago
  35. 19ec67a Issue #9441: logging: Improved test coverage for rotating file handlers. by Vinay Sajip · 14 years ago
  36. 8552d1f Added test for QueueHandler. by Vinay Sajip · 14 years ago
  37. dc69274 Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293. by Florent Xicluna · 14 years ago
  38. a82addb Merged revisions 80712,81651 via svnmerge from by Benjamin Peterson · 14 years ago
  39. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  40. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  41. 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
  42. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  43. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 14 years ago
  44. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 14 years ago
  45. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 14 years ago
  46. fe5f11c Merged revisions 73718,73721,73723 via svnmerge from by Georg Brandl · 15 years ago
  47. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  48. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  49. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  50. 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
  51. 5b9082a Blocked revisions 71221 via svnmerge by Brett Cannon · 15 years ago
  52. df8709d Merged revisions 70975 via svnmerge from by Brett Cannon · 15 years ago
  53. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  54. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  55. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 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
  57. 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
  58. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  59. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  60. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  61. 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 16 years ago
  62. 8640e74 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-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60964,60966-60967,60971,60977,60979-60989 via svnmerge from by Christian Heimes · 16 years ago
  63. 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
  64. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  65. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  66. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  67. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  68. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  69. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  70. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  71. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  72. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  73. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  74. 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 18 years ago
  75. 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 18 years ago
  76. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 18 years ago
  77. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 18 years ago
  78. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 18 years ago
  79. 249c7b0 Whitespace normalization. by Tim Peters · 18 years ago
  80. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 18 years ago
  81. f684888 Explicitly close the server socket. by Martin v. Löwis · 18 years ago
  82. 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  83. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  84. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  85. 6887c92 Close handlers and tidy up loggers by removing closed handlers - to avoid problems when run twice (SF #1002537) by Vinay Sajip · 20 years ago
  86. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  87. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 20 years ago
  88. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  89. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 21 years ago
  90. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  91. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  92. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  93. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  94. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  95. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  96. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 21 years ago
  97. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 21 years ago
  98. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  99. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago