Author: Manuel Jacob
Branch: py3.3
Changeset: r82381:9234b0c20972
Date: 2016-02-22 02:05 +0100
http://bitbucket.org/pypy/pypy/changeset/9234b0c20972/
Log:hg merge py3k
diff --git a/pypy/interpreter/pyparser/pytokenizer.py
b/pypy/interpreter/pyparser/pytokenizer.py
--- a/pypy/interpreter/pyp
Author: Manuel Jacob
Branch: py3k
Changeset: r82380:688a132b06b6
Date: 2016-02-22 02:04 +0100
http://bitbucket.org/pypy/pypy/changeset/688a132b06b6/
Log:hg merge default
diff --git a/pypy/interpreter/pyparser/pytokenizer.py
b/pypy/interpreter/pyparser/pytokenizer.py
--- a/pypy/interpreter/p
Author: Manuel Jacob
Branch:
Changeset: r82379:337c536c54c1
Date: 2016-02-22 02:04 +0100
http://bitbucket.org/pypy/pypy/changeset/337c536c54c1/
Log:Fix translation.
diff --git a/pypy/interpreter/pyparser/pytokenizer.py
b/pypy/interpreter/pyparser/pytokenizer.py
--- a/pypy/interpreter/pypar
Author: Richard Plangger
Branch: py3.3
Changeset: r82378:d5aed0c8694d
Date: 2016-02-21 23:06 +0100
http://bitbucket.org/pypy/pypy/changeset/d5aed0c8694d/
Log:(mjacob, plan_rich) merge py3k into py3.3
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -22,6 +22,7 @@
^pypy/
Author: Richard Plangger
Branch: py3k
Changeset: r82377:c87ebc4db701
Date: 2016-02-21 23:05 +0100
http://bitbucket.org/pypy/pypy/changeset/c87ebc4db701/
Log:(mjacob, plan_rich) merge default into py3k
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -22,6 +22,7 @@
^pypy
Author: Richard Plangger
Branch:
Changeset: r82376:eff2a2c4481f
Date: 2016-02-21 22:50 +0100
http://bitbucket.org/pypy/pypy/changeset/eff2a2c4481f/
Log:(mjacob, plan_rich) universal newlines enforced in the tokenizer.
the compile builtin must convert crlf and cr to line feeds. py3.3
Author: Carl Friedrich Bolz
Branch:
Changeset: r82375:40f823984bbf
Date: 2016-02-21 22:47 +0100
http://bitbucket.org/pypy/pypy/changeset/40f823984bbf/
Log:(fijal, cfbolz): kill the promote_string in typeobject, it leads to
huge problems in code that uses getattr a lot (and doesn't im
Author: Armin Rigo
Branch: extradoc
Changeset: r704:2f40d6406537
Date: 2016-02-21 22:37 +0100
http://bitbucket.org/pypy/pypy.org/changeset/2f40d6406537/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $62898 of $105000 (
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82373:fcbf2f97bc45
Date: 2016-02-19 19:12 +0100
http://bitbucket.org/pypy/pypy/changeset/fcbf2f97bc45/
Log:random progress
diff --git a/rpython/jit/metainterp/history.py
b/rpython/jit/metainterp/history.py
--- a/rpython/jit/metainterp/his
Author: fijal
Branch: vlen-resume
Changeset: r82374:bf67fc4e3ab1
Date: 2016-02-21 18:49 +0100
http://bitbucket.org/pypy/pypy/changeset/bf67fc4e3ab1/
Log:(arigo, fijal, cfbolz) random progress
diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py
--- a/rpython/jit/me
Author: Armin Rigo
Branch: vlen-resume
Changeset: r82371:a3dc1d20dc0f
Date: 2016-02-21 16:39 +0100
http://bitbucket.org/pypy/pypy/changeset/a3dc1d20dc0f/
Log:(fijal, cfbolz, arigo)
work in progress
diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py
---
Author: Armin Rigo
Branch: vlen-resume
Changeset: r82370:8122832414e9
Date: 2016-02-21 15:57 +0100
http://bitbucket.org/pypy/pypy/changeset/8122832414e9/
Log:(cfbolz, fijal, arigo)
trying to look at and fix the variable-length encoding of resume
data
Author: Armin Rigo
Branch: vlen-resume
Changeset: r82372:d18f72a15f77
Date: 2016-02-21 17:54 +0100
http://bitbucket.org/pypy/pypy/changeset/d18f72a15f77/
Log:(fijal, cfbolz, arigo)
in-progress
diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py
--- a/rpy
Author: Carl Friedrich Bolz
Branch:
Changeset: r82369:4ee6b2b67a6b
Date: 2016-02-21 17:27 +0100
http://bitbucket.org/pypy/pypy/changeset/4ee6b2b67a6b/
Log:reduce all guards from int_floordiv_ovf if one of the arguments is
constant
(completely random old diff I had lying arou
Author: mattip
Branch:
Changeset: r82368:85f5eef31a2a
Date: 2016-02-21 15:53 +0100
http://bitbucket.org/pypy/pypy/changeset/85f5eef31a2a/
Log:test, fix boolean array indexing, extending d77888929462
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/py
Author: Carl Friedrich Bolz
Branch:
Changeset: r82366:4cb232f5380b
Date: 2016-02-21 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/4cb232f5380b/
Log:(cfbolz, arigo): kill unused line
diff --git a/rpython/rtyper/lltypesystem/lltype.py
b/rpython/rtyper/lltypesystem/lltype.py
--- a/rpyt
Author: Carl Friedrich Bolz
Branch:
Changeset: r82367:90ab95428105
Date: 2016-02-21 15:13 +0100
http://bitbucket.org/pypy/pypy/changeset/90ab95428105/
Log:(arigo, cfbolz, mattip around): kill a dead function
diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py
--- a/pypy/i
Author: Carl Friedrich Bolz
Branch:
Changeset: r82365:4a97212b2ecf
Date: 2016-02-21 15:07 +0100
http://bitbucket.org/pypy/pypy/changeset/4a97212b2ecf/
Log:(arigo, cfbolz): don't use __slots__ as storage for fixed sized
arrays
diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py
b/
Author: mattip
Branch: cpyext-ext
Changeset: r82364:4ccd599cd77a
Date: 2016-02-21 14:21 +0100
http://bitbucket.org/pypy/pypy/changeset/4ccd599cd77a/
Log:merge cpyext-gc-support-2 into branch
diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/rawrefcount.py
--- a/rpython/rlib/rawrefcount
Author: mattip
Branch: cpyext-ext
Changeset: r82363:46e8c7546570
Date: 2016-02-21 14:21 +0100
http://bitbucket.org/pypy/pypy/changeset/46e8c7546570/
Log:fix order of operations
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/modul
Author: mattip
Branch: cpyext-ext
Changeset: r82361:3472ea77ece7
Date: 2016-02-21 10:12 +0100
http://bitbucket.org/pypy/pypy/changeset/3472ea77ece7/
Log:fixes
diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py
--- a/pypy/module/cpyext/sequence.py
+++ b/pypy/module/c
Author: mattip
Branch: cpyext-gc-support-2
Changeset: r82362:fdbbb1763463
Date: 2016-02-21 12:54 +0100
http://bitbucket.org/pypy/pypy/changeset/fdbbb1763463/
Log:merge heads
diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/rawrefcount.py
--- a/rpython/rlib/rawrefcount.py
+++ b/rpython
Author: mattip
Branch: cpyext-ext
Changeset: r82358:8b4f91899232
Date: 2016-02-20 14:28 +0100
http://bitbucket.org/pypy/pypy/changeset/8b4f91899232/
Log:fix merge
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.p
Author: mattip
Branch: cpyext-ext
Changeset: r82360:74587c2585fe
Date: 2016-02-20 23:03 +0100
http://bitbucket.org/pypy/pypy/changeset/74587c2585fe/
Log:unicode tests pass
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpy
Author: mattip
Branch: cpyext-ext
Changeset: r82357:56c22c3dbaea
Date: 2016-02-20 13:49 +0100
http://bitbucket.org/pypy/pypy/changeset/56c22c3dbaea/
Log:merge default into branch
diff too long, truncating to 2000 out of 7485 lines
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hg
Author: mattip
Branch: cpyext-ext
Changeset: r82359:48408805395d
Date: 2016-02-20 14:33 +0100
http://bitbucket.org/pypy/pypy/changeset/48408805395d/
Log:merge cpyext-gc-support-2 into brancj
diff too long, truncating to 2000 out of 4643 lines
diff --git a/lib_pypy/_pypy_testcapi.py b/lib_py
Author: mattip
Branch: cpyext-ext
Changeset: r82355:30ba30f75823
Date: 2016-02-08 21:53 +0200
http://bitbucket.org/pypy/pypy/changeset/30ba30f75823/
Log:create larger c files by indexing directories together (previously
each file was seperate)
diff --git a/rpython/translator/c/genc.p
Author: mattip
Branch: cpyext-gc-support-2
Changeset: r82356:1e38809f93be
Date: 2016-02-20 13:38 +0100
http://bitbucket.org/pypy/pypy/changeset/1e38809f93be/
Log:merge default into branch
diff too long, truncating to 2000 out of 7656 lines
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r5608:f79b3e22a319
Date: 2016-02-21 11:06 +0100
http://bitbucket.org/pypy/extradoc/changeset/f79b3e22a319/
Log:(all) planning for today
diff --git a/sprintinfo/leysin-winter-2016/planning.txt
b/sprintinfo/leysin-winter-2016/planning.tx
Author: Ronan Lamy
Branch: desc-specialize
Changeset: r82354:8eba3a267336
Date: 2016-02-20 17:03 +0100
http://bitbucket.org/pypy/pypy/changeset/8eba3a267336/
Log:normalise funcdesc.defaults
diff --git a/rpython/annotator/description.py b/rpython/annotator/description.py
--- a/rpython/annotat
Author: Ronan Lamy
Branch: desc-specialize
Changeset: r82353:0e58f82655b2
Date: 2016-02-20 16:48 +0100
http://bitbucket.org/pypy/pypy/changeset/0e58f82655b2/
Log:Extract new function all_values() from memo()
diff --git a/rpython/annotator/specialize.py b/rpython/annotator/specialize.py
--- a
Author: Ronan Lamy
Branch: desc-specialize
Changeset: r82352:fe52b15deb73
Date: 2016-02-20 13:51 +
http://bitbucket.org/pypy/pypy/changeset/fe52b15deb73/
Log:Simplify FunctionDesc.__init__ and use factory method
bk.newfuncdesc() instead
diff --git a/rpython/annotator/bookkeeper.p
Author: Manuel Jacob
Branch:
Changeset: r82351:73de30973361
Date: 2016-02-21 10:52 +0100
http://bitbucket.org/pypy/pypy/changeset/73de30973361/
Log:Fix.
diff --git a/rpython/rlib/test/test_rerased.py
b/rpython/rlib/test/test_rerased.py
--- a/rpython/rlib/test/test_rerased.py
+++ b/rpython/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82350:c2d76c8ce81a
Date: 2016-02-21 10:16 +0100
http://bitbucket.org/pypy/pypy/changeset/c2d76c8ce81a/
Log:do not use registers other than r2->r11 for that test
diff --git a/rpython/jit/backend/zarch/test/test_assembler.py
b/rpython
34 matches
Mail list logo