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
*
Issue #7055: test___all__ now greedily detects all modules which have an
Antoine Pitrou
2009-10-10
1
-145/+80
*
Update decimal test data to the most recent set from Mike Cowlishaw.
Mark Dickinson
2009-10-08
143
-148/+211
*
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
Amaury Forgeot d'Arc
2009-10-06
1
-2/+3
*
Issue #7058: Added save/restore for argv and os.environ to runtest_inner
R. David Murray
2009-10-05
1
-0/+15
*
Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds
Mark Dickinson
2009-10-04
1
-0/+2
*
test logging
Benjamin Peterson
2009-10-04
1
-0/+1
*
#7050 fix a SystemError when using tuple unpacking and augmented assignment
Benjamin Peterson
2009-10-03
1
-0/+3
*
#7031: Add TestCase.assertIsInstance and negated method.
Georg Brandl
2009-10-01
1
-0/+12
*
That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.
Senthil Kumaran
2009-10-01
1
-1/+1
*
using dict.unset(k) instead of del dict[k]. consistent with release26-maint
Senthil Kumaran
2009-10-01
1
-1/+1
*
Fix for issue7026 test_urllib: unsetting missing 'env' variable.
Senthil Kumaran
2009-10-01
1
-1/+1
*
Fix buggy accuracy test
Mark Dickinson
2009-09-30
1
-1/+1
*
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
Philip Jenvey
2009-09-29
1
-0/+26
*
Issue #7019: Unmarshalling of bad long data could produce unnormalized
Mark Dickinson
2009-09-29
1
-0/+5
*
Issue #6790: Make it possible again to pass an `array.array` to
Antoine Pitrou
2009-09-29
1
-1/+16
*
#6990: clear threading.local's key only after its thread state is removed:
Philip Jenvey
2009-09-29
1
-0/+38
*
Issue #3366: Add gamma function to math module.
Mark Dickinson
2009-09-28
2
-0/+234
*
Prevent test_bad_address failure when a domain in the dns search
R. David Murray
2009-09-28
1
-8/+18
*
Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
Skip Montanaro
2009-09-28
1
-1/+8
*
#7000: document "sep" in capwords. Add a few tests
Ezio Melotti
2009-09-26
1
-0/+3
*
#6243: fix segfault when keyname() returns a NULL pointer.
Andrew M. Kuchling
2009-09-25
1
-0/+5
*
http://bugs.python.org/issue6971
Kristján Valur Jónsson
2009-09-25
1
-0/+4
*
When range checking was added to time.strftime() a check was placed on tm_isdst
Brett Cannon
2009-09-22
1
-5/+0
*
Issue 6877: this patch makes it possible to link the readline extension
Ronald Oussoren
2009-09-20
1
-0/+42
*
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...
Georg Brandl
2009-09-19
1
-1/+1
*
backport keyword argument support for bytearray.decode
Benjamin Peterson
2009-09-18
1
-0/+2
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
2
-0/+19
*
Use skipUnless to skip math module tests on non-IEEE 754 platforms.
Mark Dickinson
2009-09-18
1
-31/+34
*
#6844 followup: the warning when setting Exception.message was removed, do no...
Georg Brandl
2009-09-17
1
-7/+0
*
Issue #6922: Fix an infinite loop when trying to decode an invalid
Georg Brandl
2009-09-17
1
-0/+12
*
#6844: do not emit DeprecationWarnings on access if Exception.message has bee...
Georg Brandl
2009-09-16
1
-0/+40
*
Fix issue #1590864, multiple threads and fork() can cause deadlocks, by
Thomas Wouters
2009-09-16
1
-0/+41
*
Make the pdb displayhook compatible with the standard displayhook: do not pri...
Georg Brandl
2009-09-16
1
-1/+33
*
Remove some more boilerplate from the actual tests in test_pdb.
Georg Brandl
2009-09-16
1
-27/+34
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
1
-29/+33
*
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....
Michael Foord
2009-09-13
1
-0/+41
*
Objects that compare equal automatically pass or fail assertAlmostEqual and a...
Michael Foord
2009-09-13
1
-0/+5
*
#6026 - fix tests that failed without zlib
Ezio Melotti
2009-09-12
3
-5/+14
*
Issue #6856: Add a filter keyword argument to TarFile.add().
Lars Gustäbel
2009-09-12
1
-0/+28
*
revert unintended changes
Benjamin Peterson
2009-09-09
1
-44/+0
*
tabbify
Benjamin Peterson
2009-09-09
1
-0/+44
*
Issue #6857: Fix Decimal formatting to be consistent with existing float
Mark Dickinson
2009-09-08
1
-1/+2
*
#Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...
Mark Dickinson
2009-09-07
1
-0/+10
*
Issue #6850: Fix bug in Decimal._parse_format_specifier for formats
Mark Dickinson
2009-09-07
1
-0/+3
*
Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
Mark Dickinson
2009-09-06
1
-0/+2
*
Fix build issues on OSX 10.6 (issue 6802)
Ronald Oussoren
2009-09-06
1
-0/+5
*
#5101: add back tests to test_funcattrs that were lost during unittest conver...
Georg Brandl
2009-09-04
1
-61/+119
*
test_platform fails on OS X Snow Leopard because the UNIX command to get the
Brett Cannon
2009-09-03
1
-1/+7
*
Sorry, sorry! Ignore my previous two commits. I mixed up the version
Armin Rigo
2009-09-03
2
-21/+0
*
Does not terminate: consume all memory without responding to Ctrl-C.
Armin Rigo
2009-09-03
1
-0/+10
[next]