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 #7099: Decimal.is_normal should return True for all nonzero
Mark Dickinson
2009-10-20
1
-12/+12
*
Issue #7133: SSL objects now support the new buffer API.
Antoine Pitrou
2009-10-19
1
-14/+15
*
Clarify error report message, and don't recommend running in verbose
R. David Murray
2009-10-19
1
-1/+3
*
Eliminate warning message that looks like an error message. When it was
R. David Murray
2009-10-19
1
-2/+0
*
Only run test_curses when sys.__stdout__ is a tty. This eliminates the
R. David Murray
2009-10-19
1
-0/+2
*
Issue #7151: regrtest would generate a JSON failure if there was output
R. David Murray
2009-10-18
1
-13/+16
*
Add a comment about unreachable code, and fix a typo
Antoine Pitrou
2009-10-18
1
-1/+3
*
Add a test for same-thread asynchronous exceptions (see #1779233).
Antoine Pitrou
2009-10-18
1
-0/+19
*
Restore sys.path in test_tk
Nick Coghlan
2009-10-18
1
-4/+4
*
Silence a deprecation warning by using the appropriate replacement construct
Nick Coghlan
2009-10-18
1
-1/+3
*
Using CleanImport to revert a reload of the os module doesn't work due to fun...
Nick Coghlan
2009-10-18
2
-5/+24
*
Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in ...
Mark Dickinson
2009-10-17
1
-0/+4
*
Don't replace sys.path in test_site
Nick Coghlan
2009-10-17
1
-2/+2
*
Avoid replacing existing modules and sys.path in import tests
Nick Coghlan
2009-10-17
2
-10/+14
*
Also check and restore identity of sys.path, sys.argv and os.environ rather t...
Nick Coghlan
2009-10-17
1
-6/+9
*
Move restoration of the os.environ object into the context manager where it b...
Nick Coghlan
2009-10-17
2
-1/+1
*
Revert changes made to environment in test_httpservers
Nick Coghlan
2009-10-17
1
-3/+6
*
Don't invoke reload(sys) and use StringIO objects instead of real files to ca...
Nick Coghlan
2009-10-17
2
-46/+37
*
Restore original sys.path when running TTK tests
Nick Coghlan
2009-10-17
3
-8/+33
*
Check and revert expected sys.path alterations
Nick Coghlan
2009-10-17
1
-5/+9
*
Formatting tweak so that before and after values are vertically aligned
Nick Coghlan
2009-10-17
1
-2/+2
*
Enhancement to the new environment checking code to print the changed items u...
Nick Coghlan
2009-10-17
1
-15/+39
*
test_math ulp computation was wrong on big-endian systems
Mark Dickinson
2009-10-17
1
-1/+1
*
Correctly restore sys.stdout in test_descr
Nick Coghlan
2009-10-17
1
-0/+3
*
Issue #7142: Fix uses of unicode in memoryview objects
Mark Dickinson
2009-10-15
1
-0/+7
*
only clear a module's __dict__ if the module is the only one with a reference...
Benjamin Peterson
2009-10-15
1
-0/+8
*
don't need to mess up sys.path
Benjamin Peterson
2009-10-15
1
-3/+0
*
make inspect.isabstract() always return a boolean; add a test for it, too #7069
Benjamin Peterson
2009-10-15
1
-0/+23
*
change test to what I intended
Benjamin Peterson
2009-10-15
1
-2/+2
*
use floor division and add a test that exercises the tabsize codepath
Benjamin Peterson
2009-10-15
1
-0/+17
*
Silence py3k warning claiming to affect the random module
Antoine Pitrou
2009-10-14
1
-4/+6
*
Fix failures in test_profilehooks when run with -3
Antoine Pitrou
2009-10-14
1
-13/+13
*
Silence some py3k warnings claiming to affect _pyio
Antoine Pitrou
2009-10-14
1
-2/+6
*
Silence a py3k warning claiming to affect Lib/calendar.py
Antoine Pitrou
2009-10-14
1
-3/+5
*
Fix a test_atexit failure when run with -3
Antoine Pitrou
2009-10-14
1
-0/+1
*
Enhanced Issue 7058 patch, which will not be backported. Refactors the
R. David Murray
2009-10-14
1
-37/+128
*
Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment
Senthil Kumaran
2009-10-11
1
-0/+16
*
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
[prev]
[next]