summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-1827-107/+65
* repr() of a long int no longer produces a trailing 'L'.Guido van Rossum2006-08-181-3/+3
* test_bsddb runs fine on darwin.Guido van Rossum2006-08-181-1/+0
* Make the it_index field in the str/unicode iterators Py_ssize_t's.Guido van Rossum2006-08-172-0/+16
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-1712-59/+75
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1196-447/+3347
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-272-7/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-0813-516/+627
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-0818-522/+730
* While testing absolute and relative imports, remember that absolute importsThomas Wouters2006-05-281-6/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2761-553/+4687
* Comment out debug print.Guido van Rossum2006-05-261-1/+1
* SF patch 1495675: Remove types.InstanceType and new.instanceGuido van Rossum2006-05-262-13/+2
* Adding bytes.join() -- a class methods that concatenates an iterable of bytes.Guido van Rossum2006-05-051-0/+24
* __coerce__ is gone, there's nothing to test.Neal Norwitz2006-04-301-14/+1
* Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes.Guido van Rossum2006-04-271-2/+49
* Added much functionality to the bytes type.Guido van Rossum2006-04-242-36/+247
* Fix a leak and a buglet discovered by Thomas.Guido van Rossum2006-04-231-16/+48
* Fix test_main function so test_bytes can be run by regrtest.py.Thomas Wouters2006-04-231-1/+1
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-221-0/+109
* Delete test_coercion.py. Coercion is dead, so this test is useless.Guido van Rossum2006-04-221-329/+0
* Fix newly merged test for p3ykness.Thomas Wouters2006-04-211-1/+1
* Fix merge glitch.Thomas Wouters2006-04-211-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2187-2222/+2934
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-213-4/+3
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-216-13/+240
* Fix the problems in this test. Boy this is a painful thing to debug --Guido van Rossum2006-04-211-1/+3
* Fix (and add test for) missing check for BaseException subclasses in the CThomas Wouters2006-04-201-1/+19
* Fix test failures for repr.py.Guido van Rossum2006-04-201-6/+5
* Use explicit relative import for an, ehm, relative import.Thomas Wouters2006-04-181-1/+1
* Fix the expected output file; new classes just behave differently...Guido van Rossum2006-04-171-39/+5
* Fix xrange tests now that xrange() (like many other places) no longerThomas Wouters2006-04-171-1/+4
* Make test_class work (but still fail) even though class.__dict__ is now aThomas Wouters2006-04-151-2/+5
* Adjust test_enumerate to accomodate for iter() blowing up sooner thanThomas Wouters2006-04-151-1/+1
* Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily)Thomas Wouters2006-04-151-6/+6
* - Remove tests for classic class behaviourThomas Wouters2006-04-151-77/+7
* Fix test_bisect in the same way as test_itertools: iter() blows up a lotThomas Wouters2006-04-151-2/+2
* Fix the superficial augmented-assignment tests to deal with true division.Thomas Wouters2006-04-152-10/+22
* Fix tests that were trying to make iteration blow up, on broken iterators.Thomas Wouters2006-04-151-12/+12
* Remove tests for classic-class and mixed-classic-class/new-style behaviour.Thomas Wouters2006-04-151-146/+2
* - Fix doctest results to account for classes being new-style, and thusThomas Wouters2006-04-151-9/+9
* Use absolute import. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* Get rid of remnants of integer divisionNeal Norwitz2006-03-248-63/+20
* String exceptions are gone and so are classic classes.Neal Norwitz2006-03-241-40/+0
* Must inherit from Exception now.Neal Norwitz2006-03-241-1/+1
* Use *absolute* import now that it is required. (Should this go into 2.5? Ho...Neal Norwitz2006-03-241-1/+1
* Use relative import now that it is required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* Use relative import now that it is required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* Must inherit from Exception now.Neal Norwitz2006-03-241-2/+2
* Use relative import now that it is required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+2