Skip to content

base85 encoding #61818

@pitrou

Description

@pitrou
BPO 17618
Nosy @jcea, @pitrou, @vstinner, @tiran, @bitdancer, @florentx, @serhiy-storchaka
Files
  • issue17618.diff: Pure python Ascii85 implementation in base64.py
  • issue17618-2.diff: Ascii85+Base85 encodings added to base64.py
  • issue17618-3.diff: Ascii85+Base85 encodings added to base64.py
  • issue17618-4.diff: Ascii85+Base85 encodings added to base64.py
  • issue17618-5.diff: Ascii85+Base85 encodings added to base64.py
  • issue17618-5.diff: Ascii85+Base85 encodings added to base64.py (regenerated for review)
  • issue17618-fast.diff: Corrected and optimized
  • base85.patch
  • base85-2.patch
  • base85-3.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/pitrou'
    closed_at = <Date 2013-11-17.22:55:05.304>
    created_at = <Date 2013-04-02.13:23:35.806>
    labels = ['easy', 'type-feature', 'library']
    title = 'base85 encoding'
    updated_at = <Date 2014-03-08.17:54:16.026>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2014-03-08.17:54:16.026>
    actor = 'python-dev'
    assignee = 'pitrou'
    closed = True
    closed_date = <Date 2013-11-17.22:55:05.304>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2013-04-02.13:23:35.806>
    creator = 'pitrou'
    dependencies = []
    files = ['29717', '29838', '29852', '29911', '29930', '29942', '29956', '32659', '32661', '32672']
    hgrepos = []
    issue_num = 17618
    keywords = ['patch', 'easy']
    message_count = 47.0
    messages = ['185835', '186214', '186215', '186216', '186220', '186221', '186222', '186223', '186224', '186225', '186229', '186773', '186781', '186869', '186898', '186924', '186933', '187162', '187172', '187174', '187186', '187187', '187191', '187195', '187196', '187198', '187213', '187301', '187302', '187477', '187514', '187515', '187659', '196006', '199028', '199035', '199072', '203100', '203106', '203147', '203150', '203155', '203205', '203215', '203223', '203224', '212937']
    nosy_count = 11.0
    nosy_names = ['jcea', 'pitrou', 'vstinner', 'christian.heimes', 'r.david.murray', 'flox', 'sijinjoseph', 'python-dev', 'serhiy.storchaka', 'isoschiz', 'glasper']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue17618'
    versions = ['Python 3.4']

    Metadata

    Metadata

    Assignees

    Labels

    easystdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions