summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.Phillip J. Eby2004-09-231-2/+16
* SF patch #1031667: Fold tuples of constants into a single constantRaymond Hettinger2004-09-221-3/+13
* Bug #1030125: rfc822 __iter__ problemRaymond Hettinger2004-09-221-0/+11
* - Changed SampleClass docstrings to test docstring parsing a littleEdward Loper2004-09-211-7/+18
* - Added "testfile" function, a simple function for running & verifyingEdward Loper2004-09-191-3/+132
* In DocFileTest:Edward Loper2004-09-181-3/+26
* SF bug #1028306: date-datetime comparisonTim Peters2004-09-161-0/+43
* Whitespace normalization.Tim Peters2004-09-161-1/+1
* Remove tabs.Brett Cannon2004-09-151-4/+4
* Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.Martin v. Löwis2004-09-151-0/+2
* Strip square brackets from IPv6 address.Martin v. Löwis2004-09-141-3/+8
* missed the obvious test case and corresponding fixSkip Montanaro2004-09-141-1/+1
* Search from the end of the host/port combination to find the colon whichSkip Montanaro2004-09-141-0/+7
* Fix small bugs in Template code.Raymond Hettinger2004-09-141-8/+18
* SF #1027105: HardwareRandom should be renamed OSRandomRaymond Hettinger2004-09-131-4/+4
* The 4th group is now 'invalid' instead of 'bogus'.Barry Warsaw2004-09-131-1/+1
* Added a test for # positional arguments > 1.Barry Warsaw2004-09-131-0/+4
* exclude_empty: make the default True for DocTestFinder, and introduce itTim Peters2004-09-131-7/+20
* Add tests for keyword arguments and combining mapping and keyword arguments.Barry Warsaw2004-09-131-0/+28
* Added new parameter exclude_empty to DocTestFinder.__init__, whichEdward Loper2004-09-131-4/+20
* DocTestFinder._find(): for tests derived from a module __test__ global,Tim Peters2004-09-132-8/+8
* Whitespace normalization.Tim Peters2004-09-122-5/+5
* Document not-completely-obvious behavior in a test.Johannes Gijsbers2004-09-111-0/+7
* Recover from inspect.getmodule() changes. It returns a module forTim Peters2004-09-111-25/+42
* Many updates to PEP 292 templates. Summary:Barry Warsaw2004-09-101-32/+82
* add tests that make sure buffer boundaries are handled properly for SGML comm...Fred Drake2004-09-082-0/+26
* Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) .Brett Cannon2004-09-081-3/+9
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-1/+117
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-072-3/+60
* Ported test__locale to unittest.Brett Cannon2004-09-061-26/+34
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-061-0/+10
* Fulfill Martin's request to use try/except rather than a "look beforeRaymond Hettinger2004-09-051-1/+5
* Teach a test about the different kinds of functions.Raymond Hettinger2004-09-041-2/+2
* SF bug #1022010: Import random failsRaymond Hettinger2004-09-041-3/+6
* Change the strategy for coping with time intensive tests fromRaymond Hettinger2004-09-042-8/+17
* Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explainedTim Peters2004-09-041-0/+37
* Fixing bug #817234, which made SRE get into an infinite loop onGustavo Niemeyer2004-09-031-0/+16
* Applying modified version of patch #1018386, which fixesGustavo Niemeyer2004-09-031-0/+53
* Whitespace normalization.Tim Peters2004-09-011-3/+3
* Missed some occurrences of test_mpzAndrew M. Kuchling2004-08-311-3/+0
* Remove test output for rotor, xreadlineAndrew M. Kuchling2004-08-312-9/+0
* Remove test for mpzAndrew M. Kuchling2004-08-311-89/+0
* Remove tests for mpz, rotor, xreadlinesAndrew M. Kuchling2004-08-313-84/+0
* Use multi-line importAndrew M. Kuchling2004-08-311-4/+4
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-314-2/+62
* Changed Karatsuba cutoff to match current reality.Tim Peters2004-08-301-1/+1
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-302-0/+12
* Teach the random module about os.urandom().Raymond Hettinger2004-08-301-0/+102
* Whitespace normalization. test_difflib passes again.Tim Peters2004-08-292-70/+70
* Reverting whitespace normalization. test_difflib fails with it -- theTim Peters2004-08-291-16/+16