| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test cases to make sure we get the right SyntaxError message for | Fred Drake | 2000-09-08 | 1 | -0/+10 |
|
|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 1 | -0/+0 |
|
|
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 1 | -1/+0 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 1 | -5/+5 |
|
|
* | Test case to exercise fix for error propogation bug in dictionarys. | Fred Drake | 2000-08-31 | 1 | -1/+4 |
|
|
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 1 | -0/+1 |
|
|
* | Expand the test suite to test both the GNU gettext and translation | Barry Warsaw | 2000-08-30 | 1 | -5/+26 |
|
|
* | Added tests of "print >> None" | Barry Warsaw | 2000-08-29 | 1 | -0/+1 |
|
|
* | Added os.popen2() and os.popen3() for non-Windows platforms. | Fred Drake | 2000-08-28 | 1 | -0/+5 |
|
|
* | Tim Peters: | Moshe Zadka | 2000-08-26 | 1 | -26/+0 |
|
|
* | Update the parser module to support augmented assignment. | Fred Drake | 2000-08-25 | 1 | -21/+38 |
|
|
* | Output of the new test | Marc-André Lemburg | 2000-08-25 | 1 | -0/+1 |
|
|
* | updated test output | Barry Warsaw | 2000-08-25 | 1 | -3/+24 |
|
|
* | output from test_gettext.py test suite | Barry Warsaw | 2000-08-25 | 1 | -0/+4 |
|
|
* | Test suite for poll() interface (SF patch #100852) | Andrew M. Kuchling | 2000-08-25 | 1 | -0/+43 |
|
|
* | Support for augmented assignment in the UserList, UserDict, UserString and | Thomas Wouters | 2000-08-24 | 1 | -0/+48 |
|
|
* | Updated test suite: test repr() and str() of cookies, and test metadata | Andrew M. Kuchling | 2000-08-24 | 1 | -0/+5 |
|
|
* | Charles G. Waldman <cgq@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -1/+1 |
|
|
* | test case output for dospath regr test | Skip Montanaro | 2000-08-23 | 1 | -0/+2 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -0/+1 |
|
|
* | Don't reference a module named test.test_support. Always use plain | Guido van Rossum | 2000-08-21 | 1 | -6/+0 |
|
|
* | Add a minimal test suite for the parser module. | Fred Drake | 2000-08-21 | 1 | -0/+36 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -0/+4 |
|
|
* | Remove the winreg module from the project. I don't believe any | Tim Peters | 2000-08-21 | 1 | -77/+0 |
|
|
* | David Goodger's new getopt test module (thanks, David!). | Tim Peters | 2000-08-20 | 1 | -0/+7 |
|
|
* | Adding tests of the "attrs" optional argument, and of the js_output | Moshe Zadka | 2000-08-19 | 1 | -0/+15 |
|
|
* | Test case for Cookie.py | Andrew M. Kuchling | 2000-08-19 | 1 | -0/+7 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -0/+7 |
|
|
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 1 | -0/+101 |
|
|
* | Update test output to reflect change in SyntaxError formatting. | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | Check in the correct output - even though the module itself may not survive! | Mark Hammond | 2000-08-14 | 1 | -0/+76 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -0/+7 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 1 | -0/+1 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 1 | -1/+0 |
|
|
* | -- enabled some temporarily disabled RE tests | Fredrik Lundh | 2000-08-08 | 1 | -0/+1 |
|
|
* | Removing UTF-16 aware Unicode comparison code. This kind of compare | Marc-André Lemburg | 2000-08-08 | 1 | -1/+0 |
|
|
* | test the non-multipart sections of the cgi module | Jeremy Hylton | 2000-08-03 | 1 | -0/+24 |
|
|
* | Checking in empty tests for urlparse, as future place holders | Moshe Zadka | 2000-08-03 | 1 | -0/+1 |
|
|
* | -- added recursion limit (currently ~10,000 levels) | Fredrik Lundh | 2000-08-03 | 1 | -0/+1 |
|
|
* | Added output for testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+1 |
|
|
* | -- SRE 0.9.8: updated test scripts | Fredrik Lundh | 2000-08-01 | 2 | -16/+0 |
|
|
* | Remove erroneous empty trailing line. (cause test_winreg.py failure) | Trent Mick | 2000-07-27 | 1 | -1/+0 |
|
|
* | added test case for fixed duplicate arguments bug in Python/compile.c | Peter Schneider-Kamp | 2000-07-25 | 1 | -0/+1 |
|
|
* | -- updated to include known problems in SRE 0.9.6 | Fredrik Lundh | 2000-07-24 | 1 | -414/+11 |
|
|
* | -- SRE 0.9.6 sync. this includes: | Fredrik Lundh | 2000-07-23 | 1 | -0/+2 |
|
|
* | new test for posixpath module | Skip Montanaro | 2000-07-12 | 1 | -0/+2 |
|
|
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 1 | -0/+4 |
|
|
* | fix bug #42 reported by Andrew Dalke | Jeremy Hylton | 2000-07-11 | 3 | -26/+0 |
|
|
* | Add test of resize() method of mmap objects | Andrew M. Kuchling | 2000-07-11 | 1 | -0/+0 |
|
|
* | factor out test definitions to string_tests module | Jeremy Hylton | 2000-07-10 | 1 | -3/+0 |
|
|