Author: Armin Rigo
Branch: py3.5
Changeset: r89917:9ff55469638c
Date: 2017-02-04 09:33 +0100
http://bitbucket.org/pypy/pypy/changeset/9ff55469638c/
Log:hg merge default
diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py
--- a/pypy/interpreter/function.py
+++ b/pypy/inte
Author: Armin Rigo
Branch:
Changeset: r89916:3847916c649c
Date: 2017-02-04 09:33 +0100
http://bitbucket.org/pypy/pypy/changeset/3847916c649c/
Log:Revert changes 0d92840e04ff and 347b4430addd, breaks random user
programs like 'nose'.
diff --git a/pypy/interpreter/function.py b/pypy/i
Author: Armin Rigo
Branch: extradoc
Changeset: r5772:81216d358378
Date: 2017-02-04 14:07 +0100
http://bitbucket.org/pypy/extradoc/changeset/81216d358378/
Log:update
diff --git a/planning/py3.5/milestone-2-progress.rst
b/planning/py3.5/milestone-2-progress.rst
--- a/planning/py3.5/milestone-
Author: Armin Rigo
Branch: py3.5
Changeset: r89918:0d6361cc38d8
Date: 2017-02-04 14:32 +0100
http://bitbucket.org/pypy/pypy/changeset/0d6361cc38d8/
Log:fix the test
diff --git a/pypy/module/_multiprocessing/test/test_semaphore.py
b/pypy/module/_multiprocessing/test/test_semaphore.py
--- a/p
Author: Tobias Pape
Branch:
Changeset: r89919:3c6cc7fcc1ed
Date: 2017-02-04 14:44 +0100
http://bitbucket.org/pypy/pypy/changeset/3c6cc7fcc1ed/
Log:Replace outdated, insecure greenlet link with readthedocs link
diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stack
Author: Armin Rigo
Branch:
Changeset: r2877:d3a94b4aa932
Date: 2017-02-04 15:05 +0100
http://bitbucket.org/cffi/cffi/changeset/d3a94b4aa932/
Log:Make 'ffi.buffer' be the type of minibuffers returned by cffi, and
'ffi.buffer()' now calls the constructor.
diff --git a/c/_cffi_backend.
Author: Ronan Lamy
Branch: PEP393
Changeset: r89920:791a64ac3ea2
Date: 2017-02-04 17:56 +
http://bitbucket.org/pypy/pypy/changeset/791a64ac3ea2/
Log:hg merge py3.5
diff too long, truncating to 2000 out of 5539 lines
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/
Author: Ronan Lamy
Branch: PEP393
Changeset: r89921:663c79d098fd
Date: 2017-02-04 18:00 +
http://bitbucket.org/pypy/pypy/changeset/663c79d098fd/
Log:document branch
diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
--- a/pypy/doc/whatsnew-pypy3-head.rst
+++
Author: Ronan Lamy
Branch: PEP393
Changeset: r89922:aebbc8b7f1af
Date: 2017-02-04 18:09 +
http://bitbucket.org/pypy/pypy/changeset/aebbc8b7f1af/
Log:Close branch PEP393
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org
Author: Ronan Lamy
Branch: py3.5
Changeset: r89923:c36e0e41d514
Date: 2017-02-04 18:09 +
http://bitbucket.org/pypy/pypy/changeset/c36e0e41d514/
Log:Merged in PEP393 (pull request #513)
PEP 393
diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
--- a
Author: Armin Rigo
Branch: dict-move-to-end
Changeset: r89924:5a406ad32b05
Date: 2017-02-04 19:33 +0100
http://bitbucket.org/pypy/pypy/changeset/5a406ad32b05/
Log:A branch to implement the move_to_end(last=True/False) on RPython
ordered dicts
_
Author: Armin Rigo
Branch: dict-move-to-end
Changeset: r89925:9a5973e899f5
Date: 2017-02-04 19:36 +0100
http://bitbucket.org/pypy/pypy/changeset/9a5973e899f5/
Log:First, a commit which should make not much measurable difference:
remove FLAG_DELETE, replace it with a call to
ll
Author: Armin Rigo
Branch: dict-move-to-end
Changeset: r89926:8286c209d677
Date: 2017-02-04 20:17 +0100
http://bitbucket.org/pypy/pypy/changeset/8286c209d677/
Log:Annotation, and the case of last=True
diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py
--- a/rpython/anno
Author: Armin Rigo
Branch: dict-move-to-end
Changeset: r89927:27ec95403b77
Date: 2017-02-04 20:26 +0100
http://bitbucket.org/pypy/pypy/changeset/27ec95403b77/
Log:fix
diff --git a/rpython/rtyper/lltypesystem/rordereddict.py
b/rpython/rtyper/lltypesystem/rordereddict.py
--- a/rpython/rtyper/
Author: Armin Rigo
Branch: dict-move-to-end
Changeset: r89928:6d1fd75ac17f
Date: 2017-02-04 21:46 +0100
http://bitbucket.org/pypy/pypy/changeset/6d1fd75ac17f/
Log:move to beginning
diff --git a/rpython/rtyper/lltypesystem/rordereddict.py
b/rpython/rtyper/lltypesystem/rordereddict.py
--- a/r
Author: Ronan Lamy
Branch: buffer-cleanup
Changeset: r89930:10365a306083
Date: 2017-02-04 19:59 +
http://bitbucket.org/pypy/pypy/changeset/10365a306083/
Log:A failing test about itemsize calculation
diff --git a/pypy/module/cpyext/test/test_buffer.py
b/pypy/module/cpyext/test/test_buffe
Author: Ronan Lamy
Branch: buffer-cleanup
Changeset: r89929:ef18b16b4e97
Date: 2017-02-04 21:40 +
http://bitbucket.org/pypy/pypy/changeset/ef18b16b4e97/
Log:A branch to refactor buffers and fix related cpyext issues
___
pypy-commit mailing list
Author: Armin Rigo
Branch: dict-move-to-end
Changeset: r89931:481903aaf279
Date: 2017-02-04 22:03 +0100
http://bitbucket.org/pypy/pypy/changeset/481903aaf279/
Log:Add move_to_xx to the main hypothesis test. Simplify ll_dict_copy()
diff --git a/rpython/rtyper/lltypesystem/rordereddict.py
b/r
Author: Armin Rigo
Branch: dict-move-to-end
Changeset: r89932:6670eee6f62f
Date: 2017-02-05 08:10 +0100
http://bitbucket.org/pypy/pypy/changeset/6670eee6f62f/
Log:rename beginning/really_end => first/last
diff --git a/rpython/rtyper/lltypesystem/rordereddict.py
b/rpython/rtyper/lltypesystem
Author: Armin Rigo
Branch:
Changeset: r2878:3544b1031b51
Date: 2017-02-05 08:25 +0100
http://bitbucket.org/cffi/cffi/changeset/3544b1031b51/
Log:doc fix
diff --git a/c/minibuffer.h b/c/minibuffer.h
--- a/c/minibuffer.h
+++ b/c/minibuffer.h
@@ -239,7 +239,7 @@
#endif
PyDoc_STRVAR(ffi_buf
Author: Armin Rigo
Branch:
Changeset: r89933:8bf21def2904
Date: 2017-02-05 08:25 +0100
http://bitbucket.org/pypy/pypy/changeset/8bf21def2904/
Log:update to cffi/3544b1031b51
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/api.py
@@ -93
21 matches
Mail list logo