summaryrefslogtreecommitdiff
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make test_coercion.py less sensitive to platform fp quirks. ClosesNeil Schemenauer2004-03-101-329/+329
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-211-0/+1
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...Neal Norwitz2003-12-131-8/+0
* Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.Walter Dörwald2003-12-111-9/+0
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-3/+2
* Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work withMark Hammond2003-12-031-2/+0
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-301-2/+0
* Fixed test and converted to unittest format.Raymond Hettinger2003-07-151-1/+0
* Reworked test_warnings.py:Raymond Hettinger2003-07-131-10/+0
* This test failed on WindowsME because the full file path did not getRaymond Hettinger2003-07-131-4/+4
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-111-0/+10
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-081-0/+2
* SF patch #736962. Converted test_compile to unittest format.Raymond Hettinger2003-06-231-7/+0
* test_posixpath.py now uses unittest. The output file is no longer needed.Raymond Hettinger2003-06-171-2/+0
* Test script changed.Greg Ward2003-05-291-6/+5
* Port test_mimetools.py to PyUnit and add various tests.Walter Dörwald2003-05-221-5/+0