René's URL Explorer Experiment


Title: Issue 3799: Byte/string inconsistencies between different dbm modules - Python tracker

Mail addresses
report@bugs.python.org
skip@pobox.com
report@bugs.python.org
Python-3000-checkins@python.org
report@bugs.python.org
skip@pobox.com
report@bugs.python.org
skip@pobox.com
report@bugs.python.org
skip@pobox.com

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/48049 https://github.com/python/cpython/issues/48049
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
dumb.diffhttps://bugs.python.org/file11418/dumb.diff
dumb_to_utf8.diffhttps://bugs.python.org/file12067/dumb_to_utf8.diff
doc_dbm_strings.diffhttps://bugs.python.org/file12084/doc_dbm_strings.diff
specify_open_encoding.diffhttps://bugs.python.org/file12085/specify_open_encoding.diff
mydb2write.pyhttps://bugs.python.org/file12095/mydb2write.py
mydb3read.pyhttps://bugs.python.org/file12096/mydb3read.py
pickle2write.pyhttps://bugs.python.org/file12097/pickle2write.py
pickle3read.pyhttps://bugs.python.org/file12098/pickle3read.py
mydb2write.pyhttps://bugs.python.org/file12099/mydb2write.py
mydb3read.pyhttps://bugs.python.org/file12100/mydb3read.py
msg72711https://bugs.python.org/issue3799#msg72711
(view)https://bugs.python.org/msg72711
timeit.pyhttps://github.com/python/cpython/blob/3.0/Lib/timeit.py#L297
timeit.pyhttps://github.com/python/cpython/blob/3.0/Lib/timeit.py#L193
dbm/dumb.pyhttps://github.com/python/cpython/blob/3.0/Lib/dbm/dumb.py#L165
msg72740https://bugs.python.org/issue3799#msg72740
(view)https://bugs.python.org/msg72740
msg72743https://bugs.python.org/issue3799#msg72743
(view)https://bugs.python.org/msg72743
msg72745https://bugs.python.org/issue3799#msg72745
(view)https://bugs.python.org/msg72745
msg72757https://bugs.python.org/issue3799#msg72757
(view)https://bugs.python.org/msg72757
dbm/dumb.pyhttps://github.com/python/cpython/blob/3.0/Lib/dbm/dumb.py#L170
dbm/dumb.pyhttps://github.com/python/cpython/blob/3.0/Lib/dbm/dumb.py#L138
io.pyhttps://github.com/python/cpython/blob/3.0/Lib/io.py#L1224
io.pyhttps://github.com/python/cpython/blob/3.0/Lib/io.py#L1034
msg72963https://bugs.python.org/issue3799#msg72963
(view)https://bugs.python.org/msg72963
msg74655https://bugs.python.org/issue3799#msg74655
(view)https://bugs.python.org/msg74655
Lib/test/test_dbm.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_dbm.py
msg75537https://bugs.python.org/issue3799#msg75537
(view)https://bugs.python.org/msg75537
test/test_dbm.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_dbm.py#L92
dbm/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/dbm/__init__.py#L79
test/test_dbm.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_dbm.py#L86
dbm/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/dbm/__init__.py#L79
test/test_dbm.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_dbm.py#L80
dbm/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/dbm/__init__.py#L79
msg75541https://bugs.python.org/issue3799#msg75541
(view)https://bugs.python.org/msg75541
msg76080https://bugs.python.org/issue3799#msg76080
(view)https://bugs.python.org/msg76080
msg76082https://bugs.python.org/issue3799#msg76082
(view)https://bugs.python.org/msg76082
msg76085https://bugs.python.org/issue3799#msg76085
(view)https://bugs.python.org/msg76085
msg76155https://bugs.python.org/issue3799#msg76155
(view)https://bugs.python.org/msg76155
r67310https://hg.python.org/lookup/r67310
msg76156https://bugs.python.org/issue3799#msg76156
(view)https://bugs.python.org/msg76156
msg76157https://bugs.python.org/issue3799#msg76157
(view)https://bugs.python.org/msg76157
msg76186https://bugs.python.org/issue3799#msg76186
(view)https://bugs.python.org/msg76186
msg72963https://bugs.python.org/msg72963
msg76080https://bugs.python.org/msg76080
pickle.pyhttps://github.com/python/cpython/blob/3.0/Lib/pickle.py#L1329
msg76187https://bugs.python.org/issue3799#msg76187
(view)https://bugs.python.org/msg76187
msg72963https://bugs.python.org/msg72963
msg76080https://bugs.python.org/msg76080
pickle.pyhttps://github.com/python/cpython/blob/3.0/Lib/pickle.py#L1329
http://mail.python.org/mailman/listinfo/python-3000-checkinshttp://mail.python.org/mailman/listinfo/python-3000-checkins
msg76188https://bugs.python.org/issue3799#msg76188
(view)https://bugs.python.org/msg76188
msg76189https://bugs.python.org/issue3799#msg76189
(view)https://bugs.python.org/msg76189
msg76195https://bugs.python.org/issue3799#msg76195
(view)https://bugs.python.org/msg76195
msg76196https://bugs.python.org/issue3799#msg76196
(view)https://bugs.python.org/msg76196
msg76197https://bugs.python.org/issue3799#msg76197
(view)https://bugs.python.org/msg76197
msg76198https://bugs.python.org/issue3799#msg76198
(view)https://bugs.python.org/msg76198
msg76199https://bugs.python.org/issue3799#msg76199
(view)https://bugs.python.org/msg76199
msg76245https://bugs.python.org/issue3799#msg76245
(view)https://bugs.python.org/msg76245
msg76363https://bugs.python.org/issue3799#msg76363
(view)https://bugs.python.org/msg76363
r67369https://hg.python.org/lookup/r67369
msg76371https://bugs.python.org/issue3799#msg76371
(view)https://bugs.python.org/msg76371
http://bugs.python.org/msg76198http://bugs.python.org/msg76198
http://bugs.python.org/msg76199http://bugs.python.org/msg76199
msg76378https://bugs.python.org/issue3799#msg76378
(view)https://bugs.python.org/msg76378
http://bugs.python.org/msg76198http://bugs.python.org/msg76198
http://bugs.python.org/msg76199http://bugs.python.org/msg76199
msg76420https://bugs.python.org/issue3799#msg76420
(view)https://bugs.python.org/msg76420
r67380https://hg.python.org/lookup/r67380
msg76420https://bugs.python.org/msg76420
msg76378https://bugs.python.org/msg76378
msg76371https://bugs.python.org/msg76371
msg76363https://bugs.python.org/msg76363
brett.cannonhttps://bugs.python.org/user37
msg76245https://bugs.python.org/msg76245
issue4382 dependencieshttps://bugs.python.org/issue4382
msg76199https://bugs.python.org/msg76199
vstinnerhttps://bugs.python.org/user2377
msg76198https://bugs.python.org/msg76198
msg76197https://bugs.python.org/msg76197
msg76196https://bugs.python.org/msg76196
mydb3read.pyhttps://bugs.python.org/file12100
mydb2write.pyhttps://bugs.python.org/file12099
pickle3read.pyhttps://bugs.python.org/file12098
pickle2write.pyhttps://bugs.python.org/file12097
msg76195https://bugs.python.org/msg76195
msg76189https://bugs.python.org/msg76189
msg76188https://bugs.python.org/msg76188
msg76187https://bugs.python.org/msg76187
mydb3read.pyhttps://bugs.python.org/file12096
mydb2write.pyhttps://bugs.python.org/file12095
skip.montanarohttps://bugs.python.org/user15
msg76186https://bugs.python.org/msg76186
specify_open_encoding.diffhttps://bugs.python.org/file12085
msg76157https://bugs.python.org/msg76157
doc_dbm_strings.diffhttps://bugs.python.org/file12084
msg76156https://bugs.python.org/msg76156
msg76155https://bugs.python.org/msg76155
needs reviewhttps://bugs.python.org/keyword8
dumb_to_utf8.diffhttps://bugs.python.org/file12067
msg76085https://bugs.python.org/msg76085
msg76082https://bugs.python.org/msg76082
brett.cannonhttps://bugs.python.org/user37
msg76080https://bugs.python.org/msg76080
skip.montanarohttps://bugs.python.org/user15
barryhttps://bugs.python.org/user19
msg75541https://bugs.python.org/msg75541
christian.heimeshttps://bugs.python.org/user3108
msg75537https://bugs.python.org/msg75537
vstinnerhttps://bugs.python.org/user2377
msg74655https://bugs.python.org/msg74655
bboissinhttps://bugs.python.org/user9330
bboissinhttps://bugs.python.org/user9330
jceahttps://bugs.python.org/user415
msg72963https://bugs.python.org/msg72963
dumb.diffhttps://bugs.python.org/file11418
patchhttps://bugs.python.org/keyword2
msg72757https://bugs.python.org/msg72757
msg72745https://bugs.python.org/msg72745
msg72743https://bugs.python.org/msg72743
gvanrossumhttps://bugs.python.org/user5
msg72740https://bugs.python.org/msg72740
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.