Skip to content

Commits

Commits on Sep 10, 2021

  1. bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)

    Co-authored-by: Hakan Çelik <hakancelik96@outlook.com>
    audeoudh and hakancelikdev committed Sep 10, 2021
    Copy the full SHA
    707137b View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Copy the full SHA
    81c5a90 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Copy the full SHA
    8377cd4 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Copy the full SHA
    4fb0b8b View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Copy the full SHA
    6c85efa View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. 1
    Copy the full SHA
    2e576f5 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. 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).
    serhiy-storchaka committed Dec 7, 2016
    Copy the full SHA
    4fc7942 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Issue #28847: dbm.dumb now supports reading read-only files and no lo…

    …nger
    
    writes the index file when it is not changed.
    serhiy-storchaka committed Dec 7, 2016
    Copy the full SHA
    520348e View commit details
    View at this point in the history
    Browse the repository at this point in the history
  3. Issue #28847: dbm.dumb now supports reading read-only files and no lo…

    …nger
    
    writes the index file when it is not changed.
    serhiy-storchaka committed Dec 7, 2016
    Copy the full SHA
    028ace1 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. 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.
    serhiy-storchaka committed Jul 6, 2016
    Copy the full SHA
    0122ae9 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. 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.
    serhiy-storchaka committed Apr 10, 2015
    Copy the full SHA
    2116b12 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. 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.
    serhiy-storchaka committed Apr 10, 2015
    Copy the full SHA
    7e7a3db View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. Copy the full SHA
    46ba6c8 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Feb 15, 2015

  1. Issue #22885: Fixed arbitrary code execution vulnerability in the dbm…

    ….dumb
    
    module.  Original patch by Claudiu Popa.
    serhiy-storchaka committed Feb 15, 2015
    Copy the full SHA
    23edd49 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Issue #22885: Fixed arbitrary code execution vulnerability in the dbm…

    ….dumb
    
    module.  Original patch by Claudiu Popa.
    serhiy-storchaka committed Feb 15, 2015
    Copy the full SHA
    74eb8b2 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jun 25, 2014

  1. Issue #21729: Used the "with" statement in the dbm.dumb module to ensure

    files closing.  Patch by Claudiu Popa.
    serhiy-storchaka committed Jun 25, 2014
    Copy the full SHA
    e5243cc View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Issue #21729: Used the "with" statement in the dbm.dumb module to ensure

    files closing.  Patch by Claudiu Popa.
    serhiy-storchaka committed Jun 25, 2014
    Copy the full SHA
    65c623d View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Issue #18039: dbm.dump.open() now always creates a new database when the

    flag has the value 'n'.  Patch by Claudiu Popa.
    serhiy-storchaka committed Jun 10, 2014
    Copy the full SHA
    b398d33 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Copy the full SHA
    12c575f View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. make operations on closed dumb databases raise a consistent exception (

    …closes #19385)
    
    Patch by Claudiu Popa.
    benjaminp committed Apr 26, 2014
    Copy the full SHA
    e3083d3 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Nov 17, 2013

  1. Copy the full SHA
    c610aba View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jul 7, 2013

  1. #17198: merge with 3.3.

    ezio-melotti committed Jul 7, 2013
    Copy the full SHA
    9f96789 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Copy the full SHA
    b08495b View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Dec 25, 2012

  1. Copy the full SHA
    f7a17b4 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Dec 18, 2012

  1. Copy the full SHA
    ad28c7f View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Oct 5, 2012

  1. Copy the full SHA
    f1af705 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Sep 19, 2011

  1. Copy the full SHA
    bc566b0 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Apr 20, 2011

  1. Merge 3.1

    merwok committed Apr 20, 2011
    Copy the full SHA
    37e6c54 View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. Add docstring to dbm.open

    merwok committed Apr 20, 2011
    Copy the full SHA
    f8e1b60 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Mar 14, 2011

  1. 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.
    briancurtin committed Mar 14, 2011
    Copy the full SHA
    525c25d View commit details
    View at this point in the history
    Browse the repository at this point in the history
  2. 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.
    briancurtin committed Mar 14, 2011
    Copy the full SHA
    94eceeb View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Dec 4, 2010

  1. Copy the full SHA
    d9e833c View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Jul 29, 2010

  1. Copy the full SHA
    1cec3e3 View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Oct 27, 2009

  1. 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.
      ........
    ................
    pitrou committed Oct 27, 2009
    Copy the full SHA
    56e00ca View commit details
    View at this point in the history
    Browse the repository at this point in the history

Commits on Oct 10, 2009

  1. Redundancy isn't needed here.

    Redundancy isn't needed here.
    pitrou committed Oct 10, 2009
    Copy the full SHA
    a328029 View commit details
    View at this point in the history
    Browse the repository at this point in the history
Older