[pypy-commit] pypy default: fix test_app_main.py for win32

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61028:a069f835df51 Date: 2013-02-10 03:02 -0500 http://bitbucket.org/pypy/pypy/changeset/a069f835df51/ Log:fix test_app_main.py for win32 diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/inter

[pypy-commit] pypy default: another fix for numpy test_abstract_types on 32bit

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61029:db8798f2b416 Date: 2013-02-10 03:27 -0500 http://bitbucket.org/pypy/pypy/changeset/db8798f2b416/ Log:another fix for numpy test_abstract_types on 32bit diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_

[pypy-commit] pypy default: fix test_kqueue

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61030:7f1bb5e70bca Date: 2013-02-10 00:33 -0800 http://bitbucket.org/pypy/pypy/changeset/7f1bb5e70bca/ Log:fix test_kqueue diff --git a/pypy/module/select/test/test_kqueue.py b/pypy/module/select/test/test_kqueue.py --- a/pypy/module/select/test/tes

[pypy-commit] pypy default: python2.6 compat

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61031:a174c61bb9fc Date: 2013-02-10 04:21 -0500 http://bitbucket.org/pypy/pypy/changeset/a174c61bb9fc/ Log:python2.6 compat diff --git a/pypy/module/test_lib_pypy/test_datetime.py b/pypy/module/test_lib_pypy/test_datetime.py --- a/pypy/module/test_l

[pypy-commit] pypy default: skip this test on older host pythons

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61032:15b403e9996f Date: 2013-02-10 04:39 -0500 http://bitbucket.org/pypy/pypy/changeset/15b403e9996f/ Log:skip this test on older host pythons diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_lib_pypy/test_sqlite3.py --- a/

[pypy-commit] pypy default: Constant fold str.{start, end}swith in the annotator

2013-02-10 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61033:96802b7f8b62 Date: 2013-02-10 01:55 -0800 http://bitbucket.org/pypy/pypy/changeset/96802b7f8b62/ Log:Constant fold str.{start,end}swith in the annotator diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpy

[pypy-commit] pypy default: partially revert 4237a1dca2e8 to fix namedtuple namespace problems

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61034:f7c8f6cf3434 Date: 2013-02-10 05:49 -0500 http://bitbucket.org/pypy/pypy/changeset/f7c8f6cf3434/ Log:partially revert 4237a1dca2e8 to fix namedtuple namespace problems diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py -

[pypy-commit] pypy default: Convert w_globals passed to exec to celldict, if not already a celldict.

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61035:60b3f3d002ba Date: 2013-02-10 12:49 +0200 http://bitbucket.org/pypy/pypy/changeset/60b3f3d002ba/ Log:Convert w_globals passed to exec to celldict, if not already a celldict. Potentially questionable checkin, but I don't think it's

[pypy-commit] pypy default: merge

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61036:d8841110c366 Date: 2013-02-10 12:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d8841110c366/ Log:merge diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b/lib-python/2.7

[pypy-commit] pypy default: fix test_ll_os_environ on darwin

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61037:2c718aa7ab8f Date: 2013-02-10 03:12 -0800 http://bitbucket.org/pypy/pypy/changeset/2c718aa7ab8f/ Log:fix test_ll_os_environ on darwin diff --git a/rpython/rtyper/module/ll_os_environ.py b/rpython/rtyper/module/ll_os_environ.py --- a/rpython/rt

[pypy-commit] pypy default: small cleanups

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61038:88ba0bad7688 Date: 2013-02-10 07:35 -0500 http://bitbucket.org/pypy/pypy/changeset/88ba0bad7688/ Log:small cleanups diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interpreter/test2/tes

[pypy-commit] pypy default: fix test_app_main

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61039:c7f4ca65c2ce Date: 2013-02-10 08:04 -0500 http://bitbucket.org/pypy/pypy/changeset/c7f4ca65c2ce/ Log:fix test_app_main diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interp

[pypy-commit] pypy jitframe-on-heap: 32bit fix

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61040:fb53361d4f6e Date: 2013-02-10 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/fb53361d4f6e/ Log:32bit fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/bac

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61041:5ebb36945721 Date: 2013-02-10 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/5ebb36945721/ Log:merge diff --git a/rpython/jit/backend/arm/arch.py b/rpython/jit/backend/arm/arch.py --- a/rpython/jit/backend/arm/arch.p

[pypy-commit] pypy default: these asserts should work

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61042:77dc5a5f2dfe Date: 2013-02-10 08:38 -0500 http://bitbucket.org/pypy/pypy/changeset/77dc5a5f2dfe/ Log:these asserts should work diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interprete

[pypy-commit] pypy jitframe-on-heap: push for _check_frame_depth

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61043:70d8ed3723ef Date: 2013-02-10 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/70d8ed3723ef/ Log:push for _check_frame_depth diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy jitframe-on-heap: finish fix

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61044:1b13505c17e9 Date: 2013-02-10 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/1b13505c17e9/ Log:finish fix diff --git a/rpython/jit/backend/x86/regloc.py b/rpython/jit/backend/x86/regloc.py --- a/rpython/jit/backend/

[pypy-commit] cffi slicing: Slicing cdata objects

2013-02-10 Thread arigo
Author: Armin Rigo Branch: slicing Changeset: r1133:9320bd4488cf Date: 2013-02-10 14:44 +0100 http://bitbucket.org/cffi/cffi/changeset/9320bd4488cf/ Log:Slicing cdata objects ___ pypy-commit mailing list [email protected] http://mail.python.or

[pypy-commit] cffi slicing: getting a slice

2013-02-10 Thread arigo
Author: Armin Rigo Branch: slicing Changeset: r1134:b68c5dd2b9ce Date: 2013-02-10 14:44 +0100 http://bitbucket.org/cffi/cffi/changeset/b68c5dd2b9ce/ Log:getting a slice diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -102,7 +102,8 @@

[pypy-commit] cffi slicing: More tests, small fixes

2013-02-10 Thread arigo
Author: Armin Rigo Branch: slicing Changeset: r1135:15cf69c6307c Date: 2013-02-10 14:52 +0100 http://bitbucket.org/cffi/cffi/changeset/15cf69c6307c/ Log:More tests, small fixes diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1728,13 +172

[pypy-commit] cffi slicing: slice assignment.

2013-02-10 Thread arigo
Author: Armin Rigo Branch: slicing Changeset: r1137:d44a9f5c736e Date: 2013-02-10 15:27 +0100 http://bitbucket.org/cffi/cffi/changeset/d44a9f5c736e/ Log:slice assignment. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1723,11 +1723,10 @

[pypy-commit] cffi slicing: Check error paths

2013-02-10 Thread arigo
Author: Armin Rigo Branch: slicing Changeset: r1136:8e01f5212871 Date: 2013-02-10 14:57 +0100 http://bitbucket.org/cffi/cffi/changeset/8e01f5212871/ Log:Check error paths diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1760,8 +1760,7 @@

[pypy-commit] pypy jitframe-on-heap: some call fixes, comment out STDCALL (is it ever used?)

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61045:3e1f51eb9620 Date: 2013-02-10 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/3e1f51eb9620/ Log:some call fixes, comment out STDCALL (is it ever used?) diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/

[pypy-commit] pypy jitframe-on-heap: turns out floats are 2-words wide on 32bit

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61046:87bb01bc4ae8 Date: 2013-02-10 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/87bb01bc4ae8/ Log:turns out floats are 2-words wide on 32bit diff --git a/rpython/jit/backend/x86/arch.py b/rpython/jit/backend/x86/arch.py

[pypy-commit] pypy jitframe-on-heap: fix failure generation

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61047:46e31ce352d7 Date: 2013-02-10 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/46e31ce352d7/ Log:fix failure generation diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rp

[pypy-commit] pypy jitframe-on-heap: fix here too

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61048:ae33ff65877b Date: 2013-02-10 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ae33ff65877b/ Log:fix here too diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/

[pypy-commit] cffi slicing: Document

2013-02-10 Thread arigo
Author: Armin Rigo Branch: slicing Changeset: r1138:91d651f7cdce Date: 2013-02-10 17:30 +0100 http://bitbucket.org/cffi/cffi/changeset/91d651f7cdce/ Log:Document diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1274,9 +1274,9

[pypy-commit] cffi slicing: Add a past path for slice assignment with a cdata-of-same-type source.

2013-02-10 Thread arigo
Author: Armin Rigo Branch: slicing Changeset: r1139:dc27146b274a Date: 2013-02-10 17:37 +0100 http://bitbucket.org/cffi/cffi/changeset/dc27146b274a/ Log:Add a past path for slice assignment with a cdata-of-same-type source. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_

[pypy-commit] cffi enum-as-int: Document

2013-02-10 Thread arigo
Author: Armin Rigo Branch: enum-as-int Changeset: r1140:7ee599904f2f Date: 2013-02-10 17:48 +0100 http://bitbucket.org/cffi/cffi/changeset/7ee599904f2f/ Log:Document diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1031,7 +103

[pypy-commit] cffi auto-types: Playing with the idea of declaring common types more automatically,

2013-02-10 Thread arigo
Author: Armin Rigo Branch: auto-types Changeset: r1141:57fd9e0b796d Date: 2013-02-10 18:08 +0100 http://bitbucket.org/cffi/cffi/changeset/57fd9e0b796d/ Log:Playing with the idea of declaring common types more automatically, but only as long as the cdef code doesn't declare them too.

[pypy-commit] cffi auto-types: Implementation

2013-02-10 Thread arigo
Author: Armin Rigo Branch: auto-types Changeset: r1142:ee2c2a732000 Date: 2013-02-10 18:52 +0100 http://bitbucket.org/cffi/cffi/changeset/ee2c2a732000/ Log:Implementation diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3214,7 +3214,7 @@

[pypy-commit] cffi auto-types: - add missing file

2013-02-10 Thread arigo
Author: Armin Rigo Branch: auto-types Changeset: r1143:a059934a26e2 Date: 2013-02-10 19:12 +0100 http://bitbucket.org/cffi/cffi/changeset/a059934a26e2/ Log:- add missing file - add 'bool' support diff --git a/cffi/commontypes.py b/cffi/commontypes.py new file mode 100644 --- /dev/nul

[pypy-commit] cffi auto-types: Add all standard Windows types (as per a list from some official-looking

2013-02-10 Thread arigo
Author: Armin Rigo Branch: auto-types Changeset: r1144:34f7feebf13d Date: 2013-02-10 20:11 +0100 http://bitbucket.org/cffi/cffi/changeset/34f7feebf13d/ Log:Add all standard Windows types (as per a list from some official- looking page of the MS site). diff --git a/cffi/commontypes.py

[pypy-commit] cffi auto-types: Document

2013-02-10 Thread arigo
Author: Armin Rigo Branch: auto-types Changeset: r1145:0c6eccf9f424 Date: 2013-02-10 20:51 +0100 http://bitbucket.org/cffi/cffi/changeset/0c6eccf9f424/ Log:Document diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -390,25 +390,

[pypy-commit] pypy default: kill this old unused flag

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61049:daff78b35e66 Date: 2013-02-10 16:10 -0500 http://bitbucket.org/pypy/pypy/changeset/daff78b35e66/ Log:kill this old unused flag diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pyp

[pypy-commit] pypy default: support testing env values passed to app_main, test supported vars

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61050:b36eaca14928 Date: 2013-02-10 16:48 -0500 http://bitbucket.org/pypy/pypy/changeset/b36eaca14928/ Log:support testing env values passed to app_main, test supported vars diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/tes

[pypy-commit] pypy default: app_main support a few more args/env vars

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61051:a4cde53c1b7e Date: 2013-02-10 16:54 -0500 http://bitbucket.org/pypy/pypy/changeset/a4cde53c1b7e/ Log:app_main support a few more args/env vars diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_m

[pypy-commit] pypy jitframe-on-heap: Make sure we allocate floats at even places (and the comments are true)

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61052:d1e8b34335c6 Date: 2013-02-10 23:59 +0200 http://bitbucket.org/pypy/pypy/changeset/d1e8b34335c6/ Log:Make sure we allocate floats at even places (and the comments are true) diff --git a/rpython/jit/backend/llsuppor

[pypy-commit] pypy jitframe-on-heap: some wb fixes for 32bit

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61053:6dea91b6fe28 Date: 2013-02-11 00:07 +0200 http://bitbucket.org/pypy/pypy/changeset/6dea91b6fe28/ Log:some wb fixes for 32bit diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/r

[pypy-commit] pypy jitframe-on-heap: 32bit fixes

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61054:3cd33894e381 Date: 2013-02-11 00:37 +0200 http://bitbucket.org/pypy/pypy/changeset/3cd33894e381/ Log:32bit fixes diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/b

[pypy-commit] pypy default: allow dbm to find bdb up to 5.3

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61055:8234f36749c5 Date: 2013-02-10 20:12 -0500 http://bitbucket.org/pypy/pypy/changeset/8234f36749c5/ Log:allow dbm to find bdb up to 5.3 diff --git a/lib_pypy/dbm.py b/lib_pypy/dbm.py --- a/lib_pypy/dbm.py +++ b/lib_pypy/dbm.py @@ -126,8 +126,8 @@

[pypy-commit] pypy default: test and fix lib_pypy.dbm handling of null characters (patch from antocuni)

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61056:3bca589bc8bd Date: 2013-02-10 20:44 -0500 http://bitbucket.org/pypy/pypy/changeset/3bca589bc8bd/ Log:test and fix lib_pypy.dbm handling of null characters (patch from antocuni) diff --git a/lib_pypy/dbm.py b/lib_pypy/dbm.py --- a/lib_py

[pypy-commit] pypy default: clean up ieee.py and add another test

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61057:b93922fe456d Date: 2013-02-10 22:01 -0500 http://bitbucket.org/pypy/pypy/changeset/b93922fe456d/ Log:clean up ieee.py and add another test diff --git a/rpython/rlib/rstruct/ieee.py b/rpython/rlib/rstruct/ieee.py --- a/rpython/rlib/rstruct/ieee.

[pypy-commit] pypy default: move the pyrepl tests to test_lib_pypy so they have a hope of being executed

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61058:8f0c8d10c0cd Date: 2013-02-11 00:12 -0500 http://bitbucket.org/pypy/pypy/changeset/8f0c8d10c0cd/ Log:move the pyrepl tests to test_lib_pypy so they have a hope of being executed diff --git a/lib_pypy/pyrepl/tests/__init__.py b/pypy/mod

[pypy-commit] pypy default: apply some fixes to get the pyrepl tests running

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61060:4cc85256a407 Date: 2013-02-11 01:51 -0500 http://bitbucket.org/pypy/pypy/changeset/4cc85256a407/ Log:apply some fixes to get the pyrepl tests running diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py --- a/lib_pypy/pyrepl/reade

[pypy-commit] pypy default: move this ctypes_config_cache test so it gets run

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61061:d4f8da207e2d Date: 2013-02-11 01:57 -0500 http://bitbucket.org/pypy/pypy/changeset/d4f8da207e2d/ Log:move this ctypes_config_cache test so it gets run diff --git a/lib_pypy/ctypes_config_cache/test/test_cache.py b/pypy/module/test_lib_pypy/tes

[pypy-commit] pypy default: update the pyrepl tests from upstream

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61059:b724dd140134 Date: 2013-02-11 01:37 -0500 http://bitbucket.org/pypy/pypy/changeset/b724dd140134/ Log:update the pyrepl tests from upstream diff --git a/pypy/module/test_lib_pypy/pyrepl/__init__.py b/pypy/module/test_lib_pypy/pyrepl/__init__.py

[pypy-commit] pypy default: this file no longer needed

2013-02-10 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61062:f8ad0b03911c Date: 2013-02-11 01:59 -0500 http://bitbucket.org/pypy/pypy/changeset/f8ad0b03911c/ Log:this file no longer needed diff --git a/lib_pypy/conftest.py b/lib_pypy/conftest.py deleted file mode 100644 --- a/lib_pypy/conftest.py +++ /de