Author: Arjun Naik
Branch: py3.3
Changeset: r75153:9a110e6e733e
Date: 2014-07-26 15:11 +0200
http://bitbucket.org/pypy/pypy/changeset/9a110e6e733e/
Log:reapply 8ccff189b82f: Changed the _get_inttime() to raise
OverflowError.
diff --git a/pypy/module/time/interp_time.py b/pypy/module
Author: Arjun Naik
Branch: py3.3
Changeset: r72514:8ccff189b82f
Date: 2014-07-26 15:11 +0200
http://bitbucket.org/pypy/pypy/changeset/8ccff189b82f/
Log:Changed the _get_inttime() to raise OverflowError.
diff --git a/pypy/module/rctime/interp_time.py
b/pypy/module/rctime/interp_time.py
Author: Arjun Naik
Branch: py3.3
Changeset: r72515:2c99b4f912ad
Date: 2014-07-26 15:52 +0200
http://bitbucket.org/pypy/pypy/changeset/2c99b4f912ad/
Log:Merge
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter
Author: Arjun Naik
Branch: py3.3
Changeset: r72489:342ebe4c4d7f
Date: 2014-07-26 11:16 +0200
http://bitbucket.org/pypy/pypy/changeset/342ebe4c4d7f/
Log:Added missing log2 in math module.
diff --git a/pypy/module/math/__init__.py b/pypy/module/math/__init__.py
--- a/pypy/module/math/__init__
Author: Arjun Naik
Branch: py3.3
Changeset: r72488:e54b7fe58ecf
Date: 2014-07-26 10:41 +0200
http://bitbucket.org/pypy/pypy/changeset/e54b7fe58ecf/
Log:Added the missing log2 in the math module.
diff --git a/pypy/module/math/__init__.py b/pypy/module/math/__init__.py
--- a/pypy/module/math