Author: Philip Jenvey
Branch: py3k
Changeset: r84722:97ed514d4cf8
Date: 2016-05-26 18:19 -0700
http://bitbucket.org/pypy/pypy/changeset/97ed514d4cf8/
Log:fix, we can't use **kwargs in this case
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/mod
Author: Philip Jenvey
Branch: py3k
Changeset: r84721:e082349023a2
Date: 2016-05-26 18:10 -0700
http://bitbucket.org/pypy/pypy/changeset/e082349023a2/
Log:fix
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix.py
+++ b/pypy
Author: Philip Jenvey
Branch:
Changeset: r84720:58696fc3617b
Date: 2016-05-26 16:51 -0700
http://bitbucket.org/pypy/pypy/changeset/58696fc3617b/
Log:I have no words
diff --git a/pypy/doc/release-pypy3-5.1.1-alpha1.rst
b/pypy/doc/release-pypy3-5.1.1-alpha1.rst
new file mode 100644
--- /dev/
Author: Philip Jenvey
Branch: py3k
Changeset: r84719:2ef97efcddf2
Date: 2016-05-26 16:37 -0700
http://bitbucket.org/pypy/pypy/changeset/2ef97efcddf2/
Log:fix
diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py
--- a/lib_pypy/_decimal.py
+++ b/lib_pypy/_decimal.py
@@ -1514,15 +1514,15 @@
Author: Philip Jenvey
Branch: py3k
Changeset: r84718:ad97f2acb02f
Date: 2016-05-26 15:48 -0700
http://bitbucket.org/pypy/pypy/changeset/ad97f2acb02f/
Log:fix
diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py
--- a/lib_pypy/_winapi.py
+++ b/lib_pypy/_winapi.py
@@ -53,7 +53,7 @@
_GetStdH
Author: Philip Jenvey
Branch: py3k
Changeset: r84717:29d14733e007
Date: 2016-05-26 14:13 -0700
http://bitbucket.org/pypy/pypy/changeset/29d14733e007/
Log:add new funcs for subprocess. there's more needed for
multiprocessing
diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py
--- a
Author: Philip Jenvey
Branch: py3k
Changeset: r84716:bf1da7965176
Date: 2016-05-26 12:52 -0700
http://bitbucket.org/pypy/pypy/changeset/bf1da7965176/
Log:merge default
diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py
--- a/lib_pypy/_winapi.py
+++ b/lib_pypy/_winapi.py
@@ -4,6 +4,9 @@
Author: Philip Jenvey
Branch:
Changeset: r84715:614f30ae7e84
Date: 2016-05-26 12:52 -0700
http://bitbucket.org/pypy/pypy/changeset/614f30ae7e84/
Log:restrict to windows
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
--- a/lib_pypy/_subprocess.py
+++ b/lib_pypy/_subprocess.py
Author: Philip Jenvey
Branch: py3k
Changeset: r84714:844a46218fdf
Date: 2016-05-26 12:24 -0700
http://bitbucket.org/pypy/pypy/changeset/844a46218fdf/
Log:_subprocess -> _winapi
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_winapi.py
rename from lib_pypy/_subprocess.py
rename to lib_pypy/_
Author: Matti Picus
Branch: cpyext-pickle
Changeset: r84713:874feb6ee033
Date: 2016-05-26 22:22 +0300
http://bitbucket.org/pypy/pypy/changeset/874feb6ee033/
Log:merge default into branch
diff too long, truncating to 2000 out of 2136 lines
diff --git a/lib_pypy/cffi/commontypes.py b/lib_pypy
Author: Matti Picus
Branch: cpyext-pickle
Changeset: r84712:43d7ca8a834f
Date: 2016-05-26 22:21 +0300
http://bitbucket.org/pypy/pypy/changeset/43d7ca8a834f/
Log:fix test - PyCFunctions in struct PyMethodDef cannot accept kwargs
diff --git a/pypy/module/cpyext/test/array.c b/pypy/module/cpyex
Author: Philip Jenvey
Branch: py3k
Changeset: r84711:fdc01fc26be2
Date: 2016-05-26 11:52 -0700
http://bitbucket.org/pypy/pypy/changeset/fdc01fc26be2/
Log:refactor into do_utimens, parse_utime_args
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84710:a66f6ef2340a
Date: 2016-05-26 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/a66f6ef2340a/
Log:Fix the logic in newformat for value == -sys.maxint-1: we can't call
abs(value) on that.
diff --git a/pypy/objspace/std/
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84709:fb56d071ab84
Date: 2016-05-26 15:39 +0100
http://bitbucket.org/pypy/pypy/changeset/fb56d071ab84/
Log:fixes
diff --git a/pypy/module/pypyjit/test_pypy_c/test_shift.py
b/pypy/module/pypyjit/test_pypy_c/test_shift.py
--- a/pypy/mod
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84708:6d7f04b4d19c
Date: 2016-05-26 15:09 +0100
http://bitbucket.org/pypy/pypy/changeset/6d7f04b4d19c/
Log:Revert these two changes from default
diff --git a/rpython/translator/test/test_simplify.py
b/rpython/translator/test/test_simp
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84707:32161a466786
Date: 2016-05-26 11:17 +0200
http://bitbucket.org/pypy/pypy/changeset/32161a466786/
Log:Get rid of the logic in the PPC backend too (see 2a2a69b9bde7 for
the reason).
diff --git a/rpython/jit/backend/ppc/opas
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84705:9b69a27a838b
Date: 2016-05-26 11:12 +0200
http://bitbucket.org/pypy/pypy/changeset/9b69a27a838b/
Log:Kill everything about DIV, MOD and UDIV from the arm backend
diff --git a/rpython/jit/backend/arm/codebuilder.py
b/rpython/jit/
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84706:2a2a69b9bde7
Date: 2016-05-26 11:15 +0200
http://bitbucket.org/pypy/pypy/changeset/2a2a69b9bde7/
Log:Get rid of the code in the x86 backend too, for now. We can always
reintroduce it later if we feel like it, but for now t
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84704:3c2ac8132c21
Date: 2016-05-26 10:55 +0200
http://bitbucket.org/pypy/pypy/changeset/3c2ac8132c21/
Log:Re-enable some optimizations for int_py_div and int_py_mod
diff --git a/rpython/jit/codewriter/jtransform.py
b/rpython/jit/code
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84703:e431a60a7e4d
Date: 2016-05-26 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/e431a60a7e4d/
Log:hg merge default
diff too long, truncating to 2000 out of 4033 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
Author: Philip Jenvey
Branch: py3k
Changeset: r84702:1bb0c9f6c78e
Date: 2016-05-26 00:40 -0700
http://bitbucket.org/pypy/pypy/changeset/1bb0c9f6c78e/
Log:oups
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -196,7 +196
Author: Armin Rigo
Branch: extradoc
Changeset: r749:888345106950
Date: 2016-05-26 09:14 +0200
http://bitbucket.org/pypy/pypy.org/changeset/888345106950/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $64045 of $105000 (
22 matches
Mail list logo