Author: Philip Jenvey
Branch: py3k
Changeset: r61400:8207e13f2d5e
Date: 2013-02-17 22:24 -0800
http://bitbucket.org/pypy/pypy/changeset/8207e13f2d5e/
Log:apply workaround from 2.7
diff --git a/lib-python/3.2/trace.py b/lib-python/3.2/trace.py
--- a/lib-python/3.2/trace.py
+++ b/lib-python/3.
Author: Philip Jenvey
Branch: py3k
Changeset: r61399:4d0ba925ec33
Date: 2013-02-17 22:23 -0800
http://bitbucket.org/pypy/pypy/changeset/4d0ba925ec33/
Log:this now passes
diff --git a/lib-python/3.2/ctypes/test/test_stringptr.py
b/lib-python/3.2/ctypes/test/test_stringptr.py
--- a/lib-python
Author: Brian Kearns
Branch:
Changeset: r61398:7a0d27055cb4
Date: 2013-02-18 01:14 -0500
http://bitbucket.org/pypy/pypy/changeset/7a0d27055cb4/
Log:add a jitdriver for space.contains, fixes issue1327
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/o
Author: Philip Jenvey
Branch: py3k
Changeset: r61397:f0ad6a84aee7
Date: 2013-02-17 20:21 -0800
http://bitbucket.org/pypy/pypy/changeset/f0ad6a84aee7/
Log:really 2to3 this
diff --git a/pypy/module/__pypy__/test/test_signal.py
b/pypy/module/__pypy__/test/test_signal.py
--- a/pypy/module/__pyp
Author: Philip Jenvey
Branch: py3k
Changeset: r61396:024efa6277ff
Date: 2013-02-17 20:21 -0800
http://bitbucket.org/pypy/pypy/changeset/024efa6277ff/
Log:fix test_syslog
diff --git a/lib_pypy/syslog.py b/lib_pypy/syslog.py
--- a/lib_pypy/syslog.py
+++ b/lib_pypy/syslog.py
@@ -56,6 +56,11 @@
Author: Philip Jenvey
Branch: py3k
Changeset: r61395:9b0d6cfc3e39
Date: 2013-02-17 19:56 -0800
http://bitbucket.org/pypy/pypy/changeset/9b0d6cfc3e39/
Log:fix test_dbm/dbm_ndbm
diff --git a/lib_pypy/_dbm.py b/lib_pypy/_dbm.py
--- a/lib_pypy/_dbm.py
+++ b/lib_pypy/_dbm.py
@@ -1,8 +1,9 @@
-from
Author: Philip Jenvey
Branch: py3k
Changeset: r61394:ef1318b6b1bc
Date: 2013-02-17 19:48 -0800
http://bitbucket.org/pypy/pypy/changeset/ef1318b6b1bc/
Log:our dbm is more of the ndbm flavor not gdbm
diff --git a/lib_pypy/_gdbm.py b/lib_pypy/_dbm.py
rename from lib_pypy/_gdbm.py
rename to lib_
Author: Brian Kearns
Branch:
Changeset: r61393:dcf647ddffef
Date: 2013-02-17 19:17 -0500
http://bitbucket.org/pypy/pypy/changeset/dcf647ddffef/
Log:these imports are still needed
diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpyt
Author: Brian Kearns
Branch:
Changeset: r61392:d1488e476367
Date: 2013-02-17 18:56 -0500
http://bitbucket.org/pypy/pypy/changeset/d1488e476367/
Log:add a fast path to this check
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@
Author: Brian Kearns
Branch:
Changeset: r61389:39ef0a70c0e6
Date: 2013-02-18 00:44 +0100
http://bitbucket.org/pypy/pypy/changeset/39ef0a70c0e6/
Log:believe this test_rarithmetic approach should work (but doesn't)
diff --git a/rpython/rlib/test/test_rarithmetic.py
b/rpython/rlib/test/test_r
Author: Philip Jenvey
Branch: py3k
Changeset: r61388:43790fe331be
Date: 2013-02-17 14:54 -0800
http://bitbucket.org/pypy/pypy/changeset/43790fe331be/
Log:backout 2fb15b5200b6, this breaks things
diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py
--- a/pypy/interpreter/a
Author: Philip Jenvey
Branch: py3k
Changeset: r61387:57a1886270d2
Date: 2013-02-17 14:13 -0800
http://bitbucket.org/pypy/pypy/changeset/57a1886270d2/
Log:simplify
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspace/std/floatobject.py
+++ b/pyp
Author: Philip Jenvey
Branch: py3k
Changeset: r61386:1a3dce362e2e
Date: 2013-02-17 14:09 -0800
http://bitbucket.org/pypy/pypy/changeset/1a3dce362e2e/
Log:merge upstream
diff --git a/lib-python/3.2/ctypes/test/test_arrays.py
b/lib-python/3.2/ctypes/test/test_arrays.py
--- a/lib-python/3.2/ct
Author: Philip Jenvey
Branch: py3k
Changeset: r61385:1a37ab162374
Date: 2013-02-17 13:05 -0800
http://bitbucket.org/pypy/pypy/changeset/1a37ab162374/
Log:fix __module__ on many _io types
diff --git a/pypy/module/_io/interp_bufferedio.py
b/pypy/module/_io/interp_bufferedio.py
--- a/pypy/modu
Author: Philip Jenvey
Branch: py3k
Changeset: r61384:3e3e5f7a72a9
Date: 2013-02-17 14:07 -0800
http://bitbucket.org/pypy/pypy/changeset/3e3e5f7a72a9/
Log:Merged in mjacob/pypy/py3k (pull request #121)
Random py3k fixes #2
diff --git a/lib-python/3.2/ctypes/test/test_arrays.py
b/lib
Author: Manuel Jacob
Branch: py3k
Changeset: r61381:92847c29c6a7
Date: 2013-02-17 22:30 +0100
http://bitbucket.org/pypy/pypy/changeset/92847c29c6a7/
Log:hg backout 1ae411871353
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_functools.py
--- a/lib-python/3.2/tes
Author: Manuel Jacob
Branch: py3k
Changeset: r61379:b1b930ca4d4f
Date: 2013-02-17 19:23 +0100
http://bitbucket.org/pypy/pypy/changeset/b1b930ca4d4f/
Log:hg backout ce51a8cf30f4
diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py
--- a/lib_pypy/_ctypes/array.py
+++ b/lib_pypy/_c
Author: Manuel Jacob
Branch: py3k
Changeset: r61383:ede09f55217f
Date: 2013-02-17 22:49 +0100
http://bitbucket.org/pypy/pypy/changeset/ede09f55217f/
Log:Remove these comments.
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspace/std/floatobject.
Author: Manuel Jacob
Branch: py3k
Changeset: r61377:976cb0174d70
Date: 2013-02-17 17:06 +0100
http://bitbucket.org/pypy/pypy/changeset/976cb0174d70/
Log:Fix these tests to use the new API for _rawffi char Arrays.
diff --git a/pypy/module/_rawffi/test/test_nested.py
b/pypy/module/_rawffi/test
Author: Manuel Jacob
Branch: py3k
Changeset: r61382:f337b3bbb4be
Date: 2013-02-17 22:33 +0100
http://bitbucket.org/pypy/pypy/changeset/f337b3bbb4be/
Log:Use builtinify() instead.
diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py
--- a/lib_pypy/_functools.py
+++ b/lib_pypy/_functool
Author: Manuel Jacob
Branch: py3k
Changeset: r61376:df47657149c2
Date: 2013-02-17 16:59 +0100
http://bitbucket.org/pypy/pypy/changeset/df47657149c2/
Log:Change API for _rawffi Arrays of type 'c': accept and return one-
byte strings, like in default.
diff --git a/pypy/module/_rawffi/in
Author: Manuel Jacob
Branch: py3k
Changeset: r61380:5674074df77e
Date: 2013-02-17 21:00 +0100
http://bitbucket.org/pypy/pypy/changeset/5674074df77e/
Log:Fix/simplify Array type creation.
diff --git a/lib-python/3.2/ctypes/test/test_arrays.py
b/lib-python/3.2/ctypes/test/test_arrays.py
--- a/
Author: Manuel Jacob
Branch: py3k
Changeset: r61375:252004d8094b
Date: 2013-02-17 15:43 +0100
http://bitbucket.org/pypy/pypy/changeset/252004d8094b/
Log:Revert some changes in this test: __getitem__ on _rawffi char arrays
is supposed to return one-byte strings instead of integers.
dif
Author: Manuel Jacob
Branch: py3k
Changeset: r61378:dca1c3574ab8
Date: 2013-02-17 18:51 +0100
http://bitbucket.org/pypy/pypy/changeset/dca1c3574ab8/
Log:Also accept integers but return one-byte strings.
diff --git a/pypy/module/_rawffi/interp_rawffi.py
b/pypy/module/_rawffi/interp_rawffi.py
Author: Manuel Jacob
Branch: py3k
Changeset: r61374:32478fc9726f
Date: 2013-02-17 14:48 +0100
http://bitbucket.org/pypy/pypy/changeset/32478fc9726f/
Log:Work around BytecodeCorruption exception.
diff --git a/pypy/module/_rawffi/test/test__rawffi.py
b/pypy/module/_rawffi/test/test__rawffi.py
Author: Manuel Jacob
Branch: py3k
Changeset: r61373:4da3c416a10c
Date: 2013-02-17 14:46 +0100
http://bitbucket.org/pypy/pypy/changeset/4da3c416a10c/
Log:2to3
diff --git a/pypy/module/_rawffi/test/test__rawffi.py
b/pypy/module/_rawffi/test/test__rawffi.py
--- a/pypy/module/_rawffi/test/test__
Author: Manuel Jacob
Branch: py3k
Changeset: r61370:858eded385ad
Date: 2013-02-16 23:58 +0100
http://bitbucket.org/pypy/pypy/changeset/858eded385ad/
Log:Ensure that repr() is the same as str().
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspac
Author: Manuel Jacob
Branch: py3k
Changeset: r61372:ce51a8cf30f4
Date: 2013-02-17 03:34 +0100
http://bitbucket.org/pypy/pypy/changeset/ce51a8cf30f4/
Log:Fix slicing.
diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py
--- a/lib_pypy/_ctypes/array.py
+++ b/lib_pypy/_ctypes/array
Author: Manuel Jacob
Branch: py3k
Changeset: r61368:33195eac3e1c
Date: 2013-02-16 19:14 +0100
http://bitbucket.org/pypy/pypy/changeset/33195eac3e1c/
Log:Add another gc.collect() in test_tempfile.
diff --git a/lib-python/3.2/test/test_tempfile.py
b/lib-python/3.2/test/test_tempfile.py
--- a/l
Author: Manuel Jacob
Branch: py3k
Changeset: r61371:effcd581dd9e
Date: 2013-02-17 03:27 +0100
http://bitbucket.org/pypy/pypy/changeset/effcd581dd9e/
Log:Raise ArgumentError here again.
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/function.py
Author: Manuel Jacob
Branch: py3k
Changeset: r61366:a8df5c23b131
Date: 2013-02-16 18:52 +0100
http://bitbucket.org/pypy/pypy/changeset/a8df5c23b131/
Log:Raise the right error if int() is called with a base that doesn't
fit into the machine's long int type.
diff --git a/pypy/objspace/s
Author: Manuel Jacob
Branch: py3k
Changeset: r61369:b507401b531e
Date: 2013-02-16 23:33 +0100
http://bitbucket.org/pypy/pypy/changeset/b507401b531e/
Log:Don't test for hash randomization on PyPy.
diff --git a/lib-python/3.2/test/test_cmd_line.py
b/lib-python/3.2/test/test_cmd_line.py
--- a/l
Author: Manuel Jacob
Branch: py3k
Changeset: r61367:68ca8b45806c
Date: 2013-02-16 19:06 +0100
http://bitbucket.org/pypy/pypy/changeset/68ca8b45806c/
Log:Port gc.collect()s from 2.7's test_tempfile.
diff --git a/lib-python/3.2/test/test_tempfile.py
b/lib-python/3.2/test/test_tempfile.py
--- a
Author: Manuel Jacob
Branch: py3k
Changeset: r61364:90dd1dec9cba
Date: 2013-02-16 17:55 +0100
http://bitbucket.org/pypy/pypy/changeset/90dd1dec9cba/
Log:Fix TestPartial.test_repr().
diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py
--- a/lib_pypy/_functools.py
+++ b/lib_pypy/_funct
Author: Manuel Jacob
Branch: py3k
Changeset: r61365:2fb15b5200b6
Date: 2013-02-16 18:34 +0100
http://bitbucket.org/pypy/pypy/changeset/2fb15b5200b6/
Log:Print a better error message when too many positional arguments are
given.
diff --git a/pypy/interpreter/argument.py b/pypy/interpre
Author: Manuel Jacob
Branch: py3k
Changeset: r61363:2ede4cf3b933
Date: 2013-02-16 17:36 +0100
http://bitbucket.org/pypy/pypy/changeset/2ede4cf3b933/
Log:Add a gc.collect() here (ported from 2.7's test_functools).
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_f
Author: Manuel Jacob
Branch: py3k
Changeset: r61362:c704dff6ddfa
Date: 2013-02-16 17:34 +0100
http://bitbucket.org/pypy/pypy/changeset/c704dff6ddfa/
Log:Use equality operator instead of is operator.
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_functools.py
--
Author: Manuel Jacob
Branch: py3k
Changeset: r61361:25627d9b6ee4
Date: 2013-02-16 17:29 +0100
http://bitbucket.org/pypy/pypy/changeset/25627d9b6ee4/
Log:Oops.
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_functools.py
--- a/lib-python/3.2/test/test_functools.p
Author: Manuel Jacob
Branch: py3k
Changeset: r61359:1ae411871353
Date: 2013-02-16 17:23 +0100
http://bitbucket.org/pypy/pypy/changeset/1ae411871353/
Log:Prevent functools.reduce from binding to TestReduce class.
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_fu
Author: Manuel Jacob
Branch: py3k
Changeset: r61360:2aa29a87191b
Date: 2013-02-16 17:25 +0100
http://bitbucket.org/pypy/pypy/changeset/2aa29a87191b/
Log:Skip these checks (ported from 2.7's test_functools).
diff --git a/lib-python/3.2/test/test_functools.py
b/lib-python/3.2/test/test_functoo
Author: Philip Jenvey
Branch: py3k
Changeset: r61357:f5639c619280
Date: 2013-02-17 12:30 -0800
http://bitbucket.org/pypy/pypy/changeset/f5639c619280/
Log:alphabetize
diff --git a/pypy/module/exceptions/__init__.py
b/pypy/module/exceptions/__init__.py
--- a/pypy/module/exceptions/__init__.py
Author: Philip Jenvey
Branch: py3k
Changeset: r61358:a5aff3a56265
Date: 2013-02-17 12:30 -0800
http://bitbucket.org/pypy/pypy/changeset/a5aff3a56265/
Log:default ResourceWarning to ignore
diff --git a/pypy/module/_warnings/interp_warnings.py
b/pypy/module/_warnings/interp_warnings.py
--- a/
Author: Philip Jenvey
Branch: py3k
Changeset: r61356:53e06c688aa3
Date: 2013-02-17 12:27 -0800
http://bitbucket.org/pypy/pypy/changeset/53e06c688aa3/
Log:normalize filesystemencoding
diff --git a/pypy/module/sys/interp_encoding.py
b/pypy/module/sys/interp_encoding.py
--- a/pypy/module/sys/i
Author: Philip Jenvey
Branch: py3k
Changeset: r61354:4fd8ae7b9746
Date: 2013-02-17 11:23 -0800
http://bitbucket.org/pypy/pypy/changeset/4fd8ae7b9746/
Log:2to3
diff --git a/pypy/module/__pypy__/test/test_signal.py
b/pypy/module/__pypy__/test/test_signal.py
--- a/pypy/module/__pypy__/test/tes
Author: Philip Jenvey
Branch: py3k
Changeset: r61355:4952d201e6a0
Date: 2013-02-17 11:24 -0800
http://bitbucket.org/pypy/pypy/changeset/4952d201e6a0/
Log:ensure stderr's initialized before printing to it. this isn't easy
to test
diff --git a/pypy/interpreter/app_main.py b/pypy/interp
Author: Alex Gaynor
Branch:
Changeset: r61353:c6db23ce709e
Date: 2013-02-17 10:52 -0800
http://bitbucket.org/pypy/pypy/changeset/c6db23ce709e/
Log:dead import removal + pep8
diff --git a/rpython/rtyper/rint.py b/rpython/rtyper/rint.py
--- a/rpython/rtyper/rint.py
+++ b/rpython/rtyper/rint.p
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61352:55ad9d09f1b1
Date: 2013-02-17 18:33 +0200
http://bitbucket.org/pypy/pypy/changeset/55ad9d09f1b1/
Log:no JMP_i, fine
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/ji
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61351:a2a74b48aac6
Date: 2013-02-17 18:31 +0200
http://bitbucket.org/pypy/pypy/changeset/a2a74b48aac6/
Log:oops
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61349:376b0fcc2a80
Date: 2013-02-17 18:29 +0200
http://bitbucket.org/pypy/pypy/changeset/376b0fcc2a80/
Log:ARM support, IN-PROGRESS (not working)
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/assem
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61348:6c83318fbde8
Date: 2013-02-17 18:28 +0200
http://bitbucket.org/pypy/pypy/changeset/6c83318fbde8/
Log:fix?
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/
Author: Stephan
Branch:
Changeset: r355:09ec22ba4517
Date: 2013-02-17 15:29 +0100
http://bitbucket.org/pypy/lang-js/changeset/09ec22ba4517/
Log:updated imports from pypy to rpython
diff --git a/js/astbuilder.py b/js/astbuilder.py
--- a/js/astbuilder.py
+++ b/js/astbuilder.py
@@ -1,6 +1,6 @@
Author: Stephan
Branch:
Changeset: r354:9ebc5003814d
Date: 2013-02-17 15:29 +0100
http://bitbucket.org/pypy/lang-js/changeset/9ebc5003814d/
Log:deleted unused file
diff --git a/js/newparser.py b/js/newparser.py
deleted file mode 100644
--- a/js/newparser.py
+++ /dev/null
@@ -1,95 +0,0 @@
-f
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61347:d384b9fd7cff
Date: 2013-02-17 15:44 +0200
http://bitbucket.org/pypy/pypy/changeset/d384b9fd7cff/
Log:fix
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyji
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61346:53c1547352e3
Date: 2013-02-17 15:06 +0200
http://bitbucket.org/pypy/pypy/changeset/53c1547352e3/
Log:unskip those tests
diff --git a/rpython/jit/backend/arm/test/test_runner.py
b/rpython/jit/backend/arm/test/test_runner.p
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61345:bf07804d5c75
Date: 2013-02-17 15:02 +0200
http://bitbucket.org/pypy/pypy/changeset/bf07804d5c75/
Log:fix (I should refactor it actually)
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opasse
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61344:175ce157b84b
Date: 2013-02-17 14:58 +0200
http://bitbucket.org/pypy/pypy/changeset/175ce157b84b/
Log:maybe it's not such a bad idea to just waste a word and have
simplified logic
diff --git a/rpython/jit/backend/ar
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61343:4ae329d875a7
Date: 2013-02-17 12:01 +0200
http://bitbucket.org/pypy/pypy/changeset/4ae329d875a7/
Log:fix import
diff --git a/rpython/jit/backend/x86/test/test_recompilation.py
b/rpython/jit/backend/x86/test/test_recompila
57 matches
Mail list logo