summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Blocked revisions 71221 via svnmergeBrett Cannon2009-04-051-2/+2
* Merged revisions 70975 via svnmerge fromBrett Cannon2009-04-011-22/+24
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-2/+25
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-071-2/+29
* Merged revisions 66337,66347,66350,66352,66358 via svnmerge fromBenjamin Peterson2008-09-101-2/+2
* Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,...Benjamin Peterson2008-09-081-1/+72
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-2/+7
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+1
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-0/+1
* Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge fromChristian Heimes2008-03-031-2162/+751
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-25/+14
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-446/+2006
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-4/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-2/+2
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-14/+5
* Backout the last hack and add in this new one.Neal Norwitz2006-03-051-14/+8
* I think the test_logging failure on Solaris is timing related. We don'tNeal Norwitz2006-03-031-5/+14
* Added lock acquisition/release around shared data structure manipulationVinay Sajip2006-02-091-19/+34
* Saved and restored logging._handlerList at the same time as saving/restoring ...Vinay Sajip2006-02-071-0/+4
* Get test_logging to not hang when running under regrtest.py -R ::Neal Norwitz2006-02-051-4/+4
* Whitespace normalization.Tim Peters2006-01-291-1/+1
* Try a number of ports, in case 9020 is already in use.Martin v. Löwis2006-01-291-3/+14
* Explicitly close the server socket.Martin v. Löwis2006-01-291-0/+2
* Added a test for the ability to specify a class attribute in Formatter config...Vinay Sajip2006-01-201-16/+64
* Added test for fileConfig. Contributed by Shane Hathaway.Vinay Sajip2006-01-161-1/+101
* test_main(): Restore the original root logger level after runningTim Peters2005-12-301-0/+9
* Close handlers and tidy up loggers by removing closed handlers - to avoid pro...Vinay Sajip2004-08-041-5/+11
* Copyright year changedVinay Sajip2004-06-021-1/+1
* Socket handler closed prior to end of test.Vinay Sajip2004-02-201-0/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-231-1/+1
* Fred wasn't kidding -- there really are docs for the locale module <wink>.Tim Peters2003-07-231-11/+20
* Restore the locale to "C" on exit.Jeremy Hylton2003-07-181-2/+5
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-2/+1
* Change from a threading.Condition object to a threading.Event object forBrett Cannon2003-04-301-6/+3
* Merge back from r23b1-branchGuido van Rossum2003-04-261-0/+2
* New version from Vinaj, should solve the threading problems (hopefully).Guido van Rossum2003-04-251-5/+16
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-181-2/+4
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-211-10/+14
* On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,Jack Jansen2003-01-151-1/+2
* At least one Solaris box in the snake farm only supports "C" locale.Neal Norwitz2003-01-051-1/+5
* SF #660795Neal Norwitz2003-01-021-0/+459