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
...
*
Use test_support.requires() to decide whether additional largefile
Barry Warsaw
2001-08-20
1
-7/+8
*
Removed --have-resources flag in favor of the more granular -u/--use
Barry Warsaw
2001-08-20
1
-22/+61
*
use_large_resources => use_resources
Barry Warsaw
2001-08-20
1
-2/+8
*
Test failed because these was no expected-output file, but always printed
Tim Peters
2001-08-20
1
-5/+8
*
Deal more appropriately with bare ampersands and pointy brackets; this
Fred Drake
2001-08-20
1
-7/+27
*
Add test case to cover multiple future statements on separate lines of
Jeremy Hylton
2001-08-20
1
-0/+11
*
Fix SF bug [ #450245 ] Error in parsing future stmts
Jeremy Hylton
2001-08-20
3
-0/+5
*
Committing and closing SF patch #403671 by Finn Bock to help Jython
Barry Warsaw
2001-08-20
1
-11/+31
*
add a few test cases for threading module.
Skip Montanaro
2001-08-20
1
-0/+52
*
Silence warnings during test_os
Jeremy Hylton
2001-08-20
1
-0/+5
*
Expose the CO_xxx flags via the "new" module (re-solving a problem "the
Tim Peters
2001-08-18
1
-0/+13
*
Fix for bug [#452230] future division isn't propagated.
Tim Peters
2001-08-17
1
-0/+1
*
Use raw-unicode-escape for the tests that require it.
Martin v. Löwis
2001-08-17
2
-3/+3
*
Add test for weak references.
Guido van Rossum
2001-08-17
1
-3/+33
*
Test that uu.py will not override an existing file if out_file isn't
Barry Warsaw
2001-08-17
1
-0/+34
*
A self-contained piece of Michael Hudson's patch
Tim Peters
2001-08-17
1
-1/+6
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
10
-115/+165
*
classic(),metods(): add tests to verify that a bound method without a
Guido van Rossum
2001-08-17
1
-0/+2
*
classic(), methods(): add another test relating to unbound methods:
Guido van Rossum
2001-08-17
1
-0/+6
*
Add early binding of methods to the 2nd metaclass example.
Guido van Rossum
2001-08-17
1
-1/+6
*
metaclass(): add tests for metaclasses written in Python: one that
Guido van Rossum
2001-08-17
1
-0/+33
*
Added a test for module repr truncation when the package name is
Barry Warsaw
2001-08-16
1
-0/+35
*
classobject.c:instancemethod_descr_get(): when a bound method is
Guido van Rossum
2001-08-16
1
-1/+1
*
test_descr started breaking in yet another way in the same place.
Tim Peters
2001-08-16
1
-2/+6
*
New unit test for the mimetypes module, to avoid future regressions.
Fred Drake
2001-08-16
1
-0/+42
*
Repair some accidents causing Windows failures:
Tim Peters
2001-08-16
2
-5/+5
*
The change of type(None).__name__ from 'None' to 'NoneType' broke this
Guido van Rossum
2001-08-16
2
-4/+4
*
Add tests for overridable operators that have default interpretations
Guido van Rossum
2001-08-15
1
-0/+127
*
Given a class without __cmp__ or __eq__, cmp() of two instances of
Guido van Rossum
2001-08-15
1
-0/+8
*
Add a test to verify that bound methods work correctly.
Guido van Rossum
2001-08-15
1
-0/+18
*
Move one of the tests into the "PEP 255" section, to reflect a change in
Tim Peters
2001-08-15
1
-12/+15
*
Add a test for a weird bug I just discovered: a dynamic subclass
Guido van Rossum
2001-08-14
1
-0/+5
*
Test the new semantics for setting and deleting a function's __dict__
Barry Warsaw
2001-08-14
1
-45/+50
*
reload(exceptions) should not raise an ImportError, but should act
Barry Warsaw
2001-08-13
1
-0/+8
*
Repair Unix-specific assumptions that caused this to fail on Windows.
Tim Peters
2001-08-13
1
-20/+18
*
Nick Mathewson: test suite for the class browser support module.
Fred Drake
2001-08-13
1
-0/+158
*
Modify _Set to support iteration.
Jeremy Hylton
2001-08-12
1
-0/+3
*
- Expand test for dynamic objects.
Guido van Rossum
2001-08-12
1
-21/+33
*
Make the output of tests skipped readable (i.e., deliberately break it
Tim Peters
2001-08-12
1
-6/+30
*
dynamics(): add tests for dynamic *instances* (which are currently
Guido van Rossum
2001-08-12
1
-1/+20
*
Test the unary operator changes to the compiler
Jeremy Hylton
2001-08-12
1
-0/+43
*
Add the list of expected skips for Linux 2.x. Restructured the code a
Guido van Rossum
2001-08-12
1
-28/+51
*
Move line; reported on python-dev by Mark Favas (thanks!).
Tim Peters
2001-08-12
1
-1/+1
*
Teach regrtest which tests we *expect* to skip on Win32. Please teach it
Tim Peters
2001-08-12
1
-0/+85
*
The test assumed that the local pathname convention for "foo" would sort befo...
Jack Jansen
2001-08-11
1
-2/+4
*
Added tests for rich comparison operator functions.
Fred Drake
2001-08-11
2
-119/+212
*
Add test for SF bug #442833 (multiple inheritance).
Guido van Rossum
2001-08-10
1
-0/+14
*
The message accompanying the TypeError exception on a readonly
Guido van Rossum
2001-08-10
1
-1/+1
*
Allow AttributeError as well as TypeError for attribute-less objects.
Guido van Rossum
2001-08-10
1
-1/+1
*
Patch #441091 from Finn Bock: the more advanced flush options are not
Andrew M. Kuchling
2001-08-10
1
-15/+20
[prev]
[next]