Author: David Schneider
Branch: arm-backend-2
Changeset: r51336:6b5ffc5a9e85
Date: 2012-01-16 09:45 +0100
http://bitbucket.org/pypy/pypy/changeset/6b5ffc5a9e85/
Log:add (set|get)_interiorfield_raw methods
diff --git a/pypy/jit/backend/arm/opassembler.py
b/pypy/jit/backend/arm/opassembler.py
Author: David Schneider
Branch: arm-backend-2
Changeset: r51337:a317879ec998
Date: 2012-01-16 09:48 +0100
http://bitbucket.org/pypy/pypy/changeset/a317879ec998/
Log:print some information when hitting a missing operation in the
backend
diff --git a/pypy/jit/backend/arm/assembler.py
Author: Armin Rigo
Branch: extradoc
Changeset: r4037:c36311962789
Date: 2012-01-16 11:21 +0100
http://bitbucket.org/pypy/extradoc/changeset/c36311962789/
Log:Planning session for today
diff --git a/sprintinfo/leysin-winter-2012/planning.txt
b/sprintinfo/leysin-winter-2012/planning.txt
new f
Author: Armin Rigo
Branch: extradoc
Changeset: r4038:588db0e8396b
Date: 2012-01-16 11:21 +0100
http://bitbucket.org/pypy/extradoc/changeset/588db0e8396b/
Log:merge heads
diff --git a/blog/draft/numpy-internship.rst b/blog/draft/numpy-internship.rst
new file mode 100644
--- /dev/null
+++ b/bl
Author: Romain Guillebert
Branch: py3k
Changeset: r51338:5500c9127aab
Date: 2012-01-16 14:04 +0100
http://bitbucket.org/pypy/pypy/changeset/5500c9127aab/
Log:Add a failing test for extended attribute unpacking
diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py
b/pypy/interpreter/py
Author: Romain Guillebert
Branch: py3k
Changeset: r51339:34ff01570492
Date: 2012-01-16 14:17 +0100
http://bitbucket.org/pypy/pypy/changeset/34ff01570492/
Log:Rename the test commited earlier, rewrite tests that should pass.
diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py
b/pypy/
Author: Romain Guillebert
Branch: py3k
Changeset: r51340:851536b685a6
Date: 2012-01-16 14:24 +0100
http://bitbucket.org/pypy/pypy/changeset/851536b685a6/
Log:Parsing 0777 should fail on py3k
diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py
b/pypy/interpreter/pyparser/test/test_py
Author: Armin Rigo
Branch: stm
Changeset: r51341:91a0ee8fc4ab
Date: 2012-01-16 11:53 +0100
http://bitbucket.org/pypy/pypy/changeset/91a0ee8fc4ab/
Log:Add a (skipped) test about using the minimark GC.
diff --git a/pypy/translator/stm/test/targetdemo.py
b/pypy/translator/stm/test/targetdemo.p
Author: Armin Rigo
Branch: stm
Changeset: r51342:382a5969beda
Date: 2012-01-16 14:58 +0100
http://bitbucket.org/pypy/pypy/changeset/382a5969beda/
Log:Revert 0782958b144f. No longer needed.
diff --git a/pypy/doc/discussion/stm_todo.txt b/pypy/doc/discussion/stm_todo.txt
--- a/pypy/doc/discuss
Author: Armin Rigo
Branch: stm
Changeset: r51343:2965c13c2427
Date: 2012-01-16 14:59 +0100
http://bitbucket.org/pypy/pypy/changeset/2965c13c2427/
Log:(antocuni, arigo)
Start to refactor the world. The idea is not to build on RPython
threads any more.
diff --git a/pypy/rpytho
Author: Armin Rigo
Branch: stm
Changeset: r51344:7dc69a93d5be
Date: 2012-01-16 15:43 +0100
http://bitbucket.org/pypy/pypy/changeset/7dc69a93d5be/
Log:(antocuni, arigo)
Fix the llstminterp. Wondering a bit what is its purpose...
diff --git a/pypy/translator/stm/TODO.txt b/pypy/transl
Author: Antonio Cuni
Branch: stm
Changeset: r51345:a81e51b21e06
Date: 2012-01-16 16:06 +0100
http://bitbucket.org/pypy/pypy/changeset/a81e51b21e06/
Log:(arigo, antocuni): fix test_getfield_all_sizes, and make sure we
test both the cases of stm_getfield inside and outside a transaction
Author: Antonio Cuni
Branch: stm
Changeset: r51346:6b3914441db1
Date: 2012-01-16 16:18 +0100
http://bitbucket.org/pypy/pypy/changeset/6b3914441db1/
Log:(arigo, antocuni): fix test_setfield_all_sizes, and make sure we
test both the cases of stm_setfield inside and outside a transaction
Author: Antonio Cuni
Branch: stm
Changeset: r51347:08f6815aba37
Date: 2012-01-16 16:20 +0100
http://bitbucket.org/pypy/pypy/changeset/08f6815aba37/
Log:(arigo, antocuni): fix test_getarrayitem_all_sizes, and make sure we
test both the cases of stm_getarrayitem inside and outside a
Author: Antonio Cuni
Branch: stm
Changeset: r51349:e7847828c029
Date: 2012-01-16 16:27 +0100
http://bitbucket.org/pypy/pypy/changeset/e7847828c029/
Log:(arigo, antocuni): fix test_getinteriorfield_all_sizes, and make
sure we test both the cases of stm_getinteriorfield inside and
Author: Antonio Cuni
Branch: stm
Changeset: r51348:da7457ea38cd
Date: 2012-01-16 16:25 +0100
http://bitbucket.org/pypy/pypy/changeset/da7457ea38cd/
Log:(arigo, antocuni): fix test_setarrayitem_all_sizes, and make sure we
test both the cases of stm_setarrayitem inside and outside a
Author: Antonio Cuni
Branch: stm
Changeset: r51350:a2b3f2c9ea45
Date: 2012-01-16 16:29 +0100
http://bitbucket.org/pypy/pypy/changeset/a2b3f2c9ea45/
Log:(arigo, antocuni): fix test_setinteriorfield_all_sizes, and make
sure we test both the cases of stm_setinteriorfield inside and
Author: Armin Rigo
Branch:
Changeset: r51351:e244681d320e
Date: 2012-01-16 17:49 +0100
http://bitbucket.org/pypy/pypy/changeset/e244681d320e/
Log:(antocuni, arigo)
Add support for malloc'ing RPython instances non-movable, just by
specifying "_alloc_nonmovable_ = True" on the
Author: Antonio Cuni
Branch: stm
Changeset: r51353:c3ebb4f01089
Date: 2012-01-16 16:33 +0100
http://bitbucket.org/pypy/pypy/changeset/c3ebb4f01089/
Log:(arigo, antocuni) fix test which failed after the renaming of
stm_become_inevitable
diff --git a/pypy/translator/stm/test/test_trans
Author: Armin Rigo
Branch: stm
Changeset: r51354:a14e0f148aad
Date: 2012-01-16 17:53 +0100
http://bitbucket.org/pypy/pypy/changeset/a14e0f148aad/
Log:hg merge
diff --git a/pypy/translator/stm/test/test_transform.py
b/pypy/translator/stm/test/test_transform.py
--- a/pypy/translator/stm/test/
Author: Antonio Cuni
Branch: stm
Changeset: r51355:1aa99f2f035f
Date: 2012-01-16 18:06 +0100
http://bitbucket.org/pypy/pypy/changeset/1aa99f2f035f/
Log:(arigo, antocuni): start to write the RPython level interface for
using transactions in rlib/rstm.py. Move the compiled tests from
Author: Antonio Cuni
Branch: stm
Changeset: r51356:f19ffa0b7bb3
Date: 2012-01-16 18:14 +0100
http://bitbucket.org/pypy/pypy/changeset/f19ffa0b7bb3/
Log:(arigo, antocuni): rename _rffi_stm.* to _rffi_stm.stm_* and
rstm.stm_* to rstm.*
diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.py
Author: Alex Gaynor
Branch:
Changeset: r51357:af6b237eaecf
Date: 2012-01-16 18:15 +0100
http://bitbucket.org/pypy/pypy/changeset/af6b237eaecf/
Log:allow inlining into _codecs, makes simple decoding ~3x faster
diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py
--- a/p
Author: Alex Gaynor
Branch:
Changeset: r51358:8688ce42472e
Date: 2012-01-16 18:16 +0100
http://bitbucket.org/pypy/pypy/changeset/8688ce42472e/
Log:merged upstream
diff --git a/pypy/rpython/lltypesystem/rclass.py
b/pypy/rpython/lltypesystem/rclass.py
--- a/pypy/rpython/lltypesystem/rclass.p
Author: Armin Rigo
Branch: stm
Changeset: r51359:e2645247a9c2
Date: 2012-01-16 18:18 +0100
http://bitbucket.org/pypy/pypy/changeset/e2645247a9c2/
Log:(antocuni, arigo) Move CompiledSTMTests to its own file in
translator/stm/test/support.py.
diff --git a/pypy/rlib/test/test_rstm.py b/
Author: Armin Rigo
Branch: stm
Changeset: r51360:dbadc138e9b5
Date: 2012-01-16 18:29 +0100
http://bitbucket.org/pypy/pypy/changeset/dbadc138e9b5/
Log:(antocuni, arigo)
Add an integration test to test_rstm.py: really call
rstm.perform_transaction() in a C-compiled test.
diff
Author: Armin Rigo
Branch: stm
Changeset: r51361:1e52821ea7bc
Date: 2012-01-16 18:44 +0100
http://bitbucket.org/pypy/pypy/changeset/1e52821ea7bc/
Log:(antocuni, arigo)
Test (maybe) for inevitable transactions.
diff --git a/pypy/rlib/test/test_rstm.py b/pypy/rlib/test/test_rstm.py
--
Author: Armin Rigo
Branch: stm
Changeset: r51362:f565b7971e14
Date: 2012-01-16 18:55 +0100
http://bitbucket.org/pypy/pypy/changeset/f565b7971e14/
Log:(antocuni, arigo)
A way to get and test the current transaction mode, for debugging.
diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.
Author: mattip
Branch:
Changeset: r51363:ee1b4ea67ed9
Date: 2012-01-16 21:10 +0200
http://bitbucket.org/pypy/pypy/changeset/ee1b4ea67ed9/
Log:add failing test, add fix
diff --git a/pypy/module/micronumpy/interp_iter.py
b/pypy/module/micronumpy/interp_iter.py
--- a/pypy/module/micronumpy/int
Author: Maciej Fijalkowski
Branch:
Changeset: r51364:f6b8525d8a10
Date: 2012-01-16 22:14 +0200
http://bitbucket.org/pypy/pypy/changeset/f6b8525d8a10/
Log:A bit experimental - try to preallocate the size of unicode join and
remove a pointless performance hack (the general optimization
Author: Maciej Fijalkowski
Branch:
Changeset: r51365:5e43d79c76a7
Date: 2012-01-16 22:15 +0200
http://bitbucket.org/pypy/pypy/changeset/5e43d79c76a7/
Log:mere
diff --git a/pypy/module/micronumpy/interp_iter.py
b/pypy/module/micronumpy/interp_iter.py
--- a/pypy/module/micronumpy/interp_iter
You have received a notification from Romain Guillebert.
Hi, I forked pypy. My fork is at https://bitbucket.org/rguillebert/pypy.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
[email protected]
Author: Romain Guillebert
Branch: py3k
Changeset: r51366:d745dbc657b4
Date: 2012-01-16 18:25 +0100
http://bitbucket.org/pypy/pypy/changeset/d745dbc657b4/
Log:Reject old octal literals
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b/
Author: Romain Guillebert
Branch: py3k
Changeset: r51367:4714f110a1ae
Date: 2012-01-16 18:58 +0100
http://bitbucket.org/pypy/pypy/changeset/4714f110a1ae/
Log:Use new octal literals
diff --git a/pypy/translator/goal/nanos.py b/pypy/translator/goal/nanos.py
--- a/pypy/translator/goal/nanos.py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51369:708194fb76ef
Date: 2012-01-16 20:32 +0100
http://bitbucket.org/pypy/pypy/changeset/708194fb76ef/
Log:Remove long() and L suffix from binascii.py
diff --git a/lib_pypy/binascii.py b/lib_pypy/binascii.py
--- a/lib_pypy/binascii.py
+++
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51371:4a6fb1817feb
Date: 2012-01-16 23:53 +0100
http://bitbucket.org/pypy/pypy/changeset/4a6fb1817feb/
Log:Fixes in termios module
diff --git a/pypy/module/termios/interp_termios.py
b/pypy/module/termios/interp_termios.py
--- a/pypy/modu
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51372:3843c6835175
Date: 2012-01-16 23:54 +0100
http://bitbucket.org/pypy/pypy/changeset/3843c6835175/
Log:bin/checkmodule.py: Add support for space.wrabytes
diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
---
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51368:a20df1bb1bb8
Date: 2012-01-16 23:53 +0100
http://bitbucket.org/pypy/pypy/changeset/a20df1bb1bb8/
Log:PEP3147: .pyc files are now named ./__pycache__/foo.pypy-17.pyc
(Note: the "nolonepycfile" option makes less sense now)
di
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51370:dcae009093d8
Date: 2012-01-16 20:54 +0100
http://bitbucket.org/pypy/pypy/changeset/dcae009093d8/
Log:Fix a test in test_longobject.py
diff --git a/pypy/objspace/std/longtype.py b/pypy/objspace/std/longtype.py
--- a/pypy/objspace/std
39 matches
Mail list logo