summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-212-28/+36
* The minidom.Node class has a debug attribute which, when its _debugGuido van Rossum2000-09-211-0/+2
* Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...Tim Peters2000-09-211-23/+136
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-192-0/+19
* test_userlist.py:Tim Peters2000-09-191-39/+52
* Fix test errors.Paul Prescod2000-09-192-2/+1
* New test cases for the StringIO moduleMartin v. Löwis2000-09-192-0/+24
* Don't print specific Node instances unless running verbosely.Martin v. Löwis2000-09-192-4/+10
* Fixed the error reporting (raise of TestFailed) for the zip() andBarry Warsaw2000-09-191-2/+2
* Test output that goes with updated test_minidom.Paul Prescod2000-09-181-0/+44
* Change assertions to confirmations so that optimization doesn't disablePaul Prescod2000-09-181-46/+66
* Fix up the cleanup of the temporary DB so it works for BSD DB'sFred Drake2000-09-181-4/+12
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-161-2/+12
* - add a new testNeil Schemenauer2000-09-151-0/+22
* fix bug #110661 (PR#356) -- accept either & or ; as separator for CGIJeremy Hylton2000-09-152-0/+10
* Fix Bug #114293:Jeremy Hylton2000-09-154-111/+90
* For current directory use os.curdir, not ".".Jack Jansen2000-09-151-2/+2
* Allow am/pm as well as AM/PM (C9X behaviour).Jack Jansen2000-09-151-2/+2
* Remove "," from the list of always_safe characters. It is a reservedJeremy Hylton2000-09-141-0/+18
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-082-0/+59
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-042-2/+1
* updated SRE test suite (fixes PEP223 problem, shows syntax errors)Fredrik Lundh2000-09-031-76/+78
* Repair failing test_sre.py.Tim Peters2000-09-031-3/+3
* return -1 for undefined groups (as implemented in 1.5.2) instead ofFredrik Lundh2000-09-021-1/+6
* -- tightened up parsing of octal numbersFredrik Lundh2000-09-022-190/+150
* The "more" cmd varies across Windows flavors, sometimes adding strayTim Peters2000-09-011-7/+16
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-014-12/+19
* closes bug #112468 (and all the other bugs that surfaced whenFredrik Lundh2000-08-311-15/+38
* Test case to exercise fix for error propogation bug in dictionarys.Fred Drake2000-08-312-2/+28
* fixes bug #111951Jeremy Hylton2000-08-312-0/+15
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-302-257/+154
* Fix for two problems on FreeBSD:Andrew M. Kuchling2000-08-291-3/+6
* Add support for FreeBSD-[45].Guido van Rossum2000-08-291-1/+1
* Added tests of "print >> None"Barry Warsaw2000-08-292-0/+26
* Added os.popen2() and os.popen3() for non-Windows platforms.Fred Drake2000-08-282-1/+39
* Open binary files in binary mode. Fixes test failure under Windows.Tim Peters2000-08-261-1/+1
* Tim Peters:Moshe Zadka2000-08-261-26/+0
* Another new test using "from test.test_support import ...", causingTim Peters2000-08-261-3/+1
* Update the parser module to support augmented assignment.Fred Drake2000-08-252-43/+122
* Output of the new testMarc-André Lemburg2000-08-251-0/+1
* New test suite for file objects by Jeremy Hilton. This will needMarc-André Lemburg2000-08-251-0/+45
* Closing patch #101120 -- After everyone agreed.Moshe Zadka2000-08-251-3/+13
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-6/+0
* Set this test up so that we don't have to create xx/LC_MESSAGES in theBarry Warsaw2000-08-251-66/+320
* updated test outputBarry Warsaw2000-08-251-3/+24
* output from test_gettext.py test suiteBarry Warsaw2000-08-251-0/+4
* Test suite for new gettext.py module.Barry Warsaw2000-08-251-0/+76
* Test suite for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-252-0/+214
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-242-0/+280
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-242-1/+15