Author: mattip
Branch: win32-ownlib
Changeset: r1636:247aba97de43
Date: 2015-01-12 22:16 +0200
http://bitbucket.org/cffi/cffi/changeset/247aba97de43/
Log:fix tests for linux
diff --git a/testing/test_ownlib.py b/testing/test_ownlib.py
--- a/testing/test_ownlib.py
+++ b/testing/test_ownlib.py
Author: mattip
Branch: win32-ownlib
Changeset: r1637:cafc2dd59316
Date: 2015-01-13 00:53 +0200
http://bitbucket.org/cffi/cffi/changeset/cafc2dd59316/
Log:fix test, still fails on arm64 (libffi issue?)
diff --git a/testing/test_ownlib.py b/testing/test_ownlib.py
--- a/testing/test_ownlib.py
+
Author: Armin Rigo
Branch:
Changeset: r75312:e7d1efa3564f
Date: 2015-01-12 22:23 +0100
http://bitbucket.org/pypy/pypy/changeset/e7d1efa3564f/
Log:update to cffi/2d04ac7331c7
diff --git a/pypy/module/_cffi_backend/ccallback.py
b/pypy/module/_cffi_backend/ccallback.py
--- a/pypy/module/_cffi
Author: Armin Rigo
Branch:
Changeset: r1635:2d04ac7331c7
Date: 2015-01-12 22:23 +0100
http://bitbucket.org/cffi/cffi/changeset/2d04ac7331c7/
Log:Say "From cffi callback" instead of just "From callback"
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_
Author: Amaury Forgeot d'Arc
Branch: kill_ll_time
Changeset: r75311:97fbbce870d7
Date: 2015-01-12 22:11 +0100
http://bitbucket.org/pypy/pypy/changeset/97fbbce870d7/
Log:time.time is called as "self.timer()", wrap it in a static method.
diff --git a/rpython/jit/metainterp/jitprof.py
b/rpytho
Author: mattip
Branch: stdlib-2.7.9
Changeset: r75310:619bddd17b1a
Date: 2015-01-12 22:48 +0200
http://bitbucket.org/pypy/pypy/changeset/619bddd17b1a/
Log:merge default into branch
diff too long, truncating to 2000 out of 9281 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
Author: Armin Rigo
Branch:
Changeset: r75309:f176f55e3cb7
Date: 2015-01-12 18:22 +0100
http://bitbucket.org/pypy/pypy/changeset/f176f55e3cb7/
Log:Issue #1925: tentative fix for the degenerating complexity
diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a
Author: David Malcolm
Branch: libgccjit-backend
Changeset: r75308:eddd1a835153
Date: 2015-01-12 12:43 -0500
http://bitbucket.org/pypy/pypy/changeset/eddd1a835153/
Log:notes.rst: gcc r219480 onwards should have everything needed by the
backend
diff --git a/rpython/jit/backend/libgccji
Author: Remi Meier
Branch: c8-private-pages
Changeset: r1516:21374c6583cf
Date: 2015-01-12 14:18 +0100
http://bitbucket.org/pypy/stmgc/changeset/21374c6583cf/
Log:WIP: start fixing compilation everywhere
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -1
Author: Remi Meier
Branch: c8-private-pages
Changeset: r1517:f5c8d19deeb4
Date: 2015-01-12 14:27 +0100
http://bitbucket.org/pypy/stmgc/changeset/f5c8d19deeb4/
Log:fix compilation, test_basic passes (surprisingly)
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/cor
Author: Remi Meier
Branch: c8-private-pages
Changeset: r1515:be35498ceb30
Date: 2015-01-12 13:35 +0100
http://bitbucket.org/pypy/stmgc/changeset/be35498ceb30/
Log:add short description about how to save memory in the future
diff --git a/c8/stm/pages.h b/c8/stm/pages.h
--- a/c8/stm/pages.h
++
Author: Remi Meier
Branch: c8-private-pages
Changeset: r1518:5fa8d7347e41
Date: 2015-01-12 16:37 +0100
http://bitbucket.org/pypy/stmgc/changeset/5fa8d7347e41/
Log:fix
diff --git a/c8/stm/pages.c b/c8/stm/pages.c
--- a/c8/stm/pages.c
+++ b/c8/stm/pages.c
@@ -34,7 +34,7 @@
assert(get_page
Author: Maciej Fijalkowski
Branch: rewrite-unrolling
Changeset: r75306:62e5eb68ec00
Date: 2015-01-12 15:44 +0200
http://bitbucket.org/pypy/pypy/changeset/62e5eb68ec00/
Log:fix the merge enough to pass tests
diff --git a/rpython/jit/metainterp/optimizeopt/pure.py
b/rpython/jit/metainterp/opt
Author: Maciej Fijalkowski
Branch:
Changeset: r75307:b1bb8c9381a6
Date: 2015-01-12 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/b1bb8c9381a6/
Log:shuffle around sythesising of pure reverse ops (why we don't do
more???)
diff --git a/rpython/jit/metainterp/optimizeopt/optimize
Author: Maciej Fijalkowski
Branch: rewrite-unrolling
Changeset: r75305:101fa4a6ae54
Date: 2015-01-12 15:29 +0200
http://bitbucket.org/pypy/pypy/changeset/101fa4a6ae54/
Log:merge default
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/ap
Author: Maciej Fijalkowski
Branch:
Changeset: r75304:99d27b9b9c8a
Date: 2015-01-12 15:28 +0200
http://bitbucket.org/pypy/pypy/changeset/99d27b9b9c8a/
Log:Assuming quite a few ops are pure, remove the need to store a crazy
dict of "emitted_pure_operations"
diff --git a/rpython/jit/me
Author: Maciej Fijalkowski
Branch: rewrite-unrolling
Changeset: r75303:55b1de6dc730
Date: 2015-01-11 12:25 +0200
http://bitbucket.org/pypy/pypy/changeset/55b1de6dc730/
Log:bam reap apart the part in pure.py responsible for old unrolling
diff --git a/rpython/jit/metainterp/optimizeopt/pure.py
Author: Armin Rigo
Branch: all_ordered_dicts
Changeset: r75302:fc9fe2200019
Date: 2015-01-12 12:12 +0100
http://bitbucket.org/pypy/pypy/changeset/fc9fe2200019/
Log:Add reversed_dict() in RPython
diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py
--- a/rpython/rlib/objectm
Author: Armin Rigo
Branch:
Changeset: r75301:7cb0d2884762
Date: 2015-01-12 11:30 +0100
http://bitbucket.org/pypy/pypy/changeset/7cb0d2884762/
Log:try to fix the issue of spaces in directory names
diff --git a/rpython/translator/platform/windows.py
b/rpython/translator/platform/windows.py
-
19 matches
Mail list logo