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
*
Remove all tests that rely on deprecated-in-2.2 features of xrange objects.
Fred Drake
2002-05-02
2
-29/+0
*
Added regression tests for xrange object attributes.
Fred Drake
2002-05-02
1
-0/+23
*
Buffer-object repitition and concatenation has worked all along; add a test
Fred Drake
2002-05-02
1
-0/+6
*
Fred's recent changes to support "-u all" resulted in subset resource
Andrew MacIntyre
2002-04-30
1
-1/+1
*
builtin_zip(): Take a good guess at how big the result list will be,
Tim Peters
2002-04-29
1
-0/+28
*
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum
2002-04-26
1
-0/+118
*
Add more tests for abstract isinstance() and issubclass().
Neil Schemenauer
2002-04-24
1
-4/+93
*
test_resource has no chance of running on Windows.
Tim Peters
2002-04-23
1
-0/+1
*
test_mmap started breaking on Windows, only when run after test_bsddb.
Tim Peters
2002-04-23
1
-1/+1
*
Unit tests for the changes in abstract.c version 2.101. The debug
Barry Warsaw
2002-04-23
1
-0/+144
*
Rewrote the PyUnit description so that it now recommends to use
Barry Warsaw
2002-04-23
1
-6/+16
*
Add tests for the recent resource module change.
Jeremy Hylton
2002-04-23
2
-0/+50
*
There was a non-ascii character in the source. Replaced by a hex escape.
Jack Jansen
2002-04-23
1
-1/+1
*
don't fail if the audio device is busy, just skip.
Anthony Baxter
2002-04-23
1
-1/+1
*
SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)
Anthony Baxter
2002-04-23
1
-19/+26
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
2
-1/+25
*
Enable universal newlines on Windows. Note that NEWS needs more words!
Tim Peters
2002-04-21
1
-1/+0
*
Assorted code cleanups for readability. Greatly boosted the size of the
Tim Peters
2002-04-21
1
-26/+33
*
Add test for eval() w/ free variables.
Jeremy Hylton
2002-04-20
2
-0/+11
*
Fix SF #544995 (zlib crash on second flush call)
Jeremy Hylton
2002-04-19
1
-0/+6
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
1
-0/+158
*
ceval.c/do_raise(): Tighten the test to disallow raising an instance of
Tim Peters
2002-04-18
1
-0/+26
*
SF bug 544733: Cygwin test_mmap fix for Python 2.2.1
Tim Peters
2002-04-18
1
-0/+2
*
SF bug 542984.
Guido van Rossum
2002-04-18
1
-0/+20
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
2
-0/+41
*
SF bug 544647.
Guido van Rossum
2002-04-16
1
-0/+27
*
test_mktime(): Removed. This wasn't really testing anything useful
Barry Warsaw
2002-04-16
1
-6/+0
*
Whitespace normalization, while using non-whitespace literals for
Barry Warsaw
2002-04-16
1
-26/+26
*
Expect test_email_codecs to be skipped -- few users or developers will
Guido van Rossum
2002-04-16
1
-0/+1
*
Apparently 3 of the tests here rely on trailing whitespace and/or hard
Tim Peters
2002-04-16
1
-26/+26
*
Fewer deprecation warnings.
Tim Peters
2002-04-16
1
-0/+5
*
Whitespace normalization.
Tim Peters
2002-04-16
12
-65/+62
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
9
-16/+34
*
OK, don't call resetwarnings().
Tim Peters
2002-04-16
1
-2/+0
*
It makes more sense to call resetwarnings() after every test runs than
Tim Peters
2002-04-16
4
-9/+4
*
I expect test_univnewlines to be skipped on Windows. I expect this
Tim Peters
2002-04-15
1
-0/+1
*
Reduce the number of test-suite DeprecationWarnings; start adding
Tim Peters
2002-04-15
3
-3/+12
*
test_main(): Added this so the test can actually get run under the
Barry Warsaw
2002-04-15
2
-21/+20
*
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-15
2
-2/+22
*
SF bug #541883 (Vincent Fiack).
Guido van Rossum
2002-04-15
1
-0/+6
*
SF bug 543840: complex(string) accepts strings with \0
Tim Peters
2002-04-14
1
-0/+13
*
Test suite for universal newline support.
Jack Jansen
2002-04-14
1
-0/+114
*
Patch #542569: tp_print tp_repr tp_str in test_bool.py.
Martin v. Löwis
2002-04-14
1
-1/+18
*
Partially implement SF feature request 444708.
Guido van Rossum
2002-04-13
1
-0/+12
*
I am mad. This test never worked!
Guido van Rossum
2002-04-12
1
-16/+14
*
Add Raymond Hettinger's d.pop(). See SF patch 539949.
Guido van Rossum
2002-04-12
1
-0/+15
*
Clean up the "all" support for -u.
Fred Drake
2002-04-11
1
-1/+2
*
Since xmllib is deprecated now, suppress the DeprecationWarning its test
Tim Peters
2002-04-11
1
-1/+5
*
Ignore more deprecation warnings.
Tim Peters
2002-04-11
1
-4/+6
*
Stop sucking up xmllib -- it's deprecated.
Tim Peters
2002-04-11
1
-1/+0
[next]