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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing...
Michael Foord
2010-04-08
2
-7/+11
*
Issue #8337: Disable the remaining test also for now.
Martin v. Löwis
2010-04-07
1
-1/+1
*
#7301: add the environment variable $PYTHONWARNINGS to supplement the -W
Philip Jenvey
2010-04-06
1
-0/+39
*
remove a optimization that resulted in unexpected behavior #8929
Benjamin Peterson
2010-04-06
1
-0/+7
*
use skip decorator
Benjamin Peterson
2010-04-06
1
-4/+2
*
Issue #8193: Fix test_zlib failure with zlib 1.2.4.
Antoine Pitrou
2010-04-06
1
-1/+1
*
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
Antoine Pitrou
2010-04-05
1
-0/+28
*
Fix a failing test on an apparently slow Windows buildbot.
Brian Curtin
2010-04-05
2
-3/+4
*
Classes that override __eq__ also need to define __hash__.
Raymond Hettinger
2010-04-05
1
-0/+7
*
Use a more robust infinity check in _Py_HashDouble.
Mark Dickinson
2010-04-05
1
-0/+9
*
Issue 8316: make test_gdb robust in the face of differing terminal
R. David Murray
2010-04-05
1
-14/+13
*
fix escape_encode to return the correct consumed size
Philip Jenvey
2010-04-05
1
-0/+3
*
Add tests for functools.total_ordering.
Raymond Hettinger
2010-04-04
1
-0/+69
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-1/+6
*
Issue #8300 (__index__ handling in struct.pack): Remove redundant check
Mark Dickinson
2010-04-04
1
-10/+27
*
Use more specific assert* methods in test_struct.
Ezio Melotti
2010-04-04
1
-8/+8
*
Expand test coverage for deque.count().
Raymond Hettinger
2010-04-03
1
-0/+17
*
import bsddb more robustly
Benjamin Peterson
2010-04-03
1
-0/+6
*
Remove useless (?) import from r79706
Antoine Pitrou
2010-04-03
1
-1/+0
*
Add count() method to collections.deque().
Raymond Hettinger
2010-04-03
1
-0/+7
*
stop CObject deprecation warnings in test___all__
Benjamin Peterson
2010-04-03
1
-0/+1
*
Use more specific assert* methods in test_decimal.
Ezio Melotti
2010-04-03
1
-43/+43
*
Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.
Mark Dickinson
2010-04-03
1
-0/+18
*
Fix a couple of issues with the test_structmembersType class in _testcapimodule
Mark Dickinson
2010-04-03
1
-2/+2
*
Add subtract() method to collections.Counter() objects.
Raymond Hettinger
2010-04-03
1
-0/+11
*
give TypeError when trying to set T_STRING_INPLACE
Benjamin Peterson
2010-04-03
1
-1/+6
*
split out large test function
Benjamin Peterson
2010-04-03
1
-16/+21
*
Fix assertRaises usage on reflection functions which should raise
Brian Curtin
2010-04-03
1
-5/+8
*
set svn:eol-style on new file
Benjamin Peterson
2010-04-02
1
-42/+42
*
Implement #1220212. Add os.kill support for Windows.
Brian Curtin
2010-04-02
2
-3/+104
*
Issue #8294: Allow float and Decimal arguments in Fraction constructor.
Mark Dickinson
2010-04-02
1
-1/+26
*
Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest ...
Ezio Melotti
2010-04-02
1
-1/+3
*
Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.
Brian Curtin
2010-04-02
1
-23/+178
*
Issue 8257: Decimal constructor to accept float.
Raymond Hettinger
2010-04-02
1
-0/+26
*
Backport some robotparser test and skip the test if the external resource is ...
Florent Xicluna
2010-04-02
1
-5/+18
*
Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...
Eric Smith
2010-04-02
1
-0/+36
*
Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.
Mark Dickinson
2010-04-02
1
-1/+5
*
Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.
Mark Dickinson
2010-04-02
1
-8/+47
*
Issue #2531: Make float-to-decimal comparisons return correct results.
Mark Dickinson
2010-04-02
1
-0/+26
*
#7092: silence some py3k warnings
Florent Xicluna
2010-04-02
1
-2/+2
*
Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets pi...
Antoine Pitrou
2010-04-01
1
-0/+0
*
Issue #8032: For gdb7, a python-gdb.py file is added to the build,
Martin v. Löwis
2010-04-01
2
-0/+670
*
Replace catch_warnings with check_warnings when it makes sense. Use assertRa...
Florent Xicluna
2010-03-31
21
-226/+112
*
Issue #8268: Old-style classes (not just instances) now support weak
Antoine Pitrou
2010-03-31
2
-1/+21
*
Fix test for xml.etree when using a non-ascii path. And use check_warnings i...
Florent Xicluna
2010-03-31
1
-16/+26
*
Silence a py3k warning.
Ezio Melotti
2010-03-31
1
-3/+6
*
Fix #8225. xml.etree was displaying an incorrect link when viewed in help.
Brian Curtin
2010-03-31
1
-0/+6
*
Fix small error in r79502
Antoine Pitrou
2010-03-30
1
-4/+4
*
Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
Antoine Pitrou
2010-03-30
3
-0/+32
*
add inspect.getcallargs, which binds function arguments like a normal call #3135
Benjamin Peterson
2010-03-30
1
-3/+193
[next]