Sat, 16 Nov 2019 20:08:35 +0100 |
Pierre-Yves David |
pure: use string for another exception in the pure version of base85
stable
|
Sat, 16 Nov 2019 20:07:49 +0100 |
Pierre-Yves David |
pure: use string for exception in the pure version of base85
stable
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Wed, 14 Feb 2018 17:44:19 +0530 |
Pulkit Goyal |
py3: converts bytes to pycompat.bytestr to get bytechrs while enumerating
|
Wed, 07 Feb 2018 13:17:19 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr to convert _b85chars to bytes
|
Sat, 12 Dec 2015 13:33:47 -0500 |
Gregory Szorc |
base85: use absolute_import
|
Mon, 07 May 2012 21:49:45 +0200 |
Patrick Mezard |
pure/base85: align exception type/msg on base85.c
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 05 Jul 2009 11:00:44 +0200 |
Alejandro Santos |
compat: use // for integer division
|
Tue, 26 May 2009 22:59:52 +0200 |
Martin Geisler |
replace "i in range(len(xs))" with "i, x in enumerate(xs)"
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 23 Mar 2009 13:49:16 +0100 |
Dirkjan Ochtman |
kill another trailing space
|
Wed, 04 Mar 2009 23:23:59 +0100 |
Mads Kiilerich |
Optimization of pure.base85.b85encode
|
Tue, 30 Dec 2008 18:58:58 -0800 |
Brendan Cully |
Pure python base85 fallback
|