| Commit message (Expand) | Author | Age | Files | Lines |
* | Finally created the first two tests for MacPython modules: macfs and | Jack Jansen | 2003-01-28 | 2 | -0/+138 |
|
|
* | Comment out a test that was anticipating SF patch 661536 -- but that | Guido van Rossum | 2003-01-28 | 1 | -6/+6 |
|
|
* | The default __reduce__ on the base object type obscured any | Guido van Rossum | 2003-01-28 | 1 | -23/+14 |
|
|
* | Fix SF bug# 676155, RuntimeWarning with tp_compare | Neal Norwitz | 2003-01-28 | 2 | -2/+5 |
|
|
* | Some experimental support for generating NEWOBJ with proto=2, and | Guido van Rossum | 2003-01-28 | 1 | -0/+39 |
|
|
* | Verify treatment of unary minus on negative numbers SF bug #660455. | Guido van Rossum | 2003-01-28 | 1 | -0/+7 |
|
|
* | OK, this is really the last one tonight! | Guido van Rossum | 2003-01-28 | 1 | -0/+7 |
|
|
* | Shouldn't test short tuples with all items equal -- one potential bug | Guido van Rossum | 2003-01-28 | 1 | -4/+4 |
|
|
* | More protocol 2: TUPLE1, TUPLE2, TUPLE3. | Guido van Rossum | 2003-01-28 | 1 | -0/+12 |
|
|
* | Rename 'bin' arg to 'proto'. Keep the default at 0 lest the tests | Guido van Rossum | 2003-01-28 | 1 | -4/+4 |
|
|
* | First baby steps towards implementing protocol 2: PROTO, LONG1 and LONG4. | Guido van Rossum | 2003-01-28 | 1 | -0/+14 |
|
|
* | Moving pickletools.py from the sandbox into the std library. I started | Tim Peters | 2003-01-27 | 1 | -0/+3 |
|
|
* | Repaired spelling of "test_iconv_codecs" in various expected-skip lists. | Tim Peters | 2003-01-27 | 1 | -3/+3 |
|
|
* | Fix comment typos | Walter Dörwald | 2003-01-27 | 1 | -3/+4 |
|
|
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-27 | 1 | -0/+95 |
|
|
* | Test that True can be copied. | Martin v. Löwis | 2003-01-26 | 1 | -0/+4 |
|
|
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-26 | 1 | -0/+3 |
|
|
* | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 1 | -0/+6 |
|
|
* | Synchronize with PyXML's 1.33: Import missing modules. | Martin v. Löwis | 2003-01-25 | 1 | -3/+6 |
|
|
* | Merge PyXML 1.11-1.26: | Martin v. Löwis | 2003-01-25 | 1 | -24/+732 |
|
|
* | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 1 | -0/+38 |
|
|
* | A very minimal start to a test of the shutil module. | Barry Warsaw | 2003-01-24 | 1 | -0/+28 |
|
|
* | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 1 | -1/+15 |
|
|
* | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 1 | -2/+20 |
|
|
* | Fix for SF bug 661340: test_httplib fails on the mac. | Jeremy Hylton | 2003-01-23 | 2 | -41/+65 |
|
|
* | Bringing the code and test suite into line with doc and NEWS changes | Tim Peters | 2003-01-23 | 1 | -28/+90 |
|
|
* | Fix from Vinaj for the "writing to closed file" errors. SF 670390. | Guido van Rossum | 2003-01-21 | 2 | -11/+14 |
|
|
* | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 | 1 | -20/+27 |
|
|
* | Add comments and remove duplicate tests. | Walter Dörwald | 2003-01-20 | 1 | -26/+34 |
|
|
* | Port test_userdict.py to PyUnit. From SF patch #662807, | Walter Dörwald | 2003-01-19 | 1 | -193/+233 |
|
|
* | Port test_unicode.py to PyUnit and add tests for error | Walter Dörwald | 2003-01-19 | 2 | -872/+1039 |
|
|
* | Combine test_b1.py and test_b2.py into test_builtin.py, | Walter Dörwald | 2003-01-19 | 4 | -1104/+1075 |
|
|
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 1 | -0/+11 |
|
|
* | SF patch 670012: Compatibility changes for _strptime.py. | Tim Peters | 2003-01-18 | 1 | -47/+38 |
|
|
* | * Migrate sample distribution test from random.py to test_random.py. | Raymond Hettinger | 2003-01-17 | 1 | -5/+22 |
|
|
* | Let test_random cover the endpoints. | Raymond Hettinger | 2003-01-16 | 1 | -9/+20 |
|
|
* | Test optional slice arguments. | Raymond Hettinger | 2003-01-16 | 1 | -4/+14 |
|
|
* | Added doctest for examples in the library reference. | Raymond Hettinger | 2003-01-16 | 1 | -0/+60 |
|
|
* | Convert to unittest format so that more tests can be added cleanly. | Raymond Hettinger | 2003-01-16 | 1 | -118/+127 |
|
|
* | This test previously failed when run from the 'test' directory. In that | Mark Hammond | 2003-01-16 | 1 | -5/+7 |
|
|
* | On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, | Jack Jansen | 2003-01-15 | 1 | -1/+2 |
|
|
* | * Add test for __cmp__() | Raymond Hettinger | 2003-01-15 | 1 | -2/+40 |
|
|
* | A new test here was failing on Windows, because the test before it never | Tim Peters | 2003-01-13 | 1 | -10/+5 |
|
|
* | Fix SF bug #667147, Segmentation fault printing str subclass | Neal Norwitz | 2003-01-13 | 1 | -1/+24 |
|
|
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 | 1 | -1/+1 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 1 | -0/+18 |
|
|
* | Got rid of the timetz type entirely. This was a bit trickier than I | Tim Peters | 2003-01-10 | 1 | -1/+1 |
|
|
* | cleaned up Jack's Mac OS9 changes | Just van Rossum | 2003-01-09 | 1 | -5/+1 |
|
|
* | Make the test scripts work again with narrow Python builds. | Walter Dörwald | 2003-01-09 | 1 | -1/+1 |
|
|
* | Add a few test cases to increase code coverage: | Walter Dörwald | 2003-01-08 | 1 | -0/+115 |
|
|