[pypy-commit] pypy default: fixing return type of _compare_digest

2014-09-11 Thread agobi
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

[pypy-commit] pypy default: Introducing the missing method _compare_digest in the module operator.

2014-09-11 Thread agobi
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

[pypy-commit] pypy py3.3: Merging py3.3

2014-07-27 Thread agobi
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

[pypy-commit] pypy py3.3: fixing return type of _compare_digest

2014-07-27 Thread agobi
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

[pypy-commit] pypy py3.3: Introducing the missing method _compare_digest in the module operator.

2014-07-27 Thread agobi
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

[pypy-commit] pypy py3.3: creating the RTLD_* constants in the module posix

2014-07-26 Thread agobi
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