Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create xmlrpc package. Issue #2886. | Georg Brandl | 2008-05-26 | 1 | -147/+0 |
| | |||||
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -36/+54 |
| | |||||
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | applies the better dbm and shelve related unittests. bug 1007 from ↵ | Gregory P. Smith | 2007-08-24 | 1 | -5/+41 |
| | | | | larryhastings | ||||
* | Fix test case by converting dbm keys to bytes. | Martin v. Löwis | 2007-08-07 | 1 | -12/+12 |
| | |||||
* | Move shelve over to BytesIO as pickle.(Pickler | Unpickler) expect binary | Brett Cannon | 2007-07-26 | 1 | -8/+8 |
| | | | | | | files, not text files. test_shelve still fails thanks to bsddb not having been fixed. | ||||
* | Make gdbm and dumbdbm use byte strings. Updated their tests. | Guido van Rossum | 2007-05-23 | 1 | -8/+8 |
| | |||||
* | Fix another unittest that broke due to dict views (more precisely, due | Guido van Rossum | 2007-03-08 | 1 | -1/+1 |
| | | | | to the cowboy way they are currently hacked in). | ||||
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -4/+2 |
| | | | | | | | | | | and .keys(), .items(), .values() return dict views. The dict views aren't fully functional yet; in particular, they can't be compared to sets yet. but they are useful as "iterator wells". There are still 27 failing unit tests; I expect that many of these have fairly trivial fixes, but there are so many, I could use help. | ||||
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -2/+1 |
| | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | initial test_anydbm module - based on test_dumbdbm.py | Skip Montanaro | 2002-03-18 | 1 | -0/+96 |