index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_logging.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-1/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+2
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-4/+3
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-2/+2
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+2
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-14/+5
*
Backout the last hack and add in this new one.
Neal Norwitz
2006-03-05
1
-14/+8
*
I think the test_logging failure on Solaris is timing related. We don't
Neal Norwitz
2006-03-03
1
-5/+14
*
Added lock acquisition/release around shared data structure manipulation
Vinay Sajip
2006-02-09
1
-19/+34
*
Saved and restored logging._handlerList at the same time as saving/restoring ...
Vinay Sajip
2006-02-07
1
-0/+4
*
Get test_logging to not hang when running under regrtest.py -R ::
Neal Norwitz
2006-02-05
1
-4/+4
*
Whitespace normalization.
Tim Peters
2006-01-29
1
-1/+1
*
Try a number of ports, in case 9020 is already in use.
Martin v. Löwis
2006-01-29
1
-3/+14
*
Explicitly close the server socket.
Martin v. Löwis
2006-01-29
1
-0/+2
*
Added a test for the ability to specify a class attribute in Formatter config...
Vinay Sajip
2006-01-20
1
-16/+64
*
Added test for fileConfig. Contributed by Shane Hathaway.
Vinay Sajip
2006-01-16
1
-1/+101
*
test_main(): Restore the original root logger level after running
Tim Peters
2005-12-30
1
-0/+9
*
Close handlers and tidy up loggers by removing closed handlers - to avoid pro...
Vinay Sajip
2004-08-04
1
-5/+11
*
Copyright year changed
Vinay Sajip
2004-06-02
1
-1/+1
*
Socket handler closed prior to end of test.
Vinay Sajip
2004-02-20
1
-0/+1
*
locale-restoration code: Don't leave comparison to None implicit. For
Tim Peters
2003-07-23
1
-1/+1
*
Fred wasn't kidding -- there really are docs for the locale module <wink>.
Tim Peters
2003-07-23
1
-11/+20
*
Restore the locale to "C" on exit.
Jeremy Hylton
2003-07-18
1
-2/+5
*
SF patch #761519: Fixes for bugs 760703 and 757821
Raymond Hettinger
2003-06-27
1
-2/+1
*
Change from a threading.Condition object to a threading.Event object for
Brett Cannon
2003-04-30
1
-6/+3
*
Merge back from r23b1-branch
Guido van Rossum
2003-04-26
1
-0/+2
*
New version from Vinaj, should solve the threading problems (hopefully).
Guido van Rossum
2003-04-25
1
-5/+16
*
SF patch #687683, Patches to logging (updates from Vinay)
Neal Norwitz
2003-02-18
1
-2/+4
*
Fix from Vinaj for the "writing to closed file" errors. SF 670390.
Guido van Rossum
2003-01-21
1
-10/+14
*
On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,
Jack Jansen
2003-01-15
1
-1/+2
*
At least one Solaris box in the snake farm only supports "C" locale.
Neal Norwitz
2003-01-05
1
-1/+5
*
SF #660795
Neal Norwitz
2003-01-02
1
-0/+459