Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74010:8694ea27fa84
Date: 2014-10-18 08:10 +0200
http://bitbucket.org/pypy/pypy/changeset/8694ea27fa84/
Log:Undo a change, temporarily
diff --git a/rpython/memory/gctransform/framework.py
b/rpython/memory/gctransform/framework.py
--- a/rpython/
Author: Philip Jenvey
Branch: py3.3
Changeset: r74008:02cf2f6a3032
Date: 2014-10-17 15:46 -0700
http://bitbucket.org/pypy/pypy/changeset/02cf2f6a3032/
Log:merge py3k
diff too long, truncating to 2000 out of 18832 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -3,8 +3,8
Author: Philip Jenvey
Branch: py3.3
Changeset: r74009:dc0742bdf5d6
Date: 2014-10-17 15:46 -0700
http://bitbucket.org/pypy/pypy/changeset/dc0742bdf5d6/
Log:bump this for now, blah
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b
Author: Philip Jenvey
Branch: py3k
Changeset: r74007:dfd4a9093328
Date: 2014-10-17 15:45 -0700
http://bitbucket.org/pypy/pypy/changeset/dfd4a9093328/
Log:merge default
diff too long, truncating to 2000 out of 3968 lines
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--
Author: Philip Jenvey
Branch: pypy3-release-2.4.x
Changeset: r74004:bfc266fad6e7
Date: 2014-10-14 12:51 -0700
http://bitbucket.org/pypy/pypy/changeset/bfc266fad6e7/
Log:this workaround is no longer needed (grafted from
c377769fa159b855076be8cb7f5483acbc5f4e16)
diff --git a/rpython/rt
Author: Philip Jenvey
Branch: pypy3-release-2.4.x
Changeset: r74006:b2091e973da6
Date: 2014-10-17 13:09 -0700
http://bitbucket.org/pypy/pypy/changeset/b2091e973da6/
Log:fix _SSLContext invalid protocol errors not ensuring a self.ctx,
leading to a potential crash in its destructor (gra
Author: Philip Jenvey
Branch: py3k
Changeset: r74003:c1ddf2d919a1
Date: 2014-10-17 13:09 -0700
http://bitbucket.org/pypy/pypy/changeset/c1ddf2d919a1/
Log:fix _SSLContext invalid protocol errors not ensuring a self.ctx,
leading to a potential crash in its destructor
diff --git a/pypy/
Author: Philip Jenvey
Branch: pypy3-release-2.4.x
Changeset: r74005:5552600c8b97
Date: 2014-10-16 16:50 -0700
http://bitbucket.org/pypy/pypy/changeset/5552600c8b97/
Log:adjust per the new pypy3 exe name (grafted from
5ac508b99502933d3f86d5fb3be2743fef715486)
diff --git a/pypy/tool/re
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74002:230d0daa9f89
Date: 2014-10-17 17:22 +0100
http://bitbucket.org/pypy/pypy/changeset/230d0daa9f89/
Log:pass the tests on CPython
diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpython/annotator
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74000:3dba6d6cf053
Date: 2014-10-16 21:33 +0100
http://bitbucket.org/pypy/pypy/changeset/3dba6d6cf053/
Log:add 2 failing tests
diff --git a/rpython/annotator/test/test_annrpython.py
b/rpython/annotator/test/test_annrpython.py
--- a/rp
Author: Ronan Lamy
Branch: online-transforms
Changeset: r74001:3b7f29937dd9
Date: 2014-10-17 16:18 +0100
http://bitbucket.org/pypy/pypy/changeset/3b7f29937dd9/
Log:progress
diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpython/annotator/bookkeeper.py
++
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73999:abb8d87229ef
Date: 2014-10-17 16:46 +0200
http://bitbucket.org/pypy/pypy/changeset/abb8d87229ef/
Log:Add a light finalizer test (not passing yet)
diff --git a/rpython/translator/backendopt/finalizer.py
b/rpython/translator/backendopt/fin
Author: Armin Rigo
Branch: extradoc
Changeset: r5440:4e3f810db002
Date: 2014-10-17 16:19 +0200
http://bitbucket.org/pypy/extradoc/changeset/4e3f810db002/
Log:Add the pdf
diff --git a/talk/pyconpl-2014/talk.pdf b/talk/pyconpl-2014/talk.pdf
new file mode 100644
index
0
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73998:3159fb66123b
Date: 2014-10-17 16:16 +0200
http://bitbucket.org/pypy/pypy/changeset/3159fb66123b/
Log:Finalizers, step 1
diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py
--- a/rpython/memory/gc/stmgc.py
+++ b/rpython/me
Author: mattip
Branch: ufuncapi
Changeset: r73996:a1ea0f790591
Date: 2014-10-16 11:34 -0500
http://bitbucket.org/pypy/pypy/changeset/a1ea0f790591/
Log:fix translation
diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py
--- a/pypy/module/micronumpy/ufuncs.py
+++ b
Author: mattip
Branch: ufuncapi
Changeset: r73997:8b581c9fd1d1
Date: 2014-10-17 08:57 -0500
http://bitbucket.org/pypy/pypy/changeset/8b581c9fd1d1/
Log:progress toward using nditer, discover missing functionality
diff --git a/pypy/module/cpyext/ndarrayobject.py
b/pypy/module/cpyext/ndarrayob
Author: mattip
Branch: ufuncapi
Changeset: r73994:0acd1768b6b6
Date: 2014-10-16 08:27 -0500
http://bitbucket.org/pypy/pypy/changeset/0acd1768b6b6/
Log:do enough parsing, start iterator creation
diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py
--- a/pypy/module
Author: mattip
Branch: ufuncapi
Changeset: r73995:f5247fd471a9
Date: 2014-10-16 08:59 -0500
http://bitbucket.org/pypy/pypy/changeset/f5247fd471a9/
Log:merge default into branch
diff too long, truncating to 2000 out of 6186 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73993:b8579875b4ed
Date: 2014-10-17 15:02 +0200
http://bitbucket.org/pypy/pypy/changeset/b8579875b4ed/
Log:Comment
diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
b/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
--- a/rpyth
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73992:6a7a800b08d1
Date: 2014-10-17 14:30 +0200
http://bitbucket.org/pypy/pypy/changeset/6a7a800b08d1/
Log:Fix tests
diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm.py
@@ -76,6 +76,8 @
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73991:0908ab4fcaad
Date: 2014-10-17 14:11 +0200
http://bitbucket.org/pypy/pypy/changeset/0908ab4fcaad/
Log:Kill a test
diff --git a/rpython/rtyper/lltypesystem/lloperation.py
b/rpython/rtyper/lltypesystem/lloperation.py
--- a/rpython/rtyper/ll
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73990:f626a453d3e4
Date: 2014-10-17 12:51 +0200
http://bitbucket.org/pypy/pypy/changeset/f626a453d3e4/
Log:(fijal, arigo)
Reintroduce a direct test for _stm_expand_marker_for_pypy
diff --git a/rpython/translator/stm/funcgen.py
b/rpyth
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73989:8ee8f761ca9d
Date: 2014-10-17 12:39 +0200
http://bitbucket.org/pypy/pypy/changeset/8ee8f761ca9d/
Log:Be careful here
diff --git a/rpython/translator/stm/src_stm/extracode.h
b/rpython/translator/stm/src_stm/extracode.h
--- a/rpython/trans
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r73988:b2f9c698970e
Date: 2014-10-17 12:37 +0200
http://bitbucket.org/pypy/pypy/changeset/b2f9c698970e/
Log:import stmgc/3a8ef5f741ab
diff --git a/rpython/translator/stm/src_stm/revision
b/rpython/translator/stm/src_stm/revision
--- a/rpython/t
Author: Armin Rigo
Branch:
Changeset: r1477:3a8ef5f741ab
Date: 2014-10-17 12:03 +0200
http://bitbucket.org/pypy/stmgc/changeset/3a8ef5f741ab/
Log:hg merge finalizer
Finalizers. Yay.
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -374,6 +374,7
Author: Armin Rigo
Branch: finalizer
Changeset: r1476:3a97b7bfd88f
Date: 2014-10-17 12:03 +0200
http://bitbucket.org/pypy/stmgc/changeset/3a97b7bfd88f/
Log:Seems to work, but needs large-scale testing. I'll try it with pypy
___
pypy-commit mailing
Author: Armin Rigo
Branch: finalizer
Changeset: r1475:512c75ab693f
Date: 2014-10-17 11:59 +0200
http://bitbucket.org/pypy/stmgc/changeset/512c75ab693f/
Log:Tweak invocation of same-transaction finalizers
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -8
Author: Armin Rigo
Branch: finalizer
Changeset: r1474:1ff20d0478c9
Date: 2014-10-17 11:34 +0200
http://bitbucket.org/pypy/stmgc/changeset/1ff20d0478c9/
Log:update comments
diff --git a/c7/stmgc.h b/c7/stmgc.h
--- a/c7/stmgc.h
+++ b/c7/stmgc.h
@@ -516,11 +516,15 @@
stmcb_finalizer() is ca
Author: Armin Rigo
Branch: finalizer
Changeset: r1473:8727aa2547c5
Date: 2014-10-17 11:01 +0200
http://bitbucket.org/pypy/stmgc/changeset/8727aa2547c5/
Log:Extra tests
diff --git a/c7/test/test_list.py b/c7/test/test_list.py
--- a/c7/test/test_list.py
+++ b/c7/test/test_list.py
@@ -6,6 +6,12
Author: Armin Rigo
Branch: extradoc
Changeset: r5439:4e488e19aa69
Date: 2014-10-17 10:30 +0200
http://bitbucket.org/pypy/extradoc/changeset/4e488e19aa69/
Log:center this image
diff --git a/talk/pyconpl-2014/talk.rst b/talk/pyconpl-2014/talk.rst
--- a/talk/pyconpl-2014/talk.rst
+++ b/talk/pyc
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r5438:87b54de43a8a
Date: 2014-10-17 10:23 +0200
http://bitbucket.org/pypy/extradoc/changeset/87b54de43a8a/
Log:one more pic
diff --git a/talk/pyconpl-2014/standards.png b/talk/pyconpl-2014/standards.png
new file mode 100644
index
00
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r5437:f951fe804b97
Date: 2014-10-17 10:22 +0200
http://bitbucket.org/pypy/extradoc/changeset/f951fe804b97/
Log:pic
diff --git a/talk/img/baroquesoftware.png b/talk/img/baroquesoftware.png
new file mode 100644
index
0
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r5436:0fd97dbab92d
Date: 2014-10-17 10:21 +0200
http://bitbucket.org/pypy/extradoc/changeset/0fd97dbab92d/
Log:shuffle shuffle shuffle
diff --git a/talk/pyconpl-2014/author.latex b/talk/pyconpl-2014/author.latex
--- a/talk/pyconpl-2014/a
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r5435:493b77defe7b
Date: 2014-10-17 10:08 +0200
http://bitbucket.org/pypy/extradoc/changeset/493b77defe7b/
Log:fix fix fix
diff --git a/talk/pyconpl-2014/talk.rst b/talk/pyconpl-2014/talk.rst
--- a/talk/pyconpl-2014/talk.rst
+++ b/talk/p
Author: Maciej Fijalkowski
Branch:
Changeset: r73986:5df2c45dbb44
Date: 2014-10-17 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/5df2c45dbb44/
Log:try like this
diff --git a/rpython/translator/platform/posix.py
b/rpython/translator/platform/posix.py
--- a/rpython/translator/platform
Author: Maciej Fijalkowski
Branch:
Changeset: r73987:d1bd6dc1f32f
Date: 2014-10-17 09:13 +0200
http://bitbucket.org/pypy/pypy/changeset/d1bd6dc1f32f/
Log:merge
diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
--- a/rpython/annotator/annrpython.py
+++ b/rpython/
36 matches
Mail list logo