- 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 20 years ago
- 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 20 years ago
- 513c8bd Arghh, checked in wrong draft. Replacing with correct one. by Raymond Hettinger · 20 years ago
- 0336e1f Use local variables in StringIO.write(). by Raymond Hettinger · 20 years ago
- 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 20 years ago
- 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
- ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 20 years ago
- b959117 Added getLoggerClass() by Vinay Sajip · 20 years ago
- a2fc7ec - Minor docstring fixes. - Simplified code to find names for file-based tests. by Edward Loper · 20 years ago
- 4ae900f - Changed SampleClass docstrings to test docstring parsing a little by Edward Loper · 20 years ago
- bab3e99 Whitespace normalization. by Tim Peters · 20 years ago
- 6165620 Import no longer needed. by Raymond Hettinger · 20 years ago
- 13dea5a Raymond reminded me to use DSU key by Skip Montanaro · 20 years ago
- 41f89a4 Sort classes by fully qualified name. In the common case where you are by Skip Montanaro · 20 years ago
- 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 20 years ago
- 636a6b1 SF patch #1020845: Decimal performance enhancements by Raymond Hettinger · 20 years ago
- 0273f5b In DocFileTest: by Edward Loper · 20 years ago
- 725f8c8 Patch #1021596: Check for None to determine whether _urandomfd is uninitialized. by Martin v. Löwis · 20 years ago
- b0c670c Convert boolean results back to strings. Fixes #807871. Will backport to 2.3. by Martin v. Löwis · 20 years ago
- f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 20 years ago
- 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 20 years ago
- 17cb600 At the cost of a modest (but useful in its own right) change in the semantics by Barry Warsaw · 20 years ago
- 6011a3c SF Patch 1022011: Add a command-line argument --no-autoreq, which sets the by Sean Reifschneider · 20 years ago
- 57a6a41 SF Patch 1022003: Change bdist_rpm _topdir to use by Sean Reifschneider · 20 years ago
- 528ca53 SF bug #1028306: date-datetime comparison by Tim Peters · 20 years ago
- c74298a Whitespace normalization. by Tim Peters · 20 years ago
- 0a1af4a Remove tabs. by Brett Cannon · 20 years ago
- 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
- 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 20 years ago
- cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 20 years ago
- 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 20 years ago
- 065a32f Make the hint about the None default less ambiguous. by Walter Dörwald · 20 years ago
- 782afc5 Enhance the docstrings for unicode.split() and string.split() by Walter Dörwald · 20 years ago
- 6d19111 Fix small bugs in Template code. by Raymond Hettinger · 20 years ago
- 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 20 years ago
- 3e773fb The 4th group is now 'invalid' instead of 'bogus'. by Barry Warsaw · 20 years ago
- b5c6b5b Raymond's good suggestion to re-order the tests in the convert() helper so the by Barry Warsaw · 20 years ago
- b6234a9 substitute(), safe_substitute(): Paul Moore provides a better hack for dealing by Barry Warsaw · 20 years ago
- c7cd20c Added a test for # positional arguments > 1. by Barry Warsaw · 20 years ago
- 958cc89 exclude_empty: make the default True for DocTestFinder, and introduce it by Tim Peters · 20 years ago
- 302bd58 Add tests for keyword arguments and combining mapping and keyword arguments. by Barry Warsaw · 20 years ago
- 46b629c Accepted Raymond's patch to combine mapping and keyword arguments, with slight by Barry Warsaw · 20 years ago
- 32ddbf7 Added new parameter exclude_empty to DocTestFinder.__init__, which by Edward Loper · 20 years ago
- c568478 DocTestFinder._find(): for tests derived from a module __test__ global, by Tim Peters · 20 years ago
- 82076ef Reluctantly, rehabilitate doctest.master. by Tim Peters · 20 years ago
- 9661f9a Tester.run___test__(): This couldn't possibly work at all. I'm afraid by Tim Peters · 20 years ago
- 4be7a92 Tester.__init__(): this couldn't possibly work when a module argument by Tim Peters · 20 years ago
- 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
- d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 20 years ago
- 17b5637 Recover from inspect.getmodule() changes. It returns a module for by Tim Peters · 20 years ago
- 9324526 Use __module__ attribute when available instead of using isclass() predicate by Johannes Gijsbers · 20 years ago
- f43e8bd Template: remove __slots__ since that interferes with the ability to mix in by Barry Warsaw · 20 years ago
- 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 20 years ago
- 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 20 years ago
- 641d648 Patch #808115: Add script support to bdist_rpm.py. by Martin v. Löwis · 20 years ago
- 1f7d6a6 __slots__ went missing from Template. by Raymond Hettinger · 20 years ago
- 12827c1 Many updates to PEP 292 templates. Summary: by Barry Warsaw · 20 years ago
- 583359e clean up the API a little; exceptions are defined by this module by Fred Drake · 20 years ago
- 58ae830 add name that should be considered public to __all__ by Fred Drake · 20 years ago
- 49b4d19 remove unnecessary override of base class method by Fred Drake · 20 years ago
- 75d9a62 add tests that make sure buffer boundaries are handled properly for SGML comments by Fred Drake · 20 years ago
- 85ae1a6 Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) . by Brett Cannon · 20 years ago
- 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
- 8f00a24 Remove debugging print (not triggered by test suite) and add XXX comment about how the code should raise a SyntaxError. by Jeremy Hylton · 20 years ago
- 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
- 2ad68e6 Ported test__locale to unittest. by Brett Cannon · 20 years ago
- 658717e SF #1022953: binascii.a2b_hqx("") raises SystemError by Raymond Hettinger · 20 years ago
- 8158e84 Fix erroneous docstring comment. by Raymond Hettinger · 20 years ago
- c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 20 years ago
- c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 20 years ago
- b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
- ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 20 years ago
- 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 20 years ago
- ba60196 Added a couple names to __all__. by Tim Peters · 20 years ago
- f5a1599 Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman. by Gustavo Niemeyer · 20 years ago
- bdbdfd7 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
- 0506c64 Fixing bug #817234, which made SRE get into an infinite loop on by Gustavo Niemeyer · 20 years ago
- a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 20 years ago
- e47c381 [Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable by Andrew M. Kuchling · 20 years ago
- 3b2cdad Whitespace normalization. by Tim Peters · 20 years ago
- 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 20 years ago
- a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 20 years ago
- 810b76a Remove rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
- 7297da8 Remove test for mpz by Andrew M. Kuchling · 20 years ago
- 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 20 years ago
- f3f1c85 Remove TERMIOS module by Andrew M. Kuchling · 20 years ago
- 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
- 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
- 7c2a85b HardwareRandom: Go back to multiplying by 2**-BPF instead of using by Tim Peters · 20 years ago
- 3fa19d7 Take advantage of the math library's ldexp for assembling a float by by Raymond Hettinger · 20 years ago
- daec961 Changed Karatsuba cutoff to match current reality. by Tim Peters · 20 years ago
- 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 20 years ago
- 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
- d2a1aa4 Whitespace normalization. by Johannes Gijsbers · 20 years ago
- 4a9faa1 Patch #1003640: replace checkline() function parsing with new breakpoint logic: by Johannes Gijsbers · 20 years ago
- ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
- 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
- 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 20 years ago
- afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 20 years ago
- 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago