[pypy-commit] pypy default: fix bz2 tests under -A

2012-12-05 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59327:715dc9cbc6e1 Date: 2012-12-05 08:27 -0800 http://bitbucket.org/pypy/pypy/changeset/715dc9cbc6e1/ Log:fix bz2 tests under -A diff --git a/pypy/module/bz2/test/test_bz2_file.py b/pypy/module/bz2/test/test_bz2_file.py --- a/pypy/module/bz2/test/te

[pypy-commit] pypy py3k: more StandardError killing

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59328:f6afbec13172 Date: 2012-12-05 11:25 -0800 http://bitbucket.org/pypy/pypy/changeset/f6afbec13172/ Log:more StandardError killing diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobj

[pypy-commit] pypy py3k: kill catching w/ nested tuples

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59329:dfcd72d8e4d9 Date: 2012-12-05 11:25 -0800 http://bitbucket.org/pypy/pypy/changeset/dfcd72d8e4d9/ Log:kill catching w/ nested tuples diff --git a/pypy/interpreter/test/test_exceptcomp.py b/pypy/interpreter/test/test_exceptcomp.py --- a/pyp

[pypy-commit] pypy py3k: py3 is stricter about __len__ results

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59330:51728673df09 Date: 2012-12-05 11:28 -0800 http://bitbucket.org/pypy/pypy/changeset/51728673df09/ Log:py3 is stricter about __len__ results diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/d

[pypy-commit] pypy.org extradoc: typo in visual studio runtime version

2012-12-05 Thread mattip
Author: mattip Branch: extradoc Changeset: r372:944a368cb8e7 Date: 2012-12-05 22:03 +0200 http://bitbucket.org/pypy/pypy.org/changeset/944a368cb8e7/ Log:typo in visual studio runtime version diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -79,7 +79,7 @@

[pypy-commit] pypy default: Fix cpyext.test_getargs. Actually a simplification.

2012-12-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r59331:84b1f2d6568f Date: 2012-12-05 21:10 +0100 http://bitbucket.org/pypy/pypy/changeset/84b1f2d6568f/ Log:Fix cpyext.test_getargs. Actually a simplification. diff --git a/pypy/module/cpyext/test/test_getargs.py b/pypy/module/cpyext/test/tes

[pypy-commit] pypy.org extradoc: fix the source, and in all places

2012-12-05 Thread mattip
Author: mattip Branch: extradoc Changeset: r373:812c640abc65 Date: 2012-12-05 22:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/812c640abc65/ Log:fix the source, and in all places diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.tx

[pypy-commit] pypy py3k: We won't support Py_NewInterpreter(), remove it from _testcapi module.

2012-12-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59332:70a4e41d7849 Date: 2012-12-05 21:21 +0100 http://bitbucket.org/pypy/pypy/changeset/70a4e41d7849/ Log:We won't support Py_NewInterpreter(), remove it from _testcapi module. diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_

[pypy-commit] pypy py3k: Minimal change to skip creation of all W_IntObject:

2012-12-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59333:9d66e87f2fbe Date: 2012-12-05 21:21 +0100 http://bitbucket.org/pypy/pypy/changeset/9d66e87f2fbe/ Log:Minimal change to skip creation of all W_IntObject: redirect wrapint to space.newlong. diff --git a/pypy/objspace/std/intty

[pypy-commit] pypy py3k: hg merge default

2012-12-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59334:c61df215856c Date: 2012-12-05 21:27 +0100 http://bitbucket.org/pypy/pypy/changeset/c61df215856c/ Log:hg merge default diff --git a/pypy/module/bz2/test/test_bz2_file.py b/pypy/module/bz2/test/test_bz2_file.py --- a/pypy/module/bz2/

[pypy-commit] pypy default: update visual studio version that usually runs tests

2012-12-05 Thread mattip
Author: mattip Branch: Changeset: r59335:7f02f3e6fbe6 Date: 2012-12-05 22:42 +0200 http://bitbucket.org/pypy/pypy/changeset/7f02f3e6fbe6/ Log:update visual studio version that usually runs tests diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/d

[pypy-commit] pypy reflex-support: merge default into branch

2012-12-05 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r59339:4882fbb71e92 Date: 2012-12-05 17:23 -0800 http://bitbucket.org/pypy/pypy/changeset/4882fbb71e92/ Log:merge default into branch diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/win

[pypy-commit] pypy reflex-support: adapt to changes in test harness

2012-12-05 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r59338:bda95ea0c6c8 Date: 2012-12-05 17:15 -0800 http://bitbucket.org/pypy/pypy/changeset/bda95ea0c6c8/ Log:adapt to changes in test harness diff --git a/pypy/module/cppyy/test/test_crossing.py b/pypy/module/cppyy/test/test_crossing.py

[pypy-commit] pypy py3k: more now AttributeErrors

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59340:f57746612e14 Date: 2012-12-05 17:12 -0800 http://bitbucket.org/pypy/pypy/changeset/f57746612e14/ Log:more now AttributeErrors diff --git a/pypy/module/thread/test/test_local.py b/pypy/module/thread/test/test_local.py --- a/pypy/module/thr

[pypy-commit] pypy py3k: convert OverflowErrors on bad handler results to IndexError

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59343:e7699f28319e Date: 2012-12-05 17:14 -0800 http://bitbucket.org/pypy/pypy/changeset/e7699f28319e/ Log:convert OverflowErrors on bad handler results to IndexError diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/inter

[pypy-commit] pypy py3k: port test_hash skips from 2.7

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59341:ce0cdf69b07a Date: 2012-12-05 17:13 -0800 http://bitbucket.org/pypy/pypy/changeset/ce0cdf69b07a/ Log:port test_hash skips from 2.7 diff --git a/lib-python/3.2/test/test_hash.py b/lib-python/3.2/test/test_hash.py --- a/lib-python/3.2/test/t

[pypy-commit] pypy py3k: some now passing tests for the silly W_IntObject bug

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59344:b0371bf753c3 Date: 2012-12-05 17:18 -0800 http://bitbucket.org/pypy/pypy/changeset/b0371bf753c3/ Log:some now passing tests for the silly W_IntObject bug diff --git a/pypy/objspace/std/test/test_bytearrayobject.py b/pypy/objspace/std/test

[pypy-commit] pypy py3k: thread -> _thread, 2to3

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59342:499e291b642a Date: 2012-12-05 17:14 -0800 http://bitbucket.org/pypy/pypy/changeset/499e291b642a/ Log:thread -> _thread, 2to3 diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/test/test_connec

[pypy-commit] pypy py3k: gc_collects from 2.7

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59345:8be1ab0970fd Date: 2012-12-05 17:21 -0800 http://bitbucket.org/pypy/pypy/changeset/8be1ab0970fd/ Log:gc_collects from 2.7 diff --git a/lib-python/3.2/test/test_weakref.py b/lib-python/3.2/test/test_weakref.py --- a/lib-python/3.2/test/tes

[pypy-commit] pypy py3k: bytes are valid results for encoding error handlers

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59346:b3899728d46c Date: 2012-12-05 17:26 -0800 http://bitbucket.org/pypy/pypy/changeset/b3899728d46c/ Log:bytes are valid results for encoding error handlers refs http://bugs.python.org/issue16585 diff --git a/lib-python/3.2/test/test_m

[pypy-commit] pypy py3k: fix getcwd to surrogateescape

2012-12-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59347:22a93bb43298 Date: 2012-12-05 17:56 -0800 http://bitbucket.org/pypy/pypy/changeset/22a93bb43298/ Log:fix getcwd to surrogateescape diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/