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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence UnicodeWarning in crazy unittest test.
Michael Foord
2010-02-21
1
-4/+7
*
Reduce number of random tests in test_strtod, to avoid hogging buildbot time.
Mark Dickinson
2010-02-21
1
-36/+30
*
Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot t...
Mark Dickinson
2010-02-21
1
-0/+6
*
Issue #5211: Fix complex type to avoid implicit calls to
Mark Dickinson
2010-02-21
1
-0/+55
*
Issue 7970: When email.Parser.Parser parses a MIME message of type
R. David Murray
2010-02-21
3
-2/+45
*
skip tests with a non-ascii cwd when the file system encoding is ascii
Ezio Melotti
2010-02-20
4
-17/+32
*
Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")
Senthil Kumaran
2010-02-20
2
-2/+6
*
Remove e assertIs definitions and use correct assert* methods.
Ezio Melotti
2010-02-20
6
-45/+28
*
#3426: os.path.abspath now returns unicode when its arg is unicode.
Ezio Melotti
2010-02-20
7
-5/+54
*
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ...
Senthil Kumaran
2010-02-19
2
-2/+12
*
- apply patch from issue 7005
Fred Drake
2010-02-19
2
-38/+101
*
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode i...
Michael Foord
2010-02-18
2
-9/+7
*
unittest.TestCase uses safe_repr for producing failure messages. Partial fix ...
Michael Foord
2010-02-18
3
-46/+72
*
Doctest fixes for decimal.py: add an integer-argument doctest for logical_in...
Mark Dickinson
2010-02-18
1
-18/+20
*
Issue #7633: Context method in the decimal module (with the exception
Mark Dickinson
2010-02-18
2
-18/+778
*
#7941: fix error message
Ezio Melotti
2010-02-16
1
-1/+1
*
#7930: fix stripid
Ezio Melotti
2010-02-16
2
-3/+14
*
Check that 'd' isn't allowed as an exponent specifier in inputs to the float ...
Mark Dickinson
2010-02-12
1
-0/+3
*
Adding TextTestResult to unittest.__all__
Michael Foord
2010-02-11
1
-1/+2
*
Improve issue 7835 fix per MAL to handle the case that the
R. David Murray
2010-02-11
1
-4/+5
*
Issue 5754: tweak shelve doc wording to make it clearer that even when
R. David Murray
2010-02-11
1
-0/+11
*
Issue 7835: Shelve's __del__ method calls its close method, and its
R. David Murray
2010-02-10
1
-1/+5
*
#7712: add a temp_cwd context manager to test_support and use it in regrtest ...
Ezio Melotti
2010-02-10
3
-25/+93
*
Fix for unittest tests, to be merged to py3k
Michael Foord
2010-02-10
1
-3/+3
*
Remove deprecation on assert_. It is used too frequently.
Michael Foord
2010-02-10
1
-1/+1
*
Issue 7893 and Issue 7588
Michael Foord
2010-02-10
5
-37/+77
*
Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")
Antoine Pitrou
2010-02-09
2
-2/+19
*
Convert test failure from output-producing to self.fail().
Georg Brandl
2010-02-08
1
-6/+5
*
Make assertMultiLineEqual the default for comparing unicode strings.
Michael Foord
2010-02-08
2
-2/+4
*
Fix missing string formatting placeholder.
Georg Brandl
2010-02-08
1
-1/+1
*
Fix undefined local.
Georg Brandl
2010-02-08
1
-1/+1
*
Fix missing string formatting argument.
Georg Brandl
2010-02-08
1
-1/+1
*
Fix exc_value -> exception in docstring
Ezio Melotti
2010-02-08
1
-1/+1
*
logging: gingerly re-enabling skipped tests after improving thread sync code ...
Vinay Sajip
2010-02-08
2
-4/+6
*
Issue #7857: Another attempt to keep the buildbots happy.
Vinay Sajip
2010-02-08
1
-1/+3
*
logging: skipped listening tests because they're not working reliably.
Vinay Sajip
2010-02-08
1
-0/+2
*
Removed spurious print statement in test.
Vinay Sajip
2010-02-08
1
-1/+0
*
Fix test_fnmatch.
Georg Brandl
2010-02-08
1
-5/+5
*
Skip test_strtod entirely when correctly-rounded string->float isn't implemented
Mark Dickinson
2010-02-07
1
-2/+4
*
Issue 6003: ZipFile.writestr "compression_type" argument
Ronald Oussoren
2010-02-07
2
-1/+19
*
assertRaises as context manager now allows you to access exception as documented
Michael Foord
2010-02-07
2
-3/+8
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
74
-135/+40
*
Rename "exc_value" attribute on assertRaises context manager to "exception".
Georg Brandl
2010-02-07
2
-11/+3
*
Issue #7870: Remove duplicate test methods. Reported by Georg Brandl.
Antoine Pitrou
2010-02-07
1
-19/+0
*
Actually raise on failure, instead of doing nothing.
Mark Dickinson
2010-02-07
1
-2/+2
*
logging: Removed some more 1.5.2 support code.
Vinay Sajip
2010-02-07
1
-24/+3
*
Add missing global declarations for 'overflowok'; remove 'overflowrequired', ...
Mark Dickinson
2010-02-07
1
-9/+7
*
Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2...
Vinay Sajip
2010-02-07
2
-17/+7
*
Remove duplicate test method.
Georg Brandl
2010-02-07
1
-6/+1
*
Add a minimal test for fnmatchcase().
Georg Brandl
2010-02-07
1
-0/+5
[next]