Author: Richard Plangger
Branch: py3.5
Changeset: r87766:4465e0a954e4
Date: 2016-10-14 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/4465e0a954e4/
Log:translation issue
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/by
Author: Richard Plangger
Branch: py3.5
Changeset: r87767:3fa2d30bb438
Date: 2016-10-14 09:47 +0200
http://bitbucket.org/pypy/pypy/changeset/3fa2d30bb438/
Log:makebytesdata_w does not return a list any more (translation issue)
diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/in
Author: Richard Plangger
Branch: s390x-old-cpu-no-jit
Changeset: r87768:7a26879def9e
Date: 2016-10-14 10:02 +0200
http://bitbucket.org/pypy/pypy/changeset/7a26879def9e/
Log:close branch
___
pypy-commit mailing list
[email protected]
https://ma
Author: Armin Rigo
Branch:
Changeset: r2785:845cf45dafc7
Date: 2016-10-14 10:19 +0200
http://bitbucket.org/cffi/cffi/changeset/845cf45dafc7/
Log:Improve test
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3700,3 +3700,5 @@
assert len(w) == 2
Author: Richard Plangger
Branch: py3.5
Changeset: r87769:bcb1215364e5
Date: 2016-10-14 10:19 +0200
http://bitbucket.org/pypy/pypy/changeset/bcb1215364e5/
Log:recreate the lock after forking, otherwise the state of the lock
will not let the child progress
diff --git a/pypy/module/thre
Author: Armin Rigo
Branch:
Changeset: r87770:15f53e8bab40
Date: 2016-10-14 10:22 +0200
http://bitbucket.org/pypy/pypy/changeset/15f53e8bab40/
Log:Issue #2416, first part: show the correct line in these warnings
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/
Author: Armin Rigo
Branch:
Changeset: r87771:62e8ed13b033
Date: 2016-10-14 10:33 +0200
http://bitbucket.org/pypy/pypy/changeset/62e8ed13b033/
Log:Issue #2416: Fixes for the UserWarning: implicit cast from 'char *'
to 'FOO *' will be forbidden in the future
diff --git a/lib_pypy/_tki
Author: Richard Plangger
Branch: py3.5
Changeset: r87772:988fed3776e7
Date: 2016-10-14 11:04 +0200
http://bitbucket.org/pypy/pypy/changeset/988fed3776e7/
Log:(arigato, plan_rich) add "newutf8" to the space object (use it to
convert an rpython level string to wrapped unicode object), e
Author: Armin Rigo
Branch: py3.5
Changeset: r87773:1bc8b7459f16
Date: 2016-10-14 11:27 +0200
http://bitbucket.org/pypy/pypy/changeset/1bc8b7459f16/
Log:Improve error message
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.p
Author: Armin Rigo
Branch: py3.5
Changeset: r87774:59503d6feb4b
Date: 2016-10-14 11:43 +0200
http://bitbucket.org/pypy/pypy/changeset/59503d6feb4b/
Log:Test and fix: the order of BUILD_MAP was wrong
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpret
Author: Ronan Lamy
Branch: py3.5
Changeset: r87775:2f3aa6c59319
Date: 2016-10-14 11:54 +0200
http://bitbucket.org/pypy/pypy/changeset/2f3aa6c59319/
Log:Fix symlink name
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool
Author: Richard Plangger
Branch: py3.5
Changeset: r87776:1faec1d31737
Date: 2016-10-14 11:50 +0200
http://bitbucket.org/pypy/pypy/changeset/1faec1d31737/
Log:(arigato, plan_rich) catch OSError in descr_stat and wrap it into an
applevel exception
diff --git a/pypy/module/posix/interp_
Author: Richard Plangger
Branch: py3.5
Changeset: r8:f62a92cfbf64
Date: 2016-10-14 11:59 +0200
http://bitbucket.org/pypy/pypy/changeset/f62a92cfbf64/
Log:modify and pass the test to use the new SemLock api (constructor and
rebuild)
diff --git a/pypy/module/_multiprocessing/interp
Author: Ronan Lamy
Branch: py3.5
Changeset: r87778:17f6df6c49a8
Date: 2016-10-14 12:00 +0200
http://bitbucket.org/pypy/pypy/changeset/17f6df6c49a8/
Log:Update PyPy version to > 5.5.0
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/include/patchlevel.h
--- a/pypy/mo
Author: Ronan Lamy
Branch: py3.5
Changeset: r87779:ed4f8611d06a
Date: 2016-10-14 12:01 +0200
http://bitbucket.org/pypy/pypy/changeset/ed4f8611d06a/
Log:merge heads
diff --git a/pypy/module/_multiprocessing/interp_semaphore.py
b/pypy/module/_multiprocessing/interp_semaphore.py
--- a/pypy/mod
Author: Armin Rigo
Branch: py3.5
Changeset: r87780:736c0f3bc6cf
Date: 2016-10-14 12:07 +0200
http://bitbucket.org/pypy/pypy/changeset/736c0f3bc6cf/
Log:(plan_rich, arigo) Test and fix for 'f(**d, x=5)'
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codeg
Author: Richard Plangger
Branch: py3.5
Changeset: r87781:ca062b6f2315
Date: 2016-10-14 12:17 +0200
http://bitbucket.org/pypy/pypy/changeset/ca062b6f2315/
Log:translation issue, space variable not in scope, it is self
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
Author: Ronan Lamy
Branch: py3.5
Changeset: r87782:3ac74f32bd23
Date: 2016-10-14 12:24 +0200
http://bitbucket.org/pypy/pypy/changeset/3ac74f32bd23/
Log:Clean up obsolete code
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pyp
Author: Richard Plangger
Branch: py3.5
Changeset: r87783:27d7a52bc075
Date: 2016-10-14 12:32 +0200
http://bitbucket.org/pypy/pypy/changeset/27d7a52bc075/
Log:skip the syntax test as done in lib python 2.7
diff --git a/lib-python/3/test/test_syntax.py b/lib-python/3/test/test_syntax.py
--- a/
Author: Richard Plangger
Branch: py3.5
Changeset: r87784:81dd744bfbd3
Date: 2016-10-14 12:43 +0200
http://bitbucket.org/pypy/pypy/changeset/81dd744bfbd3/
Log:test space.newutf8
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace.py
+++
Author: Richard Plangger
Branch: py3.5
Changeset: r87785:09fac04b5bfc
Date: 2016-10-14 12:43 +0200
http://bitbucket.org/pypy/pypy/changeset/09fac04b5bfc/
Log:(arigato, plan_rich) reenable test_syntax and test_decimal in the
std lib test suite
diff --git a/lib-python/conftest.py b/lib
Author: Armin Rigo
Branch: py3.5
Changeset: r87786:a72722e30393
Date: 2016-10-14 15:19 +0200
http://bitbucket.org/pypy/pypy/changeset/a72722e30393/
Log:Tweak/fix the logic for multiple '**' arguments. Also makes the
error messages equal to the ones we get from argument.py. Now all
Author: Armin Rigo
Branch: py3.5
Changeset: r87787:263eb5ef5d09
Date: 2016-10-14 15:31 +0200
http://bitbucket.org/pypy/pypy/changeset/263eb5ef5d09/
Log:Skip some tests about sys attributes
diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py
--- a/lib-python/3/test/test
Author: Armin Rigo
Branch: py3.5
Changeset: r87788:e9aaf617e117
Date: 2016-10-14 15:44 +0200
http://bitbucket.org/pypy/pypy/changeset/e9aaf617e117/
Log:Fix for http://bugs.python.org/issue25274 in sys.setrecursionlimit()
diff --git a/pypy/module/sys/vm.py b/pypy/module/sys/vm.py
--- a/pypy/m
Author: Richard Plangger
Branch:
Changeset: r87789:d485def1cc89
Date: 2016-10-14 16:00 +0200
http://bitbucket.org/pypy/pypy/changeset/d485def1cc89/
Log:test + impl cpu_count in rposix module
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpyt
Author: Richard Plangger
Branch: py3.5
Changeset: r87790:fcb708c77a65
Date: 2016-10-14 15:24 +0200
http://bitbucket.org/pypy/pypy/changeset/fcb708c77a65/
Log:expose cpu_count to os module
diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py
--- a/pypy/module/posix/__ini
Author: Armin Rigo
Branch: py3.5
Changeset: r87791:f896d075d6bb
Date: 2016-10-14 16:07 +0200
http://bitbucket.org/pypy/pypy/changeset/f896d075d6bb/
Log:hg merge default
diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py
--- a/lib_pypy/_tkinter/tclobj.py
+++ b/lib_pypy/_tk
Author: Armin Rigo
Branch: py3.5
Changeset: r87792:867628382da5
Date: 2016-10-14 16:27 +0200
http://bitbucket.org/pypy/pypy/changeset/867628382da5/
Log:iterobject.py:
* go systematically with self.w_seq = (w_iterable or None), never
space.w_None.
* follow more exactl
Author: Armin Rigo
Branch: py3.5
Changeset: r87793:6754a8b02ced
Date: 2016-10-14 16:30 +0200
http://bitbucket.org/pypy/pypy/changeset/6754a8b02ced/
Log:fix test
diff --git a/pypy/objspace/std/test/test_longobject.py
b/pypy/objspace/std/test/test_longobject.py
--- a/pypy/objspace/std/test/te
Author: Armin Rigo
Branch: py3.5
Changeset: r87794:b24bc29f15b7
Date: 2016-10-14 16:38 +0200
http://bitbucket.org/pypy/pypy/changeset/b24bc29f15b7/
Log:Fix test
diff --git a/pypy/objspace/std/test/test_newformat.py
b/pypy/objspace/std/test/test_newformat.py
--- a/pypy/objspace/std/test/test
Author: Spenser Bauman
Branch: clean-exported-state
Changeset: r87797:c735cceafed8
Date: 2016-10-14 12:58 -0400
http://bitbucket.org/pypy/pypy/changeset/c735cceafed8/
Log:Spelling fix
diff --git a/rpython/jit/metainterp/optimizeopt/heap.py
b/rpython/jit/metainterp/optimizeopt/heap.py
--- a/
Author: Spenser Bauman
Branch: clean-exported-state
Changeset: r87796:a200785ab631
Date: 2016-10-14 12:51 -0400
http://bitbucket.org/pypy/pypy/changeset/a200785ab631/
Log:Perform sanity checks when compiled with debugging
diff --git a/rpython/jit/metainterp/optimizeopt/heap.py
b/rpython/jit
Author: Richard Plangger
Branch: py3.5
Changeset: r87798:b96b9c69886d
Date: 2016-10-14 20:52 +0200
http://bitbucket.org/pypy/pypy/changeset/b96b9c69886d/
Log:remove seqiter_new and rev. seqiter_new from the interp level
definitions (methods were removed)
diff --git a/pypy/module/_pic
33 matches
Mail list logo