- 17b52af Fixed #1624: Remove output comparison for test_pep277 by Christian Heimes · 18 years ago
- c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 18 years ago
- 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 18 years ago
- fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 18 years ago
- e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 18 years ago
- 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 18 years ago
- 692bbc4 Port test_frozen to unittest. by Georg Brandl · 18 years ago
- 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 18 years ago
- 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 18 years ago
- 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
- d28fcbc Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. by Collin Winter · 18 years ago
- 6de691d Remove test/output/test_popen2 (missed in r54417). by Collin Winter · 18 years ago
- cb637c9 Patch #1670993: Refactor test_threadedtempfile.py to use unittest. by Collin Winter · 18 years ago
- f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 18 years ago
- 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 18 years ago
- 4b884a5 Port test_popen.py to unittest. by Walter Dörwald · 19 years ago
- 71cd551 Port test_new.py to unittest. by Walter Dörwald · 19 years ago
- 9fab9a7 Port test_resource.py to unittest. by Walter Dörwald · 19 years ago
- f008203 Move xdrlib tests from the module into a separate test script, by Walter Dörwald · 19 years ago
- 59ba429 Remove leftover test output file. by Georg Brandl · 19 years ago
- cd97208 Convert test_openpty to unittest. by Georg Brandl · 19 years ago
- e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 19 years ago
- 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 19 years ago
- e184433 Convert test_cgi to unittest. by Georg Brandl · 19 years ago
- a962eb3 Convert test_cookie to unittest. by Georg Brandl · 19 years ago
- bd0fb14 Convert test_types to unittest. by Georg Brandl · 19 years ago
- 850b2be Convert test_nis to unittest. by Georg Brandl · 19 years ago
- eecce79 Convert test_poll to unittest. by Georg Brandl · 19 years ago
- 3163179 Convert test_mmap to unittest. by Georg Brandl · 19 years ago
- 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 19 years ago
- 2f03760 Convert test_math to unittest. by Georg Brandl · 19 years ago
- c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 19 years ago
- 76467ba Bug fixes large and small for tokenize. by Jeremy Hylton · 19 years ago
- 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 19 years ago
- 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 19 years ago
- 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
- 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- 28eeefe Revert revisions: by Tim Peters · 19 years ago
- 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
- cdcede6 Convert test_exceptions to unittest. by Georg Brandl · 19 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
- 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 19 years ago
- 019514e Make test_augassign pass with -Qnew and convert to unittest. by Georg Brandl · 19 years ago
- 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 19 years ago
- bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
- 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 19 years ago
- a871ef2 Added the cProfile module. by Armin Rigo · 20 years ago
- 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 20 years ago
- 80d2df8 Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
- fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
- 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 20 years ago
- 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 20 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
- 62fe585 *** empty log message *** by Georg Brandl · 20 years ago
- 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 20 years ago
- 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 20 years ago
- 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago
- 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
- c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 20 years ago
- d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 21 years ago
- 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 21 years ago
- 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago
- a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 21 years ago
- 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
- c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
- 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 21 years ago
- 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 21 years ago
- d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 21 years ago
- 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
- c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
- 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
- cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 21 years ago
- 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
- 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 21 years ago
- 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 22 years ago
- b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 22 years ago
- 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 22 years ago
- 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 22 years ago
- f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 22 years ago
- 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
- d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 22 years ago
- dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 22 years ago
- 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 22 years ago
- 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 22 years ago
- 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 22 years ago
- c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 22 years ago
- 29a1def Test script changed. by Greg Ward · 22 years ago
- 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 22 years ago
- 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 22 years ago
- 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 22 years ago
- 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 22 years ago
- 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 22 years ago
- 45f4130 test_re is no longer needed by Guido van Rossum · 22 years ago
- b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 22 years ago
- 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
- 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
- 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
- bb2734a Port test_charmapcodec to PyUnit. From SF patch #662807 by Walter Dörwald · 23 years ago
- 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 23 years ago