| Commit message (Expand) | Author | Age | Files | Lines |
* | Port test_pwd.py to PyUnit. Check that getpwall() and | Walter Dörwald | 2003-04-15 | 1 | -7/+0 |
|
|
* | Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error | Walter Dörwald | 2003-02-26 | 2 | -14/+0 |
|
|
* | Port all string tests to PyUnit and share as much tests | Walter Dörwald | 2003-02-21 | 1 | -3/+0 |
|
|
* | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 1 | -10/+10 |
|
|
* | Port test_charmapcodec to PyUnit. From SF patch #662807 | Walter Dörwald | 2003-02-14 | 1 | -16/+0 |
|
|
* | - Thanks to Scott David Daniels, a subtle bug in how the zlib | Guido van Rossum | 2003-02-03 | 1 | -14/+0 |
|
|
* | Port test_pow.py to PyUnit. From SF patch #662807 | Walter Dörwald | 2003-02-03 | 1 | -25/+0 |
|
|
* | Fix for SF bug 661340: test_httplib fails on the mac. | Jeremy Hylton | 2003-01-23 | 1 | -0/+1 |
|
|
* | Fix from Vinaj for the "writing to closed file" errors. SF 670390. | Guido van Rossum | 2003-01-21 | 1 | -1/+0 |
|
|
* | Port test_unicode.py to PyUnit and add tests for error | Walter Dörwald | 2003-01-19 | 1 | -21/+0 |
|
|
* | Combine test_b1.py and test_b2.py into test_builtin.py, | Walter Dörwald | 2003-01-19 | 1 | -53/+0 |
|
|
* | Enable building and testing of ossaudiodev for Linux. | Guido van Rossum | 2003-01-08 | 1 | -0/+7 |
|
|
* | Remove bastion test output | Guido van Rossum | 2003-01-06 | 1 | -10/+0 |
|
|
* | SF #660795 | Neal Norwitz | 2003-01-02 | 1 | -0/+516 |
|
|
* | Match new sequence behavior. User defined types now behave better as and | Neil Schemenauer | 2002-12-30 | 1 | -2/+2 |
|
|
* | Regenerate from Unicode 3.2.0 to include all First/Last ranges. | Martin v. Löwis | 2002-11-24 | 1 | -1/+1 |
|
|
* | Implement names for CJK unified ideographs. Add name to KeyError output. | Martin v. Löwis | 2002-11-23 | 1 | -2/+3 |
|
|
* | Add test cases for Hangul syllables. Update output. | Martin v. Löwis | 2002-11-23 | 1 | -1/+2 |
|
|
* | Patch #633547: Support plural forms. Do TODOs in test suite. | Martin v. Löwis | 2002-11-21 | 1 | -46/+0 |
|
|
* | Remove unnecessary output file. | Fred Drake | 2002-10-28 | 1 | -42/+0 |
|
|
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 1 | -1/+4 |
|
|
* | Remove useless output file. | Fred Drake | 2002-10-25 | 1 | -9/+0 |
|
|
* | Update to Unicode 3.2 database. | Martin v. Löwis | 2002-10-18 | 2 | -3/+3 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -1/+1 |
|
|
* | Tests for pep277 - Unicode file names on Windows NT. | Mark Hammond | 2002-10-03 | 1 | -0/+4 |
|
|
* | SF bug # 585792, Invalid mmap crashes Python interpreter | Neal Norwitz | 2002-09-05 | 1 | -0/+1 |
|
|
* | Add a custom __str__ method to KeyError that applies repr() to the | Guido van Rossum | 2002-09-03 | 1 | -1/+1 |
|
|
* | Undo Barry's change. This file is not imported, it's fed as input to | Guido van Rossum | 2002-08-29 | 1 | -12/+12 |
|
|
* | The test_tokenize output has changed slightly, by the addition of some | Barry Warsaw | 2002-08-29 | 1 | -12/+12 |
|
|
* | Follow PyXML: Remove all prints from successful tests. This means we can | Fred Drake | 2002-07-19 | 1 | -220/+0 |
|
|
* | The atexit module effectively turned itself off if sys.exitfunc already | Tim Peters | 2002-07-16 | 1 | -4/+0 |
|
|
* | Fix for SF bug #432621: httplib: multiple Set-Cookie headers | Jeremy Hylton | 2002-07-07 | 1 | -0/+3 |
|
|
* | Implement the encoding argument for toxml and toprettyxml. | Martin v. Löwis | 2002-06-30 | 1 | -0/+3 |
|
|
* | Suppress the variable verbose output from test.xmltests; the inclusion of | Fred Drake | 2002-06-26 | 1 | -15/+0 |
|
|
* | Add convenience module to run all the XML tests. | Fred Drake | 2002-06-25 | 1 | -0/+379 |
|
|
* | New test suite for the socket module by Michael Gilfix. | Guido van Rossum | 2002-06-12 | 1 | -3/+0 |
|
|
* | Added tests for new degree/radian conversions. | Raymond Hettinger | 2002-05-14 | 1 | -0/+2 |
|
|
* | Add tests for the recent resource module change. | Jeremy Hylton | 2002-04-23 | 1 | -0/+2 |
|
|
* | Add test for eval() w/ free variables. | Jeremy Hylton | 2002-04-20 | 1 | -0/+1 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 5 | -81/+81 |
|
|
* | Fix bugs: | Mark Hammond | 2002-04-03 | 1 | -0/+3 |
|
|
* | add test for InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+2 |
|
|
* | Add more tests for built-in types. Add tests for buffer objects. | Neil Schemenauer | 2002-03-24 | 1 | -0/+1 |
|
|
* | no longer needed - converted test_urlparse.py to use unittest | Skip Montanaro | 2002-03-23 | 1 | -46/+0 |
|
|
* | amk's fix attached to | Michael W. Hudson | 2002-03-18 | 1 | -0/+5 |
|
|
* | As part of fixing bug #523301, add a simple test of ConfigParser.write() | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+1 |
|
|
* | SF patch #523169, by Samuele Pedroni. | Guido van Rossum | 2002-02-26 | 1 | -0/+1 |
|
|
* | Fix to the UTF-8 encoder: it failed on 0-length input strings. | Marc-André Lemburg | 2002-02-07 | 1 | -1/+1 |
|
|
* | Update output generated by test_scope | Jeremy Hylton | 2001-12-13 | 1 | -1/+1 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|