summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Charles G. Waldman <cgq@fnal.gov>:Fred Drake2000-08-242-18/+4
* style nitsJeremy Hylton2000-08-231-4/+8
* When skipping a test, do not include a spurious space between the exceptionFred Drake2000-08-231-1/+1
* test case output for dospath regr testSkip Montanaro2000-08-231-0/+2
* new test - like test_ntpath but without splitunc test casesSkip Montanaro2000-08-231-0/+49
* added commonprefix test casesSkip Montanaro2000-08-231-0/+6
* updated to correct failing test casesSkip Montanaro2000-08-231-2/+2
* Rehabilitate autotest.py.Tim Peters2000-08-232-1/+40
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-222-0/+7
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-212-7/+1
* Add a minimal test suite for the parser module.Fred Drake2000-08-212-0/+152
* Add TestSkipped as another interesting item defined by test_support.Fred Drake2000-08-211-0/+4
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-212-0/+23
* Remove the winreg module from the project. I don't believe anyTim Peters2000-08-212-427/+0
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-202-0/+108
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-192-0/+20
* Test case for Cookie.pyAndrew M. Kuchling2000-08-192-0/+33
* Better conformance to the Python Style Guide: use spaces around operators.Fred Drake2000-08-181-32/+33