summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-182-209/+0
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-162-733/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-525/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-97/+0
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-072-12/+12
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-312-12/+12
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-171-3/+0
* Make Decimal a subclass of Real and Inexact.Guido van Rossum2007-12-102-28/+28
* Fix the rest of issue 1400, by introducing a proper implementation ofGuido van Rossum2007-12-062-28/+28
* Believe it or not, the addition of flush() calls broke two unittests.Guido van Rossum2007-12-052-2/+30
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-0/+2
* Patch 1420 by Ron Adam.Guido van Rossum2007-11-121-19/+19
* Oh, I missed the output part of the test ...Christian Heimes2007-10-311-2/+2
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-285-75/+0
* Convert test_pkg to use unittest.Collin Winter2007-08-241-43/+0
* Remove output file for test that was already removedNeal Norwitz2007-08-171-2/+0
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-7/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-132-30/+43
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-6/+9
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-072-11/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-276-510/+0
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-3/+3
* Trivial fix for test_profile.py.Guido van Rossum2007-02-091-7/+7
* Some more tests pass now. (Also test_compiler.py with -u all.)Guido van Rossum2007-02-091-8/+8
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-013-11/+0
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-1/+17
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-1317-478/+50
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-38/+38
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-0/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-063-7/+12
* Check in new output for test_tokenize.Brett Cannon2006-08-251-12/+13
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-242-6/+4
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-10/+10
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+2
* Another has_key reference bites the dust.Guido van Rossum2006-08-191-2/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-112-2/+13
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-082-54/+17
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-3/+3
* SF patch 1495675: Remove types.InstanceType and new.instanceGuido van Rossum2006-05-261-1/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-1209/+0
* Fix the expected output file; new classes just behave differently...Guido van Rossum2006-04-171-39/+5
* Fix the superficial augmented-assignment tests to deal with true division.Thomas Wouters2006-04-151-4/+7
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-3/+3
* Test case to cover subscription bug from SF 1333982Jeremy Hylton2006-02-281-0/+1
* Added the cProfile module.Armin Rigo2006-02-082-7/+150
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-0/+1
* Added a test for the ability to specify a class attribute in Formatter config...Vinay Sajip2006-01-201-0/+4
* Changes due to added test for fileConfig contributed by Shane Hathaway.Vinay Sajip2006-01-161-0/+6