Author: Philip Jenvey
Branch: py3k
Changeset: r62803:b985e8cf2672
Date: 2013-03-26 00:32 -0700
http://bitbucket.org/pypy/pypy/changeset/b985e8cf2672/
Log:more fixes for the latest merge from default
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/i
Author: Armin Rigo
Branch: gc-del
Changeset: r62804:0c3d7f55af78
Date: 2013-03-26 13:52 +0100
http://bitbucket.org/pypy/pypy/changeset/0c3d7f55af78/
Log:Found out a simpler solution.
diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py
--- a/rpython/memory/gc/minimark.p
Author: Armin Rigo
Branch: gc-del
Changeset: r62805:33b07039f71d
Date: 2013-03-26 13:57 +0100
http://bitbucket.org/pypy/pypy/changeset/33b07039f71d/
Log:Fix test.
diff --git a/rpython/translator/c/test/test_newgc.py
b/rpython/translator/c/test/test_newgc.py
--- a/rpython/translator/c/test/t
Author: Armin Rigo
Branch: gc-del
Changeset: r62806:1b0055ca5641
Date: 2013-03-26 14:18 +0100
http://bitbucket.org/pypy/pypy/changeset/1b0055ca5641/
Log:Move around the special-mode flag. Now both test_gc and test_newgc
pass test_finalizer_order.
diff --git a/rpython/memory/gc/minima
Author: Armin Rigo
Branch: gc-del
Changeset: r62807:40023a14239a
Date: 2013-03-26 14:51 +0100
http://bitbucket.org/pypy/pypy/changeset/40023a14239a/
Log:A (probable?) fix for the last remaining XXX about finalizers in the
MiniMark GC
diff --git a/rpython/memory/gc/minimark.py b/rpyth
Author: Maciej Fijalkowski
Branch:
Changeset: r62809:e066e740040a
Date: 2013-03-25 23:47 -0700
http://bitbucket.org/pypy/pypy/changeset/e066e740040a/
Log:few more that don't have subclasses
diff --git a/pypy/module/__builtin__/functional.py
b/pypy/module/__builtin__/functional.py
--- a/pyp
Author: Maciej Fijalkowski
Branch:
Changeset: r62808:516a2fd4d4f2
Date: 2013-03-25 23:06 -0700
http://bitbucket.org/pypy/pypy/changeset/516a2fd4d4f2/
Log:disable this check for now
diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpython/annotator/bookkee
Author: Maciej Fijalkowski
Branch: kill-gen-store-back-in
Changeset: r62810:35b3b5b239b5
Date: 2013-03-26 10:24 -0700
http://bitbucket.org/pypy/pypy/changeset/35b3b5b239b5/
Log:some fixes for tests, not done yet
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgrap
Author: Maciej Fijalkowski
Branch:
Changeset: r62811:e8d05ade4b51
Date: 2013-03-26 10:24 -0700
http://bitbucket.org/pypy/pypy/changeset/e8d05ade4b51/
Log:merge
diff --git a/pypy/module/zipimport/test/test_zipimport.py
b/pypy/module/zipimport/test/test_zipimport.py
--- a/pypy/module/zipimpo
Author: Maciej Fijalkowski
Branch:
Changeset: r62812:bfa2a2ac38a4
Date: 2013-03-26 10:25 -0700
http://bitbucket.org/pypy/pypy/changeset/bfa2a2ac38a4/
Log:this should go at best to a branch
diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpython/annotator
Author: Maciej Fijalkowski
Branch:
Changeset: r62813:a3bf336e3e99
Date: 2013-03-26 10:43 -0700
http://bitbucket.org/pypy/pypy/changeset/a3bf336e3e99/
Log:fix race conditions in zipfile tests
diff --git a/pypy/module/zipimport/test/test_zipimport.py
b/pypy/module/zipimport/test/test_zipimpo
Author: Maciej Fijalkowski
Branch:
Changeset: r763:66e683c04cb5
Date: 2013-03-26 10:36 -0700
http://bitbucket.org/pypy/buildbot/changeset/66e683c04cb5/
Log:until we fix allegro, use cpython
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master
Author: Maciej Fijalkowski
Branch:
Changeset: r62814:0b5f91142e97
Date: 2013-03-26 11:20 -0700
http://bitbucket.org/pypy/pypy/changeset/0b5f91142e97/
Log:fix the tests
diff --git a/pypy/module/zipimport/test/test_zipimport_deflated.py
b/pypy/module/zipimport/test/test_zipimport_deflated.py
Author: Brian Kearns
Branch:
Changeset: r62816:8c31b8772cde
Date: 2013-03-26 17:21 -0400
http://bitbucket.org/pypy/pypy/changeset/8c31b8772cde/
Log:also update these arm backend_names after 55a5e932519e
diff --git a/rpython/jit/backend/arm/runner.py
b/rpython/jit/backend/arm/runner.py
---
Author: Brian Kearns
Branch:
Changeset: r62815:a852c56ae5a4
Date: 2013-03-26 17:17 -0400
http://bitbucket.org/pypy/pypy/changeset/a852c56ae5a4/
Log:unskip the arm tests on arm after 55a5e932519e
diff --git a/rpython/jit/backend/arm/test/conftest.py
b/rpython/jit/backend/arm/test/conftest.p
Author: Brian Kearns
Branch:
Changeset: r62817:2a4ce34c27a8
Date: 2013-03-26 17:22 -0400
http://bitbucket.org/pypy/pypy/changeset/2a4ce34c27a8/
Log:this backend_name too
diff --git a/rpython/jit/backend/arm/runner.py
b/rpython/jit/backend/arm/runner.py
--- a/rpython/jit/backend/arm/runner.
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r383:5ed2902c5b7c
Date: 2013-03-26 15:50 -0700
http://bitbucket.org/pypy/pypy.org/changeset/5ed2902c5b7c/
Log:some updates
diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -57,7 +57,9 @@
PyPy blog for update
Author: Brian Kearns
Branch:
Changeset: r62819:68e916a5fbd3
Date: 2013-03-26 19:31 -0400
http://bitbucket.org/pypy/pypy/changeset/68e916a5fbd3/
Log:another arm change after 55a5e932519e
diff --git a/rpython/config/translationoption.py
b/rpython/config/translationoption.py
--- a/rpython/con
Author: Brian Kearns
Branch:
Changeset: r764:611222104e92
Date: 2013-03-26 19:32 -0400
http://bitbucket.org/pypy/buildbot/changeset/611222104e92/
Log:another arm change after pypy commit 55a5e932519e
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuild
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r62820:c74ba167a532
Date: 2013-03-26 13:30 -0700
http://bitbucket.org/pypy/pypy/changeset/c74ba167a532/
Log:allow const char* returns to be NULL (-> empty string)
diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy/executor.p
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r62821:c23edb1d3fd2
Date: 2013-03-26 13:48 -0700
http://bitbucket.org/pypy/pypy/changeset/c23edb1d3fd2/
Log:test that overload order remains unchanged on 'const'
diff --git a/pypy/module/cppyy/test/advancedcpp.cxx
b/pypy/module/cppyy/t
Author: Philip Jenvey
Branch: py3k
Changeset: r62822:efd59c9bf139
Date: 2013-03-26 17:55 -0700
http://bitbucket.org/pypy/pypy/changeset/efd59c9bf139/
Log:restore is_w, broken in the last default merge
diff --git a/pypy/objspace/std/inttype.py b/pypy/objspace/std/inttype.py
--- a/pypy/objspac
Author: Philip Jenvey
Branch: py3k
Changeset: r62823:36f286388b05
Date: 2013-03-26 19:30 -0700
http://bitbucket.org/pypy/pypy/changeset/36f286388b05/
Log:typetype was folded into typeobject
diff --git a/pypy/module/__builtin__/compiling.py
b/pypy/module/__builtin__/compiling.py
--- a/pypy/m
23 matches
Mail list logo