| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "," from the list of always_safe characters. It is a reserved | Jeremy Hylton | 2000-09-14 | 1 | -0/+18 |
|
|
* | Add test cases to make sure we get the right SyntaxError message for | Fred Drake | 2000-09-08 | 2 | -0/+59 |
|
|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 2 | -2/+1 |
|
|
* | updated SRE test suite (fixes PEP223 problem, shows syntax errors) | Fredrik Lundh | 2000-09-03 | 1 | -76/+78 |
|
|
* | Repair failing test_sre.py. | Tim Peters | 2000-09-03 | 1 | -3/+3 |
|
|
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 1 | -1/+6 |
|
|
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 2 | -190/+150 |
|
|
* | The "more" cmd varies across Windows flavors, sometimes adding stray | Tim Peters | 2000-09-01 | 1 | -7/+16 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 4 | -12/+19 |
|
|
* | closes bug #112468 (and all the other bugs that surfaced when | Fredrik Lundh | 2000-08-31 | 1 | -15/+38 |
|
|
* | Test case to exercise fix for error propogation bug in dictionarys. | Fred Drake | 2000-08-31 | 2 | -2/+28 |
|
|
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 2 | -0/+15 |
|
|
* | Expand the test suite to test both the GNU gettext and translation | Barry Warsaw | 2000-08-30 | 2 | -257/+154 |
|
|
* | Fix for two problems on FreeBSD: | Andrew M. Kuchling | 2000-08-29 | 1 | -3/+6 |
|
|
* | Add support for FreeBSD-[45]. | Guido van Rossum | 2000-08-29 | 1 | -1/+1 |
|
|
* | Added tests of "print >> None" | Barry Warsaw | 2000-08-29 | 2 | -0/+26 |
|
|
* | Added os.popen2() and os.popen3() for non-Windows platforms. | Fred Drake | 2000-08-28 | 2 | -1/+39 |
|
|
* | Open binary files in binary mode. Fixes test failure under Windows. | Tim Peters | 2000-08-26 | 1 | -1/+1 |
|
|
* | Tim Peters: | Moshe Zadka | 2000-08-26 | 1 | -26/+0 |
|
|
* | Another new test using "from test.test_support import ...", causing | Tim Peters | 2000-08-26 | 1 | -3/+1 |
|
|
* | Update the parser module to support augmented assignment. | Fred Drake | 2000-08-25 | 2 | -43/+122 |
|
|
* | Output of the new test | Marc-André Lemburg | 2000-08-25 | 1 | -0/+1 |
|
|
* | New test suite for file objects by Jeremy Hilton. This will need | Marc-André Lemburg | 2000-08-25 | 1 | -0/+45 |
|
|
* | Closing patch #101120 -- After everyone agreed. | Moshe Zadka | 2000-08-25 | 1 | -3/+13 |
|
|
* | Group consensus is that supporting alternative locale categories is | Barry Warsaw | 2000-08-25 | 1 | -6/+0 |
|
|
* | Set this test up so that we don't have to create xx/LC_MESSAGES in the | Barry Warsaw | 2000-08-25 | 1 | -66/+320 |
|
|
* | 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 new gettext.py module. | Barry Warsaw | 2000-08-25 | 1 | -0/+76 |
|
|
* | Test suite for poll() interface (SF patch #100852) | Andrew M. Kuchling | 2000-08-25 | 2 | -0/+214 |
|
|
* | Support for augmented assignment in the UserList, UserDict, UserString and | Thomas Wouters | 2000-08-24 | 2 | -0/+280 |
|
|
* | Updated test suite: test repr() and str() of cookies, and test metadata | Andrew M. Kuchling | 2000-08-24 | 2 | -1/+15 |
|
|
* | Charles G. Waldman <cgq@fnal.gov>: | Fred Drake | 2000-08-24 | 2 | -18/+4 |
|
|
* | style nits | Jeremy Hylton | 2000-08-23 | 1 | -4/+8 |
|
|
* | When skipping a test, do not include a spurious space between the exception | Fred Drake | 2000-08-23 | 1 | -1/+1 |
|
|
* | test case output for dospath regr test | Skip Montanaro | 2000-08-23 | 1 | -0/+2 |
|
|
* | new test - like test_ntpath but without splitunc test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+49 |
|
|
* | added commonprefix test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+6 |
|
|
* | updated to correct failing test cases | Skip Montanaro | 2000-08-23 | 1 | -2/+2 |
|
|
* | Rehabilitate autotest.py. | Tim Peters | 2000-08-23 | 2 | -1/+40 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 2 | -0/+7 |
|
|
* | Don't reference a module named test.test_support. Always use plain | Guido van Rossum | 2000-08-21 | 2 | -7/+1 |
|
|
* | Add a minimal test suite for the parser module. | Fred Drake | 2000-08-21 | 2 | -0/+152 |
|
|
* | Add TestSkipped as another interesting item defined by test_support. | Fred Drake | 2000-08-21 | 1 | -0/+4 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 2 | -0/+23 |
|
|
* | Remove the winreg module from the project. I don't believe any | Tim Peters | 2000-08-21 | 2 | -427/+0 |
|
|
* | David Goodger's new getopt test module (thanks, David!). | Tim Peters | 2000-08-20 | 2 | -0/+108 |
|
|
* | Adding tests of the "attrs" optional argument, and of the js_output | Moshe Zadka | 2000-08-19 | 2 | -0/+20 |
|
|
* | Test case for Cookie.py | Andrew M. Kuchling | 2000-08-19 | 2 | -0/+33 |
|
|
* | Better conformance to the Python Style Guide: use spaces around operators. | Fred Drake | 2000-08-18 | 1 | -32/+33 |
|
|