Author: Hakan Ardo
Branch: jit-targets
Changeset: r48900:01cb9893b566
Date: 2011-11-07 18:28 +0100
http://bitbucket.org/pypy/pypy/changeset/01cb9893b566/
Log:fix test
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48902:0a92fe884bc3
Date: 2011-11-07 19:02 +0100
http://bitbucket.org/pypy/pypy/changeset/0a92fe884bc3/
Log:abort unsupported case
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48904:6ad136c18d39
Date: 2011-11-07 20:15 +0100
http://bitbucket.org/pypy/pypy/changeset/6ad136c18d39/
Log:fix tests
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/t
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48901:ac810b69b113
Date: 2011-11-07 18:36 +0100
http://bitbucket.org/pypy/pypy/changeset/ac810b69b113/
Log:fallback to preamble if inlining short preamble fails
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py
b/pypy/jit/metainterp/op
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48903:8ed931ccc062
Date: 2011-11-07 20:08 +0100
http://bitbucket.org/pypy/pypy/changeset/8ed931ccc062/
Log:dont inline short preamble when falling back to the full preamble
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/co
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48906:e008b8114029
Date: 2011-11-08 08:07 +0100
http://bitbucket.org/pypy/pypy/changeset/e008b8114029/
Log:hg merge jit-refactor-tests
diff --git a/pypy/jit/metainterp/test/test_loop.py
b/pypy/jit/metainterp/test/test_loop.py
--- a/pypy/jit
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48905:178c618d4dc3
Date: 2011-11-08 08:06 +0100
http://bitbucket.org/pypy/pypy/changeset/178c618d4dc3/
Log:better way of checking that the retracecount is not exceeded
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48909:df9f538c4ae9
Date: 2011-11-08 10:15 +0100
http://bitbucket.org/pypy/pypy/changeset/df9f538c4ae9/
Log:recursion support
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl.py
++
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48907:0ba1948f37c5
Date: 2011-11-08 08:33 +0100
http://bitbucket.org/pypy/pypy/changeset/0ba1948f37c5/
Log:jumps are allowed to jump to a TargetToken beloning to another
procedure
diff --git a/pypy/jit/metainterp/history.py b/pypy/ji
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48910:c52328c21f19
Date: 2011-11-08 10:25 +0100
http://bitbucket.org/pypy/pypy/changeset/c52328c21f19/
Log:convert test
diff --git a/pypy/jit/metainterp/test/test_exception.py
b/pypy/jit/metainterp/test/test_exception.py
--- a/pypy/j
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48908:8de0c01fb64b
Date: 2011-11-08 08:55 +0100
http://bitbucket.org/pypy/pypy/changeset/8de0c01fb64b/
Log:renames
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/j
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48911:893335d40c74
Date: 2011-11-08 10:26 +0100
http://bitbucket.org/pypy/pypy/changeset/893335d40c74/
Log:hg merge jit-refactor-tests
diff --git a/pypy/jit/metainterp/test/test_exception.py
b/pypy/jit/metainterp/test/test_exception.py
---
Author: hager
Branch: ppc-jit-backend
Changeset: r48912:9b76414ee2fe
Date: 2011-11-08 10:34 +0100
http://bitbucket.org/pypy/pypy/changeset/9b76414ee2fe/
Log:Re-adding David's changes, which I killed on merge :(
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc
Author: Maciej Fijalkowski
Branch:
Changeset: r48913:9827978a2b97
Date: 2011-10-17 11:01 +0200
http://bitbucket.org/pypy/pypy/changeset/9827978a2b97/
Log:fix test_urllib2_localnet - don't be too eager on closing the
response, closing it when we have a socket error seems to be enough
Author: Maciej Fijalkowski
Branch: separate-applevel-numpy
Changeset: r48914:c9cb4eb54185
Date: 2011-10-17 17:58 +0200
http://bitbucket.org/pypy/pypy/changeset/c9cb4eb54185/
Log:merge default
diff --git a/pypy/jit/metainterp/graphpage.py b/pypy/jit/metainterp/graphpage.py
--- a/pypy/jit/meta
Author: Maciej Fijalkowski
Branch:
Changeset: r48915:9d9d4b7af85f
Date: 2011-11-08 11:53 +0100
http://bitbucket.org/pypy/pypy/changeset/9d9d4b7af85f/
Log:write a test that _get_interplevel_cls still works if we have
multiple string implementations. just to avoid confusion I suppose
Author: Maciej Fijalkowski
Branch:
Changeset: r48916:cc101bad6f60
Date: 2011-11-08 12:08 +0100
http://bitbucket.org/pypy/pypy/changeset/cc101bad6f60/
Log:merge default
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mail
Author: Armin Rigo
Branch:
Changeset: r48918:0f2d4f02b0e3
Date: 2011-11-08 12:28 +0100
http://bitbucket.org/pypy/pypy/changeset/0f2d4f02b0e3/
Log:Add a passing test that rgc.ll_arraycopy cannot raise.
diff --git a/pypy/translator/backendopt/test/test_canraise.py
b/pypy/translator/backendop
Author: Armin Rigo
Branch:
Changeset: r48917:daf1ca6435fb
Date: 2011-11-08 12:24 +0100
http://bitbucket.org/pypy/pypy/changeset/daf1ca6435fb/
Log:Move the import globally.
diff --git a/pypy/jit/codewriter/test/test_flatten.py
b/pypy/jit/codewriter/test/test_flatten.py
--- a/pypy/jit/codewr
Author: Armin Rigo
Branch:
Changeset: r48919:a800076e6e9c
Date: 2011-11-08 12:33 +0100
http://bitbucket.org/pypy/pypy/changeset/a800076e6e9c/
Log:Add a test here. *Still* passing.
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/meta
Author: Armin Rigo
Branch:
Changeset: r48920:f03b9b71714c
Date: 2011-11-08 12:47 +0100
http://bitbucket.org/pypy/pypy/changeset/f03b9b71714c/
Log:Yet another obscure attempt at catching the bug
diff --git a/pypy/jit/codewriter/effectinfo.py
b/pypy/jit/codewriter/effectinfo.py
--- a/pypy/ji
Author: Armin Rigo
Branch:
Changeset: r48922:b1d4b57f6170
Date: 2011-11-08 13:08 +0100
http://bitbucket.org/pypy/pypy/changeset/b1d4b57f6170/
Log:Don't use range() here, because it can raise MemoryError.
diff --git a/pypy/rlib/rgc.py b/pypy/rlib/rgc.py
--- a/pypy/rlib/rgc.py
+++ b/pypy/rlib
Author: Armin Rigo
Branch:
Changeset: r48921:2e501c64546b
Date: 2011-11-08 12:48 +0100
http://bitbucket.org/pypy/pypy/changeset/2e501c64546b/
Log:merge heads
diff --git a/pypy/objspace/std/test/test_stdobjspace.py
b/pypy/objspace/std/test/test_stdobjspace.py
--- a/pypy/objspace/std/test/te
Author: Armin Rigo
Branch:
Changeset: r48923:98df871c9c44
Date: 2011-11-08 13:08 +0100
http://bitbucket.org/pypy/pypy/changeset/98df871c9c44/
Log:No-op clean-up.
diff --git a/pypy/jit/codewriter/effectinfo.py
b/pypy/jit/codewriter/effectinfo.py
--- a/pypy/jit/codewriter/effectinfo.py
+++ b
Author: Maciej Fijalkowski
Branch: release-1.7.x
Changeset: r48924:a01f9701efa7
Date: 2011-11-08 13:44 +0100
http://bitbucket.org/pypy/pypy/changeset/a01f9701efa7/
Log:Create a 1.7 branch. Bump version numbers
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/include
Author: Maciej Fijalkowski
Branch:
Changeset: r48925:d5cc360c2060
Date: 2011-11-08 13:44 +0100
http://bitbucket.org/pypy/pypy/changeset/d5cc360c2060/
Log:for completeness sake, bump numbers in the default as well
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/inc
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48926:340cdb94a9f5
Date: 2011-11-08 10:31 +0100
http://bitbucket.org/pypy/pypy/changeset/340cdb94a9f5/
Log:fix test
diff --git a/pypy/jit/metainterp/test/test_exception.py
b/pypy/jit/metainterp/test/test_exception.py
--- a/pypy/jit/metainte
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48928:a6c88d02ef0e
Date: 2011-11-08 11:07 +0100
http://bitbucket.org/pypy/pypy/changeset/a6c88d02ef0e/
Log:dont crash if not inlining the same short preamble as is beeing
produced
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.p
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48929:27c73644ff5a
Date: 2011-11-08 11:32 +0100
http://bitbucket.org/pypy/pypy/changeset/27c73644ff5a/
Log:conversion in progress
diff --git a/pypy/jit/metainterp/test/test_string.py
b/pypy/jit/metainterp/test/test_string.py
--- a/py
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48927:31885b3fa5e9
Date: 2011-11-08 10:43 +0100
http://bitbucket.org/pypy/pypy/changeset/31885b3fa5e9/
Log:exception support
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl.py
++
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48932:1515bd7380ed
Date: 2011-11-08 13:02 +0100
http://bitbucket.org/pypy/pypy/changeset/1515bd7380ed/
Log:fix test to not retrace when the guard is created and only to count
the number of int_mul which is what the test is about
diff
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48930:9b50e8266be0
Date: 2011-11-08 12:11 +0100
http://bitbucket.org/pypy/pypy/changeset/9b50e8266be0/
Log:renaming, redefining and reeanbling the "loop" counters (in
progress)
diff --git a/pypy/jit/metainterp/test/support.py
b/pypy
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48933:7d1b9a847447
Date: 2011-11-08 13:27 +0100
http://bitbucket.org/pypy/pypy/changeset/7d1b9a847447/
Log:fix tests
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/t
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48931:12fef84a6bd0
Date: 2011-11-08 12:51 +0100
http://bitbucket.org/pypy/pypy/changeset/12fef84a6bd0/
Log:make sure all jitcell tokens and traces are actually counted
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48934:8f5285d28ef9
Date: 2011-11-08 13:38 +0100
http://bitbucket.org/pypy/pypy/changeset/8f5285d28ef9/
Log:respect retrace limit
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/j
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48936:5a5c19100cf4
Date: 2011-11-08 14:09 +0100
http://bitbucket.org/pypy/pypy/changeset/5a5c19100cf4/
Log:support max_retrace_guards
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/p
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48935:d200a90155ef
Date: 2011-11-08 13:51 +0100
http://bitbucket.org/pypy/pypy/changeset/d200a90155ef/
Log:fix test to actually count the number of specialized versions of the
loop
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r48937:2634db7ce5b0
Date: 2011-11-08 09:35 -0500
http://bitbucket.org/pypy/pypy/changeset/2634db7ce5b0/
Log:PPC64 support for _save_managed_regs
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcgen/ppc_ass
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r48938:8e3ada08df4f
Date: 2011-11-08 16:43 +0100
http://bitbucket.org/pypy/pypy/changeset/8e3ada08df4f/
Log:a nicely passing test and a test we want to work on
diff --git a/pypy/module/micronumpy/test/test_compile.py
b/pypy/module
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48941:8c667375eed2
Date: 2011-11-08 00:43 +0100
http://bitbucket.org/pypy/pypy/changeset/8c667375eed2/
Log:Merge with default
diff --git a/lib_pypy/pyrepl/commands.py b/lib_pypy/pyrepl/commands.py
--- a/lib_pypy/pyrepl/commands.py
+++
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48939:64b52e0ecfcc
Date: 2011-11-07 17:26 +0100
http://bitbucket.org/pypy/pypy/changeset/64b52e0ecfcc/
Log:Merge with default
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48940:0ea921260824
Date: 2011-11-08 00:41 +0100
http://bitbucket.org/pypy/pypy/changeset/0ea921260824/
Log:removed the last bug from test_typed.py ehich is not related to
rwin32.py buggyness
diff --git a/pypy/rlib/rdtoa.py b/py
Author: Christian Tismer
Branch:
Changeset: r48942:905df0d6d47e
Date: 2011-11-08 16:37 +0100
http://bitbucket.org/pypy/pypy/changeset/905df0d6d47e/
Log:added sys.maxint to the compilation hash, to avoid obscure errors on
windows
diff --git a/pypy/translator/platform/__init__.py
b/p
Author: Christian Tismer
Branch:
Changeset: r48943:7c7c46d6a78d
Date: 2011-11-08 16:41 +0100
http://bitbucket.org/pypy/pypy/changeset/7c7c46d6a78d/
Log:Merge
diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py
--- a/lib_pypy/_ctypes/pointer.py
+++ b/lib_pypy/_ctypes/point
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48944:ac7073eb2075
Date: 2011-11-08 15:09 +0100
http://bitbucket.org/pypy/pypy/changeset/ac7073eb2075/
Log:fix test
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/te
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48946:b449ace83c77
Date: 2011-11-08 15:25 +0100
http://bitbucket.org/pypy/pypy/changeset/b449ace83c77/
Log:fix tests
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/t
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48945:7d76cfa50b41
Date: 2011-11-08 15:14 +0100
http://bitbucket.org/pypy/pypy/changeset/7d76cfa50b41/
Log:indent
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/jit/metainterp/o
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48952:5b50039bad35
Date: 2011-11-08 16:39 +0100
http://bitbucket.org/pypy/pypy/changeset/5b50039bad35/
Log:convreted tests
diff --git a/pypy/jit/metainterp/test/test_del.py
b/pypy/jit/metainterp/test/test_del.py
--- a/pypy/jit/metain
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48947:9021a2a814b1
Date: 2011-11-08 15:40 +0100
http://bitbucket.org/pypy/pypy/changeset/9021a2a814b1/
Log:converted test
diff --git a/pypy/jit/metainterp/test/test_string.py
b/pypy/jit/metainterp/test/test_string.py
--- a/pypy/jit/m
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48948:280c132cc8a4
Date: 2011-11-08 15:52 +0100
http://bitbucket.org/pypy/pypy/changeset/280c132cc8a4/
Log:converted test
diff --git a/pypy/jit/metainterp/test/test_virtualizable.py
b/pypy/jit/metainterp/test/test_virtualizable.py
--
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48949:42eb7a0e
Date: 2011-11-08 15:55 +0100
http://bitbucket.org/pypy/pypy/changeset/42eb7a0e/
Log:fix indentation
diff --git a/pypy/jit/metainterp/test/test_virtualizable.py
b/pypy/jit/metainterp/test/test_virtualizable.py
-
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48950:4f2ecb448124
Date: 2011-11-08 16:03 +0100
http://bitbucket.org/pypy/pypy/changeset/4f2ecb448124/
Log:converted test
diff --git a/pypy/jit/metainterp/test/test_quasiimmut.py
b/pypy/jit/metainterp/test/test_quasiimmut.py
--- a/py
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48951:88ca4d9cb01f
Date: 2011-11-08 16:07 +0100
http://bitbucket.org/pypy/pypy/changeset/88ca4d9cb01f/
Log:converted test
diff --git a/pypy/jit/metainterp/test/test_virtualref.py
b/pypy/jit/metainterp/test/test_virtualref.py
--- a/py
Author: Alex Gaynor
Branch: py3k
Changeset: r48953:442dd206f22d
Date: 2011-11-08 11:25 -0500
http://bitbucket.org/pypy/pypy/changeset/442dd206f22d/
Log:Convert from __nonzero__ to __bool__.
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/functi
Author: Alex Gaynor
Branch: py3k
Changeset: r48954:5c7c60f852c7
Date: 2011-11-08 11:26 -0500
http://bitbucket.org/pypy/pypy/changeset/5c7c60f852c7/
Log:merged upstream
diff --git a/pypy/module/_io/test/test_textio.py
b/pypy/module/_io/test/test_textio.py
--- a/pypy/module/_io/test/test_text
Author: hager
Branch: ppc-jit-backend
Changeset: r48955:dda7336a6e6d
Date: 2011-11-08 08:30 -0800
http://bitbucket.org/pypy/pypy/changeset/dda7336a6e6d/
Log:(bivab, hager): Make function descriptor in case of 64 bit for the
generated machine code.
diff --git a/pypy/jit/backend/ppc/pp
Author: Alex Gaynor
Branch: py3k
Changeset: r48956:a2dc8ef2c638
Date: 2011-11-08 11:42 -0500
http://bitbucket.org/pypy/pypy/changeset/a2dc8ef2c638/
Log:added cmath.isfinite
diff --git a/pypy/module/cmath/__init__.py b/pypy/module/cmath/__init__.py
--- a/pypy/module/cmath/__init__.py
+++ b/py
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48958:685959b8208e
Date: 2011-11-08 17:22 +0100
http://bitbucket.org/pypy/pypy/changeset/685959b8208e/
Log:merge
diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py
--- a/lib_pypy/_ctypes/pointer.py
+++ b/lib_pypy/_c
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48957:8b324f7ce7a9
Date: 2011-11-08 17:21 +0100
http://bitbucket.org/pypy/pypy/changeset/8b324f7ce7a9/
Log:merge
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mai
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48959:ec8e923109d9
Date: 2011-11-08 18:10 +0100
http://bitbucket.org/pypy/pypy/changeset/ec8e923109d9/
Log:all errors are gone from test_typed.py. This was a major hassle
during the last two days. I was hunting an error which wa
Author: hager
Branch: ppc-jit-backend
Changeset: r48960:1445ebbaeb41
Date: 2011-11-08 09:17 -0800
http://bitbucket.org/pypy/pypy/changeset/1445ebbaeb41/
Log:(bivab, hager): Read function address out of function descriptor in
case of 64 bit.
diff --git a/pypy/jit/backend/ppc/ppcgen/pp
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48961:e205679c19d1
Date: 2011-11-08 18:19 +0100
http://bitbucket.org/pypy/pypy/changeset/e205679c19d1/
Log:re-enabled rwin32
diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module/ll_os.py
++
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48962:c00873500c87
Date: 2011-11-08 18:23 +0100
http://bitbucket.org/pypy/pypy/changeset/c00873500c87/
Log:re-enabled rwin32
diff --git a/pypy/doc/discussion/win64_todo.txt
b/pypy/doc/discussion/win64_todo.txt
--- a/pypy/doc/discussio
Author: Armin Rigo
Branch:
Changeset: r48963:e9f7368da478
Date: 2011-11-08 18:53 +0100
http://bitbucket.org/pypy/pypy/changeset/e9f7368da478/
Log:Attempt at producing a Makefile compatible with "nmake lldebug" on
Windows.
diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/ge
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48964:1aa825cbc8de
Date: 2011-11-08 18:58 +0100
http://bitbucket.org/pypy/pypy/changeset/1aa825cbc8de/
Log:ll_os.times() works now
diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module/ll_os
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48965:51c332546797
Date: 2011-11-08 18:58 +0100
http://bitbucket.org/pypy/pypy/changeset/51c332546797/
Log:merge
diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py
--- a/pypy/translator/c/genc.py
+++ b/pypy/translator/c
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r48966:24afd34cee15
Date: 2011-11-08 19:02 +0100
http://bitbucket.org/pypy/pypy/changeset/24afd34cee15/
Log:a skipped test
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--
Author: Maciej Fijalkowski
Branch: numpy-multidim
Changeset: r48967:437d9d1f5a43
Date: 2011-11-08 19:10 +0100
http://bitbucket.org/pypy/pypy/changeset/437d9d1f5a43/
Log:simplification, a new (and unused) class and some comments
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/m
Author: Alex Gaynor
Branch:
Changeset: r48968:4cb1d062d413
Date: 2011-11-08 14:15 -0500
http://bitbucket.org/pypy/pypy/changeset/4cb1d062d413/
Log:a failing optimizeopt test
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
b/pypy/jit/metainterp/optimizeopt/test/test_
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48969:a72479c34dae
Date: 2011-11-08 20:12 +0100
http://bitbucket.org/pypy/pypy/changeset/a72479c34dae/
Log:A non quadratic implementation of random.getrandbits(), badly needed
by test_zlib
diff --git a/pypy/module/_random/interp_r
Author: hager
Branch: ppc-jit-backend
Changeset: r48970:83e046a36db5
Date: 2011-11-08 11:25 -0800
http://bitbucket.org/pypy/pypy/changeset/83e046a36db5/
Log:(edelsohn, hager): Some experiments in _gen_exit_path
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc
Author: hager
Branch: ppc-jit-backend
Changeset: r48971:03431c38f9c9
Date: 2011-11-08 11:34 -0800
http://bitbucket.org/pypy/pypy/changeset/03431c38f9c9/
Log:Remove typo from _gen_exit_path
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48972:95c8b04b7cf8
Date: 2011-11-08 20:34 +0100
http://bitbucket.org/pypy/pypy/changeset/95c8b04b7cf8/
Log:ll_os.utimes works, too
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/py
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48973:689e57b43a04
Date: 2011-11-08 20:35 +0100
http://bitbucket.org/pypy/pypy/changeset/689e57b43a04/
Log:merge
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
b/pypy/jit/metainterp/optimizeopt/test/test_optim
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48974:82f5470affc1
Date: 2011-11-08 20:52 +0100
http://bitbucket.org/pypy/pypy/changeset/82f5470affc1/
Log:test_chdir is fixed now for win32
diff --git a/pypy/rpython/module/test/test_ll_os.py
b/pypy/rpython/module/test/test_ll_os.py
Author: Ronny Pfannschmidt
Branch: py3ksupport
Changeset: r157:2bb3de20db46
Date: 2011-11-08 22:56 +0100
http://bitbucket.org/pypy/pyrepl/changeset/2bb3de20db46/
Log:merge from default
diff --git a/pyrepl/readline.py b/pyrepl/readline.py
--- a/pyrepl/readline.py
+++ b/pyrepl/readline.py
@@ -
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48975:d4d34a4e70e5
Date: 2011-11-08 23:45 +0100
http://bitbucket.org/pypy/pypy/changeset/d4d34a4e70e5/
Log:all of test_ll_os works now (more than before is started win64 ;-)
diff --git a/pypy/rpython/lltypesystem/llmemory.py
b/pypy/rp
Author: Ronny Pfannschmidt
Branch: py3ksupport
Changeset: r158:9de498f86d73
Date: 2011-11-08 23:59 +0100
http://bitbucket.org/pypy/pyrepl/changeset/9de498f86d73/
Log:fix up keymap creation
diff --git a/pyrepl/keymap.py b/pyrepl/keymap.py
--- a/pyrepl/keymap.py
+++ b/pyrepl/keymap.py
@@ -174,
You have received a notification from Dan Colish.
Hi, I forked pypy. My fork is at https://bitbucket.org/dcolish/pypy.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@python.org
http://ma
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48976:10717241c974
Date: 2011-11-09 01:32 +0100
http://bitbucket.org/pypy/pypy/changeset/10717241c974/
Log:test_ll_os_stat works now as well
diff --git a/pypy/rpython/module/ll_os_stat.py
b/pypy/rpython/module/ll_os_stat.py
--- a/pypy
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48977:ede54430f3a2
Date: 2011-11-09 01:48 +0100
http://bitbucket.org/pypy/pypy/changeset/ede54430f3a2/
Log:test_ll_os_stat works now, too. Hint: never assume 'c:\temp' exists.
Use the environ!
diff --git a/pypy/rpython/module/t
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48978:4e6f08cf4321
Date: 2011-11-09 02:34 +0100
http://bitbucket.org/pypy/pypy/changeset/4e6f08cf4321/
Log:test_ll_time: test_time_sleep works
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic
Author: Philip Jenvey
Branch: py3k
Changeset: r48979:75461738f371
Date: 2011-11-08 17:48 -0800
http://bitbucket.org/pypy/pypy/changeset/75461738f371/
Log:improve pep3120 support
diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py
b/pypy/interpreter/astcompiler/test/test_astbui
Author: Philip Jenvey
Branch: py3k
Changeset: r48980:0357086d2dc0
Date: 2011-11-08 18:08 -0800
http://bitbucket.org/pypy/pypy/changeset/0357086d2dc0/
Log:fix bytes' repr
diff --git a/pypy/objspace/std/stringobject.py
b/pypy/objspace/std/stringobject.py
--- a/pypy/objspace/std/stringobject.p
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48981:d8a8d1ed4a04
Date: 2011-11-09 03:21 +0100
http://bitbucket.org/pypy/pypy/changeset/d8a8d1ed4a04/
Log:test_posix: test_open works
diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module/l
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48982:dc98b8e33da9
Date: 2011-11-09 03:32 +0100
http://bitbucket.org/pypy/pypy/changeset/dc98b8e33da9/
Log:test_posix: test_isatty works
diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py
--- a/pypy/rpython/module
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r48983:f9f4bedbab84
Date: 2011-11-08 22:22 -0500
http://bitbucket.org/pypy/pypy/changeset/f9f4bedbab84/
Log:begin refactoring everything. nothing works.
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compil
Author: Alex Gaynor
Branch: numpy-dtype-refactor
Changeset: r48984:b055942a4830
Date: 2011-11-08 23:26 -0500
http://bitbucket.org/pypy/pypy/changeset/b055942a4830/
Log:more updates to code and tests
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pyp
88 matches
Mail list logo