| Commit message (Expand) | Author | Age | Files | Lines |
* | Put proper tests in classmethod_get(). Remove the type argument to | Guido van Rossum | 2003-02-11 | 1 | -0/+40 |
|
|
* | Added tests to ensure that list and dict "chunking" are actually | Tim Peters | 2003-02-11 | 1 | -1/+51 |
|
|
* | Get rid of the "bozo" __getstate__ that was inserted when __slots__ | Guido van Rossum | 2003-02-10 | 1 | -18/+17 |
|
|
* | Add a few tests to test_count() to increase coverage in | Walter Dörwald | 2003-02-10 | 1 | -0/+6 |
|
|
* | Fix copy&paste error: call title instead of count | Walter Dörwald | 2003-02-10 | 1 | -1/+1 |
|
|
* | Change filtertuple() to use tp_as_sequence->sq_item | Walter Dörwald | 2003-02-10 | 1 | -2/+1 |
|
|
* | Change filterstring() and filterunicode(): If the | Walter Dörwald | 2003-02-10 | 1 | -13/+27 |
|
|
* | patch #683515: "Add unicode support to compile(), eval() and exec" | Just van Rossum | 2003-02-10 | 1 | -0/+4 |
|
|
* | Fix SF bug #683467, 'int' ability to generate longs not inherited | Neal Norwitz | 2003-02-10 | 1 | -0/+8 |
|
|
* | Add tests and news entry about parser errors from bug #678518. | Neal Norwitz | 2003-02-10 | 1 | -0/+17 |
|
|
* | patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom | Just van Rossum | 2003-02-09 | 1 | -0/+4 |
|
|
* | C Code: | Raymond Hettinger | 2003-02-09 | 1 | -3/+22 |
|
|
* | The Python implementation of datetime was changed in ways that no longer | Tim Peters | 2003-02-08 | 1 | -31/+10 |
|
|
* | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 | 1 | -18/+68 |
|
|
* | Merge the test part of the below checkin to the sandbox and Zope3, so | Guido van Rossum | 2003-02-07 | 1 | -0/+8 |
|
|
* | Somehow, copy() of a classic class object was handled | Guido van Rossum | 2003-02-07 | 1 | -1/+1 |
|
|
* | Add support for copy_reg.dispatch_table. | Guido van Rossum | 2003-02-07 | 1 | -0/+27 |
|
|
* | Add __getnewargs__ method to classes that need it. | Guido van Rossum | 2003-02-07 | 1 | -0/+4 |
|
|
* | SF bug #681003: itertools issues | Raymond Hettinger | 2003-02-07 | 1 | -0/+3 |
|
|
* | Fix a bug in the way __getnewargs__ was handled. | Guido van Rossum | 2003-02-06 | 1 | -0/+18 |
|
|
* | Support all the new stuff supported by the new pickle code: | Guido van Rossum | 2003-02-06 | 1 | -2/+45 |
|
|
* | Support __reduce__ returning a 4-tuple or 5-tuple. | Guido van Rossum | 2003-02-06 | 1 | -0/+36 |
|
|
* | A test suite for the copy module. This should provide full code | Guido van Rossum | 2003-02-06 | 1 | -0/+384 |
|
|
* | Add test suite for filecmp.py, after some discussion on bug #680494. | Andrew M. Kuchling | 2003-02-06 | 1 | -0/+128 |
|
|
* | SF bug 680864: test_datetime fails for non-unix epoch | Tim Peters | 2003-02-06 | 1 | -12/+11 |
|
|
* | [680789] Debug with long array takes forever | Tim Peters | 2003-02-05 | 1 | -0/+12 |
|
|
* | Patch #551977: Regression exceptions for cygwin | Jason Tishler | 2003-02-05 | 1 | -0/+1 |
|
|
* | Use os.path.realpath() in stead of abspath(), so the tests don't fail if | Jack Jansen | 2003-02-05 | 2 | -4/+4 |
|
|
* | Build pickler_choices list in a lazier way. | Tim Peters | 2003-02-05 | 1 | -16/+5 |
|
|
* | cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't | Tim Peters | 2003-02-04 | 2 | -33/+55 |
|
|
* | cPickle now generates proto 2 EXT[124] when appropriate. | Tim Peters | 2003-02-04 | 1 | -18/+18 |
|
|
* | Make sure filter() never returns tuple, str or unicode | Walter Dörwald | 2003-02-04 | 1 | -0/+23 |
|
|
* | Fix for [ 543344 ] Interpreter crashes when recoding; suggested | Marc-André Lemburg | 2003-02-04 | 1 | -0/+9 |
|
|
* | Added basic tests of copy_reg's extension registry. | Tim Peters | 2003-02-04 | 1 | -0/+78 |
|
|
* | Add a test that checks that filter() honors the sq_item slot for | Walter Dörwald | 2003-02-04 | 1 | -0/+13 |
|
|
* | filterstring() and filterunicode() in Python/bltinmodule.c | Walter Dörwald | 2003-02-04 | 1 | -0/+21 |
|
|
* | Add refcount test. | Raymond Hettinger | 2003-02-04 | 1 | -3/+12 |
|
|
* | Fix typo. | Walter Dörwald | 2003-02-03 | 1 | -1/+1 |
|
|
* | Add a new test script that tests various features of the sys | Walter Dörwald | 2003-02-03 | 1 | -0/+211 |
|
|
* | test_newobj_tuple(), test_newobj_list(): These tests should work under | Tim Peters | 2003-02-03 | 1 | -8/+10 |
|
|
* | test_newobj_generic(): Use the global protocols vector instead of a | Tim Peters | 2003-02-03 | 1 | -1/+1 |
|
|
* | Added a bit to the EXT[124] tests, and refactored them to squash code | Tim Peters | 2003-02-03 | 1 | -51/+27 |
|
|
* | Do a better job of testing that opcodes aren't generated under protocols | Tim Peters | 2003-02-03 | 1 | -18/+32 |
|
|
* | - Thanks to Scott David Daniels, a subtle bug in how the zlib | Guido van Rossum | 2003-02-03 | 2 | -177/+444 |
|
|
* | Fix typos. | Walter Dörwald | 2003-02-03 | 1 | -2/+2 |
|
|
* | Port test_pow.py to PyUnit. From SF patch #662807 | Walter Dörwald | 2003-02-03 | 2 | -149/+110 |
|
|
* | Proper testing of proto 2 in part requires checking that the new opcodes | Tim Peters | 2003-02-03 | 1 | -11/+10 |
|
|
* | test_float_overflow(): make shuge (added last week) a little less | Guido van Rossum | 2003-02-03 | 1 | -1/+1 |
|
|
* | test_support.requires(): Instead of raising TestSkipped, raise a new | Fred Drake | 2003-02-03 | 2 | -2/+18 |
|
|
* | Remove test_b1 and test_b2 from the list of tests | Walter Dörwald | 2003-02-03 | 1 | -2/+0 |
|
|