Mark Dickinson
|
e94c679df0
|
Issue #1717: rename tp_compare to tp_reserved. I'll change the
type of tp_compare in a separate commit, for ease of reversion
should things go wrong.
|
2009-02-02 20:36:42 +00:00 |
Brett Cannon
|
7317c1ef7a
|
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.
|
2008-11-25 19:19:17 +00:00 |
Amaury Forgeot d'Arc
|
1f900f1f69
|
#3247: get rid of Py_FindMethod
Third step: unix-only modules. Really remove the function this time.
|
2008-07-02 22:38:47 +00:00 |
Martin v. Löwis
|
1a21451b1d
|
Implement PEP 3121: new module initialization and finalization API.
|
2008-06-11 05:26:20 +00:00 |
Georg Brandl
|
b17acad68e
|
Make db modules' error classes inherit IOError.
Stop dbm from importing every dbm module when imported.
|
2008-05-28 08:43:17 +00:00 |
Christian Heimes
|
72b710a596
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
Georg Brandl
|
0a7ac7d70d
|
Create the dbm package from PEP 3108. #2881.
|
2008-05-26 10:29:35 +00:00 |