| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tighten up some warning filters, and break some dependencies on the | Tim Peters | 2002-04-16 | 9 | -16/+34 |
|
|
* | OK, don't call resetwarnings(). | Tim Peters | 2002-04-16 | 1 | -2/+0 |
|
|
* | It makes more sense to call resetwarnings() after every test runs than | Tim Peters | 2002-04-16 | 4 | -9/+4 |
|
|
* | I expect test_univnewlines to be skipped on Windows. I expect this | Tim Peters | 2002-04-15 | 1 | -0/+1 |
|
|
* | Reduce the number of test-suite DeprecationWarnings; start adding | Tim Peters | 2002-04-15 | 3 | -3/+12 |
|
|
* | test_main(): Added this so the test can actually get run under the | Barry Warsaw | 2002-04-15 | 2 | -21/+20 |
|
|
* | Apply the second version of SF patch http://www.python.org/sf/536241 | Walter Dörwald | 2002-04-15 | 2 | -2/+22 |
|
|
* | SF bug #541883 (Vincent Fiack). | Guido van Rossum | 2002-04-15 | 1 | -0/+6 |
|
|
* | SF bug 543840: complex(string) accepts strings with \0 | Tim Peters | 2002-04-14 | 1 | -0/+13 |
|
|
* | Test suite for universal newline support. | Jack Jansen | 2002-04-14 | 1 | -0/+114 |
|
|
* | Patch #542569: tp_print tp_repr tp_str in test_bool.py. | Martin v. Löwis | 2002-04-14 | 1 | -1/+18 |
|
|
* | Partially implement SF feature request 444708. | Guido van Rossum | 2002-04-13 | 1 | -0/+12 |
|
|
* | I am mad. This test never worked! | Guido van Rossum | 2002-04-12 | 1 | -16/+14 |
|
|
* | Add Raymond Hettinger's d.pop(). See SF patch 539949. | Guido van Rossum | 2002-04-12 | 1 | -0/+15 |
|
|
* | Clean up the "all" support for -u. | Fred Drake | 2002-04-11 | 1 | -1/+2 |
|
|
* | Since xmllib is deprecated now, suppress the DeprecationWarning its test | Tim Peters | 2002-04-11 | 1 | -1/+5 |
|
|
* | Ignore more deprecation warnings. | Tim Peters | 2002-04-11 | 1 | -4/+6 |
|
|
* | Stop sucking up xmllib -- it's deprecated. | Tim Peters | 2002-04-11 | 1 | -1/+0 |
|
|
* | I don't expect test_email_codecs to run on Windows. | Tim Peters | 2002-04-11 | 1 | -0/+1 |
|
|
* | Added the resource name "all" to enable all of the optional resource uses. | Fred Drake | 2002-04-11 | 1 | -2/+11 |
|
|
* | Improve coverage of Objects/weakrefobject.c. | Fred Drake | 2002-04-11 | 1 | -0/+16 |
|
|
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 4 | -48/+772 |
|
|
* | Added test case for UTF-8 encoding bug #541828. | Marc-André Lemburg | 2002-04-10 | 1 | -0/+16 |
|
|
* | Use random instead of whrandom | Andrew M. Kuchling | 2002-04-10 | 1 | -3/+3 |
|
|
* | - Changed new-style class instantiation so that when C's __new__ | Guido van Rossum | 2002-04-06 | 1 | -0/+22 |
|
|
* | Add tests for binary pickles. | Guido van Rossum | 2002-04-05 | 1 | -0/+12 |
|
|
* | Implement an idea by Paul Rubin: | Guido van Rossum | 2002-04-05 | 1 | -0/+6 |
|
|
* | Add test case for SF bug 534347. | Guido van Rossum | 2002-04-04 | 1 | -0/+8 |
|
|
* | Oops. Here are the new files. My apologies. | Guido van Rossum | 2002-04-03 | 1 | -0/+228 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 9 | -172/+172 |
|
|
* | Fix bugs: | Mark Hammond | 2002-04-03 | 2 | -0/+39 |
|
|
* | SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() | Guido van Rossum | 2002-04-02 | 1 | -0/+8 |
|
|
* | Add an experimental mechanism to support extending the pprint formatting. | Fred Drake | 2002-04-02 | 1 | -0/+21 |
|
|
* | Make test_commands work on more systems. This removes much of the dependency | Fred Drake | 2002-04-01 | 1 | -4/+5 |
|
|
* | Format strings (tuples,) appropriately | Neal Norwitz | 2002-04-01 | 2 | -3/+3 |
|
|
* | Use attributes appropriately | Neal Norwitz | 2002-04-01 | 2 | -2/+2 |
|
|
* | There is no TestError, use TestFailed appropriately | Neal Norwitz | 2002-04-01 | 3 | -10/+10 |
|
|
* | We expect to skip the new test_mpz on Windows. | Tim Peters | 2002-04-01 | 1 | -1/+5 |
|
|
* | Get rid of all METH_OLDARGS & PyArg_Parse. | Neal Norwitz | 2002-04-01 | 1 | -0/+90 |
|
|
* | Remove some now-obsolete generator future statements. | Tim Peters | 2002-04-01 | 3 | -12/+4 |
|
|
* | Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. | Neal Norwitz | 2002-04-01 | 1 | -0/+15 |
|
|
* | As part of fixing bug #536241, add a test case for string.zfill() with Unicode | Andrew M. Kuchling | 2002-03-29 | 1 | -1/+4 |
|
|
* | Add two tests for string.zfill | Andrew M. Kuchling | 2002-03-29 | 1 | -0/+3 |
|
|
* | test_trashcan: reword obscure code. | Tim Peters | 2002-03-28 | 1 | -1/+1 |
|
|
* | New test_traschcan() test in test_gc, which reliably provokes segfaults | Tim Peters | 2002-03-28 | 1 | -0/+29 |
|
|
* | Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. | Fred Drake | 2002-03-28 | 1 | -0/+30 |
|
|
* | Add tests for the iterkeys, itervalues and iteritems | Walter Dörwald | 2002-03-25 | 1 | -0/+29 |
|
|
* | SF bug 480215: softspace confused in nested print | Tim Peters | 2002-03-24 | 1 | -0/+14 |
|
|
* | add test for InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+2 |
|
|
* | add test of InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+10 |
|
|