summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-081-0/+10
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-041-0/+0
* -- tightened up parsing of octal numbersFredrik Lundh2000-09-021-1/+0
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-011-5/+5
* Test case to exercise fix for error propogation bug in dictionarys.Fred Drake2000-08-311-1/+4
* fixes bug #111951Jeremy Hylton2000-08-311-0/+1
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-301-5/+26
* Added tests of "print >> None"Barry Warsaw2000-08-291-0/+1
* Added os.popen2() and os.popen3() for non-Windows platforms.Fred Drake2000-08-281-0/+5
* Tim Peters:Moshe Zadka2000-08-261-26/+0
* Update the parser module to support augmented assignment.Fred Drake2000-08-251-21/+38
* Output of the new testMarc-André Lemburg2000-08-251-0/+1
* updated test outputBarry Warsaw2000-08-251-3/+24
* output from test_gettext.py test suiteBarry Warsaw2000-08-251-0/+4
* Test suite for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-251-0/+43
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-241-0/+48
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-241-0/+5
* Charles G. Waldman <cgq@fnal.gov>:Fred Drake2000-08-241-1/+1
* test case output for dospath regr testSkip Montanaro2000-08-231-0/+2
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-0/+1
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-211-6/+0
* Add a minimal test suite for the parser module.Fred Drake2000-08-211-0/+36
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+4
* Remove the winreg module from the project. I don't believe anyTim Peters2000-08-211-77/+0
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-201-0/+7
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-191-0/+15
* Test case for Cookie.pyAndrew M. Kuchling2000-08-191-0/+7
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-0/+7
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-0/+101
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
* Check in the correct output - even though the module itself may not survive!Mark Hammond2000-08-141-0/+76
* list comprehensions. seeSkip Montanaro2000-08-121-0/+7
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-111-0/+1
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-1/+0
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-081-0/+1
* Removing UTF-16 aware Unicode comparison code. This kind of compareMarc-André Lemburg2000-08-081-1/+0
* test the non-multipart sections of the cgi moduleJeremy Hylton2000-08-031-0/+24
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-031-0/+1
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-031-0/+1
* Added output for testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+1
* -- SRE 0.9.8: updated test scriptsFredrik Lundh2000-08-012-16/+0
* Remove erroneous empty trailing line. (cause test_winreg.py failure)Trent Mick2000-07-271-1/+0
* added test case for fixed duplicate arguments bug in Python/compile.cPeter Schneider-Kamp2000-07-251-0/+1
* -- updated to include known problems in SRE 0.9.6Fredrik Lundh2000-07-241-414/+11
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-0/+2
* new test for posixpath moduleSkip Montanaro2000-07-121-0/+2
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-0/+4
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-113-26/+0
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-111-0/+0
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-101-3/+0