summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27193-13382/+9088
* Comment out debug print.Guido van Rossum2006-05-261-1/+1
* SF patch 1495675: Remove types.InstanceType and new.instanceGuido van Rossum2006-05-269-134/+50
* Adding bytes.join() -- a class methods that concatenates an iterable of bytes.Guido van Rossum2006-05-051-0/+24
* Some of the test cases were failing due to the busted (relative) import.Neal Norwitz2006-04-301-1/+1
* __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
* Merge with trunk up to revision 45620.Thomas Wouters2006-04-211-0/+1
* Fix test_scriptpackage with pure will power.Guido van Rossum2006-04-2121-128/+139
* Fix relative import. This fixes test_sax.py.Guido van Rossum2006-04-211-1/+1
* Fix the unit tests by adding dispatch tables for DateTime and Binary.Guido van Rossum2006-04-211-0/+2
* 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-21286-7546/+21939
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-214-4/+3
* Merge trunk's 43068, deleting re.py. This leaves the branch in a brokenThomas Wouters2006-04-211-6/+0
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-21100-403/+2509
* 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 typical truedivision problem (using the result of division as an index.)Thomas Wouters2006-04-201-2/+2
* Fix test failures for repr.py.Guido van Rossum2006-04-202-16/+10
* 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 two errors that prevented "make libinstall" from working:Guido van Rossum2006-04-172-3/+3
* 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-249-74/+29
* String exceptions are gone and so are classic classes.Neal Norwitz2006-03-241-40/+0
* Use *absolute* imports now that they are required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* Must inherit from Exception now.Neal Norwitz2006-03-241-1/+1
* Use *absolute* imports now that they are required. (Should this go into 2.5?)Neal Norwitz2006-03-243-9/+9
* 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
* Ok, compiler.transformer can really be imported nowNeal Norwitz2006-03-243-6/+6
* Must inherit from Exception now.Neal Norwitz2006-03-241-2/+2