Commits
Commits on Sep 10, 2021
-
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Co-authored-by: Hakan Çelik <hakancelik96@outlook.com>
Copy the full SHA 707137bView commit details
Commits on Apr 29, 2019
-
Copy the full SHA 81c5a90View commit details
Commits on Dec 12, 2018
-
bpo-33106: change dbm key deletion error for readonly file from KeyEr…
…ror to dbm.error (#6295)
Copy the full SHA 4fb0b8bView commit details
Commits on Feb 5, 2018
-
Copy the full SHA 6c85efaView commit details
Commits on Apr 24, 2017
Commits on Dec 7, 2016
-
Issue #28847: A deprecation warning is now emitted if the index file …
…is missed and recreated in the 'r' and 'w' modes (will be an error in future Python releases).
Copy the full SHA 4fc7942View commit details -
Issue #28847: dbm.dumb now supports reading read-only files and no lo…
…nger writes the index file when it is not changed.
Copy the full SHA 520348eView commit details -
Issue #28847: dbm.dumb now supports reading read-only files and no lo…
…nger writes the index file when it is not changed.
Copy the full SHA 028ace1View commit details
Commits on Jul 6, 2016
-
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
behavior: creating a database in 'r' and 'w' modes and modifying a database in 'r' mode.
Copy the full SHA 0122ae9View commit details
Commits on Apr 10, 2015
-
Issue #23865: close() methods in multiple modules now are idempotent …
…and more robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
Copy the full SHA 2116b12View commit details -
Issue #23865: close() methods in multiple modules now are idempotent …
…and more robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
Copy the full SHA 7e7a3dbView commit details
Commits on Apr 4, 2015
-
Copy the full SHA 46ba6c8View commit details
Commits on Feb 15, 2015
-
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm…
….dumb module. Original patch by Claudiu Popa.
Copy the full SHA 23edd49View commit details -
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm…
….dumb module. Original patch by Claudiu Popa.
Copy the full SHA 74eb8b2View commit details
Commits on Jun 25, 2014
-
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing. Patch by Claudiu Popa.
Copy the full SHA e5243ccView commit details -
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
files closing. Patch by Claudiu Popa.
Copy the full SHA 65c623dView commit details
Commits on Jun 10, 2014
-
Issue #18039: dbm.dump.open() now always creates a new database when the
flag has the value 'n'. Patch by Claudiu Popa.
Copy the full SHA b398d33View commit details
Commits on May 28, 2014
-
Copy the full SHA 12c575fView commit details
Commits on Apr 26, 2014
-
make operations on closed dumb databases raise a consistent exception (…
…closes #19385) Patch by Claudiu Popa.
Copy the full SHA e3083d3View commit details
Commits on Nov 17, 2013
-
Copy the full SHA c610abaView commit details
Commits on Jul 7, 2013
Commits on Dec 25, 2012
-
Copy the full SHA f7a17b4View commit details
Commits on Dec 18, 2012
-
Copy the full SHA ad28c7fView commit details
Commits on Oct 5, 2012
-
Copy the full SHA f1af705View commit details
Commits on Sep 19, 2011
-
Copy the full SHA bc566b0View commit details
Commits on Mar 14, 2011
-
Fix #11491. When dbm.open was called with a file which already exists…
… and the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing.
Copy the full SHA 525c25dView commit details -
Fix #11491. When dbm.open was called with a file which already exists…
… and the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing.
Copy the full SHA 94eceebView commit details
Commits on Dec 4, 2010
-
Copy the full SHA d9e833cView commit details
Commits on Jul 29, 2010
-
#9397: remove mention of dbm.bsd which does not exist anymore.
Victor Stinner committedJul 29, 2010 Copy the full SHA 1cec3e3View commit details
Commits on Oct 27, 2009
-
Backporting since it would have helped us find a regression.
Merged revisions 75314 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r75314 | antoine.pitrou | 2009-10-10 23:08:31 +0200 (sam., 10 oct. 2009) | 10 lines Merged revisions 75312 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines Issue #7055: test___all__ now greedily detects all modules which have an __all__ attribute, rather than using a hardcoded and incomplete list. ........ ................
Copy the full SHA 56e00caView commit details
Commits on Oct 10, 2009
-
Copy the full SHA a328029View commit details