FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/dbm - lp9102/cnpython · GitHub
lp9102
/
cnpython
Public
forked from
swizl/cnpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cnpython
Lib
dbm
on
cnpython
User selector
Datepicker
Commit history
Commits on Apr 24, 2017
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
serhiy-storchaka
authored
2e576f5
View commit details
Copy full SHA for 2e576f5
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
Issue #28847: A deprecation warning is now emitted if the index file is missed
Show description for 4fc7942
serhiy-storchaka
committed
4fc7942
View commit details
Copy full SHA for 4fc7942
View code at this point
Browse repository at this point
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Show description for 520348e
serhiy-storchaka
committed
520348e
View commit details
Copy full SHA for 520348e
View code at this point
Browse repository at this point
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Show description for 028ace1
serhiy-storchaka
committed
028ace1
View commit details
Copy full SHA for 028ace1
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
Show description for 0122ae9
serhiy-storchaka
committed
0122ae9
View commit details
Copy full SHA for 0122ae9
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 2116b12
serhiy-storchaka
committed
2116b12
View commit details
Copy full SHA for 2116b12
View code at this point
Browse repository at this point
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 7e7a3db
serhiy-storchaka
committed
7e7a3db
View commit details
Copy full SHA for 7e7a3db
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Issue #22831: Use "with" to avoid possible fd leaks.
serhiy-storchaka
committed
46ba6c8
View commit details
Copy full SHA for 46ba6c8
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Show description for 23edd49
serhiy-storchaka
committed
23edd49
View commit details
Copy full SHA for 23edd49
View code at this point
Browse repository at this point
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Show description for 74eb8b2
serhiy-storchaka
committed
74eb8b2
View commit details
Copy full SHA for 74eb8b2
View code at this point
Browse repository at this point
Commits on Jun 25, 2014
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Show description for e5243cc
serhiy-storchaka
committed
e5243cc
View commit details
Copy full SHA for e5243cc
View code at this point
Browse repository at this point
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Show description for 65c623d
serhiy-storchaka
committed
65c623d
View commit details
Copy full SHA for 65c623d
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Issue #18039: dbm.dump.open() now always creates a new database when the
Show description for b398d33
serhiy-storchaka
committed
b398d33
View commit details
Copy full SHA for b398d33
View code at this point
Browse repository at this point
Commits on May 28, 2014
Restore performance of some dumb database methods (regression introduced by #19385).
serhiy-storchaka
committed
12c575f
View commit details
Copy full SHA for 12c575f
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
make operations on closed dumb databases raise a consistent exception (closes #19385)
Show description for e3083d3
benjaminp
committed
e3083d3
View commit details
Copy full SHA for e3083d3
View code at this point
Browse repository at this point
Commits on Nov 17, 2013
Close #19282: Native context management in dbm
ncoghlan
committed
c610aba
View commit details
Copy full SHA for c610aba
View code at this point
Browse repository at this point
Commits on Jul 7, 2013
#17198: merge with 3.3.
ezio-melotti
committed
9f96789
View commit details
Copy full SHA for 9f96789
View code at this point
Browse repository at this point
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
ezio-melotti
committed
b08495b
View commit details
Copy full SHA for b08495b
View code at this point
Browse repository at this point
Commits on Dec 25, 2012
Replace IOError with OSError (#16715)
asvetlov
committed
f7a17b4
View commit details
Copy full SHA for f7a17b4
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Issue #16706: get rid of os.error
asvetlov
committed
ad28c7f
View commit details
Copy full SHA for ad28c7f
View code at this point
Browse repository at this point
Commits on Oct 5, 2012
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
jcea
committed
f1af705
View commit details
Copy full SHA for f1af705
View code at this point
Browse repository at this point
Commits on Sep 19, 2011
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
jcea
committed
bc566b0
View commit details
Copy full SHA for bc566b0
View code at this point
Browse repository at this point
Commits on Apr 20, 2011
Merge 3.1
merwok
committed
37e6c54
View commit details
Copy full SHA for 37e6c54
View code at this point
Browse repository at this point
Add docstring to dbm.open
merwok
committed
f8e1b60
View commit details
Copy full SHA for f8e1b60
View code at this point
Browse repository at this point
Commits on Mar 14, 2011
Fix #11491. When dbm.open was called with a file which already exists and
Show description for 525c25d
briancurtin
committed
525c25d
View commit details
Copy full SHA for 525c25d
View code at this point
Browse repository at this point
Fix #11491. When dbm.open was called with a file which already exists and
Show description for 94eceeb
briancurtin
committed
94eceeb
View commit details
Copy full SHA for 94eceeb
View code at this point
Browse repository at this point
Commits on Dec 4, 2010
#6045: provide at least get() and setdefault() for all dbm modules.
birkenfeld
committed
d9e833c
View commit details
Copy full SHA for d9e833c
View code at this point
Browse repository at this point
Commits on Jul 29, 2010
#9397: remove mention of dbm.bsd which does not exist anymore.
Victor Stinner
committed
1cec3e3
View commit details
Copy full SHA for 1cec3e3
View code at this point
Browse repository at this point
Commits on Oct 27, 2009
Backporting since it would have helped us find a regression.
Show description for 56e00ca
pitrou
committed
56e00ca
View commit details
Copy full SHA for 56e00ca
View code at this point
Browse repository at this point
Commits on Oct 10, 2009
Redundancy isn't needed here.
Show description for a328029
pitrou
committed
a328029
View commit details
Copy full SHA for a328029
View code at this point
Browse repository at this point
Merged revisions 75312 via svnmerge from
Show description for 4de39cd
pitrou
committed
4de39cd
View commit details
Copy full SHA for 4de39cd
View code at this point
Browse repository at this point
Commits on May 17, 2009
We dont have dbm.bsd support anymore.
birkenfeld
committed
170fb04
View commit details
Copy full SHA for 170fb04
View code at this point
Browse repository at this point
Commits on Nov 24, 2008
dbm.dumb was opening files without specifying the encoding. Caused problem on
Show description for 2b5d6eb
brettcannon
committed
2b5d6eb
View commit details
Copy full SHA for 2b5d6eb
View code at this point
Browse repository at this point
Commits on Nov 21, 2008
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
Show description for 58425d3
brettcannon
committed
58425d3
View commit details
Copy full SHA for 58425d3
View code at this point
Browse repository at this point
Commits on Sep 25, 2008
#3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0.
Show description for b5cf301
amauryfa
committed
b5cf301
View commit details
Copy full SHA for b5cf301
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL