Author: Attila Gobi
Branch:
Changeset: r73475:718ffad76ab8
Date: 2014-07-27 13:36 +0200
http://bitbucket.org/pypy/pypy/changeset/718ffad76ab8/
Log:fixing return type of _compare_digest (grafted from
69a3e8128a9c8255ccfc4df889dc07a806167b20)
diff --git a/pypy/module/operator/tscmp.py
Author: Attila Gobi
Branch:
Changeset: r73474:ac26684c69de
Date: 2014-07-27 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/ac26684c69de/
Log:Introducing the missing method _compare_digest in the module
operator. The method is used in the hmac module. (grafted from
b453a
Author: Attila Gobi
Branch: py3.3
Changeset: r72564:5a1e336d58d6
Date: 2014-07-27 13:44 +0200
http://bitbucket.org/pypy/pypy/changeset/5a1e336d58d6/
Log:Merging py3.3
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/astcom
Author: Attila Gobi
Branch: py3.3
Changeset: r72563:69a3e8128a9c
Date: 2014-07-27 13:36 +0200
http://bitbucket.org/pypy/pypy/changeset/69a3e8128a9c/
Log:fixing return type of _compare_digest
diff --git a/pypy/module/operator/tscmp.py b/pypy/module/operator/tscmp.py
--- a/pypy/module/operator
Author: Attila Gobi
Branch: py3.3
Changeset: r72562:b453ad72cd9a
Date: 2014-07-27 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/b453ad72cd9a/
Log:Introducing the missing method _compare_digest in the module
operator. The method is used in the hmac module.
diff --git a/pypy/mod
Author: Attila Gobi
Branch: py3.3
Changeset: r72501:2e121b41a4c3
Date: 2014-07-26 13:47 +0200
http://bitbucket.org/pypy/pypy/changeset/2e121b41a4c3/
Log:creating the RTLD_* constants in the module posix
diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py
--- a/pypy/mod