Author: Richard Plangger
Branch: py3.5
Changeset: r87686:05ed492ccc60
Date: 2016-10-10 10:07 +0200
http://bitbucket.org/pypy/pypy/changeset/05ed492ccc60/
Log:redo the commit made for setstate, though it is not called by
pickling (state is already set by load_reduce), this makes the ap
Author: Richard Plangger
Branch: redirect-assembler-jitlog
Changeset: r87687:f68149db5431
Date: 2016-10-10 10:20 +0200
http://bitbucket.org/pypy/pypy/changeset/f68149db5431/
Log:merge default
diff too long, truncating to 2000 out of 54103 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+
Author: Richard Plangger
Branch: redirect-assembler-jitlog
Changeset: r87688:4026f1af404d
Date: 2016-10-10 10:51 +0200
http://bitbucket.org/pypy/pypy/changeset/4026f1af404d/
Log:target address could be some bytes off, one reason why so many
redirect assembler instr. are not found
dif
Author: Richard Plangger
Branch: py3.5
Changeset: r87689:4c664c7fdba2
Date: 2016-10-10 11:54 +0200
http://bitbucket.org/pypy/pypy/changeset/4c664c7fdba2/
Log:turn string format into argument of oefmt (translation issue)
diff --git a/pypy/module/_collections/interp_deque.py
b/pypy/module/_co
Author: Richard Plangger
Branch: redirect-assembler-jitlog
Changeset: r87691:4e71c0d2e82d
Date: 2016-10-10 12:14 +0200
http://bitbucket.org/pypy/pypy/changeset/4e71c0d2e82d/
Log:close branch
___
pypy-commit mailing list
[email protected]
https
Author: Richard Plangger
Branch:
Changeset: r87690:37093b51ec75
Date: 2016-10-10 12:14 +0200
http://bitbucket.org/pypy/pypy/changeset/37093b51ec75/
Log:merge redirect assembler
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/ba
Author: Armin Rigo
Branch:
Changeset: r2782:62955ef671d7
Date: 2016-10-10 14:38 +0200
http://bitbucket.org/cffi/cffi/changeset/62955ef671d7/
Log:CPython should ignore the .abi3.so extension in a debugging version,
but it doesn't so far, creating troubles.
diff --git a/cffi/setuptool
Author: Richard Plangger
Branch: py3.5
Changeset: r87692:d973c433c52b
Date: 2016-10-10 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/d973c433c52b/
Log:cant use deque.copy within deque.add or deque.imul, translation
fixes
diff --git a/pypy/module/_collections/interp_deque.py
b
Author: Richard Plangger
Branch: py3.5
Changeset: r87693:3458326c0cc4
Date: 2016-10-10 16:54 +0200
http://bitbucket.org/pypy/pypy/changeset/3458326c0cc4/
Log:test + impl deque.insert
diff --git a/pypy/module/_collections/interp_deque.py
b/pypy/module/_collections/interp_deque.py
--- a/pypy/
Author: Richard Plangger
Branch: extradoc
Changeset: r806:587fe56a7e72
Date: 2016-10-09 15:28 +0200
http://bitbucket.org/pypy/pypy.org/changeset/587fe56a7e72/
Log:update checksums for the new pypy3.3 release
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@
Author: Richard Plangger
Branch: extradoc
Changeset: r805:114d44c8df9c
Date: 2016-10-09 15:15 +0200
http://bitbucket.org/pypy/pypy.org/changeset/114d44c8df9c/
Log:update download page
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@
Author: Richard Plangger
Branch: extradoc
Changeset: r807:e87954c20d31
Date: 2016-10-09 15:33 +0200
http://bitbucket.org/pypy/pypy.org/changeset/e87954c20d31/
Log:remove arm raring build (bbot is offline since 30. Aug)
diff --git a/source/download.txt b/source/download.txt
--- a/source/downl
Author: Richard Plangger
Branch: extradoc
Changeset: r809:1034af89a370
Date: 2016-10-10 17:36 +0200
http://bitbucket.org/pypy/pypy.org/changeset/1034af89a370/
Log:update the links
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -1
Author: Richard Plangger
Branch: extradoc
Changeset: r810:9e3641ff5d0d
Date: 2016-10-10 17:38 +0200
http://bitbucket.org/pypy/pypy.org/changeset/9e3641ff5d0d/
Log:generate the download page
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -76,7 +76,7 @@
Author: Ronan Lamy
Branch: py3.5
Changeset: r87696:4267c2a8a2f8
Date: 2016-10-10 16:53 +0100
http://bitbucket.org/pypy/pypy/changeset/4267c2a8a2f8/
Log:xfail segfaulting tests
diff --git a/pypy/module/cpyext/test/test_pystate.py
b/pypy/module/cpyext/test/test_pystate.py
--- a/pypy/module/cp
Author: Richard Plangger
Branch: extradoc
Changeset: r808:7918306b5928
Date: 2016-10-10 17:34 +0200
http://bitbucket.org/pypy/pypy.org/changeset/7918306b5928/
Log:correct versions for pypy3.3
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/downlo
Author: Ronan Lamy
Branch: py3.5
Changeset: r87697:a2af1f696a0e
Date: 2016-10-10 17:53 +0100
http://bitbucket.org/pypy/pypy/changeset/a2af1f696a0e/
Log:Make .__doc__ writable
diff --git a/pypy/module/__builtin__/descriptor.py
b/pypy/module/__builtin__/descriptor.py
--- a/pypy/module/__built
Author: Carl Friedrich Bolz
Branch:
Changeset: r87698:f8d7d962aa02
Date: 2016-10-10 18:56 +0200
http://bitbucket.org/pypy/pypy/changeset/f8d7d962aa02/
Log:kill some pointless and dead methods
diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py
b/rpython/jit/metainterp/optimizeopt/
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r87699:25f86076fa10
Date: 2016-10-11 00:53 +0200
http://bitbucket.org/pypy/pypy/changeset/25f86076fa10/
Log:Add weakref.__callback__
diff --git a/pypy/module/_weakref/interp__weakref.py
b/pypy/module/_weakref/interp__weakref.py
--- a/pyp
Author: Ronan Lamy
Branch:
Changeset: r87701:36d503d3b39d
Date: 2016-10-11 05:41 +0100
http://bitbucket.org/pypy/pypy/changeset/36d503d3b39d/
Log:Reconstruct a meaningful whatsnew: it had been neglected since the
last release
diff --git a/pypy/doc/whatsnew-pypy3-5.5.0.rst
b/pypy/do
Author: Ronan Lamy
Branch:
Changeset: r87700:bb38bfe3fe59
Date: 2016-10-11 04:27 +0100
http://bitbucket.org/pypy/pypy/changeset/bb38bfe3fe59/
Log:Move whatsnew-pypy3-5.5.0.rst to the right location
diff --git a/pypy/doc/release-pypy3.3-5.5.0.rst
b/pypy/doc/whatsnew-pypy3-5.5.0.rst
rename f
Author: Ronan Lamy
Branch:
Changeset: r87702:f9b377fc1e75
Date: 2016-10-11 06:37 +0100
http://bitbucket.org/pypy/pypy/changeset/f9b377fc1e75/
Log:Add rough draft for the release announcement
diff --git a/pypy/doc/release-pypy3.3-v5.5.0.rst
b/pypy/doc/release-pypy3.3-v5.5.0.rst
new file mod
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r87703:2ddf9bfa3ece
Date: 2016-10-11 08:19 +0200
http://bitbucket.org/pypy/pypy/changeset/2ddf9bfa3ece/
Log:Fix translation
diff --git a/pypy/module/_weakref/interp__weakref.py
b/pypy/module/_weakref/interp__weakref.py
--- a/pypy/module/
23 matches
Mail list logo