Author: Maciej Fijalkowski
Branch:
Changeset: r75157:8e37109904c6
Date: 2014-12-30 12:52 +0200
http://bitbucket.org/pypy/pypy/changeset/8e37109904c6/
Log:prevent merging of those attributes
diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py
b/rpython/jit/metainterp/optimizeopt
Author: Maciej Fijalkowski
Branch:
Changeset: r75158:f5be5d01dac9
Date: 2014-12-30 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/f5be5d01dac9/
Log:fix tests
diff --git a/rpython/jit/metainterp/optimizeopt/test/test_virtualstate.py
b/rpython/jit/metainterp/optimizeopt/test/test_virtu
Author: Maciej Fijalkowski
Branch: pypy-dont-copy-ops
Changeset: r75160:dd59dc9171c8
Date: 2014-12-30 14:42 +0200
http://bitbucket.org/pypy/pypy/changeset/dd59dc9171c8/
Log:close to be merged branch
___
pypy-commit mailing list
pypy-commit@python.o
Author: Maciej Fijalkowski
Branch: pypy-dont-copy-ops
Changeset: r75159:9053d96eece4
Date: 2014-12-30 14:42 +0200
http://bitbucket.org/pypy/pypy/changeset/9053d96eece4/
Log:fixes
diff --git a/rpython/jit/metainterp/compile.py
b/rpython/jit/metainterp/compile.py
--- a/rpython/jit/metainterp/
Author: Maciej Fijalkowski
Branch:
Changeset: r75161:70e5803eaf3c
Date: 2014-12-30 14:42 +0200
http://bitbucket.org/pypy/pypy/changeset/70e5803eaf3c/
Log:Merge dont-copy-ops - don't make clones of ops before sending them
to optimizer
diff --git a/rpython/jit/metainterp/compile.py
b
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75163:342524c121fd
Date: 2014-12-29 23:38 +0100
http://bitbucket.org/pypy/pypy/changeset/342524c121fd/
Log:Update the _multibytecodec C files with the ones from CPython
version 3.3.5
diff --git a/pypy/module/_multibytecodec/src/c
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75165:d04014eeb0f2
Date: 2014-12-30 16:33 +0100
http://bitbucket.org/pypy/pypy/changeset/d04014eeb0f2/
Log:Avoid crash in OSError.__str__()
diff --git a/pypy/module/exceptions/interp_exceptions.py
b/pypy/module/exceptions/interp_excepti
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75164:a03e2a0dd546
Date: 2014-12-30 16:14 +0100
http://bitbucket.org/pypy/pypy/changeset/a03e2a0dd546/
Log:Fix test, like in py3k branch
diff --git a/lib-python/3/test/test_fileio.py b/lib-python/3/test/test_fileio.py
--- a/lib-python/3/
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75162:0edf9ccb3b63
Date: 2014-12-29 22:34 +0100
http://bitbucket.org/pypy/pypy/changeset/0edf9ccb3b63/
Log:Apply the same changes as the py3k branch
diff --git a/lib-python/3/test/test_code.py b/lib-python/3/test/test_code.py
--- a/lib-p
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75167:c4e17f979ee1
Date: 2014-12-30 17:21 +0100
http://bitbucket.org/pypy/pypy/changeset/c4e17f979ee1/
Log:hg merge heads
diff too long, truncating to 2000 out of 15310 lines
diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/R
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75166:bf3f2a3c98f3
Date: 2014-12-30 17:20 +0100
http://bitbucket.org/pypy/pypy/changeset/bf3f2a3c98f3/
Log:regrtest.py has changed, and many test modules use the standard
unittest discovery method. This should get many new failure
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75168:4c7c31a7377d
Date: 2014-12-30 18:02 +0100
http://bitbucket.org/pypy/pypy/changeset/4c7c31a7377d/
Log:Fix compilation, I think
diff --git a/pypy/module/faulthandler/faulthandler.h
b/pypy/module/faulthandler/faulthandler.h
--- a/pyp
Author: Philip Jenvey
Branch: py3.3
Changeset: r75169:f5ffe71d0a97
Date: 2014-12-30 11:44 -0800
http://bitbucket.org/pypy/pypy/changeset/f5ffe71d0a97/
Log:rctime -> time
diff --git a/pypy/module/_posixsubprocess/test/test_subprocess.py
b/pypy/module/_posixsubprocess/test/test_subprocess.py
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75171:db1b4ba4d7e5
Date: 2014-12-30 19:48 +0100
http://bitbucket.org/pypy/pypy/changeset/db1b4ba4d7e5/
Log:Kill the interp-level version of the _lzma module, and import the
one from lzmaffi on PyPI.
diff --git a/lib_pypy/_lzma.py
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75173:f215d396c1f4
Date: 2014-12-30 22:25 +0100
http://bitbucket.org/pypy/pypy/changeset/f215d396c1f4/
Log:Implement abstract methods and properties: they simply fetch the
__isabstractmethod__ property from the underlying callable
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75170:edc9c50db790
Date: 2014-12-30 19:30 +0100
http://bitbucket.org/pypy/pypy/changeset/edc9c50db790/
Log:Fix tests to pass with -A and CPython3.3
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compile
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75172:862db03baae8
Date: 2014-12-30 20:05 +0100
http://bitbucket.org/pypy/pypy/changeset/862db03baae8/
Log:Add a License paragraph, and compile lzmaffi in the release step.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -4
Author: Alex Gaynor
Branch: stdlib-2.7.9
Changeset: r75174:5a86dc612e6b
Date: 2014-12-30 14:39 -0800
http://bitbucket.org/pypy/pypy/changeset/5a86dc612e6b/
Log:Implemented load_cert_chain on _ssl.SSLContext
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/py
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r75175:96b5281e7963
Date: 2014-12-30 23:57 +0100
http://bitbucket.org/pypy/pypy/changeset/96b5281e7963/
Log:Full implementation of the audioop module! Reuse large parts of C
code from CPython, and use cffi to access it.
diff --git
Author: Philip Jenvey
Branch:
Changeset: r75176:11240a20d1d2
Date: 2014-12-30 18:52 -0800
http://bitbucket.org/pypy/pypy/changeset/11240a20d1d2/
Log:add zlibVersion (for py3.3)
diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py
--- a/rpython/rlib/rzlib.py
+++ b/rpython/rlib/rzlib.py
Author: Wouter van Heyst
Branch: osx-shared
Changeset: r75178:b4dea196a719
Date: 2014-12-22 20:35 +0200
http://bitbucket.org/pypy/pypy/changeset/b4dea196a719/
Log:Introduce a RPATH_FLAGS variable to factor out the platform
dependent rpath flags
diff --git a/rpython/translator/platfor
Author: Wouter van Heyst
Branch: osx-shared
Changeset: r75177:3fa7727c46a3
Date: 2014-12-21 19:44 +0200
http://bitbucket.org/pypy/pypy/changeset/3fa7727c46a3/
Log:Use @rpath on OSX to find libpypy-c.dylib
diff --git a/rpython/translator/platform/darwin.py
b/rpython/translator/platform/darwi
Author: Wouter van Heyst
Branch: osx-shared
Changeset: r75179:0418516e0931
Date: 2014-12-22 20:35 +0200
http://bitbucket.org/pypy/pypy/changeset/0418516e0931/
Log:Note in the embedding tutorial that OSX requires different linking.
diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst
Author: Wouter van Heyst
Branch: osx-shared
Changeset: r75182:79717888c2b6
Date: 2014-12-30 20:12 +0200
http://bitbucket.org/pypy/pypy/changeset/79717888c2b6/
Log:Fix TestShared.test_entrypoint on OSX.
diff --git a/rpython/translator/c/test/test_standalone.py
b/rpython/translator/c/test/tes
Author: Wouter van Heyst
Branch: osx-shared
Changeset: r75180:8d31fd6373c2
Date: 2014-12-22 22:33 +0200
http://bitbucket.org/pypy/pypy/changeset/8d31fd6373c2/
Log:Fix typo: s/os/sys/.
diff --git a/rpython/translator/platform/posix.py
b/rpython/translator/platform/posix.py
--- a/rpython/tran
Author: Wouter van Heyst
Branch: osx-shared
Changeset: r75181:ae514a359f3e
Date: 2014-12-29 21:19 +0200
http://bitbucket.org/pypy/pypy/changeset/ae514a359f3e/
Log:Eliminate platform dependence in BasePosix.gen_makefile by moving
rpath_flags onto BasePosix and overriding in Darwin.
di
Author: Wouter van Heyst
Branch: osx-shared
Changeset: r75183:47c7b39c1da6
Date: 2014-12-31 08:56 +0200
http://bitbucket.org/pypy/pypy/changeset/47c7b39c1da6/
Log:Move rpath_flags from Posix platform instance to the class.
diff --git a/rpython/translator/platform/darwin.py
b/rpython/transla
Author: Maciej Fijalkowski
Branch:
Changeset: r75184:3f1e8d12f774
Date: 2014-12-31 08:59 +0200
http://bitbucket.org/pypy/pypy/changeset/3f1e8d12f774/
Log:Merged in larstiq/pypy/osx-shared (pull request #293)
--shared support on OSX
diff --git a/pypy/doc/embedding.rst b/pypy/doc/emb
Author: Maciej Fijalkowski
Branch:
Changeset: r75186:764546158178
Date: 2014-12-31 09:13 +0200
http://bitbucket.org/pypy/pypy/changeset/764546158178/
Log:This is a spooky check (other people enforce that inputargs are
unique anyway)
diff --git a/rpython/jit/metainterp/optimizeopt/un
Author: Maciej Fijalkowski
Branch:
Changeset: r75185:f257da7dc012
Date: 2014-12-31 09:13 +0200
http://bitbucket.org/pypy/pypy/changeset/f257da7dc012/
Log:Make this default on all platforms
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/ta
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r75187:7bdcf543fd1c
Date: 2014-12-31 09:42 +0200
http://bitbucket.org/pypy/pypy/changeset/7bdcf543fd1c/
Log:merge default (badly)
diff too long, truncating to 2000 out of 5605 lines
diff --git a/lib-python/2.7/test/test_xml_etree.py
b
31 matches
Mail list logo