Author: Manuel Jacob
Branch: improve-docs
Changeset: r74027:0019c149a635
Date: 2014-10-21 11:59 +0200
http://bitbucket.org/pypy/pypy/changeset/0019c149a635/
Log:hg merge default
diff too long, truncating to 2000 out of 17847 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@
Author: Romain Guillebert
Branch: extradoc
Changeset: r5444:285d9ba3bf75
Date: 2014-10-12 01:37 +0100
http://bitbucket.org/pypy/extradoc/changeset/285d9ba3bf75/
Log:Standardize quotes
diff --git a/talk/pyconie2014/talk.pdf b/talk/pyconie2014/talk.pdf
index
27f9e9138b4f8679dfe509270a43bfc40e
Author: Romain Guillebert
Branch: extradoc
Changeset: r5445:49e724edda7a
Date: 2014-10-21 11:58 +0200
http://bitbucket.org/pypy/extradoc/changeset/49e724edda7a/
Log:Add planning for today
diff --git a/sprintinfo/warsaw-2014/planning.txt
b/sprintinfo/warsaw-2014/planning.txt
new file mode 10
Author: Maciej Fijalkowski
Branch: improve-gc-tracing-hooks
Changeset: r74028:091a871f1217
Date: 2014-10-21 12:26 +0200
http://bitbucket.org/pypy/pypy/changeset/091a871f1217/
Log:test_transformed_gc in progress
diff --git a/rpython/memory/gctransform/framework.py
b/rpython/memory/gctransfor
Author: Armin Rigo
Branch: improve-gc-tracing-hooks
Changeset: r74030:00d7923edeea
Date: 2014-10-21 13:33 +0200
http://bitbucket.org/pypy/pypy/changeset/00d7923edeea/
Log:Shuffle shuffle shuffle until test_transformed_gc is happy
diff --git a/rpython/memory/gctransform/framework.py
b/rpytho
Author: Armin Rigo
Branch:
Changeset: r74029:a87f6e036742
Date: 2014-10-21 11:18 +0200
http://bitbucket.org/pypy/pypy/changeset/a87f6e036742/
Log:Fix on 32-bit
diff --git a/rpython/rlib/test/test_rbigint.py
b/rpython/rlib/test/test_rbigint.py
--- a/rpython/rlib/test/test_rbigint.py
+++ b/r
Author: Carl Friedrich Bolz
Branch:
Changeset: r74031:c025984d6976
Date: 2014-10-21 13:36 +0200
http://bitbucket.org/pypy/pypy/changeset/c025984d6976/
Log:check with the default ulps
diff --git a/rpython/rlib/test/test_rbigint.py
b/rpython/rlib/test/test_rbigint.py
--- a/rpython/rlib/test/
Author: Carl Friedrich Bolz
Branch:
Changeset: r74032:90f8290e7f15
Date: 2014-10-21 13:41 +0200
http://bitbucket.org/pypy/pypy/changeset/90f8290e7f15/
Log:look into rbigint by default
most methods there are either elidable anyway, or marked as
look_inside
diff --git a/pypy/
Author: Armin Rigo
Branch: improve-gc-tracing-hooks
Changeset: r74033:3185de65abe8
Date: 2014-10-21 14:34 +0200
http://bitbucket.org/pypy/pypy/changeset/3185de65abe8/
Log:fix this test
diff --git a/rpython/translator/c/test/test_newgc.py
b/rpython/translator/c/test/test_newgc.py
--- a/rpyth
Author: Armin Rigo
Branch: improve-gc-tracing-hooks
Changeset: r74034:1043a3a9bdee
Date: 2014-10-21 14:53 +0200
http://bitbucket.org/pypy/pypy/changeset/1043a3a9bdee/
Log:Port custom_trace here
diff --git a/rpython/rlib/_stacklet_asmgcc.py b/rpython/rlib/_stacklet_asmgcc.py
--- a/rpython/rli
Author: Armin Rigo
Branch: improve-gc-tracing-hooks
Changeset: r74037:9ec0a7216835
Date: 2014-10-21 15:20 +0200
http://bitbucket.org/pypy/pypy/changeset/9ec0a7216835/
Log:Simplify custom tracers with gc._trace_callback(). Port jitframe.
diff --git a/rpython/jit/backend/llsupport/jitframe.py
Author: Armin Rigo
Branch: improve-gc-tracing-hooks
Changeset: r74038:3d5e2e9ec120
Date: 2014-10-21 15:21 +0200
http://bitbucket.org/pypy/pypy/changeset/3d5e2e9ec120/
Log:add comment
diff --git a/rpython/rlib/_stacklet_asmgcc.py b/rpython/rlib/_stacklet_asmgcc.py
--- a/rpython/rlib/_stacklet
Author: Armin Rigo
Branch: improve-gc-tracing-hooks
Changeset: r74039:9a6efa2d4493
Date: 2014-10-21 16:01 +0200
http://bitbucket.org/pypy/pypy/changeset/9a6efa2d4493/
Log:Port the custom trace in the shadowstack's SHADOWSTACKREF objects.
diff --git a/rpython/memory/gctransform/framework.py
Author: Maciej Fijalkowski
Branch:
Changeset: r74041:d329a23cdfc6
Date: 2014-10-21 16:24 +0200
http://bitbucket.org/pypy/pypy/changeset/d329a23cdfc6/
Log:merge
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -83,7 +83,7 @@
the selec
Author: Maciej Fijalkowski
Branch:
Changeset: r74040:9620c1dd8e38
Date: 2014-10-21 16:24 +0200
http://bitbucket.org/pypy/pypy/changeset/9620c1dd8e38/
Log:look into random
diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py
--- a/pypy/module/pypyjit/policy.py
+++ b/pyp
Author: Manuel Jacob
Branch: kill-multimethod
Changeset: r74042:a5b4756238d7
Date: 2014-10-21 16:50 +0200
http://bitbucket.org/pypy/pypy/changeset/a5b4756238d7/
Log:Fix two errors from the merge.
diff --git a/pypy/objspace/std/strbufobject.py
b/pypy/objspace/std/strbufobject.py
--- a/pypy/o
Author: Valentina Mukhamedzhanova
Branch: zlib_zdict
Changeset: r74044:d1e7950fafed
Date: 2014-10-21 17:29 +0200
http://bitbucket.org/pypy/pypy/changeset/d1e7950fafed/
Log:Remove commented test.
diff --git a/rpython/rlib/test/test_rzlib.py b/rpython/rlib/test/test_rzlib.py
--- a/rpython/rlib
Author: Valentina Mukhamedzhanova
Branch: zlib_zdict
Changeset: r74043:b6a8620bc119
Date: 2014-10-21 17:24 +0200
http://bitbucket.org/pypy/pypy/changeset/b6a8620bc119/
Log:(vmukhame, ronan) Wrap inflateSetDictionary and deflateSetDictionary
and add a complicated test.
diff --git a/rp
Author: Ronan Lamy
Branch:
Changeset: r74045:c88db2931b91
Date: 2014-10-21 17:33 +0200
http://bitbucket.org/pypy/pypy/changeset/c88db2931b91/
Log:Merged in megaumi/pypy/zlib_zdict (pull request #286)
(vmukhame, ronan)
diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py
--- a
Author: Carl Friedrich Bolz
Branch:
Changeset: r74046:d86dd2ec5238
Date: 2014-10-21 17:40 +0200
http://bitbucket.org/pypy/pypy/changeset/d86dd2ec5238/
Log:kill corresponding test
diff --git a/pypy/module/pypyjit/test/test_policy.py
b/pypy/module/pypyjit/test/test_policy.py
--- a/pypy/modul
Author: Ronan Lamy
Branch: py3k
Changeset: r74047:f9f6e6ae989f
Date: 2014-10-21 17:47 +0200
http://bitbucket.org/pypy/pypy/changeset/f9f6e6ae989f/
Log:hg merge default
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -83,7 +83,7 @@
th
Author: Ronan Lamy
Branch: py3.3
Changeset: r74048:411e7b738833
Date: 2014-10-21 17:47 +0200
http://bitbucket.org/pypy/pypy/changeset/411e7b738833/
Log:hg merge py3k
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -83,7 +83,7 @@
the
Author: Carl Friedrich Bolz
Branch:
Changeset: r74049:d9aeccab0451
Date: 2014-10-21 18:16 +0200
http://bitbucket.org/pypy/pypy/changeset/d9aeccab0451/
Log:fix test_string
diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy
Author: Philip Jenvey
Branch: extradoc
Changeset: r549:564aeee54c68
Date: 2014-10-21 09:43 -0700
http://bitbucket.org/pypy/pypy.org/changeset/564aeee54c68/
Log:pypy3 2.4.0 release
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -53,7 +53,7 @@
We provide
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74051:6e1ad1121f0b
Date: 2014-09-23 08:44 -0400
http://bitbucket.org/pypy/pypy/changeset/6e1ad1121f0b/
Log:Add tests
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pypy/mod
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74050:cfef40b67090
Date: 2014-09-23 08:25 -0400
http://bitbucket.org/pypy/pypy/changeset/cfef40b67090/
Log:Implement numpy.generic.item. Do not let numpy.ndarray.item accept
random keyword arguments.
diff --git a/pypy/module/mi
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74055:e6d67911e7a8
Date: 2014-09-23 12:41 -0400
http://bitbucket.org/pypy/pypy/changeset/e6d67911e7a8/
Log:generic.nonzero
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/pypy/module/micronumpy/boxe
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74052:ee8c0dc0c288
Date: 2014-09-23 09:07 -0400
http://bitbucket.org/pypy/pypy/changeset/ee8c0dc0c288/
Log:Implement tobytes as an alias of tostring
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/p
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74057:d4b9abbdfab6
Date: 2014-09-24 08:19 -0400
http://bitbucket.org/pypy/pypy/changeset/d4b9abbdfab6/
Log:fix return type of generic.reshape
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/pypy/mod
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74054:0703a6e2723e
Date: 2014-09-23 12:29 -0400
http://bitbucket.org/pypy/pypy/changeset/0703a6e2723e/
Log:generic.swapaxes, improve test
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/pypy/module/
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74058:3166aa80ee1f
Date: 2014-10-11 17:27 -0400
http://bitbucket.org/pypy/pypy/changeset/3166aa80ee1f/
Log:merge default
diff too long, truncating to 2000 out of 14176 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74056:edc2afc71097
Date: 2014-09-23 22:40 -0400
http://bitbucket.org/pypy/pypy/changeset/edc2afc71097/
Log:generic.fill, generic.conj
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/pypy/module/micr
Author: Yichao Yu
Branch: numpy-generic-item
Changeset: r74053:5f0f0784b29a
Date: 2014-09-23 09:26 -0400
http://bitbucket.org/pypy/pypy/changeset/5f0f0784b29a/
Log:generic.transpose
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/pypy/module/micronumpy/bo
Author: Brian Kearns
Branch:
Changeset: r74059:d6c024b8ef63
Date: 2014-10-21 14:10 -0700
http://bitbucket.org/pypy/pypy/changeset/d6c024b8ef63/
Log:Merged in yuyichao/pypy/numpy-generic-item (pull request #283)
Implement numpy.generic.item. Do not let numpy.ndarray.item accept
Author: Brian Kearns
Branch:
Changeset: r74060:777a53af2535
Date: 2014-10-21 21:03 -0700
http://bitbucket.org/pypy/pypy/changeset/777a53af2535/
Log:adjust new numpy tests to pass -A
diff --git a/pypy/module/micronumpy/test/test_scalar.py
b/pypy/module/micronumpy/test/test_scalar.py
--- a/p
Author: Brian Kearns
Branch:
Changeset: r74062:9adf3b34a33e
Date: 2014-10-21 22:02 -0700
http://bitbucket.org/pypy/pypy/changeset/9adf3b34a33e/
Log:fix test_fill
diff --git a/pypy/module/micronumpy/test/test_scalar.py
b/pypy/module/micronumpy/test/test_scalar.py
--- a/pypy/module/micronump
Author: Brian Kearns
Branch:
Changeset: r74061:6552f2cd3784
Date: 2014-10-21 21:24 -0700
http://bitbucket.org/pypy/pypy/changeset/6552f2cd3784/
Log:fix scalar swapaxes/transpose
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py
--- a/pypy/module/micronumpy/boxes
37 matches
Mail list logo