summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Make StringIO work in non-unicode builds.Michael W. Hudson2002-03-181-12/+13
* amk's fix attached toMichael W. Hudson2002-03-182-0/+23
* doerwalter's failing examples fromMichael W. Hudson2002-03-181-0/+8
* Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfaultGuido van Rossum2002-03-181-0/+5
* Backport nnorwitz's checkin of revision 1.119:Michael W. Hudson2002-03-171-1/+1
* Backport a little test from Skip.Michael W. Hudson2002-03-171-0/+4
* Backport Tim's checkin of revision 1.5:Michael W. Hudson2002-03-171-11/+18
* Take Tim's work on file.truncate out of 2.2.1 again.Michael W. Hudson2002-03-171-30/+15
* Merge jackjansen's checking of revision 1.5.Michael W. Hudson2002-03-161-0/+8
* Backport Tim's work on getting file.truncate working better on Win32.Michael W. Hudson2002-03-161-15/+30
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-161-0/+89
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-151-0/+12
* backport akuchling's checkin ofMichael W. Hudson2002-03-151-0/+29
* backport akuchling's checkin ofMichael W. Hudson2002-03-151-0/+1
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-141-0/+10
* I don't understand it either...Michael W. Hudson2002-03-141-1/+2
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-111-0/+3
* backport tim_one's checkin ofMichael W. Hudson2002-03-081-0/+25
* backport my checkin ofMichael W. Hudson2002-03-071-0/+11
* backport my checkin ofMichael W. Hudson2002-03-071-0/+12
* backport tim_one's checkin ofMichael W. Hudson2002-03-051-0/+1
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-051-0/+4
* backport my checkin ofMichael W. Hudson2002-03-051-0/+7
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-032-0/+10
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-282-1/+13
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-281-0/+1
* backport tim_one's checkin ofMichael W. Hudson2002-02-251-0/+1
* backport tim_one's checkin ofMichael W. Hudson2002-02-222-5/+13
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* It's merge time!Michael W. Hudson2002-01-281-1/+5
* It's merge time!Michael W. Hudson2002-01-281-0/+15
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-01-281-0/+8
* Backport gvanrossum's checkin of revisionsMichael W. Hudson2002-01-041-1/+10
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-281-0/+7
* test_parseaddr_empty(): New test for assuring thatBarry Warsaw2001-12-201-0/+4
* Whitespace normalization.Tim Peters2001-12-201-1/+0
* Add test for pickling new-style class with custom metaclass.Guido van Rossum2001-12-191-0/+12
* Add some additional tests that check more proxy behaviors.Fred Drake2001-12-191-0/+18
* Fix the test control support for the pickle & cPickle tests so the tests runFred Drake2001-12-192-8/+22
* The test using class initarg failed, because it was lacking aGuido van Rossum2001-12-191-0/+3
* Don't call resetwarnings(). Be more restrictive in what we filter outGuido van Rossum2001-12-151-3/+1
* Added test_socketserver and test_unicode_file to tests expected to beJack Jansen2001-12-141-0/+2
* (Merge into trunk.)Guido van Rossum2001-12-141-0/+10
* Undo inadvertent change to test_scope in previous checkinJeremy Hylton2001-12-131-2/+1
* Add a comment explaining what these tests are for, and where to look forFred Drake2001-12-131-0/+3
* Ensure that complex() only accepts a string argument as the first arg,Fred Drake2001-12-131-0/+8
* Update output generated by test_scopeJeremy Hylton2001-12-131-1/+1
* Add test for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-131-2/+10
* Very small test suite for the calendar module, mostly to check a constraintFred Drake2001-12-121-0/+34
* Fiddle test_class so it passes with -Qnew.Tim Peters2001-12-111-5/+20