Author: Richard Plangger
Branch: extradoc
Changeset: r5668:3c35a2b9d370
Date: 2016-08-16 08:47 +0200
http://bitbucket.org/pypy/extradoc/changeset/3c35a2b9d370/
Log:some changes to pypy abstract for pyconza, added progress file for
august (py3.5)
diff --git a/planning/py3.5/2016-augus
Author: Armin Rigo
Branch: extradoc
Changeset: r5669:bd8ee375d546
Date: 2016-08-16 09:40 +0200
http://bitbucket.org/pypy/extradoc/changeset/bd8ee375d546/
Log:Add the formal content of milestone 1
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-progress.rst
Author: Armin Rigo
Branch: py3.5
Changeset: r86209:982050f81cb9
Date: 2016-08-16 09:11 +0100
http://bitbucket.org/pypy/pypy/changeset/982050f81cb9/
Log:Fix site.py
diff --git a/lib-python/3/site.py b/lib-python/3/site.py
--- a/lib-python/3/site.py
+++ b/lib-python/3/site.py
@@ -378,8 +378,8
Author: Armin Rigo
Branch: py3.5
Changeset: r86210:f4068c63d5e3
Date: 2016-08-16 09:26 +0100
http://bitbucket.org/pypy/pypy/changeset/f4068c63d5e3/
Log:fixes
diff --git a/lib-python/3/distutils/command/build_ext.py
b/lib-python/3/distutils/command/build_ext.py
--- a/lib-python/3/distutils/c
Author: Armin Rigo
Branch: py3.5
Changeset: r86211:4c4ec4987626
Date: 2016-08-16 10:25 +0200
http://bitbucket.org/pypy/pypy/changeset/4c4ec4987626/
Log:Revert all changes to this from Python 3.5.1. This mainly reverts
1341a432e134, which I think is not needed any more in 3.5
diff --g
Author: Armin Rigo
Branch: extradoc
Changeset: r5670:1958a42c9de1
Date: 2016-08-16 10:30 +0200
http://bitbucket.org/pypy/extradoc/changeset/1958a42c9de1/
Log:Update
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-progress.rst
--- a/planning/py3.5/2016-augus
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86212:8e69fe818876
Date: 2016-08-16 11:13 +0200
http://bitbucket.org/pypy/pypy/changeset/8e69fe818876/
Log:hex method for memoryview + tests
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
Author: Raffael Tfirst
Branch: py3.5-async
Changeset: r86213:a955efeebd40
Date: 2016-08-16 11:14 +0200
http://bitbucket.org/pypy/pypy/changeset/a955efeebd40/
Log:Merge with py3.5
diff too long, truncating to 2000 out of 4303 lines
diff --git a/include/PyPy.h b/include/PyPy.h
--- a/include/P
Author: Raffael Tfirst
Branch: py3.5-async
Changeset: r86214:ce0987e21403
Date: 2016-08-16 11:20 +0200
http://bitbucket.org/pypy/pypy/changeset/ce0987e21403/
Log:Fix async with test, fixes timing for messages expected in assert
diff --git a/pypy/module/_asyncio/test/test_asyncio.py
b/pypy/m
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86215:75e21c6f7535
Date: 2016-08-16 11:55 +0200
http://bitbucket.org/pypy/pypy/changeset/75e21c6f7535/
Log:hex method for bytes and bytearray + test
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayo
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86216:42637c644eab
Date: 2016-08-16 12:01 +0200
http://bitbucket.org/pypy/pypy/changeset/42637c644eab/
Log:32bit translation issue, prebuilt long
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobje
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86217:3045edf9288b
Date: 2016-08-16 12:05 +0200
http://bitbucket.org/pypy/pypy/changeset/3045edf9288b/
Log:missing argument to operation error
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r86218:d41babc2d791
Date: 2016-08-16 12:11 +0200
http://bitbucket.org/pypy/pypy/changeset/d41babc2d791/
Log:further implementing vec unpack/pack on ppc
diff --git a/rpython/jit/backend/ppc/codebuilder.py
b/rpython/jit/backend/ppc/c
Author: Richard Plangger
Branch:
Changeset: r86220:67398046dd30
Date: 2016-08-05 11:17 +0200
http://bitbucket.org/pypy/pypy/changeset/67398046dd30/
Log:jitlog encode fail arguments (how could I forget that :) ppc
misaligned_is_fine = Ture
diff --git a/rpython/rlib/rawstorage.py b/rp
Author: Richard Plangger
Branch:
Changeset: r86221:c2da100e9466
Date: 2016-08-16 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/c2da100e9466/
Log:remove change only needed by ppc vector ext branch
diff --git a/rpython/rlib/rawstorage.py b/rpython/rlib/rawstorage.py
--- a/rpython/rlib/
Author: Richard Plangger
Branch:
Changeset: r86219:5847abf293f8
Date: 2016-08-04 16:32 +0200
http://bitbucket.org/pypy/pypy/changeset/5847abf293f8/
Log:encode the jitdrivers name in start_trace, jitlog version bump
diff --git a/rpython/jit/metainterp/compile.py
b/rpython/jit/metainterp/com
Author: Raffael Tfirst
Branch: py3.5-async
Changeset: r86222:034dc2c2ce1c
Date: 2016-08-16 16:18 +0200
http://bitbucket.org/pypy/pypy/changeset/034dc2c2ce1c/
Log:Fix async with test, coroutines can assign lock in any order, but
release of one lock has to appear before hold of the othe
Author: Raffael Tfirst
Branch: py3.5-async
Changeset: r86223:bd2d21b70e51
Date: 2016-08-16 16:22 +0200
http://bitbucket.org/pypy/pypy/changeset/bd2d21b70e51/
Log:Add description to test_asynchronous_context_managers
diff --git a/pypy/module/_asyncio/test/test_asyncio.py
b/pypy/module/_async
Author: Armin Rigo
Branch: extradoc
Changeset: r5671:f6fcf7c91d23
Date: 2016-08-16 17:29 +0200
http://bitbucket.org/pypy/extradoc/changeset/f6fcf7c91d23/
Log:inheritable fds: minimal start
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-progress.rst
--- a/p
Author: Armin Rigo
Branch:
Changeset: r86225:074e4ef9eb3a
Date: 2016-08-16 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/074e4ef9eb3a/
Log:Silence (reasonable) gcc warnings and copy the style of cpython 2.7
diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h
b/pypy/mo
Author: Armin Rigo
Branch: py3.5
Changeset: r86226:2006ae854789
Date: 2016-08-16 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/2006ae854789/
Log:fix docstring
diff --git a/pypy/module/imp/__init__.py b/pypy/module/imp/__init__.py
--- a/pypy/module/imp/__init__.py
+++ b/pypy/module/imp
Author: Armin Rigo
Branch:
Changeset: r86233:b7fe3a8d6872
Date: 2016-08-16 20:05 +0200
http://bitbucket.org/pypy/pypy/changeset/b7fe3a8d6872/
Log:merge heads
diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h
b/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h
--- a/pyp
Author: Armin Rigo
Branch: py3.5
Changeset: r86227:5e6b9a703f80
Date: 2016-08-16 13:33 +0200
http://bitbucket.org/pypy/pypy/changeset/5e6b9a703f80/
Log:slice.indices() is rewritten, duplicating functionality instead of
reusing it
diff --git a/pypy/objspace/std/sliceobject.py b/pypy/o
Author: Armin Rigo
Branch:
Changeset: r86229:5066ac85f54d
Date: 2016-08-16 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/5066ac85f54d/
Log:Add rposix.{get,set}_inheritable(), needed by Python 3.5
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.p
Author: Armin Rigo
Branch: py3.5
Changeset: r86230:60a94fdfc827
Date: 2016-08-16 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/60a94fdfc827/
Log:Add rposix.{get,set}_inheritable(), needed by Python 3.5
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rpo
Author: Armin Rigo
Branch: py3.5
Changeset: r86232:146f531d6c86
Date: 2016-08-16 19:09 +0200
http://bitbucket.org/pypy/pypy/changeset/146f531d6c86/
Log:Allow (and ignore) duplicate names in a single __slots__
specification. Believe it or not, the stdlib datetime.py does that.
diff --
Author: Armin Rigo
Branch: py3.5
Changeset: r86224:e633a352e2f6
Date: 2016-08-16 12:18 +0200
http://bitbucket.org/pypy/pypy/changeset/e633a352e2f6/
Log:_imp.load_dynamic => _imp.create_dynamic
diff --git a/pypy/module/imp/__init__.py b/pypy/module/imp/__init__.py
--- a/pypy/module/imp/__init
Author: Armin Rigo
Branch:
Changeset: r86228:58283fd10232
Date: 2016-08-16 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/58283fd10232/
Log:Probably fix a compiler warning
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rpos
Author: Armin Rigo
Branch: py3.5
Changeset: r86231:2b797c855cb4
Date: 2016-08-16 17:08 +0200
http://bitbucket.org/pypy/pypy/changeset/2b797c855cb4/
Log:Quick fix, hopefully fixing issues of subprocess.Popen() in a
translated pypy
diff --git a/pypy/module/posix/interp_posix.py
b/pypy
Author: Armin Rigo
Branch: extradoc
Changeset: r777:b516800af97c
Date: 2016-08-16 22:25 +0200
http://bitbucket.org/pypy/pypy.org/changeset/b516800af97c/
Log:update the values
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -17,7 +17,7 @@
2nd call:
- $30855 of
Author: Wim Lavrijsen
Branch: cling-support
Changeset: r86234:8d97e46d038c
Date: 2016-08-16 15:40 -0700
http://bitbucket.org/pypy/pypy/changeset/8d97e46d038c/
Log:refactored changs from Aditi: all string tests now pass
diff --git a/pypy/module/cppyy/capi/builtin_capi.py
b/pypy/module/cppyy/
Author: Wim Lavrijsen
Branch: cling-support
Changeset: r86235:373896495865
Date: 2016-08-16 15:56 -0700
http://bitbucket.org/pypy/pypy/changeset/373896495865/
Log:from Aditi: loadable_capi fixes
diff --git a/pypy/module/cppyy/capi/cling_capi.py
b/pypy/module/cppyy/capi/cling_capi.py
--- a/p
Author: Wim Lavrijsen
Branch: cling-support
Changeset: r86236:4333bf213e97
Date: 2016-08-16 16:41 -0700
http://bitbucket.org/pypy/pypy/changeset/4333bf213e97/
Log:cleanup
diff --git a/pypy/module/cppyy/capi/cling_capi.py
b/pypy/module/cppyy/capi/cling_capi.py
--- a/pypy/module/cppyy/capi/cl
Author: Wim Lavrijsen
Branch: cling-support
Changeset: r86237:b71f0b85c644
Date: 2016-08-16 16:41 -0700
http://bitbucket.org/pypy/pypy/changeset/b71f0b85c644/
Log:raise same type exception if all overloads return that type;
otherwise TypeError
diff --git a/pypy/module/cppyy/interp_cp
Author: Wim Lavrijsen
Branch: cling-support
Changeset: r86238:6c2423d9357d
Date: 2016-08-16 17:01 -0700
http://bitbucket.org/pypy/pypy/changeset/6c2423d9357d/
Log:link examples with -lCore for the benefit of loadable_capi.py
diff --git a/pypy/module/cppyy/test/Makefile b/pypy/module/cppyy/te
35 matches
Mail list logo