Author: Brian Kearns
Branch:
Changeset: r67827:53eec95199ea
Date: 2013-11-04 02:55 -0500
http://bitbucket.org/pypy/pypy/changeset/53eec95199ea/
Log:np.complex128 doesn't need a __complex__ method, simplify
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_
Author: Armin Rigo
Branch:
Changeset: r67828:b5cd6e18901d
Date: 2013-11-04 12:52 +0100
http://bitbucket.org/pypy/pypy/changeset/b5cd6e18901d/
Log:Add a test that dictionaries are type-erased correctly. This fails
with rordereddict because of the LookupFamily. Managed to fix it by
Author: Remi Meier
Branch:
Changeset: r543:79aa5685d286
Date: 2013-11-04 13:15 +0100
http://bitbucket.org/pypy/stmgc/changeset/79aa5685d286/
Log:implement stm_stop_all_other_threads() and
stm_partial_commit_and_resume_other_threads()
diff --git a/c4/demo_random.c b/c4/demo_random.c
Author: Remi Meier
Branch: stmgc-c4
Changeset: r67830:d483af75a05b
Date: 2013-11-04 13:18 +0100
http://bitbucket.org/pypy/pypy/changeset/d483af75a05b/
Log:atomically patch assembler by stopping & aborting all other
transactions during raw patching.
diff --git a/rpython/jit/backend/x8
Author: Remi Meier
Branch: stmgc-c4
Changeset: r67829:7384b3c8c0fc
Date: 2013-11-04 13:16 +0100
http://bitbucket.org/pypy/pypy/changeset/7384b3c8c0fc/
Log:import stmgc with stop_all_other_threads() and partial commit for
inevitable transactions
diff --git a/rpython/translator/stm/src
Author: Matti Picus
Branch: numpy-tests
Changeset: r873:433f33dd1fda
Date: 2013-11-04 17:37 +0200
http://bitbucket.org/pypy/buildbot/changeset/433f33dd1fda/
Log:tests run
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypyb
Author: Matti Picus
Branch: numpy-tests
Changeset: r872:f78c853a0134
Date: 2013-11-04 14:00 +0200
http://bitbucket.org/pypy/buildbot/changeset/f78c853a0134/
Log:downloading works
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bo
Author: Armin Rigo
Branch: array-overallocation-in-nursery
Changeset: r67831:dc207f7dffcb
Date: 2013-11-04 18:10 +0100
http://bitbucket.org/pypy/pypy/changeset/dc207f7dffcb/
Log:Start adapting the codewriter for the new rlist.py format
diff --git a/rpython/jit/codewriter/jtransform.py
b/rpy
Author: Matti Picus
Branch: add-header-to-nightly
Changeset: r874:600464fa69ba
Date: 2013-11-04 19:30 +0200
http://bitbucket.org/pypy/buildbot/changeset/600464fa69ba/
Log:add a header line of links to the nightly listing pages
diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/py
Author: Matti Picus
Branch: add-header-to-nightly
Changeset: r875:ec3983861744
Date: 2013-11-04 19:33 +0200
http://bitbucket.org/pypy/buildbot/changeset/ec3983861744/
Log:revert buildbot.tac
diff --git a/slave/buildbot.tac b/slave/buildbot.tac
--- a/slave/buildbot.tac
+++ b/slave/buildbot.ta
Author: Alex Gaynor
Branch:
Changeset: r67832:8a79ffc73c9d
Date: 2013-11-04 10:04 -0800
http://bitbucket.org/pypy/pypy/changeset/8a79ffc73c9d/
Log:This is now teh default
diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -205,5 +205,3 @@
u
Author: Brian Kearns
Branch:
Changeset: r67833:1fb8f989bf6a
Date: 2013-11-04 13:43 -0500
http://bitbucket.org/pypy/pypy/changeset/1fb8f989bf6a/
Log:fix min/max of complex with nans
diff --git a/pypy/module/micronumpy/test/dummy_module.py
b/pypy/module/micronumpy/test/dummy_module.py
--- a/
Author: Brian Kearns
Branch:
Changeset: r67834:c3b67fad2bc1
Date: 2013-11-04 14:37 -0500
http://bitbucket.org/pypy/pypy/changeset/c3b67fad2bc1/
Log:fix str_format of complex nan/inf
diff --git a/pypy/module/micronumpy/test/test_scalar.py
b/pypy/module/micronumpy/test/test_scalar.py
--- a/p
Author: Armin Rigo
Branch: array-overallocation-in-nursery
Changeset: r67835:d32ed008256d
Date: 2013-11-04 20:51 +0100
http://bitbucket.org/pypy/pypy/changeset/d32ed008256d/
Log:Rewrite the 'jit_conditional_call' operation to 'conditional_call'
and always allow it to occur, even if no
Author: Armin Rigo
Branch:
Changeset: r67836:e59a35b9ec62
Date: 2013-11-04 21:26 +0100
http://bitbucket.org/pypy/pypy/changeset/e59a35b9ec62/
Log:New FAQ entry: Module xyz does not work with PyPy: ImportError
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy
Author: Matti Picus
Branch:
Changeset: r67839:4b5d0c9d1e79
Date: 2013-11-04 23:07 +0200
http://bitbucket.org/pypy/pypy/changeset/4b5d0c9d1e79/
Log:add out to np.dot and ndarray.dot
diff --git a/pypy/module/micronumpy/interp_arrayops.py
b/pypy/module/micronumpy/interp_arrayops.py
--- a/pypy
Author: Matti Picus
Branch: cpyext-int
Changeset: r67838:cc3307a7b330
Date: 2013-10-22 21:48 +0300
http://bitbucket.org/pypy/pypy/changeset/cc3307a7b330/
Log:merge default into branch
diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py
--- a/pypy/tool/pypyjit.py
+++ b/pypy/tool/pypyjit.
Author: Philip Jenvey
Branch:
Changeset: r67840:934879cb2719
Date: 2013-11-04 14:31 -0800
http://bitbucket.org/pypy/pypy/changeset/934879cb2719/
Log:utilize rfloat.isfinite
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/micronumpy/types.py
+
Author: Brian Kearns
Branch:
Changeset: r67841:b782ce0d380d
Date: 2013-11-04 20:46 -0500
http://bitbucket.org/pypy/pypy/changeset/b782ce0d380d/
Log:sign of nan can be ambiguous, use isnan
diff --git a/pypy/module/micronumpy/test/test_scalar.py
b/pypy/module/micronumpy/test/test_scalar.py
-
Author: Brian Kearns
Branch:
Changeset: r67842:adc554f83b04
Date: 2013-11-04 22:03 -0500
http://bitbucket.org/pypy/pypy/changeset/adc554f83b04/
Log:provide astype/nbytes for scalars
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a/pypy/modu
Author: Brian Kearns
Branch:
Changeset: r67843:55261a401261
Date: 2013-11-04 22:25 -0500
http://bitbucket.org/pypy/pypy/changeset/55261a401261/
Log:provide scalar.squeeze()
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a/pypy/module/micron
Author: Brian Kearns
Branch:
Changeset: r67844:53130555bf48
Date: 2013-11-04 22:32 -0500
http://bitbucket.org/pypy/pypy/changeset/53130555bf48/
Log:provide scalar.{strides,T}
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a/pypy/module/micr
22 matches
Mail list logo