Author: Armin Rigo
Branch: stacklet
Changeset: r46346:78fa1d3f1f0b
Date: 2011-08-07 15:03 +0200
http://bitbucket.org/pypy/pypy/changeset/78fa1d3f1f0b/
Log:Rewrite the logic to simplify it and reduce the allocations.
diff --git a/pypy/module/_stacklet/interp_stacklet.py
b/pypy/module/_stackl
Author: Armin Rigo
Branch: stacklet
Changeset: r46347:e8aad2e4ba9f
Date: 2011-08-07 15:12 +0200
http://bitbucket.org/pypy/pypy/changeset/e8aad2e4ba9f/
Log:Fixes.
diff --git a/pypy/module/_stacklet/interp_stacklet.py
b/pypy/module/_stacklet/interp_stacklet.py
--- a/pypy/module/_stacklet/inte
Author: Armin Rigo
Branch: stacklet
Changeset: r46348:9a91bafa2aa7
Date: 2011-08-07 17:37 +0200
http://bitbucket.org/pypy/pypy/changeset/9a91bafa2aa7/
Log:Fix: missed a case in which asmgcroot reads the stack, which must be
mapped through translateptr() in _stacklet_asmgcc.
diff --gi
Author: Armin Rigo
Branch: stacklet
Changeset: r46349:e1f9abfbbc90
Date: 2011-08-07 18:37 +0200
http://bitbucket.org/pypy/pypy/changeset/e1f9abfbbc90/
Log:add an assert.
diff --git a/pypy/translator/c/src/stacklet/stacklet.c
b/pypy/translator/c/src/stacklet/stacklet.c
--- a/pypy/translator/
Author: Armin Rigo
Branch: stacklet
Changeset: r46350:c2f583445aee
Date: 2011-08-07 19:10 +0200
http://bitbucket.org/pypy/pypy/changeset/c2f583445aee/
Log:Fix the assert... :-/
diff --git a/pypy/translator/c/src/stacklet/stacklet.c
b/pypy/translator/c/src/stacklet/stacklet.c
--- a/pypy/tran
Author: Anders Hammarquist
Branch:
Changeset: r556:910ed83088cb
Date: 2011-03-23 11:15 +0100
http://bitbucket.org/pypy/buildbot/changeset/910ed83088cb/
Log:Sort unknow rev ids earliest, so "old" mercurial revs, without
revno, get sorted earliest
diff --git a/bot2/pypybuildbot/summar
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r558:9a31464e2e72
Date: 2011-08-07 14:42 +0200
http://bitbucket.org/pypy/buildbot/changeset/9a31464e2e72/
Log:a branch in which to try to be compatible with buildbot 0.8.4
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r559:052ea65063ec
Date: 2011-08-07 15:26 +0200
http://bitbucket.org/pypy/buildbot/changeset/052ea65063ec/
Log:kill the old hack to hide the resubmit build button: now that
buildbot uses jinja2 templates, we can just use our custom t
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r560:a8e3f1254766
Date: 2011-08-07 15:28 +0200
http://bitbucket.org/pypy/buildbot/changeset/a8e3f1254766/
Log:the ping button seems to work now, re-enable it
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2
Author: Antonio Cuni
Branch:
Changeset: r557:ed37082e4830
Date: 2011-08-06 17:46 +0200
http://bitbucket.org/pypy/buildbot/changeset/ed37082e4830/
Log:merge iko's fork for buildbot 0.8.3 compatibility
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuild
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r561:077a430415b9
Date: 2011-08-07 16:34 +0200
http://bitbucket.org/pypy/buildbot/changeset/077a430415b9/
Log:add a link to summary from the builder page by customizing the
templace, and kill the old hack
diff --git a/bot2/pypybuil
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r562:d624f01497bc
Date: 2011-08-07 16:39 +0200
http://bitbucket.org/pypy/buildbot/changeset/d624f01497bc/
Log:add a link to summary from the build page by customizing the
templace, and kill the old hack
diff --git a/bot2/pypybuildb
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r563:2f627822aaa9
Date: 2011-08-07 18:02 +0200
http://bitbucket.org/pypy/buildbot/changeset/2f627822aaa9/
Log:add some pypy specific items to the main page
diff --git a/master/templates/root.html b/master/templates/root.html
new file mode
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r564:0df1fdd62298
Date: 2011-08-07 18:07 +0200
http://bitbucket.org/pypy/buildbot/changeset/0df1fdd62298/
Log:add some pypy links to the header
diff --git a/master/templates/layout.html b/master/templates/layout.html
new file mode 100644
-
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r565:d7fcfe487254
Date: 2011-08-07 20:41 +0200
http://bitbucket.org/pypy/buildbot/changeset/d7fcfe487254/
Log:remove a couple of links from the headers, they are still available
from the home page
diff --git a/master/templates/layo
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r566:9784662071eb
Date: 2011-08-07 20:56 +0200
http://bitbucket.org/pypy/buildbot/changeset/9784662071eb/
Log:kill yet another hack, it's not longer needed. Now the default log
file is http.log; we used httpd.log, but it's good enou
Author: Antonio Cuni
Branch: 0.8.4-compat
Changeset: r567:84caf591023e
Date: 2011-08-07 21:00 +0200
http://bitbucket.org/pypy/buildbot/changeset/84caf591023e/
Log:this hack is no longer supported, we should use a proper
configuration to do it. However, we have only one slave per build
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46351:858ea3d7f1a7
Date: 2011-08-07 14:40 -0700
http://bitbucket.org/pypy/pypy/changeset/858ea3d7f1a7/
Log:Some RPython-ification.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46352:64a7abf43ddd
Date: 2011-08-07 14:40 -0700
http://bitbucket.org/pypy/pypy/changeset/64a7abf43ddd/
Log:Reduce duplication.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/modu
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46353:3b968a8b38ba
Date: 2011-08-07 14:45 -0700
http://bitbucket.org/pypy/pypy/changeset/3b968a8b38ba/
Log:Multiple inheritance is harder than it looks.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/inter
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46354:e3e32939abf6
Date: 2011-08-07 15:12 -0700
http://bitbucket.org/pypy/pypy/changeset/e3e32939abf6/
Log:Order by num
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module/micr
Author: Alex Gaynor
Branch: kill-single-impl-multimethods
Changeset: r46355:903d14151e74
Date: 2011-08-07 15:26 -0700
http://bitbucket.org/pypy/pypy/changeset/903d14151e74/
Log:Convert multimethods that have only a single receiver to be normal
methods for bytearrays.
diff --git a/pyp
Author: Alex Gaynor
Branch: kill-single-impl-multimethods
Changeset: r46356:e85a2774b88d
Date: 2011-08-07 15:33 -0700
http://bitbucket.org/pypy/pypy/changeset/e85a2774b88d/
Log:{i,r,}mul aren't specialized on receiver, kill multimethod.
diff --git a/pypy/objspace/std/bytearraytype.py
b/pypy
Author: Alex Gaynor
Branch: kill-single-impl-multimethods
Changeset: r46357:e1b48fe9edc4
Date: 2011-08-07 16:02 -0700
http://bitbucket.org/pypy/pypy/changeset/e1b48fe9edc4/
Log:Remove more multimethods from dict.
diff --git a/pypy/objspace/std/dicttype.py b/pypy/objspace/std/dicttype.py
---
Author: Alex Gaynor
Branch: kill-single-impl-multimethods
Changeset: r46358:7a1464d8ef30
Date: 2011-08-07 16:13 -0700
http://bitbucket.org/pypy/pypy/changeset/7a1464d8ef30/
Log:a few more dead multimethods.
diff --git a/pypy/objspace/std/dicttype.py b/pypy/objspace/std/dicttype.py
--- a/pypy
Author: Alex Gaynor
Branch: kill-single-impl-multimethods
Changeset: r46359:13fcc37c343d
Date: 2011-08-07 16:54 -0700
http://bitbucket.org/pypy/pypy/changeset/13fcc37c343d/
Log:As impossible as it sounds, there don't see to be tests for
dict.__contains__
diff --git a/pypy/objspace/st
Author: Alex Gaynor
Branch: kill-single-impl-multimethods
Changeset: r46360:e312c5bf1bc9
Date: 2011-08-07 17:40 -0700
http://bitbucket.org/pypy/pypy/changeset/e312c5bf1bc9/
Log:fix for dict !=.
diff --git a/pypy/objspace/std/dicttype.py b/pypy/objspace/std/dicttype.py
--- a/pypy/objspace/std
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46361:6995b2446ffc
Date: 2011-08-07 19:15 -0700
http://bitbucket.org/pypy/pypy/changeset/6995b2446ffc/
Log:fix the str and repr of arrays
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
---
Author: Daniel Roberts
Branch: psycopg2compatibility
Changeset: r46362:0a9d1c3a5628
Date: 2011-08-07 23:16 -0700
http://bitbucket.org/pypy/pypy/changeset/0a9d1c3a5628/
Log:Closing dead branch.
___
pypy-commit mailing list
[email protected]
htt
29 matches
Mail list logo