Author: Armin Rigo
Branch:
Changeset: r46767:bc2ecbb829b9
Date: 2011-08-25 10:35 +0200
http://bitbucket.org/pypy/pypy/changeset/bc2ecbb829b9/
Log:Print something also in this case.
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
++
Author: Armin Rigo
Branch:
Changeset: r46768:2e61f1a23067
Date: 2011-08-25 10:37 +0200
http://bitbucket.org/pypy/pypy/changeset/2e61f1a23067/
Log:What should UnicodeBuilder(-2) do?...
diff --git a/pypy/module/__pypy__/interp_builders.py
b/pypy/module/__pypy__/interp_builders.py
--- a/pypy/
Author: Armin Rigo
Branch: extradoc
Changeset: r239:922c9618217e
Date: 2011-08-25 12:07 +0200
http://bitbucket.org/pypy/pypy.org/changeset/922c9618217e/
Log:Regenerate.
diff --git a/people.html b/people.html
--- a/people.html
+++ b/people.html
@@ -73,8 +73,15 @@
Carl Friedrich Bolz
-Car
Author: Armin Rigo
Branch: extradoc
Changeset: r240:8a8aa43583f8
Date: 2011-08-25 12:09 +0200
http://bitbucket.org/pypy/pypy.org/changeset/8a8aa43583f8/
Log:Add the Windows link.
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -48,7 +48,7 @@
as stable a
Author: Armin Rigo
Branch: extradoc
Changeset: r241:b9ba1fa30ee9
Date: 2011-08-25 12:17 +0200
http://bitbucket.org/pypy/pypy.org/changeset/b9ba1fa30ee9/
Log:Add a "BETA" here too.
diff --git a/js/detect.js b/js/detect.js
--- a/js/detect.js
+++ b/js/detect.js
@@ -12,7 +12,7 @@
}
Author: hager
Branch: ppc-jit-backend
Changeset: r46769:ccdb31c97bee
Date: 2011-08-25 17:14 +0200
http://bitbucket.org/pypy/pypy/changeset/ccdb31c97bee/
Log:Implemented GUARD_CLASS and GUARD_NONNULL_CLASS.
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcg
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r46770:2522da98dd6c
Date: 2011-08-25 11:24 -0400
http://bitbucket.org/pypy/pypy/changeset/2522da98dd6c/
Log:load_word: change bounds to use <= and >= emit_guard_class: support
PPC64
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assemb
Author: holger krekel
Branch: extradoc
Changeset: r242:fb829b240687
Date: 2011-08-25 20:00 +0200
http://bitbucket.org/pypy/pypy.org/changeset/fb829b240687/
Log:adding myself
diff --git a/image/people/holger1.jpg b/image/people/holger1.jpg
new file mode 100644
index
0
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46771:05ba07731112
Date: 2011-08-25 14:08 -0400
http://bitbucket.org/pypy/pypy/changeset/05ba07731112/
Log:fix for unknown dtype
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/mo
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46772:e29e810dda3b
Date: 2011-08-25 14:17 -0400
http://bitbucket.org/pypy/pypy/changeset/e29e810dda3b/
Log:kill some dead imports
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/m
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46773:a258dfd1c5cf
Date: 2011-08-25 15:45 -0400
http://bitbucket.org/pypy/pypy/changeset/a258dfd1c5cf/
Log:removed the TODO, this branch is merge ready I think
diff --git a/TODO.txt b/TODO.txt
deleted file mode 100644
--- a/TODO.txt
+++
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46774:7a90f6c151a4
Date: 2011-08-25 17:34 -0400
http://bitbucket.org/pypy/pypy/changeset/7a90f6c151a4/
Log:fix for array.dot() with a sequence (but non-array) argument.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/modu
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46775:2efe81d81230
Date: 2011-08-25 22:39 -0400
http://bitbucket.org/pypy/pypy/changeset/2efe81d81230/
Log:give dtype a shape property and set __module__ correctly
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micro
Author: Armin Rigo
Branch:
Changeset: r46776:f6cc493a7f4c
Date: 2011-08-26 06:00 +0200
http://bitbucket.org/pypy/pypy/changeset/f6cc493a7f4c/
Log:Translation patch by Juergen Boemmels.
diff --git a/pypy/rlib/parsing/makepackrat.py b/pypy/rlib/parsing/makepackrat.py
--- a/pypy/rlib/parsing/m
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/6/some-fixes-for-freebsd-translation#comment-25
arigo said:
Checked in the last two files. About pyexpat.ctc.py: the problem is really
that it imports "pypy.*". It is not allowed to... I would rather say that it
shoul
Author: Armin Rigo
Branch:
Changeset: r46777:0f2bc7ed8998
Date: 2011-08-26 06:05 +0200
http://bitbucket.org/pypy/pypy/changeset/0f2bc7ed8998/
Log:Patch by Gabriel Lavoie for freebsd
diff --git a/pypy/rpython/memory/gc/env.py b/pypy/rpython/memory/gc/env.py
--- a/pypy/rpython/memory/gc/env.p
Author: Armin Rigo
Branch:
Changeset: r46778:3182c55be0e9
Date: 2011-08-26 06:08 +0200
http://bitbucket.org/pypy/pypy/changeset/3182c55be0e9/
Log:Patch by Gabriel Lavoie.
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/interp_pyexpat.py
--- a/pypy/module/pyexpat/in
Pull request #7 has been accepted by arigo.
Changes in yasirs/pypy have been pulled into pypy/pypy.
https://bitbucket.org/pypy/pypy/pull-request/7/added-sort-for-numpy-array
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the participating
in a p
Author: Yasir Suhail
Branch:
Changeset: r46780:e8e96fd0c623
Date: 2011-08-24 11:23 -0400
http://bitbucket.org/pypy/pypy/changeset/e8e96fd0c623/
Log:added sort (non-jit) for numpy array, with test
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarra
Author: yasirs
Branch:
Changeset: r46779:4f122916efa2
Date: 2011-08-24 10:11 -0400
http://bitbucket.org/pypy/pypy/changeset/4f122916efa2/
Log:added sort to micronumpy (is slow?)
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/mod
Author: Yasir Suhail
Branch:
Changeset: r46781:ad332a98e80c
Date: 2011-08-24 11:25 -0400
http://bitbucket.org/pypy/pypy/changeset/ad332a98e80c/
Log:updated from main repo
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/m
21 matches
Mail list logo