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
/
output
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added global runctx function to profile to fix SF Bug #716587
Nicholas Bastin
2004-03-22
1
-6/+6
*
Port test_binascii.py to PyUnit and enhance tests.
Walter Dörwald
2004-03-15
1
-29/+0
*
Make test_coercion.py less sensitive to platform fp quirks. Closes
Neil Schemenauer
2004-03-10
1
-329/+329
*
adding passing test. testing for g(*Nothing()) where Nothing is a user-define...
Samuele Pedroni
2004-02-21
1
-0/+1
*
SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...
Neal Norwitz
2003-12-13
1
-8/+0
*
Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.
Walter Dörwald
2003-12-11
1
-9/+0
*
Move list and tuple tests from test_types.py to their own scripts:
Walter Dörwald
2003-12-08
1
-3/+2
*
Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with
Mark Hammond
2003-12-03
1
-2/+0
*
SF patch #736962: Port tests to unittest
Raymond Hettinger
2003-08-30
1
-2/+0
*
Fixed test and converted to unittest format.
Raymond Hettinger
2003-07-15
1
-1/+0
*
Reworked test_warnings.py:
Raymond Hettinger
2003-07-13
1
-10/+0
*
This test failed on WindowsME because the full file path did not get
Raymond Hettinger
2003-07-13
1
-4/+4
*
Change warnings to avoid importing re module during startup.
Jeremy Hylton
2003-07-11
1
-0/+10
*
Fix SF bug 764095: Don't use network in test_httplib.
Jeremy Hylton
2003-07-08
1
-0/+2
*
SF patch #736962. Converted test_compile to unittest format.
Raymond Hettinger
2003-06-23
1
-7/+0
*
test_posixpath.py now uses unittest. The output file is no longer needed.
Raymond Hettinger
2003-06-17
1
-2/+0
*
Test script changed.
Greg Ward
2003-05-29
1
-6/+5
*
Port test_mimetools.py to PyUnit and add various tests.
Walter Dörwald
2003-05-22
1
-5/+0
*
Fix for SF [ 734869 ] Lambda functions in list comprehensions
Jeremy Hylton
2003-05-21
1
-0/+1
*
Port test_array and test_winsound to PyUnit. Enhance tests for array
Walter Dörwald
2003-05-18
1
-2/+0
*
Port test_richcmp.py to PyUnit. From SF patch #662807 which additional
Walter Dörwald
2003-04-29
1
-187/+0
*
New version from Vinaj, should solve the threading problems (hopefully).
Guido van Rossum
2003-04-25
1
-2/+2
*
test_re is no longer needed
Guido van Rossum
2003-04-25
1
-2/+0
*
Port test_pwd.py to PyUnit. Check that getpwall() and
Walter Dörwald
2003-04-15
1
-7/+0
*
Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error
Walter Dörwald
2003-02-26
2
-14/+0
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
1
-3/+0
*
SF patch #687683, Patches to logging (updates from Vinay)
Neal Norwitz
2003-02-18
1
-10/+10
*
Port test_charmapcodec to PyUnit. From SF patch #662807
Walter Dörwald
2003-02-14
1
-16/+0
*
- Thanks to Scott David Daniels, a subtle bug in how the zlib
Guido van Rossum
2003-02-03
1
-14/+0
*
Port test_pow.py to PyUnit. From SF patch #662807
Walter Dörwald
2003-02-03
1
-25/+0
*
Fix for SF bug 661340: test_httplib fails on the mac.
Jeremy Hylton
2003-01-23
1
-0/+1
*
Fix from Vinaj for the "writing to closed file" errors. SF 670390.
Guido van Rossum
2003-01-21
1
-1/+0
*
Port test_unicode.py to PyUnit and add tests for error
Walter Dörwald
2003-01-19
1
-21/+0
*
Combine test_b1.py and test_b2.py into test_builtin.py,
Walter Dörwald
2003-01-19
1
-53/+0
*
Enable building and testing of ossaudiodev for Linux.
Guido van Rossum
2003-01-08
1
-0/+7
*
Remove bastion test output
Guido van Rossum
2003-01-06
1
-10/+0
*
SF #660795
Neal Norwitz
2003-01-02
1
-0/+516
*
Match new sequence behavior. User defined types now behave better as and
Neil Schemenauer
2002-12-30
1
-2/+2
*
Regenerate from Unicode 3.2.0 to include all First/Last ranges.
Martin v. Löwis
2002-11-24
1
-1/+1
*
Implement names for CJK unified ideographs. Add name to KeyError output.
Martin v. Löwis
2002-11-23
1
-2/+3
*
Add test cases for Hangul syllables. Update output.
Martin v. Löwis
2002-11-23
1
-1/+2
*
Patch #633547: Support plural forms. Do TODOs in test suite.
Martin v. Löwis
2002-11-21
1
-46/+0
*
Remove unnecessary output file.
Fred Drake
2002-10-28
1
-42/+0
*
Patch #613256: Add nescape method to xml.sax.saxutils.
Martin v. Löwis
2002-10-26
1
-1/+4
*
Remove useless output file.
Fred Drake
2002-10-25
1
-9/+0
*
Update to Unicode 3.2 database.
Martin v. Löwis
2002-10-18
2
-3/+3
*
Add os.path.supports_unicode_filenames for all platforms,
Mark Hammond
2002-10-08
1
-1/+1
*
Tests for pep277 - Unicode file names on Windows NT.
Mark Hammond
2002-10-03
1
-0/+4
*
SF bug # 585792, Invalid mmap crashes Python interpreter
Neal Norwitz
2002-09-05
1
-0/+1
*
Add a custom __str__ method to KeyError that applies repr() to the
Guido van Rossum
2002-09-03
1
-1/+1
[next]