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
...
*
test_fileno(): Skip this test on Windows.
Tim Peters
2003-05-16
1
-13/+17
*
Fleshed out tests for urllib requiring a network connection.
Brett Cannon
2003-05-14
1
-3/+123
*
Fixed test_anydbm_creates to use proper paths for the created db.
Brett Cannon
2003-05-13
1
-5/+11
*
Whitespace normalization.
Tim Peters
2003-05-12
4
-18/+17
*
Effectively renamed tokenize_tests.py to have a txt extension instead.
Tim Peters
2003-05-12
2
-1/+1
*
Close the file after tokenizing it. Because the open file object was
Tim Peters
2003-05-12
1
-2/+5
*
Beefed up timezone support. UTC and GMT are now always recognized timezones
Brett Cannon
2003-05-11
1
-5/+14
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
10
-20/+22
*
All two more modules with __all__.
Raymond Hettinger
2003-05-10
1
-0/+2
*
Add DedentTestCase to test dedent() function.
Greg Ward
2003-05-08
1
-3/+68
*
SF bug #730296: Unexpected Changes in list Iterator
Raymond Hettinger
2003-05-07
1
-4/+4
*
SF #596434: add test_funky_parens() to probe some more of the tricky
Greg Ward
2003-05-07
1
-3/+19
*
SF #726446: ensure wrap() raises ValueError when width <= 0.
Greg Ward
2003-05-07
1
-0/+6
*
don't need to worry about file endianness
Skip Montanaro
2003-05-06
1
-1/+0
*
Data file for bsddb185 test
Skip Montanaro
2003-05-06
1
-0/+0
*
test case for bsddb185 module
Skip Montanaro
2003-05-06
1
-0/+40
*
the new bsddb185 module is an expected skip on most platforms (this may not
Skip Montanaro
2003-05-06
1
-0/+12
*
add not-yet-supported Unicode test just so it doesn't get lost.
Skip Montanaro
2003-05-06
1
-0/+20
*
Port test_uu.py to PyUnit. From SF patch #662807.
Walter Dörwald
2003-05-06
1
-147/+162
*
On Mac OS X pwd.getpwall() might return the tuples
Walter Dörwald
2003-05-05
1
-21/+2
*
SF bug 622042: Don't expect response body from HEAD request.
Jeremy Hylton
2003-05-05
1
-0/+13
*
'forget' now also deletes any proper .pyo files.
Brett Cannon
2003-05-04
1
-1/+19
*
Somewhere along the way, the softspace attr of file objects became read-
Tim Peters
2003-05-04
1
-0/+20
*
Refer to __builtin__.file, not __builtins__.file
Martin v. Löwis
2003-05-03
1
-2/+3
*
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
Martin v. Löwis
2003-05-03
1
-0/+3
*
* Added a substantial number of edge case and argument tests for
Raymond Hettinger
2003-05-03
1
-15/+76
*
Apply the simplified test_support boilerplate.
Raymond Hettinger
2003-05-03
1
-6/+4
*
Simplify ref count test.
Raymond Hettinger
2003-05-02
1
-3/+3
*
Add StopIteration tests.
Raymond Hettinger
2003-05-02
1
-7/+27
*
The previous made the stop argument optional.
Raymond Hettinger
2003-05-02
1
-1/+1
*
SF bug #730685: itertools.islice stop argument is not optional
Raymond Hettinger
2003-05-02
1
-3/+71
*
Added missing modules to __all__ check.
Raymond Hettinger
2003-05-02
1
-0/+4
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
6
-40/+17
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
63
-401/+309
*
Consistently use test_support.foo everywhere.
Walter Dörwald
2003-05-01
1
-15/+5
*
Delete comment my last checkin rendered obsolete.
Michael W. Hudson
2003-04-30
1
-2/+0
*
Change from a threading.Condition object to a threading.Event object for
Brett Cannon
2003-04-30
1
-6/+3
*
Make time.sleep calls go to 0 for common testing.
Brett Cannon
2003-04-30
2
-11/+19
*
Flesh out test_support docs.
Brett Cannon
2003-04-30
1
-3/+19
*
Allow "@" in unquoted attribute values.
Fred Drake
2003-04-29
1
-0/+9
*
Port test_richcmp.py to PyUnit. From SF patch #662807 which additional
Walter Dörwald
2003-04-29
2
-366/+276
*
Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()
Walter Dörwald
2003-04-29
1
-7/+1
*
Add doctest for example in the library reference.
Raymond Hettinger
2003-04-29
1
-0/+40
*
Use Tim's suggestion to fix
Michael W. Hudson
2003-04-29
1
-14/+51
*
Armin Rigo's fix & test for
Michael W. Hudson
2003-04-29
1
-0/+21
*
Applying patch #728656, by logistix, fixing opening of nonexistent
Gustavo Niemeyer
2003-04-29
1
-0/+5
*
Added tests for urlretrieve. Also made sure urlopen tests cleaned up properl...
Brett Cannon
2003-04-29
1
-8/+48
*
Raise a ValueError when there is data that was not covered in the format stri...
Brett Cannon
2003-04-28
1
-0/+4
*
SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os.
Tim Peters
2003-04-28
1
-1/+22
*
Make tests clean up after themselves better. This means:
Brett Cannon
2003-04-27
1
-2/+18
[prev]
[next]