History log of /external/python/cpython3/Lib/test/test_dbm_ndbm.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e437a10d15ddfd21d406e591acccf12ff443194e 24-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #23277: Remove unused imports in tests.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b 24-Apr-2016 Berker Peksag <berker.peksag@gmail.com> Issue #23277: Remove unused sys and os imports

Patch by Jon Dufresne.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
a938bcfe952975cd117994acfef3712d61221f20 19-Nov-2013 doko@ubuntu.com <doko@ubuntu.com> - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
7ad11bf815e4e306031518fb87559ad00de25e4f 19-Nov-2013 doko@ubuntu.com <doko@ubuntu.com> - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
c610aba1ed57a30104a254ccd1f9fe07d02b1334 17-Nov-2013 Nick Coghlan <ncoghlan@gmail.com> Close #19282: Native context management in dbm
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
9da33ab193803922141f654f6d3cccdaed6b4866 24-Oct-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
f79493bf9ebb191f06083fdcd0bce4626641b4ac 01-Mar-2013 Ezio Melotti <ezio.melotti@gmail.com> #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
577473fe687b38c8f01b0c372d6d2563680045b3 19-Jan-2010 Benjamin Peterson <benjamin@python.org> use assert[Not]In where appropriate

A patch from Dave Malcolm.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
c9c0f201fed21efcf669dbbf5f923eaf0eeb1db9 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert old fail* assertions to assert*
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
42a40c59a0bc94d29e5fd61cada2d8c0763211d6 01-Apr-2009 Kristján Valur Jónsson <kristjan@ccpgames.com> Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
7317c1ef7aaba7deda66b7fa917d09e68d83635b 25-Nov-2008 Brett Cannon <bcannon@gmail.com> dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
former they are converted to bytes before being written to the DB.

Closes issue 3799. Reviewed by Skip Montanaro.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py
0a7ac7d70d370544c6a9d118bbbd6886ad4f5ce5 26-May-2008 Georg Brandl <georg@python.org> Create the dbm package from PEP 3108. #2881.
/external/python/cpython3/Lib/test/test_dbm_ndbm.py