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
*
subtype_resurrection(): Removed unused import.
Tim Peters
2002-07-11
1
-1/+0
*
Extend function() to support an optional closure argument.
Jeremy Hylton
2002-07-11
1
-0/+24
*
subtype_resurrection(): The test suite with -l properly reported the
Tim Peters
2002-07-11
1
-2/+13
*
Repaired optimistic comment in new test.
Tim Peters
2002-07-11
1
-4/+3
*
Added a test that provokes the hypothesized (in my last checkin comment)
Tim Peters
2002-07-11
1
-0/+20
*
assertHasattr(): Made failure msg better than useless.
Tim Peters
2002-07-10
1
-1/+4
*
ndiffAssertEqual(): Stringify the arguments before running
Barry Warsaw
2002-07-09
1
-4/+16
*
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller
2002-07-09
1
-0/+9
*
TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an
Barry Warsaw
2002-07-09
1
-32/+186
*
New files which test the corners of multipart/message and
Barry Warsaw
2002-07-09
2
-0/+48
*
Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.
Jack Jansen
2002-07-08
2
-6/+1
*
Fix for SF bug #432621: httplib: multiple Set-Cookie headers
Jeremy Hylton
2002-07-07
2
-2/+23
*
printlist(): Replaced the guts with a call to textwrap. Yay!
Tim Peters
2002-07-04
1
-30/+19
*
Implement the encoding argument for toxml and toprettyxml.
Martin v. Löwis
2002-06-30
2
-0/+11
*
Another test of long headers.
Barry Warsaw
2002-06-29
2
-0/+19
*
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
Barry Warsaw
2002-06-29
2
-1/+34
*
test_multilingual(): Test for Header.__unicode__().
Barry Warsaw
2002-06-29
1
-0/+22
*
Track change of begin() to _begin().
Jeremy Hylton
2002-06-28
1
-2/+2
*
Lots of new and updated tests to check for proper ascii header
Barry Warsaw
2002-06-28
2
-42/+187
*
Added character data buffering to pyexpat parser objects.
Fred Drake
2002-06-28
1
-1/+94
*
Integrate the tests for name interning from PyXML (test_pyexpat.py
Fred Drake
2002-06-27
1
-0/+18
*
Suppress the variable verbose output from test.xmltests; the inclusion of
Fred Drake
2002-06-26
2
-15/+3
*
Add convenience module to run all the XML tests.
Fred Drake
2002-06-25
2
-0/+395
*
Fix SF bug 572567: Memory leak in object comparison.
Raymond Hettinger
2002-06-24
1
-0/+12
*
Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is
Guido van Rossum
2002-06-21
1
-0/+5
*
SF 569257 -- Name mangle double underscored variable names in __slots__.
Raymond Hettinger
2002-06-20
1
-0/+18
*
Disable the test for importing very long lists for MacPython: it triggers
Jack Jansen
2002-06-20
1
-1/+2
*
Removed the generator future-stmt -- not needed for 2.3.
Tim Peters
2002-06-20
1
-1/+0
*
I get failures half of the time that I run this, so I'll disable
Guido van Rossum
2002-06-20
1
-2/+2
*
Fix the bug described in
Michael W. Hudson
2002-06-19
2
-1/+50
*
Michael fixed the race conditions and removed the sleeps.
Guido van Rossum
2002-06-18
1
-9/+55
*
Patch from SF bug 570483 (Tim Northover).
Guido van Rossum
2002-06-18
1
-0/+6
*
Alter text test arg to obey new rule, also include inverse test to make time-...
Piers Lauder
2002-06-17
1
-6/+5
*
test_module_with_large_stack(): This failed when Python was run with -O,
Tim Peters
2002-06-15
1
-2/+5
*
test_module_with_large_stack(): This failed on Windows, for the wrong
Tim Peters
2002-06-15
1
-1/+1
*
Test for the bug in recurse_down_subclasses() that I just fixed.
Guido van Rossum
2002-06-14
1
-0/+10
*
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz
2002-06-14
1
-0/+31
*
SF bug # 493951 string.{starts,ends}with vs slices
Neal Norwitz
2002-06-14
1
-0/+27
*
Test exceptional condition in select()
Neal Norwitz
2002-06-13
1
-0/+7
*
Test exceptional conditions in list.sort()
Neal Norwitz
2002-06-13
1
-0/+15
*
Fix for SF bug 532646. This is a little simpler than what Neal
Guido van Rossum
2002-06-13
1
-0/+14
*
Temporarily disable the timeout and socket tests.
Guido van Rossum
2002-06-13
2
-14/+14
*
Hopefully this addresses the remaining issues of SF bugs 459235 and
Guido van Rossum
2002-06-13
1
-0/+46
*
Comment out testHostnameRes() -- it depends on a correctly working
Guido van Rossum
2002-06-13
1
-10/+10
*
Fix non-blocking connect() for Windows. Refactored the code
Guido van Rossum
2002-06-13
1
-12/+2
*
Major overhaul of timeout sockets:
Guido van Rossum
2002-06-13
2
-4/+7
*
Fix a typo.
Guido van Rossum
2002-06-13
1
-1/+2
*
Whitespace nit.
Guido van Rossum
2002-06-13
1
-1/+1
*
Remove some overly complicated ways to concatenate and repeat strings
Guido van Rossum
2002-06-12
1
-6/+7
*
Don't test for Java, test for sys.getrefcount.
Guido van Rossum
2002-06-12
1
-2/+2
[next]