summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-111-0/+1
* Oops, forgot to add the output file to 41388.Neal Norwitz2005-11-031-0/+2
* Merge ast-branch to headJeremy Hylton2005-10-202-1/+2
* *** empty log message ***Georg Brandl2005-08-261-11/+11
* Adapt output file to new Cookie JS output.Georg Brandl2005-06-271-4/+4
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-201-3/+0
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-4/+1
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-0/+2
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-241-0/+19
* Stop printing listdir bytestring output, as the precise list of stringsMartin v. Löwis2004-11-071-1/+0
* Kill several problems at once: test_poll() failed sometimes for me.Tim Peters2004-10-131-2/+0
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-121-0/+2
* Remove test output for rotor, xreadlineAndrew M. Kuchling2004-08-312-9/+0
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-1/+2
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-1/+12
* Don't return spurious empty fields if 'keep_empty_values' is True.Neil Schemenauer2004-07-191-0/+11
* Using repr() generates entries that the current stats package can'tNicholas Bastin2004-07-121-3/+3
* Massive performance improvement for C extension and builtin tracing codeNicholas Bastin2004-06-251-3/+3
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-1/+1
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-1/+4
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-221-6/+6
* Port test_binascii.py to PyUnit and enhance tests.Walter Dörwald2004-03-151-29/+0