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
*
Issue #8193: Fix test_zlib failure with zlib 1.2.4.
Antoine Pitrou
2010-04-06
1
-1/+1
*
Fix Issue8262 - changing RuntimeError wording to "Threads can only be started...
Senthil Kumaran
2010-04-06
1
-1/+1
*
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
Antoine Pitrou
2010-04-05
2
-0/+29
*
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
2
-0/+9
*
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
*
fix dis on new style classes #8310
Benjamin Peterson
2010-04-04
1
-4/+4
*
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
4
-24/+10
*
Add functools.CmpToKey()
Raymond Hettinger
2010-04-04
1
-0/+45
*
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
*
Silence DeprecationWarnings from uses of has_key and <> in plat-mac.
Mark Dickinson
2010-04-03
15
-118/+118
*
Add count() method to collections.deque().
Raymond Hettinger
2010-04-03
1
-0/+7
*
Replace backquotes with repr(), to silence a SyntaxWarning.
Mark Dickinson
2010-04-03
1
-1/+1
*
Ensure 'module removed' warning messages contain the word 'module' or 'package'.
Mark Dickinson
2010-04-03
2
-2/+2
*
stop CObject deprecation warnings in test___all__
Benjamin Peterson
2010-04-03
2
-0/+3
*
remove deprecation warnings silence attempting
Benjamin Peterson
2010-04-03
1
-2/+1
*
spelling
Benjamin Peterson
2010-04-03
1
-1/+1
*
silence PyCObject warnings in bsddb
Benjamin Peterson
2010-04-03
1
-0/+1
*
remove unneeded argument
Benjamin Peterson
2010-04-03
1
-2/+1
*
wrap
Benjamin Peterson
2010-04-03
1
-3/+3
*
Minor tweak to unittest command line usage message
Michael Foord
2010-04-03
1
-1/+2
*
Adding -b command line option to the unittest usage message.
Michael Foord
2010-04-03
1
-6/+8
*
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
2
-0/+39
*
Factor-out constant expressions
Raymond Hettinger
2010-04-03
1
-14/+6
*
Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear(...
Raymond Hettinger
2010-04-03
1
-2/+8
*
Another attempt at a fix for unittest.test.test_result for windows line endings
Michael Foord
2010-04-03
1
-5/+4
*
Cross platform unittest.TestResult newline handling when buffering stdout / s...
Michael Foord
2010-04-03
2
-15/+15
*
give TypeError when trying to set T_STRING_INPLACE
Benjamin Peterson
2010-04-03
1
-1/+6
*
Support dotted module names for test discovery paths in unittest. Issue 7780.
Michael Foord
2010-04-03
2
-6/+32
*
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
*
Clear cyclical references in list based OrderedDict.
Raymond Hettinger
2010-04-03
1
-3/+11
*
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
4
-3/+110
*
Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches
Michael Foord
2010-04-02
2
-0/+22
*
unittest tests no longer replace the sys.stdout put in place by regrtest
Michael Foord
2010-04-02
2
-8/+4
*
Issue #8294: Allow float and Decimal arguments in Fraction constructor.
Mark Dickinson
2010-04-02
2
-9/+80
*
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...
Michael Foord
2010-04-02
2
-19/+18
*
Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest ...
Ezio Melotti
2010-04-02
1
-1/+3
*
Addition of -b command line option to unittest for buffering stdout and stder...
Michael Foord
2010-04-02
5
-14/+217
[next]