summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace normalization.Tim Peters2004-08-292-17/+17
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-292-2/+652
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-0/+11
* SF feature request #992967: array.array objects should support sequences.Raymond Hettinger2004-08-291-3/+35
* Whitespace normalization.Tim Peters2004-08-291-2/+2
* Added an __iter__ method for test suites.Jim Fulton2004-08-281-0/+31
* setUp and tearDown functions are now passed the test objectJim Fulton2004-08-281-2/+2
* - setUp and tearDown functions are now passed the test objectJim Fulton2004-08-281-5/+111
* Removed old "if 0:" block for leak detection; wouldn't work anymore anyway.Tim Peters2004-08-271-8/+1
* Don't really need ellipsis doctests for the syntax errors, becauseTim Peters2004-08-271-12/+12
* Removed outdated commentEdward Loper2004-08-271-2/+0
* Fixed 6 failures due to doctest changes.Tim Peters2004-08-271-16/+16
* test_bug1001011(): Verify thatTim Peters2004-08-271-5/+33
* - Removed redundant call to expandtabs in DocTestParesr.Edward Loper2004-08-271-51/+114
* - Added DocTestParser.parse(), which parses a docstring into ExamplesEdward Loper2004-08-261-2/+57
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-264-24/+23
* output_difference(): In fancy-diff cases, the way this split expected &Tim Peters2004-08-261-7/+3
* Whitespace normalization.Tim Peters2004-08-262-6/+5
* Remove unnecessary line.Raymond Hettinger2004-08-261-1/+0
* Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after theEdward Loper2004-08-261-0/+81
* Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; andEdward Loper2004-08-261-7/+7
* Shortened diff output for unified & context diffsEdward Loper2004-08-261-6/+2
* - Changed the output of report_start() and report_unexpected_exception()Edward Loper2004-08-261-22/+40
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-261-0/+39