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
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_
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
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
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/
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
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
-
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
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
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
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
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
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
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
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
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
---
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/
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
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 @@
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
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 @
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 @@
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/
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
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
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/
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
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/_
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
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.
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 @@
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
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
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,
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
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
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
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
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
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
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 @@
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
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.
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
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
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
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
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
48 matches
Mail list logo