Author: William ML Leslie
Branch: inline-taskengine
Changeset: r89720:b9fc36716d25
Date: 2017-01-24 18:55 +1100
http://bitbucket.org/pypy/pypy/changeset/b9fc36716d25/
Log:More descriptive method name
diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py
--- a/rpython/trans
Author: William ML Leslie
Branch: inline-taskengine
Changeset: r89719:072b29f6ce76
Date: 2017-01-24 18:50 +1100
http://bitbucket.org/pypy/pypy/changeset/072b29f6ce76/
Log:Remove unused attributes
diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py
--- a/rpython/translato
Author: William ML Leslie
Branch: inline-taskengine
Changeset: r89718:e6538126874a
Date: 2017-01-24 18:36 +1100
http://bitbucket.org/pypy/pypy/changeset/e6538126874a/
Log:Remove the taskengine
diff --git a/rpython/translator/tool/taskengine.py
b/rpython/translator/tool/taskengine.py
deleted
Author: William ML Leslie
Branch: inline-taskengine
Changeset: r89717:a174df0f5b63
Date: 2017-01-24 18:34 +1100
http://bitbucket.org/pypy/pypy/changeset/a174df0f5b63/
Log:Move goal search into translator driver
diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py
--- a/rp
Author: Benjamin Peterson
Branch:
Changeset: r89716:c88adb030f33
Date: 2017-01-23 22:48 -0800
http://bitbucket.org/pypy/pypy/changeset/c88adb030f33/
Log:fix "to" vs. "do" typos
diff --git a/pypy/module/zipimport/interp_zipimport.py
b/pypy/module/zipimport/interp_zipimport.py
--- a/pypy/mod
Author: William ML Leslie
Branch: taskengine-sorted-optionals
Changeset: r89715:0ab64f36afea
Date: 2017-01-24 12:54 +1100
http://bitbucket.org/pypy/pypy/changeset/0ab64f36afea/
Log:Comments for SimpleTaskEngine._plan
diff --git a/rpython/translator/tool/taskengine.py
b/rpython/translator/to
Author: Ronan Lamy
Branch: py3.5
Changeset: r89714:f8438a882d93
Date: 2017-01-24 00:29 +
http://bitbucket.org/pypy/pypy/changeset/f8438a882d93/
Log:The attribute of NameConstant must be named 'value'
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
Author: Ronan Lamy
Branch: py3.5
Changeset: r89713:515869df8814
Date: 2017-01-23 19:11 +
http://bitbucket.org/pypy/pypy/changeset/515869df8814/
Log:Prevent unwanted attributes from being merged to the ast.AST base
class
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/int
Author: Ronan Lamy
Branch: py3.5
Changeset: r89712:686b6385285d
Date: 2017-01-24 00:14 +
http://bitbucket.org/pypy/pypy/changeset/686b6385285d/
Log:hg merge default
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
--- a/pypy/interpreter/astcompiler/
Author: Ronan Lamy
Branch:
Changeset: r89711:a69be52268a9
Date: 2017-01-24 00:03 +
http://bitbucket.org/pypy/pypy/changeset/a69be52268a9/
Log:Kill _mutate_sequence() since it mixes random lists of AST nodes
together
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interp
Author: Ronan Lamy
Branch: py3.5
Changeset: r89710:9690cd452a80
Date: 2017-01-23 22:47 +
http://bitbucket.org/pypy/pypy/changeset/9690cd452a80/
Log:hg merge default
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
--- a/pypy/interpreter/astcompiler/
Author: Ronan Lamy
Branch:
Changeset: r89709:f585a82772af
Date: 2017-01-23 22:37 +
http://bitbucket.org/pypy/pypy/changeset/f585a82772af/
Log:Backport py3.5 asdl.py
diff too long, truncating to 2000 out of 2152 lines
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/
Author: Matti Picus
Branch: warn-no-ref-kept
Changeset: r2871:ce17083bac2b
Date: 2017-01-23 23:36 +0200
http://bitbucket.org/cffi/cffi/changeset/ce17083bac2b/
Log:proof-of-concept issue a warning if assigning a dead object to a
struct field
diff --git a/c/_cffi_backend.c b/c/_cffi_ba
Author: Ronan Lamy
Branch:
Changeset: r89708:584f6da010f3
Date: 2017-01-23 19:11 +
http://bitbucket.org/pypy/pypy/changeset/584f6da010f3/
Log:Make astcompiler code more annotator-friendly
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
--- a/pypy/
Author: Matti Picus
Branch:
Changeset: r2870:7c43a8dc8393
Date: 2017-01-23 21:53 +0200
http://bitbucket.org/cffi/cffi/changeset/7c43a8dc8393/
Log:tweak
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -21,8 +21,9 @@
To run tests under CPython, run::
pip install
Author: Armin Rigo
Branch: py3.5-fstring-pep498
Changeset: r89707:f4cdc59d88b9
Date: 2017-01-23 20:32 +0100
http://bitbucket.org/pypy/pypy/changeset/f4cdc59d88b9/
Log:an extra case
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/astcompiler/test/test_compi
Author: Armin Rigo
Branch:
Changeset: r2868:b0204d9d8b96
Date: 2017-01-23 15:37 +0100
http://bitbucket.org/cffi/cffi/changeset/b0204d9d8b96/
Log:Version fix
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3744,7 +3744,7 @@
def test_char_pointer_conversion()
Author: Armin Rigo
Branch:
Changeset: r2869:d05a37bd9b1f
Date: 2017-01-23 20:22 +0100
http://bitbucket.org/cffi/cffi/changeset/d05a37bd9b1f/
Log:issue300: return _Bool as Python booleans; related fixes
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_
Author: Armin Rigo
Branch:
Changeset: r2867:4fcdf992d623
Date: 2017-01-23 10:19 +0100
http://bitbucket.org/cffi/cffi/changeset/4fcdf992d623/
Log:bump version number to 1.10.0
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -2,7 +2,7 @@
Author: Armin Rigo
Branch:
Changeset: r89706:2bf0191fb21d
Date: 2017-01-23 18:39 +0100
http://bitbucket.org/pypy/pypy/changeset/2bf0191fb21d/
Log:I spent the last 2 hours trying to make sense out of a "jit-log-
noopt-loop" section before realizing it was really a bridge
diff --git a
Author: Armin Rigo
Branch: py3.5
Changeset: r89705:7ade09ee3ac5
Date: 2017-01-23 18:11 +0100
http://bitbucket.org/pypy/pypy/changeset/7ade09ee3ac5/
Log:See https://hg.python.org/cpython/rev/9791c5d55f52: it's just
another similar case
diff --git a/lib-python/3/test/test_asyncio/test_
Author: Armin Rigo
Branch:
Changeset: r89704:142f2ad47039
Date: 2017-01-23 11:42 +0100
http://bitbucket.org/pypy/pypy/changeset/142f2ad47039/
Log:Fix: allow get_unique_id=... on a jitdriver whose 'is_recursive'
status will be set to True later (when it is the only jitdriver in
Author: Armin Rigo
Branch:
Changeset: r89703:a231c4776760
Date: 2017-01-23 11:01 +0100
http://bitbucket.org/pypy/pypy/changeset/a231c4776760/
Log:update README
diff --git a/rpython/rlib/rvmprof/README.txt b/rpython/rlib/rvmprof/README.txt
--- a/rpython/rlib/rvmprof/README.txt
+++ b/rpython/
Author: Armin Rigo
Branch:
Changeset: r2866:a06c29d41c30
Date: 2017-01-23 10:12 +0100
http://bitbucket.org/cffi/cffi/changeset/a06c29d41c30/
Log:Change the Windows-friendly version to be both Windows- and POSIX-
friendly (previously it *only* compiled on Windows)
diff --git a/doc/so
24 matches
Mail list logo