| Commit message (Expand) | Author | Age | Files | Lines |
* | Make changes suggested by Walter to use self.assert*() methods. | Neal Norwitz | 2003-02-17 | 1 | -26/+14 |
|
|
* | Import test_support properly | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
* | test_posix is an expected skip on Win32. Also fixed test_posix to | Tim Peters | 2003-02-17 | 2 | -1/+2 |
|
|
* | Added test_posix (hopefully it works on Windows). | Neal Norwitz | 2003-02-17 | 1 | -0/+172 |
|
|
* | Use correct function name to PyArg_ParseTuple("is_package"). | Neal Norwitz | 2003-02-17 | 1 | -1/+4 |
|
|
* | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 6 | -10/+38 |
|
|
* | cPickle.c, load_build(): Taught cPickle how to pick apart | Tim Peters | 2003-02-15 | 2 | -8/+2 |
|
|
* | cPickle produces NEWOBJ appropriately now. It still doesn't know | Tim Peters | 2003-02-14 | 1 | -6/+6 |
|
|
* | - The audio driver tests (test_ossaudiodev.py and | Guido van Rossum | 2003-02-14 | 3 | -0/+8 |
|
|
* | Port test_charmapcodec to PyUnit. From SF patch #662807 | Walter Dörwald | 2003-02-14 | 2 | -44/+32 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 2 | -3/+13 |
|
|
* | Removed unused cut'n'paste import. | Tim Peters | 2003-02-13 | 1 | -1/+0 |
|
|
* | We didn't have any tests making pickles with one of {pickle, cPickle}, | Tim Peters | 2003-02-13 | 2 | -0/+52 |
|
|
* | Added a simple NEWOBJ test. This is in the pickle-only part of the | Tim Peters | 2003-02-13 | 1 | -0/+15 |
|
|
* | Remove filecmp | Andrew M. Kuchling | 2003-02-13 | 1 | -1/+0 |
|
|
* | Port test_userlist to PyUnit and add a few tests to increase code | Walter Dörwald | 2003-02-13 | 1 | -197/+257 |
|
|
* | SF patch #685738 by Michael Stone. | Guido van Rossum | 2003-02-13 | 1 | -8/+8 |
|
|
* | Re-enable compiling ossaudiodev now that it seems to work again. | Guido van Rossum | 2003-02-13 | 1 | -1/+0 |
|
|
* | Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. | Tim Peters | 2003-02-13 | 1 | -2/+4 |
|
|
* | SF patch #682432, add lookbehind tests | Neal Norwitz | 2003-02-13 | 1 | -0/+7 |
|
|
* | Fix typo. | Walter Dörwald | 2003-02-12 | 1 | -1/+1 |
|
|
* | Add test to ensure files (fds) don't leak | Neal Norwitz | 2003-02-12 | 1 | -0/+6 |
|
|
* | Cleanup from patch #683257: | Neal Norwitz | 2003-02-12 | 1 | -0/+26 |
|
|
* | Expect test_ossaudiodev to skip on Linux, too. (It's broken. | Guido van Rossum | 2003-02-12 | 1 | -0/+1 |
|
|
* | Systematic testing of hex/oct constants. | Guido van Rossum | 2003-02-12 | 1 | -0/+81 |
|
|
* | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 2 | -7/+12 |
|
|
* | Implement another useful feature for proxies: in super(X, x), x may | Guido van Rossum | 2003-02-12 | 1 | -0/+39 |
|
|
* | SF #532767: isinstance(x, X) should work when x is a proxy for an X | Guido van Rossum | 2003-02-12 | 1 | -1/+29 |
|
|
* | Implemented batching for dicts in cPickle. This is after two failed | Tim Peters | 2003-02-11 | 1 | -17/+17 |
|
|
* | Implemented list batching in cPickle. | Tim Peters | 2003-02-11 | 1 | -17/+17 |
|
|
* | 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 |
|
|