Forked from
Hammer / hammer
276 commits behind the upstream repository.
Alex Willmer
authored
In Python 3.x - int and long types are unified. The unified type is called int. - the text string type (unicode) is renamed to str. - the byte string type (str) is renamed to bytes. - chr returns a text string (i.e. str) - xrange is renamed to range. - dict.has_key() is removed -
Name | Last commit | Last update |
---|---|---|
contrib | ||
docs | ||
examples | ||
jni | ||
lib | ||
src | ||
tools | ||
.gitignore | ||
.travis.yml | ||
Doxyfile | ||
HACKING | ||
LICENSE | ||
Makefile | ||
NOTES | ||
README.md | ||
SConstruct | ||
TODO | ||
appveyor.yml | ||
common.mk | ||
config.mk | ||
libhammer.pc.in |