Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py | doko@ubuntu.com | 2013-11-19 | 1 | -0/+0 |
|\ | |||||
| * | - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py | doko@ubuntu.com | 2013-11-19 | 1 | -0/+0 |
| | | |||||
* | | Close #19282: Native context management in dbm | Nick Coghlan | 2013-11-17 | 1 | -0/+13 |
|/ | |||||
* | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string | Serhiy Storchaka | 2013-10-24 | 1 | -0/+1 |
| | | | | argument. Original patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. | Ezio Melotti | 2013-03-01 | 1 | -4/+1 |
| | |||||
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
| | | | | A patch from Dave Malcolm. | ||||
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | Allow skipping of regression tests not supported on windows. This reduces ↵ | Kristján Valur Jónsson | 2009-04-01 | 1 | -0/+1 |
| | | | | noise in the regression test suite for py3k on Windows. | ||||
* | dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the | Brett Cannon | 2008-11-25 | 1 | -0/+2 |
| | | | | | | former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro. | ||||
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -0/+40 |