[pypy-commit] pypy default: restart whatsnew-head

2019-03-11 Thread mattip
Author: Matti Picus 
Branch: 
Changeset: r96274:cf8eb4195235
Date: 2019-03-11 13:24 +0200
http://bitbucket.org/pypy/pypy/changeset/cf8eb4195235/

Log:restart whatsnew-head

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew-head.rst
@@ -0,0 +1,7 @@
+==
+What's new in PyPy2.7 7.1+
+==
+
+.. this is a revision shortly after release-pypy-7.1.0
+.. startrev: 78914a03cf95
+
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] pypy default: restart whatsnew-head for py3.5, py2

2019-01-29 Thread mattip
Author: Matti Picus 
Branch: 
Changeset: r95748:7364fb8c4c67
Date: 2019-01-30 09:24 +0200
http://bitbucket.org/pypy/pypy/changeset/7364fb8c4c67/

Log:restart whatsnew-head for py3.5, py2

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew-head.rst
@@ -0,0 +1,7 @@
+==
+What's new in PyPy2.7 7.0+
+==
+
+.. this is a revision shortly after release-pypy-7.0.0
+.. startrev: 481c69f7d81f
+
diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew-pypy3-head.rst
@@ -0,0 +1,7 @@
+
+What's new in PyPy3 7.0+
+
+
+.. this is the revision after release-pypy3.5-v7.0
+.. startrev: 9d2fa7c63b7c
+
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] pypy default: restart whatsnew-head, release notice

2018-04-20 Thread mattip
Author: Matti Picus 
Branch: 
Changeset: r94391:8941ee7fcd8f
Date: 2018-04-20 14:13 +0300
http://bitbucket.org/pypy/pypy/changeset/8941ee7fcd8f/

Log:restart whatsnew-head, release notice

diff --git a/pypy/doc/release-v6.0.0.rst b/pypy/doc/release-v6.0.0.rst
--- a/pypy/doc/release-v6.0.0.rst
+++ b/pypy/doc/release-v6.0.0.rst
@@ -18,6 +18,8 @@
 getting started writing code. We have improved our parser to emit more friendly
 `syntax errors`_,  making PyPy not only faster but more friendly.
 
+The GC now has `hooks`_ to gain more insights into its performance
+
 The Windows PyPy3.5 release is still considered beta-quality. There are open
 issues with unicode handling especially around system calls and c-extensions.
 
@@ -53,6 +55,7 @@
 .. _`blog post`: 
https://morepypy.blogspot.it/2017/10/cape-of-good-hope-for-pypy-hello-from.html
 .. _pygobject: https://lazka.github.io/posts/2018-04_pypy-pygobject/index.html
 .. _`syntax errors`: 
https://morepypy.blogspot.com/2018/04/improving-syntaxerror-in-pypy.html
+.. _`hooks`: gc_info.html#gc-hooks
 
 What is PyPy?
 =
@@ -101,8 +104,9 @@
 * Added missing attributes to C-API ``instancemethod`` on pypy3
 * Store error state in thread-local storage for C-API.
 * Fix JIT bugs exposed in the sre module
-* Improve speed of Python parser, improve ParseError messages slightly
+* Improve speed of Python parser, improve ParseError messages and SyntaxError
 * Handle JIT hooks more efficiently
+* Fix a rare GC bug exposed by intensive use of cpyext `Buffer` s
 
 We also refactored many parts of the JIT bridge optimizations, as well as 
cpyext
 internals, and together with new contributors fixed issues, added new
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -3,18 +3,7 @@
 ==
 
 .. this is a revision shortly after release-pypy-6.0.0
-.. startrev: f22145c34985
+.. startrev: ad79cc0ce9a8
 
 
-.. branch: issue2752
 
-Fix a rare GC bug that was introduced more than one year ago, but was
-not diagnosed before issue #2752.
-
-.. branch: gc-hooks
-
-Introduce GC hooks, as documented in doc/gc_info.rst
-
-.. branch: gc-hook-better-timestamp
-
-Improve GC hooks
diff --git a/pypy/doc/whatsnew-pypy2-6.0.0.rst 
b/pypy/doc/whatsnew-pypy2-6.0.0.rst
--- a/pypy/doc/whatsnew-pypy2-6.0.0.rst
+++ b/pypy/doc/whatsnew-pypy2-6.0.0.rst
@@ -109,3 +109,16 @@
 
 Improve line offsets that are reported by SyntaxError. Improve error messages
 for a few situations, including mismatched parenthesis.
+
+.. branch: issue2752
+
+Fix a rare GC bug that was introduced more than one year ago, but was
+not diagnosed before issue #2752.
+
+.. branch: gc-hooks
+
+Introduce GC hooks, as documented in doc/gc_info.rst
+
+.. branch: gc-hook-better-timestamp
+
+Improve GC hooksd
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] pypy default: restart whatsnew-head

2018-04-04 Thread mattip
Author: Matti Picus 
Branch: 
Changeset: r94229:0dbf12ced3b7
Date: 2018-04-04 18:54 +0300
http://bitbucket.org/pypy/pypy/changeset/0dbf12ced3b7/

Log:restart whatsnew-head

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew-head.rst
@@ -0,0 +1,8 @@
+==
+What's new in PyPy2.7 6.0+
+==
+
+.. this is a revision shortly after release-pypy-6.0.0
+.. startrev: 2e04adf1b89f
+
+
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] pypy default: restart whatsnew-head

2016-04-12 Thread mattip
Author: mattip 
Branch: 
Changeset: r83645:b7248ab6bbd8
Date: 2016-04-12 23:21 +0300
http://bitbucket.org/pypy/pypy/changeset/b7248ab6bbd8/

Log:restart whatsnew-head

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -3,5 +3,5 @@
 =
 
 .. this is a revision shortly after release-5.1
-.. startrev: fb4f0a20239b
+.. startrev: 2180e1eaf6f6
 
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] pypy default: restart whatsnew-head

2015-10-15 Thread mattip
Author: mattip 
Branch: 
Changeset: r80248:407cf334f66a
Date: 2015-10-15 22:12 +0300
http://bitbucket.org/pypy/pypy/changeset/407cf334f66a/

Log:restart whatsnew-head

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew-head.rst
@@ -0,0 +1,8 @@
+=
+What's new in PyPy 15.11+
+=
+
+.. this is a revision shortly after release-15.11.0
+.. startrev: d924723d483b
+
+
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] pypy default: restart whatsnew-head

2014-05-03 Thread mattip
Author: mattip 
Branch: 
Changeset: r71233:73c63eb1efb0
Date: 2014-05-03 21:43 +0300
http://bitbucket.org/pypy/pypy/changeset/73c63eb1efb0/

Log:restart whatsnew-head

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -3,7 +3,4 @@
 ===
 
 .. this is a revision shortly after release-2.3.x
-.. startrev: 773fc6275c69
-
-.. branch: fix-tpname
-Changes hacks surrounding W_TypeObject.name to match CPython's tp_name
+.. startrev: ec864bd08d50
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit