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
*
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
*
Some provisional changes to get more tests to run on Windows (I hope).
Guido van Rossum
2002-06-12
1
-6/+8
*
Argh. Typo. :-(
Guido van Rossum
2002-06-12
1
-1/+1
*
Allow absent fromfd(), for Windows.
Guido van Rossum
2002-06-12
1
-0/+2
*
testSetSockOpt() should not require the reuse flag to be 1 -- any
Guido van Rossum
2002-06-12
1
-2/+2
*
Lose the message on assertEqual calls -- they actually hide
Guido van Rossum
2002-06-12
1
-18/+15
*
Docstring, layout and style tweaking. Increase fuzz to 1 second.
Guido van Rossum
2002-06-12
1
-90/+87
*
Add some more basic tests to validate the argument checking of
Guido van Rossum
2002-06-12
1
-1/+51
*
New test suite for the socket module by Michael Gilfix.
Guido van Rossum
2002-06-12
3
-180/+486
*
Add a testcase to ensure that cycles going through the __class__ link
Guido van Rossum
2002-06-12
1
-0/+6
*
SF bug 567538: Generator can crash the interpreter (Finn Bock).
Guido van Rossum
2002-06-12
1
-0/+20
*
Fix for problem reported by Neal Norwitz. Tighten up calculation of
Michael W. Hudson
2002-06-11
1
-0/+2
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
2
-1/+73
*
Patch #488073: AtheOS port.
Martin v. Löwis
2002-06-11
6
-5/+48
*
SF patch 564549 (Erik Andersén).
Guido van Rossum
2002-06-10
1
-0/+11
*
Added -t (--threshold) option to call gc.set_threshold(N).
Guido van Rossum
2002-06-07
1
-25/+30
*
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
Guido van Rossum
2002-06-06
2
-10/+193
*
Fix from SF patch 565085: copy._reduction doesn't __setstate__.
Guido van Rossum
2002-06-06
1
-0/+29
*
Close SF bug 563740. complex() now finds __complex__() in new style classes.
Raymond Hettinger
2002-06-06
1
-0/+11
[next]