Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59837:a02e95d6b5d1
Date: 2013-01-07 04:02 +0200
http://bitbucket.org/pypy/pypy/changeset/a02e95d6b5d1/
Log:use different sizes of ints
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
---
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59836:b1a3be05b6c4
Date: 2013-01-07 03:58 +0200
http://bitbucket.org/pypy/pypy/changeset/b1a3be05b6c4/
Log:work some more
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpytho
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59835:10958cb766a4
Date: 2013-01-07 03:22 +0200
http://bitbucket.org/pypy/pypy/changeset/10958cb766a4/
Log:typo
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpython/lltypesy
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59834:10d7c1636f47
Date: 2013-01-07 03:21 +0200
http://bitbucket.org/pypy/pypy/changeset/10d7c1636f47/
Log:interface changes + fixes for strange hashes
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesys
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59833:6bf8538f602f
Date: 2013-01-07 02:55 +0200
http://bitbucket.org/pypy/pypy/changeset/6bf8538f602f/
Log:add repeats
diff --git a/pypy/translator/goal/targetbenchdict.py
b/pypy/translator/goal/targetbenchdict.py
--- a/pypy
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59831:237f60d5937f
Date: 2013-01-07 02:43 +0200
http://bitbucket.org/pypy/pypy/changeset/237f60d5937f/
Log:rpythonize
diff --git a/pypy/translator/goal/targetbenchdict.py
b/pypy/translator/goal/targetbenchdict.py
--- a/pypy/
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59830:86960b883d97
Date: 2013-01-07 02:41 +0200
http://bitbucket.org/pypy/pypy/changeset/86960b883d97/
Log:dict bench
diff --git a/pypy/translator/goal/targetbenchdict.py
b/pypy/translator/goal/targetbenchdict.py
new file mo
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59829:802afeec68e5
Date: 2013-01-07 02:05 +0200
http://bitbucket.org/pypy/pypy/changeset/802afeec68e5/
Log:port weakvalueref
diff --git a/pypy/rlib/_rweakkeydict.py b/pypy/rlib/_rweakkeydict.py
--- a/pypy/rlib/_rweakkeydict.p
Author: Armin Rigo
Branch:
Changeset: r59828:4d436d0b7748
Date: 2013-01-07 00:51 +0100
http://bitbucket.org/pypy/pypy/changeset/4d436d0b7748/
Log:Write a warning in this big block of text
diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py
--- a/pypy/interpreter/typedef.p
Author: Armin Rigo
Branch:
Changeset: r1119:fc21aeb1e44e
Date: 2013-01-07 00:33 +0100
http://bitbucket.org/cffi/cffi/changeset/fc21aeb1e44e/
Log:Extra tests
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -1491,6 +149
Author: Armin Rigo
Branch:
Changeset: r1118:382e3612620e
Date: 2013-01-07 00:28 +0100
http://bitbucket.org/cffi/cffi/changeset/382e3612620e/
Log:Win32: needs this include now.
diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py
--- a/cffi/vengine_cpy.py
+++ b/cffi/vengine_cpy.py
@@ -701,
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59827:1fb600db1932
Date: 2013-01-07 01:20 +0200
http://bitbucket.org/pypy/pypy/changeset/1fb600db1932/
Log:in-progress of rweakkeydict
diff --git a/pypy/rlib/_rweakkeydict.py b/pypy/rlib/_rweakkeydict.py
--- a/pypy/rlib/_rwea
Author: Armin Rigo
Branch:
Changeset: r1116:ec0d6d9b042a
Date: 2013-01-06 23:38 +0100
http://bitbucket.org/cffi/cffi/changeset/ec0d6d9b042a/
Log:Code simplification: instead of allocating & freeing some strings
around the calls in some cases, just use alloca().
diff --git a/c/_cffi_
Author: Armin Rigo
Branch:
Changeset: r1117:05e4ecdd2943
Date: 2013-01-07 00:19 +0100
http://bitbucket.org/cffi/cffi/changeset/05e4ecdd2943/
Log:Test and fix for issue #51: unlike what is documented, we can't pass
a list argument to a function expecting a "foo *" argument. It
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59826:dbc4e7b736ec
Date: 2013-01-06 21:30 +0100
http://bitbucket.org/pypy/pypy/changeset/dbc4e7b736ec/
Log:Renamed pypy_interact to pypy.sandbox.pypysandbox. Removed pypydir
import from cbuild
diff --git a/pypy/bin/pypysandbox
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59825:4c3b77b41d62
Date: 2013-01-06 20:52 +0100
http://bitbucket.org/pypy/pypy/changeset/4c3b77b41d62/
Log:goal/test -> goal/test2
diff --git a/goal/test/__init__.py b/goal/test2/__init__.py
rename from goal/test/__init__.py
rename to
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59820:d717246d2abd
Date: 2013-01-06 07:30 +0100
http://bitbucket.org/pypy/pypy/changeset/d717246d2abd/
Log:Fixed test_cmath again
diff --git a/pypy/module/cmath/test/test_cmath.py
b/pypy/module/cmath/test/test_cmath.py
--- a/pypy/mod
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59824:4fb5e0824537
Date: 2013-01-06 20:51 +0100
http://bitbucket.org/pypy/pypy/changeset/4fb5e0824537/
Log:Moved pypy.tool.compat to rpython
diff --git a/pypy/tool/compat.py b/rpython/tool/compat.py
rename from pypy/tool/compat.py
ren
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59823:cc7885d4993a
Date: 2013-01-06 20:46 +0100
http://bitbucket.org/pypy/pypy/changeset/cc7885d4993a/
Log:Moved numpy and pypy target tests to pypy
diff --git a/rpython/translator/goal/targetnumpystandalone.py
b/goal/targetnumpystan
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59822:02243944e04a
Date: 2013-01-06 20:02 +0100
http://bitbucket.org/pypy/pypy/changeset/02243944e04a/
Log:Moved pypy.tool.gcc_cache to rpython
diff --git a/rpython/rtyper/tool/rffi_platform.py
b/rpython/rtyper/tool/rffi_platform.py
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59821:f54abb775eb1
Date: 2013-01-06 19:57 +0100
http://bitbucket.org/pypy/pypy/changeset/f54abb775eb1/
Log:Moved offset2lineno from pypy.interpreter.pytraceback to
rpython.tool.error
diff --git a/pypy/interpreter/pytraceback.p
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59819:46a19e804d89
Date: 2013-01-06 22:31 +0200
http://bitbucket.org/pypy/pypy/changeset/46a19e804d89/
Log:no wait it was nonsense
diff --git a/pypy/module/cStringIO/interp_stringio.py
b/pypy/module/cStringIO/interp_stringio
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59818:8f5b33f94dad
Date: 2013-01-06 22:27 +0200
http://bitbucket.org/pypy/pypy/changeset/8f5b33f94dad/
Log:another fix
diff --git a/pypy/module/cStringIO/interp_stringio.py
b/pypy/module/cStringIO/interp_stringio.py
--- a/py
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59817:33f815dfb12b
Date: 2013-01-06 22:22 +0200
http://bitbucket.org/pypy/pypy/changeset/33f815dfb12b/
Log:fix?
diff --git a/pypy/module/cStringIO/interp_stringio.py
b/pypy/module/cStringIO/interp_stringio.py
--- a/pypy/modu
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59816:290adf4d1f44
Date: 2013-01-06 22:14 +0200
http://bitbucket.org/pypy/pypy/changeset/290adf4d1f44/
Log:finish tests
diff --git a/pypy/rpython/lltypesystem/llmemory.py
b/pypy/rpython/lltypesystem/llmemory.py
--- a/pypy/rp
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59815:1b1d4733a1fd
Date: 2013-01-06 20:51 +0200
http://bitbucket.org/pypy/pypy/changeset/1b1d4733a1fd/
Log:fix iterators
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpython
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59814:aa62c8953637
Date: 2013-01-06 20:41 +0200
http://bitbucket.org/pypy/pypy/changeset/aa62c8953637/
Log:fixes and tests
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpyth
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59813:0d9d5d21c955
Date: 2013-01-06 20:28 +0200
http://bitbucket.org/pypy/pypy/changeset/0d9d5d21c955/
Log:hack hack fix fix test test
diff --git a/pypy/rpython/lltypesystem/opimpl.py
b/pypy/rpython/lltypesystem/opimpl.py
--
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59812:b07d28a54bea
Date: 2013-01-06 19:29 +0200
http://bitbucket.org/pypy/pypy/changeset/b07d28a54bea/
Log:hack hack and test test
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.py
--- a/py
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59811:bae0ef64aac4
Date: 2013-01-06 18:47 +0200
http://bitbucket.org/pypy/pypy/changeset/bae0ef64aac4/
Log:hack enough to start passing tests
diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py
--- a/py
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59810:29353cb470d2
Date: 2013-01-06 17:51 +0200
http://bitbucket.org/pypy/pypy/changeset/29353cb470d2/
Log:Branch to try rhettingers idea on dicts. So far fight with rtyper
and try to factor out just enough to write te
Author: Armin Rigo
Branch:
Changeset: r59809:a299cd0a893f
Date: 2013-01-06 10:50 +0100
http://bitbucket.org/pypy/pypy/changeset/a299cd0a893f/
Log:Fix test_assembler_call_float on 32-bit
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/back
Author: Maciej Fijalkowski
Branch:
Changeset: r59808:2852f69d5cbd
Date: 2013-01-06 11:44 +0200
http://bitbucket.org/pypy/pypy/changeset/2852f69d5cbd/
Log:aroundstate can be None
diff --git a/pypy/rpython/lltypesystem/rffi.py
b/pypy/rpython/lltypesystem/rffi.py
--- a/pypy/rpython/lltypesyst
Author: Maciej Fijalkowski
Branch:
Changeset: r59807:00d40f125c12
Date: 2013-01-06 11:42 +0200
http://bitbucket.org/pypy/pypy/changeset/00d40f125c12/
Log:fix test_whatsnew
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/wh
Author: Armin Rigo
Branch:
Changeset: r1115:c5c24774010b
Date: 2013-01-06 10:34 +0100
http://bitbucket.org/cffi/cffi/changeset/c5c24774010b/
Log:Mention uintptr_t too
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -721,11 +7
Author: Armin Rigo
Branch:
Changeset: r1114:372ff4956b15
Date: 2013-01-06 10:27 +0100
http://bitbucket.org/cffi/cffi/changeset/372ff4956b15/
Log:Document intptr_t
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -721,6 +721,12
36 matches
Mail list logo