Author: Remi Meier
Branch:
Changeset: r1743:f6788cf5fb73
Date: 2015-03-30 10:07 +0200
http://bitbucket.org/pypy/stmgc/changeset/f6788cf5fb73/
Log:port the recent changes to c8
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -2,6 +2,11 @@
# error "must
Author: Armin Rigo
Branch: extradoc
Changeset: r5515:4f27759c4bac
Date: 2015-03-30 10:08 +0200
http://bitbucket.org/pypy/extradoc/changeset/4f27759c4bac/
Log:Prepare the blog post
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-mar2015.txt
+++ b/blog
Author: Remi Meier
Branch: extradoc
Changeset: r5516:dcffa5ce26c7
Date: 2015-03-30 10:34 +0200
http://bitbucket.org/pypy/extradoc/changeset/dcffa5ce26c7/
Log:some rewording
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-mar2015.txt
+++ b/blog/draft/
Author: Armin Rigo
Branch:
Changeset: r76629:98e7823b191a
Date: 2015-03-30 10:47 +0200
http://bitbucket.org/pypy/pypy/changeset/98e7823b191a/
Log:Check and complain if there is a "libpypy-c.so" that appears not to
be needed
diff --git a/pypy/tool/release/package.py b/pypy/tool/relea
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76630:394a15666e6a
Date: 2015-03-30 10:49 +0200
http://bitbucket.org/pypy/pypy/changeset/394a15666e6a/
Log:Check and complain if there is a "libpypy-c.so" that appears not to
be needed
diff --git a/pypy/tool/release/package.py b/pypy/to
Author: Armin Rigo
Branch: extradoc
Changeset: r5517:957fa318a94f
Date: 2015-03-30 10:56 +0200
http://bitbucket.org/pypy/extradoc/changeset/957fa318a94f/
Log:It's actually the second official release.
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-m
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76631:5a2a649dc56b
Date: 2015-03-30 11:10 +0200
http://bitbucket.org/pypy/pypy/changeset/5a2a649dc56b/
Log:pypy-stm only: add 'print_stm_log.py'
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/pa
Author: Armin Rigo
Branch: extradoc
Changeset: r5518:a0b6c0fb4b6c
Date: 2015-03-30 11:32 +0200
http://bitbucket.org/pypy/extradoc/changeset/a0b6c0fb4b6c/
Log:Mention the PYPYSTM reports. This is actually the most important
new feature...
diff --git a/blog/draft/stm-mar2015.txt b/blog
Author: Armin Rigo
Branch: extradoc
Changeset: r5519:d500687241e2
Date: 2015-03-30 11:34 +0200
http://bitbucket.org/pypy/extradoc/changeset/d500687241e2/
Log:Renaming the binary "pypy-stm"
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-mar2015.txt
+
Author: Armin Rigo
Branch:
Changeset: r76632:116b2b19f065
Date: 2015-03-30 12:54 +0200
http://bitbucket.org/pypy/pypy/changeset/116b2b19f065/
Log:Attempt a better explanation
diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst
--- a/rpython/doc/rpython.rst
+++ b/rpython/doc/rpyth
Author: Armin Rigo
Branch:
Changeset: r76633:dd7e1a7a1009
Date: 2015-03-30 12:59 +0200
http://bitbucket.org/pypy/pypy/changeset/dd7e1a7a1009/
Log:no list->tuple conversion in rpython
diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst
--- a/rpython/doc/rpython.rst
+++ b/rpython/d
Author: Armin Rigo
Branch:
Changeset: r76634:180f86a2e1fb
Date: 2015-03-30 13:32 +0200
http://bitbucket.org/pypy/pypy/changeset/180f86a2e1fb/
Log:Fix: don't hard-code in the translated pypy the value for
'openssl_md_meth_names'.
diff --git a/pypy/module/_hashlib/__init__.py b/pypy/m
Author: Armin Rigo
Branch:
Changeset: r76635:5f90d0283413
Date: 2015-03-30 13:44 +0200
http://bitbucket.org/pypy/pypy/changeset/5f90d0283413/
Log:Fix: maybe these attributes are not defined at all so far
diff --git a/pypy/module/_hashlib/interp_hashlib.py
b/pypy/module/_hashlib/interp_hash
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76636:a1e882561425
Date: 2015-03-30 10:54 +0200
http://bitbucket.org/pypy/pypy/changeset/a1e882561425/
Log:Merge branch stmgc-c7
diff too long, truncating to 2000 out of 44186 lines
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76637:ddeaa80c4bf7
Date: 2015-03-30 10:55 +0200
http://bitbucket.org/pypy/pypy/changeset/ddeaa80c4bf7/
Log:import stmgc-c8 f6788cf5fb73
diff --git a/rpython/translator/stm/src_stm/revision
b/rpython/translator/stm/src_stm/revision
--- a/rpytho
Author: Armin Rigo
Branch:
Changeset: r76638:dbe9bd42d773
Date: 2015-03-30 13:56 +0200
http://bitbucket.org/pypy/pypy/changeset/dbe9bd42d773/
Log:_hashlib.openssl_md_meth_names is not a set, but a frozenset in
cpython
diff --git a/pypy/module/_hashlib/interp_hashlib.py
b/pypy/modul
Author: Armin Rigo
Branch: extradoc
Changeset: r5520:eb519f972b4f
Date: 2015-03-30 16:05 +0200
http://bitbucket.org/pypy/extradoc/changeset/eb519f972b4f/
Log:more details
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-mar2015.txt
+++ b/blog/draft/st
Author: Armin Rigo
Branch: release-2.5.x
Changeset: r76639:ce191ec5b5f6
Date: 2015-03-30 15:50 +0200
http://bitbucket.org/pypy/pypy/changeset/ce191ec5b5f6/
Log:Apply 180f86a2e1fb and 5f90d0283413 from trunk. They are needed in
case ll2ctypes fails to import libssl during translation,
Author: Armin Rigo
Branch: extradoc
Changeset: r5521:78e31ca9b3bb
Date: 2015-03-30 16:14 +0200
http://bitbucket.org/pypy/extradoc/changeset/78e31ca9b3bb/
Log:tweaks
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-mar2015.txt
+++ b/blog/draft/stm-mar2
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r5522:e35d13a2125b
Date: 2015-03-30 16:24 +0200
http://bitbucket.org/pypy/extradoc/changeset/e35d13a2125b/
Log:add intro to intro
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-mar2015.txt
+++ b
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r5523:94d238600883
Date: 2015-03-30 16:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/94d238600883/
Log:tone down a bit
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--- a/blog/draft/stm-mar2015.txt
+++ b/bl
Author: Armin Rigo
Branch: extradoc
Changeset: r587:3ff3436a1b7a
Date: 2015-03-30 16:46 +0200
http://bitbucket.org/pypy/pypy.org/changeset/3ff3436a1b7a/
Log:release pypy-stm 2.5.1
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -74,8 +74,9 @@
performanc
Author: Armin Rigo
Branch: extradoc
Changeset: r5524:6ce2a5c637aa
Date: 2015-03-30 16:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/6ce2a5c637aa/
Log:Change paragraph #2 to flow better after the new paragraph #1.
diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt
--
Author: Maciej Fijalkowski
Branch:
Changeset: r76640:0f6bac0956ac
Date: 2015-03-30 17:40 +0200
http://bitbucket.org/pypy/pypy/changeset/0f6bac0956ac/
Log:fix the case when alias is too small
diff --git a/pypy/module/_hashlib/interp_hashlib.py
b/pypy/module/_hashlib/interp_hashlib.py
--- a/
Author: Armin Rigo
Branch:
Changeset: r76641:82e73bc3274e
Date: 2015-03-30 18:01 +0200
http://bitbucket.org/pypy/pypy/changeset/82e73bc3274e/
Log:Add a ztranslation test for '_hashlib'. Minor fixes to the fake
objspace to make it work.
diff --git a/pypy/module/_hashlib/test/test_ztr
Author: Armin Rigo
Branch: release-2.5.x
Changeset: r76642:af9d5af2e8e3
Date: 2015-03-30 18:08 +0200
http://bitbucket.org/pypy/pypy/changeset/af9d5af2e8e3/
Log:fix the case when alias is too small (grafted from
0f6bac0956ac1fee924f863d0a0594f6b5441f95)
diff --git a/pypy/module/_hashl
Author: Ronan Lamy
Branch: install-rpython
Changeset: r76643:34784ec27d15
Date: 2015-03-30 17:27 +0100
http://bitbucket.org/pypy/pypy/changeset/34784ec27d15/
Log:Create a setup.py that installs rpython
diff --git a/setup.py b/setup.py
new file mode 100644
--- /dev/null
+++ b/setup.py
@@ -0,0
Author: Maciej Fijalkowski
Branch: vmprof
Changeset: r76644:0a137723eabf
Date: 2015-03-30 18:49 +0200
http://bitbucket.org/pypy/pypy/changeset/0a137723eabf/
Log:mark non-jitted functions
diff --git a/pypy/module/_vmprof/interp_vmprof.py
b/pypy/module/_vmprof/interp_vmprof.py
--- a/pypy/modu
Author: Maciej Fijalkowski
Branch: vmprof
Changeset: r76645:4ea3a0805b5a
Date: 2015-03-30 19:07 +0200
http://bitbucket.org/pypy/pypy/changeset/4ea3a0805b5a/
Log:we use +1 everywhere, so make this -1 so we hit the same id
diff --git a/pypy/module/_vmprof/interp_vmprof.py
b/pypy/module/_vmpro
Author: mattip
Branch: object-dtype2
Changeset: r76646:6e392eb89276
Date: 2015-03-29 22:46 +0300
http://bitbucket.org/pypy/pypy/changeset/6e392eb89276/
Log:merge default into branch
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -3,20 +3,10 @@
d8ac7d23d3ec5f9a0fa1264972f74a01
Author: Armin Rigo
Branch: object-dtype2
Changeset: r76647:99280110fed2
Date: 2015-03-30 20:06 +0200
http://bitbucket.org/pypy/pypy/changeset/99280110fed2/
Log:In-progress: define and use rgc.ll_writebarrier() where needed
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy
Author: Armin Rigo
Branch:
Changeset: r76648:f588efa4658d
Date: 2015-03-30 21:42 +0200
http://bitbucket.org/pypy/pypy/changeset/f588efa4658d/
Log:'transaction.py' can be used on cpython or regular pypy
diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/st
Author: mattip
Branch: object-dtype2
Changeset: r76650:8258a094da18
Date: 2015-03-31 01:20 +0300
http://bitbucket.org/pypy/pypy/changeset/8258a094da18/
Log:refactor fill, fix for value of pointers (arigato), take care around
__del__, instantiate gcstruct in __init__
diff --git a/pypy
Author: mattip
Branch: object-dtype2
Changeset: r76649:45f5b098008b
Date: 2015-03-30 21:59 +0300
http://bitbucket.org/pypy/pypy/changeset/45f5b098008b/
Log:missing import
diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.py
+++ b/rpython/rlib/rgc.py
@@ -687,6 +687
Author: Ronan Lamy
Branch: install-rpython
Changeset: r76651:df86e704d421
Date: 2015-03-31 01:18 +0100
http://bitbucket.org/pypy/pypy/changeset/df86e704d421/
Log:Add a README for rpython
diff --git a/README-rpython.rst b/README-rpython.rst
new file mode 100644
--- /dev/null
+++ b/README-rpyt
Author: Ronan Lamy
Branch: install-rpython
Changeset: r76652:9a44ae723d06
Date: 2015-03-31 01:54 +0100
http://bitbucket.org/pypy/pypy/changeset/9a44ae723d06/
Log:Add a manifest
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,9 @@
+includ
Author: Ronan Lamy
Branch: install-rpython
Changeset: r76653:1b4d5355eb02
Date: 2015-03-31 02:01 +0100
http://bitbucket.org/pypy/pypy/changeset/1b4d5355eb02/
Log:version bump
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
setup(
name='rpython',
-
Author: Ronan Lamy
Branch: install-rpython
Changeset: r76654:cf6c8c6a12d4
Date: 2015-03-31 02:19 +0100
http://bitbucket.org/pypy/pypy/changeset/cf6c8c6a12d4/
Log:try again, including C files this time
diff --git a/MANIFEST.in b/MANIFEST.in
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
38 matches
Mail list logo