FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_gdbmmodule.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
cpython
Modules
_gdbmmodule.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 5, 2018
Use Py_GetType() and %T format
vstinner
committed
790f968
View commit details
Copy full SHA for 790f968
View code at this point
Browse repository at this point
Commits on Jun 20, 2018
Fix compiling error when missing gdbm version macros (GH-7823)
zhangyangyu
authored
b248e95
View commit details
Copy full SHA for b248e95
View code at this point
Browse repository at this point
Commits on Jun 19, 2018
bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)
Show description for 00f9edb
vstinner
authored
00f9edb
View commit details
Copy full SHA for 00f9edb
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
serhiy-storchaka
authored
6f600ff
View commit details
Copy full SHA for 6f600ff
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Show description for 2a404b6
serhiy-storchaka
committed
2a404b6
View commit details
Copy full SHA for 2a404b6
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
2d06e84
View commit details
Copy full SHA for 2d06e84
View code at this point
Browse repository at this point
Commits on May 8, 2015
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Show description for 38337d1
larryhastings
committed
38337d1
View commit details
Copy full SHA for 38337d1
View code at this point
Browse repository at this point
Commits on May 4, 2015
Issue #24001: Argument Clinic converters now use accept={type}
Show description for dbfdc38
larryhastings
committed
dbfdc38
View commit details
Copy full SHA for dbfdc38
View code at this point
Browse repository at this point
Commits on Apr 17, 2015
Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic.
serhiy-storchaka
committed
9260e77
View commit details
Copy full SHA for 9260e77
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 Oct 24, 2013
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Show description for 4f056d4
serhiy-storchaka
committed
4f056d4
View commit details
Copy full SHA for 4f056d4
View code at this point
Browse repository at this point
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Show description for 7d6392c
serhiy-storchaka
committed
7d6392c
View commit details
Copy full SHA for 7d6392c
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
9ed5f27
View commit details
Copy full SHA for 9ed5f27
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 May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for e94c679
mdickinson
committed
e94c679
View commit details
Copy full SHA for e94c679
View code at this point
Browse repository at this point
Commits on Nov 25, 2008
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
Show description for 7317c1e
brettcannon
committed
7317c1e
View commit details
Copy full SHA for 7317c1e
View code at this point
Browse repository at this point
Commits on Jul 2, 2008
#3247: get rid of Py_FindMethod
Show description for 1f900f1
amauryfa
committed
1f900f1
View commit details
Copy full SHA for 1f900f1
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Implement PEP 3121: new module initialization and finalization API.
loewis
committed
1a21451
View commit details
Copy full SHA for 1a21451
View code at this point
Browse repository at this point
Commits on May 28, 2008
Make db modules' error classes inherit IOError.
Show description for b17acad
birkenfeld
committed
b17acad
View commit details
Copy full SHA for b17acad
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
72b710a
View commit details
Copy full SHA for 72b710a
View code at this point
Browse repository at this point
Create the dbm package from PEP 3108. #2881.
birkenfeld
committed
0a7ac7d
View commit details
Copy full SHA for 0a7ac7d
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL