- 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 21 years ago
- 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 21 years ago
- 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 21 years ago
- 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 21 years ago
- 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
- ff5dc0e Improve test coverage. by Raymond Hettinger · 21 years ago
- bcab2b2 Improve test coverage. by Raymond Hettinger · 21 years ago
- 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 21 years ago
- 4cda01e * Increase test coverage. by Raymond Hettinger · 21 years ago
- aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 21 years ago
- 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 21 years ago
- 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 21 years ago
- 630e535 Rename test for comparision errors. by Raymond Hettinger · 21 years ago
- 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 21 years ago
- 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 21 years ago
- ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
- aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 21 years ago
- 5a59d88 Whitespace normalization. by Tim Peters · 21 years ago
- 3981511 Port test_unpack to doctest (patch #736962). by Johannes Gijsbers · 21 years ago
- 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 21 years ago
- 29302a7 Add a few more tests for the buffer() object. by Neil Schemenauer · 21 years ago
- 1cc3738 Whitespace normalization. by Tim Peters · 21 years ago
- 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 21 years ago
- 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 21 years ago
- 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 21 years ago
- 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 21 years ago
- ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 21 years ago
- 4ae900f - Changed SampleClass docstrings to test docstring parsing a little by Edward Loper · 21 years ago
- 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 21 years ago
- 0273f5b In DocFileTest: by Edward Loper · 21 years ago
- 528ca53 SF bug #1028306: date-datetime comparison by Tim Peters · 21 years ago
- c74298a Whitespace normalization. by Tim Peters · 21 years ago
- 0a1af4a Remove tabs. by Brett Cannon · 21 years ago
- 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 21 years ago
- 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 21 years ago
- cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 21 years ago
- 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 21 years ago
- 6d19111 Fix small bugs in Template code. by Raymond Hettinger · 21 years ago
- 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 21 years ago
- 3e773fb The 4th group is now 'invalid' instead of 'bogus'. by Barry Warsaw · 21 years ago
- c7cd20c Added a test for # positional arguments > 1. by Barry Warsaw · 21 years ago
- 958cc89 exclude_empty: make the default True for DocTestFinder, and introduce it by Tim Peters · 21 years ago
- 302bd58 Add tests for keyword arguments and combining mapping and keyword arguments. by Barry Warsaw · 21 years ago
- 32ddbf7 Added new parameter exclude_empty to DocTestFinder.__init__, which by Edward Loper · 21 years ago
- c568478 DocTestFinder._find(): for tests derived from a module __test__ global, by Tim Peters · 21 years ago
- 0e9980f Whitespace normalization. by Tim Peters · 21 years ago
- d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 21 years ago
- 17b5637 Recover from inspect.getmodule() changes. It returns a module for by Tim Peters · 21 years ago
- 12827c1 Many updates to PEP 292 templates. Summary: by Barry Warsaw · 21 years ago
- 75d9a62 add tests that make sure buffer boundaries are handled properly for SGML comments by Fred Drake · 21 years ago
- 85ae1a6 Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) . by Brett Cannon · 21 years ago
- 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
- 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 21 years ago
- 2ad68e6 Ported test__locale to unittest. by Brett Cannon · 21 years ago
- 658717e SF #1022953: binascii.a2b_hqx("") raises SystemError by Raymond Hettinger · 21 years ago
- c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 21 years ago
- c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 21 years ago
- b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 21 years ago
- ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 21 years ago
- 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 21 years ago
- 0506c64 Fixing bug #817234, which made SRE get into an infinite loop on by Gustavo Niemeyer · 21 years ago
- a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 21 years ago
- 3b2cdad Whitespace normalization. by Tim Peters · 21 years ago
- 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 21 years ago
- a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 21 years ago
- 7297da8 Remove test for mpz by Andrew M. Kuchling · 21 years ago
- 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 21 years ago
- 33ad28b Use multi-line import by Andrew M. Kuchling · 21 years ago
- 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
- daec961 Changed Karatsuba cutoff to match current reality. by Tim Peters · 21 years ago
- ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 21 years ago
- 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 21 years ago
- 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 21 years ago
- afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 21 years ago
- 45e77c5 Whitespace normalization. by Tim Peters · 21 years ago
- e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 21 years ago
- dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 21 years ago
- 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 21 years ago
- df7a208 Whitespace normalization. by Tim Peters · 21 years ago
- fafd874 Added an __iter__ method for test suites. by Jim Fulton · 21 years ago
- 9f556a4 setUp and tearDown functions are now passed the test object by Jim Fulton · 21 years ago
- f54bad4 - setUp and tearDown functions are now passed the test object by Jim Fulton · 21 years ago
- cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 21 years ago
- aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 21 years ago
- 0fafacc Removed outdated comment by Edward Loper · 21 years ago
- 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 21 years ago
- 108f137 test_bug1001011(): Verify that by Tim Peters · 21 years ago
- 2de91ba - Removed redundant call to expandtabs in DocTestParesr. by Edward Loper · 21 years ago
- 00f8da7 - Added DocTestParser.parse(), which parses a docstring into Examples by Edward Loper · 21 years ago
- 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 21 years ago
- e7edcb8 output_difference(): In fancy-diff cases, the way this split expected & by Tim Peters · 21 years ago
- 66cb018 Whitespace normalization. by Tim Peters · 21 years ago
- 770acc2 Remove unnecessary line. by Raymond Hettinger · 21 years ago
- a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 21 years ago
- 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 21 years ago
- 5662929 Shortened diff output for unified & context diffs by Edward Loper · 21 years ago
- aacf083 - Changed the output of report_start() and report_unexpected_exception() by Edward Loper · 21 years ago
- 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 21 years ago
- a6b6832 Added an "exc_msg" attribute to Example (containing the expected by Edward Loper · 21 years ago
- 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 21 years ago