summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #422702: Make flag argument to open optional, and document it that way.Martin v. Löwis2001-06-051-1/+1
* Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.Martin v. Löwis2001-06-051-1/+2
* Convert the parser module test to use PyUnit.Fred Drake2001-06-042-300/+212
* Add some useful Windows encodings - patch #423221.Mark Hammond2001-06-041-0/+5
* Implement testGetElementsByTagNameNS.Martin v. Löwis2001-06-032-1/+9
* Fix getElementsByTagNameNS:Martin v. Löwis2001-06-031-3/+7
* lookdict: stop more insane core-dump mutating comparison cases. ShouldTim Peters2001-06-031-0/+68
* Fix comment.Tim Peters2001-06-021-1/+1
* Coredumpers from Michael Hudson, mutating dicts while printing orTim Peters2001-06-021-1/+65
* more public symbols for __all__Skip Montanaro2001-06-011-1/+6
* This division test was too stringent in its accuracy expectations forTim Peters2001-05-291-4/+4
* BadDictKey test: The output file expected "raising error" to be printedTim Peters2001-05-291-1/+10
* runtest(): When generating output, if the result is a single line with theFred Drake2001-05-291-1/+19
* The one-line output files are no longer needed, so do not keep them.Fred Drake2001-05-291-1/+0
* Variety of test cases for call to builtin functionsJeremy Hylton2001-05-292-0/+126
* Whitespace normalization.Tim Peters2001-05-293-3/+2
* Patch from Gordon McMillan.Tim Peters2001-05-291-5/+12
* Jack Jansen hit a bug in the new dict code, reported on python-dev.Tim Peters2001-05-231-0/+15
* When Tim untabified this file, his editor accidentally assumed 4-spaceGuido van Rossum2001-05-231-4/+4
* Remove test_doctest's expected-output file.Tim Peters2001-05-234-330/+101
* Update to reflect recent changes to regrtest and the new approaches toFred Drake2001-05-231-7/+55
* Merge my changes to the offending comment with Guido's changes.Fred Drake2001-05-231-6/+10
* Remove test_difflib's output file and change test_difflib to stopTim Peters2001-05-232-281/+1
* Removed incorrect comment left over from sgmllib.py.Guido van Rossum2001-05-221-7/+7
* Remove output files that are no longer needed since the correspondingFred Drake2001-05-222-11/+0
* Move the sha tests to PyUnit.Fred Drake2001-05-222-22/+20
* Convert binhex regression test to PyUnit. We could use a better testFred Drake2001-05-221-40/+38
* Convert copy_reg test to PyUnit.Fred Drake2001-05-221-29/+19
* Remove unused import.Fred Drake2001-05-221-1/+0
* Simple conversion to PyUnit -- this test really needs more work!Fred Drake2001-05-221-9/+14
* Convert dospath test suite to PyUnit, adding a couple more cases forFred Drake2001-05-221-46/+55
* Re-write the rfc822 tests to use PyUnit.Fred Drake2001-05-221-138/+162
* Per discussion with Barry, make the default value for both get() andFred Drake2001-05-221-5/+4
* Implementing an idea from Guido on the checkins list:Tim Peters2001-05-222-24/+25
* Convert time module tests to PyUnit.Fred Drake2001-05-221-37/+49
* Migrate the strop test to PyUnit.Fred Drake2001-05-222-84/+118
* create_message(): When os.link() doesn't exist, make a copy of the msgTim Peters2001-05-221-1/+6
* Application of patch #401842 by Denis S. Otkidach to supportBarry Warsaw2001-05-221-9/+11
* Add tests for the new .get() and .setdefault() methods of rfc822.MessageFred Drake2001-05-221-1/+19
* Added .get() and .setdefault() support to rfc822.Message.Fred Drake2001-05-221-0/+20
* New test adapted from the ancient Demo/threads/bug.py.Tim Peters2001-05-221-0/+52
* Remove all files of expected output that contain only the name of theFred Drake2001-05-2165-65/+0
* If the file containing expected output does not exist, assume that itFred Drake2001-05-211-1/+6
* Fix bug #418369: typo in bdist_rpmAndrew M. Kuchling2001-05-211-1/+1
* Re-write the mailbox test suite to use PyUnit. Cover a lot more groundFred Drake2001-05-212-22/+81
* parse_declaration(): be more lenient in what we accept. We nowGuido van Rossum2001-05-211-12/+7
* Update a comment.Fred Drake2001-05-181-2/+2
* Simple conversion to PyUnit.Fred Drake2001-05-181-11/+19
* Simple conversion to PyUnit.Fred Drake2001-05-181-23/+20
* Added test suite for the new HTMLParser module, originally from theFred Drake2001-05-182-0/+255