| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Attribute nodes did not always get their ownerDocument and ownerElement | Fred Drake | 2001-12-06 | 1 | -0/+8 |
|
|
* | Fix appendChild() and insertBefore() (and replaceChild() indirectly) when | Fred Drake | 2001-12-06 | 1 | -0/+10 |
|
|
* | Fix for bug #480188: printing unicode objects | Marc-André Lemburg | 2001-11-20 | 1 | -0/+13 |
|
|
* | CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. | Tim Peters | 2001-11-13 | 1 | -0/+13 |
|
|
* | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 1 | -1/+0 |
|
|
* | Additional test and documentation for the unicode() changes. | Marc-André Lemburg | 2001-10-19 | 1 | -0/+1 |
|
|
* | Fix the frozen bytecode for __hello__ (betcha didn't know that existed | Guido van Rossum | 2001-10-18 | 1 | -0/+4 |
|
|
* | Add test for local assigned to only in a nested list comp | Jeremy Hylton | 2001-10-18 | 1 | -0/+1 |
|
|
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 1 | -0/+3 |
|
|
* | Covert pickle tests to use unittest. | Jeremy Hylton | 2001-10-15 | 2 | -26/+0 |
|
|
* | Added tests that check getboolean() with the newly allowed values from | Fred Drake | 2001-10-08 | 1 | -0/+1 |
|
|
* | Hopefully fix the profiler right. Add a test suite that checks that | Guido van Rossum | 2001-10-04 | 1 | -0/+17 |
|
|
* | Update the xml.dom.minidom tests to cover the DOM-compliant parts of the | Fred Drake | 2001-09-28 | 1 | -0/+3 |
|
|
* | Test case for SF bugs #463359 and #462937, added to test_grammar for lack of | Thomas Wouters | 2001-09-26 | 1 | -0/+1 |
|
|
* | Converted test_StringIO.py to use unittest, so | Barry Warsaw | 2001-09-22 | 1 | -21/+0 |
|
|