Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 12 Mar 2017 03:32:21 -0400 | Augie Fackler | py3: use bytearray() instead of array('c', ...) constructions |
Sat, 11 Mar 2017 20:58:26 -0500 | Augie Fackler | summary: don't explicitly str() something we're about to %s |
Sat, 11 Mar 2017 20:57:40 -0500 | Augie Fackler | context: implement both __bytes__ and __str__ for Python 3 |
Sat, 11 Mar 2017 20:57:04 -0500 | Augie Fackler | context: work around `long` not existing on Python 3 |