Author: Philip Jenvey
Branch: py3k
Changeset: r83929:5c78522a3851
Date: 2016-04-25 17:34 -0700
http://bitbucket.org/pypy/pypy/changeset/5c78522a3851/
Log:simplify sys_exc_info to return None for a cleared exception and
reuse some of it in RAISE_VARARGS (grafted from
c24bc2ff9f
Author: Manuel Jacob
Branch: py3k
Changeset: r82212:8e9369bbc962
Date: 2016-02-13 15:04 +0100
http://bitbucket.org/pypy/pypy/changeset/8e9369bbc962/
Log:Simplify code.
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultio
Author: Philip Jenvey
Branch: py3k
Changeset: r72675:895497f3e839
Date: 2014-08-03 10:56 -0700
http://bitbucket.org/pypy/pypy/changeset/895497f3e839/
Log:simplify
diff --git a/pypy/module/__builtin__/app_inspect.py
b/pypy/module/__builtin__/app_inspect.py
--- a/pypy/module/__builtin__/app_i
Author: Brian Kearns
Branch: py3k
Changeset: r68454:ebc1b6f37b2a
Date: 2013-12-17 21:02 -0500
http://bitbucket.org/pypy/pypy/changeset/ebc1b6f37b2a/
Log:simplify {date,time,datetime}.replace (constructor does field
validation, no need for it here)
diff --git a/lib-python/3/datetime.p
Author: Philip Jenvey
Branch: py3k
Changeset: r64859:391ba71b1425
Date: 2013-06-11 17:14 -0700
http://bitbucket.org/pypy/pypy/changeset/391ba71b1425/
Log:simplify
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error.py
+++ b/pypy/interpreter/error.p
Author: Philip Jenvey
Branch: py3k
Changeset: r64672:868044c336bd
Date: 2013-05-30 13:19 -0700
http://bitbucket.org/pypy/pypy/changeset/868044c336bd/
Log:simplify
diff --git a/pypy/module/__builtin__/functional.py
b/pypy/module/__builtin__/functional.py
--- a/pypy/module/__builtin__/functio
Author: Philip Jenvey
Branch: py3k
Changeset: r62158:e569a7d9ad90
Date: 2013-03-06 23:42 -0800
http://bitbucket.org/pypy/pypy/changeset/e569a7d9ad90/
Log:simplify
diff --git a/pypy/module/imp/test/support.py b/pypy/module/imp/test/support.py
--- a/pypy/module/imp/test/support.py
+++ b/pypy/m
Author: Philip Jenvey
Branch: py3k
Changeset: r61830:dabc1457e3cc
Date: 2013-02-26 10:43 -0800
http://bitbucket.org/pypy/pypy/changeset/dabc1457e3cc/
Log:simplify
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interprete
Author: Philip Jenvey
Branch: py3k
Changeset: r61387:57a1886270d2
Date: 2013-02-17 14:13 -0800
http://bitbucket.org/pypy/pypy/changeset/57a1886270d2/
Log:simplify
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspace/std/floatobject.py
+++ b/pyp
Author: Philip Jenvey
Branch: py3k
Changeset: r57960:dae42652b387
Date: 2012-10-09 17:52 -0700
http://bitbucket.org/pypy/pypy/changeset/dae42652b387/
Log:simplify
diff --git a/pypy/objspace/std/unicodetype.py b/pypy/objspace/std/unicodetype.py
--- a/pypy/objspace/std/unicodetype.py
+++ b/pyp
Author: Antonio Cuni
Branch: py3k
Changeset: r52424:fd1a90055027
Date: 2012-02-13 12:01 +0100
http://bitbucket.org/pypy/pypy/changeset/fd1a90055027/
Log:simplify the code in RAISE_VARARGS now that we no longer support the
form with three arguments
diff --git a/pypy/interpreter/pyopco
Author: Alex Gaynor
Branch: py3k
Changeset: r50820:fad1ecae7c0d
Date: 2011-12-21 21:35 -0600
http://bitbucket.org/pypy/pypy/changeset/fad1ecae7c0d/
Log:simplify callable() code and fix a bug in it, None is not the same
as false :)
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/
12 matches
Mail list logo