Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58298:ff197755dc98
Date: 2012-10-21 09:27 +0200
http://bitbucket.org/pypy/pypy/changeset/ff197755dc98/
Log:Finally found the fix for test_memmgr.
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
---
Author: Maciej Fijalkowski
Branch: continulet-jit-3
Changeset: r58299:73d377e08a91
Date: 2012-10-21 12:33 +0200
http://bitbucket.org/pypy/pypy/changeset/73d377e08a91/
Log:in-progress, the current situation of fixes
diff --git a/pypy/jit/codewriter/jtransform.py
b/pypy/jit/codewriter/jtransf
Author: Maciej Fijalkowski
Branch: continulet-jit-3
Changeset: r58300:82043a33f366
Date: 2012-10-21 12:34 +0200
http://bitbucket.org/pypy/pypy/changeset/82043a33f366/
Log:merge
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgrap
Author: Maciej Fijalkowski
Branch: continulet-jit-3
Changeset: r58301:ee6afd63975c
Date: 2012-10-21 12:38 +0200
http://bitbucket.org/pypy/pypy/changeset/ee6afd63975c/
Log:__repr__ for MIFrame
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainte
Author: Maciej Fijalkowski
Branch: continulet-jit-3
Changeset: r58302:7c1965be6d4a
Date: 2012-10-21 12:43 +0200
http://bitbucket.org/pypy/pypy/changeset/7c1965be6d4a/
Log:(arigo, fijal) fix the test
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/m
Author: Maciej Fijalkowski
Branch: continulet-jit-3
Changeset: r58303:33ec2e772f03
Date: 2012-10-21 12:45 +0200
http://bitbucket.org/pypy/pypy/changeset/33ec2e772f03/
Log:make it officially a fatal error
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/
Author: Maciej Fijalkowski
Branch: continulet-jit-3
Changeset: r58304:8c68dcff413d
Date: 2012-10-21 12:47 +0200
http://bitbucket.org/pypy/pypy/changeset/8c68dcff413d/
Log:test for failure in the blackhole
diff --git a/pypy/jit/metainterp/test/test_recursive.py
b/pypy/jit/metainterp/test/tes
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58305:ff19c249b0f4
Date: 2012-10-21 12:54 +0200
http://bitbucket.org/pypy/pypy/changeset/ff19c249b0f4/
Log:Oups
diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py
--- a/pypy/jit/tool/oparser.py
+++ b/pypy/jit/tool/oparser.
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58307:d497d888e892
Date: 2012-10-21 13:02 +0200
http://bitbucket.org/pypy/pypy/changeset/d497d888e892/
Log:Fix the logic for force() and call_may_force()
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58308:0b96e01dc86c
Date: 2012-10-21 13:10 +0200
http://bitbucket.org/pypy/pypy/changeset/0b96e01dc86c/
Log:Fix fix fix the tests
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/ba
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58309:a2118e60e259
Date: 2012-10-21 13:11 +0200
http://bitbucket.org/pypy/pypy/changeset/a2118e60e259/
Log:merge heads
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl.py
+++
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58306:25a1e657b489
Date: 2012-10-21 13:00 +0200
http://bitbucket.org/pypy/pypy/changeset/25a1e657b489/
Log:Fix test
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/ru
Author: Maciej Fijalkowski
Branch: translation-cleanup
Changeset: r58310:ed42a04d80cc
Date: 2012-10-21 13:25 +0200
http://bitbucket.org/pypy/pypy/changeset/ed42a04d80cc/
Log:s/FlowSpaceFrame(pyframe.PyFrame)/FlowSpaceFrame(object)/
diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/b
Author: Maciej Fijalkowski
Branch: translation-cleanup
Changeset: r58311:a43ff0456b69
Date: 2012-10-21 13:39 +0200
http://bitbucket.org/pypy/pypy/changeset/a43ff0456b69/
Log:kill last mentions of pypy.interpreter from flow objspace, great job
ronan!
diff --git a/pypy/objspace/flow/by
Author: Maciej Fijalkowski
Branch: translation-cleanup
Changeset: r58312:fcb1bc74e5ca
Date: 2012-10-21 13:40 +0200
http://bitbucket.org/pypy/pypy/changeset/fcb1bc74e5ca/
Log:one more
diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py
--- a/pypy/annotation/specialize.p
Author: Maciej Fijalkowski
Branch: continulet-jit-3
Changeset: r58313:8157ebf4f6e7
Date: 2012-10-21 15:15 +0200
http://bitbucket.org/pypy/pypy/changeset/8157ebf4f6e7/
Log:fixes for blackhole
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58314:28e88d052273
Date: 2012-10-21 15:18 +0200
http://bitbucket.org/pypy/pypy/changeset/28e88d052273/
Log:This is only adding confusion.
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/j
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58315:7e70e3dbc09b
Date: 2012-10-21 15:32 +0200
http://bitbucket.org/pypy/pypy/changeset/7e70e3dbc09b/
Log:Test and fix.
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgrap
Author: Armin Rigo
Branch: continulet-jit-3
Changeset: r58316:9e8ff9145588
Date: 2012-10-21 15:38 +0200
http://bitbucket.org/pypy/pypy/changeset/9e8ff9145588/
Log:Test and fix 2.
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgr
Author: Maciej Fijalkowski
Branch: translation-cleanup
Changeset: r58317:4436184487f3
Date: 2012-10-21 15:47 +0200
http://bitbucket.org/pypy/pypy/changeset/4436184487f3/
Log:fix, not sure how to write a test for it
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcont
Author: Maciej Fijalkowski
Branch: translation-cleanup
Changeset: r58319:1d4c6f783600
Date: 2012-10-21 17:16 +0200
http://bitbucket.org/pypy/pypy/changeset/1d4c6f783600/
Log:close merged branch
___
pypy-commit mailing list
[email protected]
ht
Author: Armin Rigo
Branch:
Changeset: r58320:09713cd66425
Date: 2012-10-21 17:40 +0200
http://bitbucket.org/pypy/pypy/changeset/09713cd66425/
Log:Remove the line printing "Warning: pypy does not implement hash
randomization". See http://bugs.python.org/issue14621 .
diff --git a/pypy
Author: Armin Rigo
Branch:
Changeset: r58321:170dab0d8e14
Date: 2012-10-21 17:44 +0200
http://bitbucket.org/pypy/pypy/changeset/170dab0d8e14/
Log:Doc update: -R
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy
Author: Armin Rigo
Branch:
Changeset: r58322:2d2a163a6fbd
Date: 2012-10-21 17:48 +0200
http://bitbucket.org/pypy/pypy/changeset/2d2a163a6fbd/
Log:Doc update: sys.setrecursionlimit
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differe
Author: Maciej Fijalkowski
Branch: result-in-resops
Changeset: r58323:325c9a54410e
Date: 2012-10-21 18:22 +0200
http://bitbucket.org/pypy/pypy/changeset/325c9a54410e/
Log:a bit of random progress
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/
Author: Armin Rigo
Branch: result-in-resops
Changeset: r58325:e48674cd3c40
Date: 2012-10-21 18:51 +0200
http://bitbucket.org/pypy/pypy/changeset/e48674cd3c40/
Log:Upgrade runner_test.py, which is still not resolved
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/ru
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r365:7543ac70ba00
Date: 2012-10-21 19:09 +0200
http://bitbucket.org/pypy/pypy.org/changeset/7543ac70ba00/
Log:update my profile pic
diff --git a/image/people/fijal.jpg b/image/people/fijal.jpg
index
150ca884fb0ab1ae82bed3c8cfa8e7fdc0bc3
Author: Armin Rigo
Branch:
Changeset: r58326:4aec0e991a07
Date: 2012-10-21 19:11 +0200
http://bitbucket.org/pypy/pypy/changeset/4aec0e991a07/
Log:Add a test for DUP_TOPX
diff --git a/pypy/objspace/flow/test/test_objspace.py
b/pypy/objspace/flow/test/test_objspace.py
--- a/pypy/objspace/flo
Author: Armin Rigo
Branch:
Changeset: r58327:bfe7293f68c5
Date: 2012-10-21 19:22 +0200
http://bitbucket.org/pypy/pypy/changeset/bfe7293f68c5/
Log:pfff sorry
diff --git a/pypy/objspace/flow/test/test_objspace.py
b/pypy/objspace/flow/test/test_objspace.py
--- a/pypy/objspace/flow/test/test_o
Author: Armin Rigo
Branch:
Changeset: r58328:cc4bf90cc36f
Date: 2012-10-21 19:29 +0200
http://bitbucket.org/pypy/pypy/changeset/cc4bf90cc36f/
Log:Python 2.6 compat
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objspace/flow/flowcontext.py
+++
Author: Stefano Rivera
Branch:
Changeset: r1003:201c71e13ab7
Date: 2012-10-21 19:32 +0200
http://bitbucket.org/cffi/cffi/changeset/201c71e13ab7/
Log:subprocess.check_call is prettier
diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py
--- a/testing/test_zintegration.py
Author: Stefano Rivera
Branch:
Changeset: r1004:1ca307c260b7
Date: 2012-10-21 19:32 +0200
http://bitbucket.org/cffi/cffi/changeset/1ca307c260b7/
Log:Symlink the packages our tests require into the test virtualenv
diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py
--- a
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r4888:4a9c26090909
Date: 2012-10-21 08:44 -0700
http://bitbucket.org/pypy/extradoc/changeset/4a9c26090909/
Log:restructure talk, add some speed numbers
diff --git a/talk/dls2012/presentation/talk.tex
b/talk/dls2012/presentation/talk.te
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r4889:4e4617f40c20
Date: 2012-10-21 11:31 -0700
http://bitbucket.org/pypy/extradoc/changeset/4e4617f40c20/
Log:talk as given
diff --git a/talk/vmil2012/presentation/bolz-vmil-guards-talk.pdf
b/talk/vmil2012/presentation/bolz-vmil-guard
Author: Matti Picus
Branch: python-numpy
Changeset: r58329:af767d686834
Date: 2012-10-21 22:51 +0200
http://bitbucket.org/pypy/pypy/changeset/af767d686834/
Log:pass a few tests
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py
--- a/lib_pypy/numpypy/__init__.py
+++ b/l
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r58330:d10505b9c736
Date: 2012-10-21 14:28 +0200
http://bitbucket.org/pypy/pypy/changeset/d10505b9c736/
Log:cpyext: Add two PyModule_Add* macros, directly copied from CPython.
diff --git a/pypy/module/cpyext/include/modsupport.h
b/pypy/module
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r58331:297db88c1327
Date: 2012-10-21 15:12 +0200
http://bitbucket.org/pypy/pypy/changeset/297db88c1327/
Log:cpyext: implement built-in classmethods: METH_CLASS flag.
diff --git a/pypy/module/cpyext/funcobject.py b/pypy/module/cpyext/funcobject
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r58333:6822a5e1abe8
Date: 2012-10-21 15:15 +0200
http://bitbucket.org/pypy/pypy/changeset/6822a5e1abe8/
Log:Merge branch cpyext-PyThreadState_New: implement threadstate-related
functions.
Should be able to start a thread in C,
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r58332:a8952105d742
Date: 2012-10-21 15:13 +0200
http://bitbucket.org/pypy/pypy/changeset/a8952105d742/
Log:hg merge default
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/getting-started-dev.rs
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58335:475f3eb6c7d7
Date: 2012-10-21 06:10 +0200
http://bitbucket.org/pypy/pypy/changeset/475f3eb6c7d7/
Log:Add timeout to RLock.acquire()
diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py
--- a/pypy/module/thread/
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58337:8d08cc91b583
Date: 2012-10-21 08:36 +0200
http://bitbucket.org/pypy/pypy/changeset/8d08cc91b583/
Log:__eq__ should be called even when the object is compared with
itself. This accounts for at least two failures, in test_weakr
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58336:c653b66ed86e
Date: 2012-10-21 06:37 +0200
http://bitbucket.org/pypy/pypy/changeset/c653b66ed86e/
Log:Add a bunch of gc.collect() to test_weakref. Copied from the 2.7
branch.
diff --git a/lib-python/3.2/test/test_weakref.py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58339:9c5666c6a8e9
Date: 2012-10-21 09:26 +0200
http://bitbucket.org/pypy/pypy/changeset/9c5666c6a8e9/
Log:Use 'surrogateescape' error handling in fsencode/fsdecode functions.
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58338:82d0647b840c
Date: 2012-10-21 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/82d0647b840c/
Log:Fix own tests in module/_codecs
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a/pyp
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58343:12c883a639bb
Date: 2012-10-21 12:48 +0200
http://bitbucket.org/pypy/pypy/changeset/12c883a639bb/
Log:Add support for the __bytes__ special method.
diff --git a/pypy/objspace/std/stringtype.py b/pypy/objspace/std/stringtype.py
--- a/
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58340:7ad662acdaac
Date: 2012-10-21 09:41 +0200
http://bitbucket.org/pypy/pypy/changeset/7ad662acdaac/
Log:Fix two CPython specific tests
diff --git a/lib-python/3.2/test/test_weakref.py
b/lib-python/3.2/test/test_weakref.py
--- a/lib-py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58344:4ab60a17cf03
Date: 2012-10-21 12:51 +0200
http://bitbucket.org/pypy/pypy/changeset/4ab60a17cf03/
Log:__unicode__ don't exist anymore. __bytes__ is now the space method
that wekrefs have to forward.
diff --git a/pypy/module/_
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58341:82b2f6045665
Date: 2012-10-21 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/82b2f6045665/
Log:Implement the %a format code.
diff --git a/pypy/module/__builtin__/operation.py
b/pypy/module/__builtin__/operation.py
--- a/pypy/
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58345:084eca8026f9
Date: 2012-10-21 12:52 +0200
http://bitbucket.org/pypy/pypy/changeset/084eca8026f9/
Log:One more collect() to fix the test.
diff --git a/lib-python/3.2/test/test_weakref.py
b/lib-python/3.2/test/test_weakref.py
--- a/l
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58342:b59013f9587e
Date: 2012-10-21 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/b59013f9587e/
Log:csv: fix tests when run with -A, then fix the implementation.
diff --git a/pypy/module/_csv/interp_reader.py
b/pypy/module/_csv/in
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58346:d27c11018443
Date: 2012-10-21 13:38 +0200
http://bitbucket.org/pypy/pypy/changeset/d27c11018443/
Log:Some fixes in the pure-python version of _sha512.
diff --git a/lib_pypy/_sha512.py b/lib_pypy/_sha512.py
--- a/lib_pypy/_sha512.py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58347:974a36237099
Date: 2012-10-21 15:50 +0200
http://bitbucket.org/pypy/pypy/changeset/974a36237099/
Log:Fix tests when run with python3 and -A.
diff --git a/pypy/module/rctime/test/test_rctime.py
b/pypy/module/rctime/test/test_rctime.
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58348:256ceebd14f3
Date: 2012-10-21 16:00 +0200
http://bitbucket.org/pypy/pypy/changeset/256ceebd14f3/
Log:Fix time module to pass tests.
diff --git a/pypy/module/rctime/interp_time.py
b/pypy/module/rctime/interp_time.py
--- a/pypy/modul
Author: Justin Peel
Branch:
Changeset: r58349:aa1ab56ff708
Date: 2012-10-21 19:27 -0600
http://bitbucket.org/pypy/pypy/changeset/aa1ab56ff708/
Log:speed up deleting a simple slice (step=1) of an array.array by a
generous order of magnitude. Also add more tests for deleting slices
Author: Alex Gaynor
Branch:
Changeset: r58350:20de76d6fc41
Date: 2012-10-21 18:36 -0700
http://bitbucket.org/pypy/pypy/changeset/20de76d6fc41/
Log:Use memcopy for more faster in array.__delslice__
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy
Author: Justin Peel
Branch:
Changeset: r58351:4ffa41843837
Date: 2012-10-21 23:35 -0600
http://bitbucket.org/pypy/pypy/changeset/4ffa41843837/
Log:use memcpy one more time in array.__delslice__ for extra speediness
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_a
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58352:6c43fd71ae59
Date: 2012-10-22 08:28 +0200
http://bitbucket.org/pypy/pypy/changeset/6c43fd71ae59/
Log:In "raise exc from cause", cause can be a exception type, and must
be normalized: call it to create an instance.
diff --git
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58353:22744399aa71
Date: 2012-10-22 08:31 +0200
http://bitbucket.org/pypy/pypy/changeset/22744399aa71/
Log:Implement "Barry as BDFL" compile flag. It's not only a joke: this
is how <> is now disallowed in normal Python3 code.
diff
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58354:4e789b0f78b2
Date: 2012-10-22 08:41 +0200
http://bitbucket.org/pypy/pypy/changeset/4e789b0f78b2/
Log:Implement {:a} format spec for str.format().
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py
--- a/pyp
59 matches
Mail list logo