Author: Lucas Stadler
Branch: improve-ptr-conv-error
Changeset: r74398:2b4ef02eb621
Date: 2014-11-07 18:42 +0100
http://bitbucket.org/pypy/pypy/changeset/2b4ef02eb621/
Log:improve ptr2ptr conversion error message
diff --git a/rpython/rtyper/rptr.py b/rpython/rtyper/rptr.py
--- a/rpython/rtyp
Author: Lucas Stadler
Branch: improve-ptr-conv-error
Changeset: r74397:756f8bd7af4e
Date: 2014-11-07 17:39 +
http://bitbucket.org/pypy/pypy/changeset/756f8bd7af4e/
Log:Created new branch improve-ptr-conv-error
___
pypy-commit mailing list
pypy-
Author: Armin Rigo
Branch:
Changeset: r74399:3742fe206a81
Date: 2014-11-08 11:36 +0100
http://bitbucket.org/pypy/pypy/changeset/3742fe206a81/
Log:Merged in hey_lu/pypy/improve-ptr-conv-error (pull request #290)
Improve ptr2ptr conversion error
diff --git a/rpython/rtyper/rptr.py b/
Author: Laurence Tratt
Branch:
Changeset: r74400:96df37fb66d7
Date: 2014-11-08 10:55 +
http://bitbucket.org/pypy/pypy/changeset/96df37fb66d7/
Log:It's been six years since these lines were last uncommented. They
can go.
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/j
Author: Armin Rigo
Branch: hashtable
Changeset: r1500:cf427187d1e0
Date: 2014-11-08 15:49 +0100
http://bitbucket.org/pypy/stmgc/changeset/cf427187d1e0/
Log:fix for test_minor_collect_bug1 and demo_hashtable1: see comments
diff --git a/c7/stm/hashtable.c b/c7/stm/hashtable.c
--- a/c7/stm/hash
Author: Matti Picus
Branch:
Changeset: r74401:94d9b6624f0e
Date: 2014-11-08 20:38 -0600
http://bitbucket.org/pypy/pypy/changeset/94d9b6624f0e/
Log:change order of includes for windows
diff --git a/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c
b/pypy/module/test_lib_pypy/ctypes_test
Author: Matti Picus
Branch:
Changeset: r74403:b4a1c8dce962
Date: 2014-11-08 23:25 -0600
http://bitbucket.org/pypy/pypy/changeset/b4a1c8dce962/
Log:more closely follow the logic in cpython's pyport.h for windows
diff --git a/pypy/module/cpyext/include/modsupport.h
b/pypy/module/cpyext/inclu
Author: Matti Picus
Branch:
Changeset: r74402:bd587922a586
Date: 2014-11-08 23:24 -0600
http://bitbucket.org/pypy/pypy/changeset/bd587922a586/
Log:decorate another windows-only function
diff --git a/rpython/translator/c/src/libffi_msvc/ffi.h
b/rpython/translator/c/src/libffi_msvc/ffi.h
---
Author: Armin Rigo
Branch:
Changeset: r74404:9fd586fe0fe5
Date: 2014-11-08 22:41 +0100
http://bitbucket.org/pypy/pypy/changeset/9fd586fe0fe5/
Log:fix on 32-bit
diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py
b/rpython/jit/metainterp/optimizeopt/rewrite.py
--- a/rpython/jit/metai
Author: Amaury Forgeot d'Arc
Branch: more-rposix
Changeset: r74408:9eb5ecbc8570
Date: 2014-11-08 23:44 +0100
http://bitbucket.org/pypy/pypy/changeset/9eb5ecbc8570/
Log:Move os.WIFEXITED and other macros
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
Author: Amaury Forgeot d'Arc
Branch: more-rposix
Changeset: r74406:a3131c39081f
Date: 2014-11-08 22:16 +0100
http://bitbucket.org/pypy/pypy/changeset/a3131c39081f/
Log:Move many functions at the same time...
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rpos
Author: Amaury Forgeot d'Arc
Branch: more-rposix
Changeset: r74407:c7d5e4e3a801
Date: 2014-11-08 23:25 +0100
http://bitbucket.org/pypy/pypy/changeset/c7d5e4e3a801/
Log:Port most remaining functions of ll_os.py
To do: os.stat...
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/
Author: Amaury Forgeot d'Arc
Branch: more-rposix
Changeset: r74405:70d839558bf3
Date: 2014-11-08 18:23 +0100
http://bitbucket.org/pypy/pypy/changeset/70d839558bf3/
Log:os.pipe(), os.chown()
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpytho
Author: Ronan Lamy
Branch:
Changeset: r74409:bece2fadfa70
Date: 2014-11-08 23:56 +
http://bitbucket.org/pypy/pypy/changeset/bece2fadfa70/
Log:Use sets in transform_dead_op_vars_in_blocks(); cleanup
diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py
--- a/rpytho
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74410:1e1f2ee75e44
Date: 2014-11-07 18:51 +
http://bitbucket.org/pypy/pypy/changeset/1e1f2ee75e44/
Log:store assignment value on the result of op.assign
diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py
--- a
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74413:40193595f3d6
Date: 2014-11-08 18:31 +
http://bitbucket.org/pypy/pypy/changeset/40193595f3d6/
Log:apply variable renaming to V_Type
diff --git a/rpython/annotator/expression.py b/rpython/annotator/expression.py
--- a/rpython/a
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74411:388640976ffd
Date: 2014-11-07 19:31 +
http://bitbucket.org/pypy/pypy/changeset/388640976ffd/
Log:rename all the things in annotator.follow_link()
diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74412:c6b3999a0d78
Date: 2014-11-08 01:57 +
http://bitbucket.org/pypy/pypy/changeset/c6b3999a0d78/
Log:generate V_Type objects directly during flowing
diff --git a/rpython/annotator/expression.py b/rpython/annotator/expression.py
-
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74414:0ba2b288f039
Date: 2014-11-09 00:22 +
http://bitbucket.org/pypy/pypy/changeset/0ba2b288f039/
Log:hg merge default
diff --git a/pypy/module/cpyext/include/modsupport.h
b/pypy/module/cpyext/include/modsupport.h
--- a/pypy/modu
19 matches
Mail list logo