Author: Armin Rigo
Branch:
Changeset: r76732:394dd8a2203a
Date: 2015-04-07 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/394dd8a2203a/
Log:Pick the first of /usr/include/tcl{,8.6,8.5} that exists, and select
the libraries to link with by appending the same version number.
dif
Author: Armin Rigo
Branch:
Changeset: r76733:8a6ddf44c445
Date: 2015-04-07 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/8a6ddf44c445/
Log:oops
diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py
--- a/lib_pypy/_tkinter/tklib.py
+++ b/lib_pypy/_tkinter/tklib.py
@@ -1
Author: Armin Rigo
Branch:
Changeset: r76734:1777aca640dd
Date: 2015-04-07 09:44 +
http://bitbucket.org/pypy/pypy/changeset/1777aca640dd/
Log:Silence an error message that is expected
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/packag
Author: mattip
Branch: object-dtype2
Changeset: r76735:cf2a8ac882f6
Date: 2015-04-07 09:33 +0300
http://bitbucket.org/pypy/pypy/changeset/cf2a8ac882f6/
Log:fix tests
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/micronumpy/types.py
+++ b/pyp
Author: Ronan Lamy
Branch:
Changeset: r76737:cacbf7ed6310
Date: 2015-04-07 18:38 +0100
http://bitbucket.org/pypy/pypy/changeset/cacbf7ed6310/
Log:merge branch refactor-pycall
diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
--- a/rpython/annotator/annrpython.py
Author: Ronan Lamy
Branch: refactor-pycall
Changeset: r76736:4709f9c51718
Date: 2015-04-07 18:37 +0100
http://bitbucket.org/pypy/pypy/changeset/4709f9c51718/
Log:close branch before merging
___
pypy-commit mailing list
pypy-commit@python.org
https:
Author: Ronan Lamy
Branch:
Changeset: r76738:d78ee80fa1ce
Date: 2015-04-07 18:51 +0100
http://bitbucket.org/pypy/pypy/changeset/d78ee80fa1ce/
Log:document branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-hea
Author: Armin Rigo
Branch:
Changeset: r76739:8d0c92831d19
Date: 2015-04-07 20:51 +0200
http://bitbucket.org/pypy/pypy/changeset/8d0c92831d19/
Log:Some more explanations
diff --git a/rpython/jit/codewriter/effectinfo.py
b/rpython/jit/codewriter/effectinfo.py
--- a/rpython/jit/codewriter/eff
Author: Armin Rigo
Branch:
Changeset: r76740:d9afe14d9109
Date: 2015-04-07 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/d9afe14d9109/
Log:Actually use EF_ELIDABLE_CANNOT_RAISE instead of just
EF_CANNOT_RAISE for the 'call_pure', which is more in line with what
pyjitpl
Author: Armin Rigo
Branch:
Changeset: r76743:3c8a7c3382b5
Date: 2015-04-07 20:55 +0200
http://bitbucket.org/pypy/pypy/changeset/3c8a7c3382b5/
Log:merge heads
diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py
--- a/rpython/jit/codewriter/call.py
+++ b/rpython/jit/c
Author: Armin Rigo
Branch:
Changeset: r76741:36a76678c87c
Date: 2015-04-07 19:58 +0200
http://bitbucket.org/pypy/pypy/changeset/36a76678c87c/
Log:Refine RaiseAnalyzer to be able to distinguish between "real"
exceptions and what is "merely" MemoryErrors.
diff --git a/rpython/translat
Author: Armin Rigo
Branch:
Changeset: r76744:cdbda6639c3b
Date: 2015-04-07 22:17 +0200
http://bitbucket.org/pypy/pypy/changeset/cdbda6639c3b/
Log:The EF_ELIDABLE_OR_MEMORYERROR functions can also be moved out of
loops. It differs from the EF_ELIDABLE_CANNOT_RAISE functions
be
Author: Armin Rigo
Branch:
Changeset: r76742:1c3d074e06b7
Date: 2015-04-07 20:17 +0200
http://bitbucket.org/pypy/pypy/changeset/1c3d074e06b7/
Log:Add a new EF_ELIDABLE_OR_MEMORYERROR for elidable functions that
could raise, but only MemoryError
diff --git a/rpython/jit/codewriter/ca
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1680:3fba04d45c38
Date: 2015-04-08 08:58 +0200
http://bitbucket.org/cffi/cffi/changeset/3fba04d45c38/
Log:Quick and dirty hack to get started
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -371,6 +371,31 @@
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1678:c9625848faed
Date: 2015-04-05 10:55 +0200
http://bitbucket.org/cffi/cffi/changeset/c9625848faed/
Log:Close this old branch
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1679:4d5de072a07d
Date: 2015-04-05 10:55 +0200
http://bitbucket.org/cffi/cffi/changeset/4d5de072a07d/
Log:A branch to really start work on cffi 1.0
___
pypy-commit mailing list
pypy-commit@python.org
16 matches
Mail list logo