[pypy-commit] pypy default: Only run those tests with -A

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62934:9775f9f216ea Date: 2013-04-03 08:16 +0200 http://bitbucket.org/pypy/pypy/changeset/9775f9f216ea/ Log:Only run those tests with -A diff --git a/pypy/module/test_lib_pypy/cffi_tests/conftest.py

[pypy-commit] pypy default: merge

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62935:81f66d14e6f8 Date: 2013-04-03 08:17 +0200 http://bitbucket.org/pypy/pypy/changeset/81f66d14e6f8/ Log:merge diff --git a/rpython/rtyper/module/test/test_ll_termios.py b/rpython/rtyper/module/test/test_ll_termios.py ---

[pypy-commit] pypy default: reimport cffi

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62936:713dc024b11b Date: 2013-04-03 08:21 +0200 http://bitbucket.org/pypy/pypy/changeset/713dc024b11b/ Log:reimport cffi diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py

[pypy-commit] cffi default: use abspath in tests

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r1225:ba77a83bc4db Date: 2013-04-03 08:22 +0200 http://bitbucket.org/cffi/cffi/changeset/ba77a83bc4db/ Log:use abspath in tests diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py ---

[pypy-commit] pypy default: fix whatsnew

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62937:63d97a479555 Date: 2013-04-03 08:24 +0200 http://bitbucket.org/pypy/pypy/changeset/63d97a479555/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62938:62d1937a83d2 Date: 2013-04-03 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/62d1937a83d2/ Log:fix diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py ---

[pypy-commit] pypy default: more fixes for negatives

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62939:09c60a05dd39 Date: 2013-04-03 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/09c60a05dd39/ Log:more fixes for negatives diff --git a/pypy/tool/jitlogparser/storage.py b/pypy/tool/jitlogparser/storage.py ---

[pypy-commit] pypy default: there can be a - too

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62940:88fd66eefa33 Date: 2013-04-03 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/88fd66eefa33/ Log:there can be a - too diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py ---

[pypy-commit] pypy default: and here

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62941:fa72a9f2325c Date: 2013-04-03 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/fa72a9f2325c/ Log:and here diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py ---

[pypy-commit] pypy default: if we're a bit unlucky, the bridge is the main path, so we end up

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62942:82d673cea68a Date: 2013-04-03 08:46 +0200 http://bitbucket.org/pypy/pypy/changeset/82d673cea68a/ Log:if we're a bit unlucky, the bridge is the main path, so we end up with a bridge-on-bridge instead. just relax

[pypy-commit] pypy default: I think it's fine if codecs are not preimported, honestly

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62943:17dbaa121d5d Date: 2013-04-03 09:16 +0200 http://bitbucket.org/pypy/pypy/changeset/17dbaa121d5d/ Log:I think it's fine if codecs are not preimported, honestly diff --git a/pypy/module/test_lib_pypy/test_site_extra.py

[pypy-commit] pypy default: reimport cffi

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62944:3a51f6849889 Date: 2013-04-03 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3a51f6849889/ Log:reimport cffi diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py

[pypy-commit] cffi default: an attempt to not run it on older virtualenvs

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r1226:982940f8c484 Date: 2013-04-03 09:45 +0200 http://bitbucket.org/cffi/cffi/changeset/982940f8c484/ Log:an attempt to not run it on older virtualenvs diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py

[pypy-commit] pypy default: this test hangs on OS X, seems pyrepl is completely broken there, but I don't want to care

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62945:8c742965eb99 Date: 2013-04-03 09:52 +0200 http://bitbucket.org/pypy/pypy/changeset/8c742965eb99/ Log:this test hangs on OS X, seems pyrepl is completely broken there, but I don't want to care diff --git

[pypy-commit] pypy default: oops

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62946:994a2bcc7018 Date: 2013-04-03 09:53 +0200 http://bitbucket.org/pypy/pypy/changeset/994a2bcc7018/ Log:oops diff --git a/pypy/module/test_lib_pypy/pyrepl/test_bugs.py b/pypy/module/test_lib_pypy/pyrepl/test_bugs.py ---

[pypy-commit] pypy default: revert those changes, we should either skip the entire dir or just forget it

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62947:40f2d95fa9b4 Date: 2013-04-03 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/40f2d95fa9b4/ Log:revert those changes, we should either skip the entire dir or just forget it diff --git

[pypy-commit] pypy default: make sure encodings is always preimported to match cpython

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62948:f160281ab661 Date: 2013-04-03 01:02 -0700 http://bitbucket.org/pypy/pypy/changeset/f160281ab661/ Log:make sure encodings is always preimported to match cpython diff --git a/lib-python/2/site.py b/lib-python/2/site.py ---

[pypy-commit] pypy default: backout 17dbaa121d5d

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62949:d3233835e793 Date: 2013-04-03 01:03 -0700 http://bitbucket.org/pypy/pypy/changeset/d3233835e793/ Log:backout 17dbaa121d5d diff --git a/pypy/module/test_lib_pypy/test_site_extra.py

[pypy-commit] pypy curses_cffi: close to be merged branch

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: curses_cffi Changeset: r62950:b11934bd68f0 Date: 2013-04-03 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b11934bd68f0/ Log:close to be merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: merge curses_cffi

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62951:f0b6bedc5a31 Date: 2013-04-03 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/f0b6bedc5a31/ Log:merge curses_cffi diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: fix whatsnew

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62952:bb586782e481 Date: 2013-04-03 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/bb586782e481/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: merge

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62955:40c31c512b2a Date: 2013-04-03 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/40c31c512b2a/ Log:merge diff --git a/lib-python/2/site.py b/lib-python/2/site.py --- a/lib-python/2/site.py +++ b/lib-python/2/site.py @@

[pypy-commit] pypy default: Kill _minimal_curses mentions

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62953:084c46734a1c Date: 2013-04-03 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/084c46734a1c/ Log:Kill _minimal_curses mentions diff --git a/lib_pypy/_minimal_curses.py b/lib_pypy/_minimal_curses.py deleted file mode

[pypy-commit] pypy default: actually kill _minimal_curses

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62954:b293049d40a5 Date: 2013-04-03 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/b293049d40a5/ Log:actually kill _minimal_curses diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

[pypy-commit] pypy default: move cffi egg-info next to cffi dir

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62956:459eee432bb3 Date: 2013-04-03 04:10 -0400 http://bitbucket.org/pypy/pypy/changeset/459eee432bb3/ Log:move cffi egg-info next to cffi dir diff --git a/lib-python/2/cffi.egg-info b/lib_pypy/cffi.egg-info rename from

[pypy-commit] pypy default: fix the test

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62957:9c17279f5949 Date: 2013-04-03 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/9c17279f5949/ Log:fix the test diff --git a/pypy/tool/jitlogparser/test/logtest.log b/pypy/tool/jitlogparser/test/logtest.log ---

[pypy-commit] pypy default: merge

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62958:ddf565617f3d Date: 2013-04-03 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/ddf565617f3d/ Log:merge diff --git a/lib-python/2/cffi.egg-info b/lib_pypy/cffi.egg-info rename from lib-python/2/cffi.egg-info rename to

[pypy-commit] pypy default: try to use minimal curses

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62960:9c11c99803b8 Date: 2013-04-03 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9c11c99803b8/ Log:try to use minimal curses diff --git a/lib_pypy/pyrepl/curses.py b/lib_pypy/pyrepl/curses.py ---

[pypy-commit] pypy default: readd _minimal_curses

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62959:3dcd89310152 Date: 2013-04-03 11:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3dcd89310152/ Log:readd _minimal_curses diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py

[pypy-commit] cffi default: Backed out changeset 982940f8c484

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1227:822523ca9c65 Date: 2013-04-03 11:40 +0200 http://bitbucket.org/cffi/cffi/changeset/822523ca9c65/ Log:Backed out changeset 982940f8c484 Should not be needed any more after PyPy's revert to lib- python/2.7. diff

[pypy-commit] pypy default: Remove the mention of vendor-rename in whatsnew-head.rst.

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62965:e62d26e480f0 Date: 2013-04-03 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/e62d26e480f0/ Log:Remove the mention of vendor-rename in whatsnew-head.rst. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: Run pypy/tool/import_cffi.py.

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62966:81d0d321b500 Date: 2013-04-03 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/81d0d321b500/ Log:Run pypy/tool/import_cffi.py. diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py

[pypy-commit] pypy default: Add a header line to all files copied and mangled by import_cffi.py.

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62967:74e45c655eab Date: 2013-04-03 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/74e45c655eab/ Log:Add a header line to all files copied and mangled by import_cffi.py. diff --git

[pypy-commit] pypy default: Copy from conftest.py from ../ctypes/test/.

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62969:cf959bd6387f Date: 2013-04-03 13:08 +0200 http://bitbucket.org/pypy/pypy/changeset/cf959bd6387f/ Log:Copy from conftest.py from ../ctypes/test/. diff --git a/pypy/module/test_lib_pypy/ctypes_tests/conftest.py

[pypy-commit] pypy default: Re-add the snippets subdirectory, removed by mistake

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62970:da117f9dbcc5 Date: 2013-04-03 13:12 +0200 http://bitbucket.org/pypy/pypy/changeset/da117f9dbcc5/ Log:Re-add the snippets subdirectory, removed by mistake diff --git

[pypy-commit] cffi default: Check that pycparser was correctly installed, by checking that

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1228:c8d9d1907505 Date: 2013-04-03 13:24 +0200 http://bitbucket.org/cffi/cffi/changeset/c8d9d1907505/ Log:Check that pycparser was correctly installed, by checking that lextab.py and yacctab.py are not regenerated at run-time.

[pypy-commit] pypy default: Update to cffi/c8d9d1907505

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62971:70527adbffa8 Date: 2013-04-03 13:27 +0200 http://bitbucket.org/pypy/pypy/changeset/70527adbffa8/ Log:Update to cffi/c8d9d1907505 diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py

[pypy-commit] pypy default: Fix the path here too. Without this, lextab.py and yacctab.py are

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62972:1177ea45623b Date: 2013-04-03 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/1177ea45623b/ Log:Fix the path here too. Without this, lextab.py and yacctab.py are regenerated, which is a waste of time. Now

[pypy-commit] lang-smalltalk default: patched getname, because in the newer images, not the class but an association is the last literal.

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r233:9545bbb0ad07 Date: 2013-03-25 18:20 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/9545bbb0ad07/ Log:patched getname, because in the newer images, not the class but an association is the last literal.

[pypy-commit] lang-smalltalk default: removed a mistake within format strings

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r234:bb72ffd1eb04 Date: 2013-03-25 18:21 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/bb72ffd1eb04/ Log:removed a mistake within format strings diff --git a/spyvm/shadow.py b/spyvm/shadow.py ---

[pypy-commit] lang-smalltalk default: patched module setup of test_miniimage to be able to reuse space and interp variables within other tests

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r235:104fb3ec72ad Date: 2013-03-25 18:23 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/104fb3ec72ad/ Log:patched module setup of test_miniimage to be able to reuse space and interp variables within other

[pypy-commit] lang-smalltalk default: fixed a bug in perform_with_args and added some comments

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r238:c79d9f581fe7 Date: 2013-03-26 11:26 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c79d9f581fe7/ Log:fixed a bug in perform_with_args and added some comments diff --git a/spyvm/primitives.py

[pypy-commit] lang-smalltalk default: added some tracing code

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r236:c47050335e18 Date: 2013-03-25 18:26 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c47050335e18/ Log:added some tracing code for compiling, they need to be commented out because there are still some

[pypy-commit] lang-smalltalk default: merge with tip

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r240:8301476cf55c Date: 2013-03-26 21:30 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/8301476cf55c/ Log:merge with tip and... (because merges can not be partially committed and I forgot to commit

[pypy-commit] lang-smalltalk default: extending the tracing code

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r237:843613d2ad89 Date: 2013-03-26 10:51 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/843613d2ad89/ Log:extending the tracing code diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py ---

[pypy-commit] lang-smalltalk default: tests for the changed primitive behavior

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r241:a1b3c3b15d75 Date: 2013-03-26 21:31 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a1b3c3b15d75/ Log:tests for the changed primitive behavior diff --git a/spyvm/test/test_largeinteger.py

[pypy-commit] lang-smalltalk default: added positive_32bit_integer wrapping functions to space

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r239:d1a240901b6d Date: 2013-03-26 13:41 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/d1a240901b6d/ Log:added positive_32bit_integer wrapping functions to space the result is that we can now do primitive

[pypy-commit] lang-smalltalk default: (cfbolz, lwassermann): refactored the step function to have an unfolding loop instead of creating the methods source as string and compiling it.

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r243:626d7d57e4ab Date: 2013-03-28 14:28 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/626d7d57e4ab/ Log:(cfbolz, lwassermann): refactored the step function to have an unfolding loop instead of creating

[pypy-commit] lang-smalltalk default: fixed wrap_uint to never create w_LargePositiveInteger instances of size = 4

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r242:868fcedf2f58 Date: 2013-03-28 12:46 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/868fcedf2f58/ Log:fixed wrap_uint to never create w_LargePositiveInteger instances of size = 4 diff --git

[pypy-commit] lang-smalltalk default: maybe fixed BIT_BLT primitive repainting on return

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r247:bd6f9429a58c Date: 2013-04-03 13:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/bd6f9429a58c/ Log:maybe fixed BIT_BLT primitive repainting on return diff --git a/spyvm/primitives.py b/spyvm/primitives.py

[pypy-commit] lang-smalltalk default: fixed at0 of LargePositive1Word Integer: results can not be negative !!!!!!!!!!!!!!!!!!!!

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r244:eb49c3494141 Date: 2013-04-03 13:32 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/eb49c3494141/ Log:fixed at0 of LargePositive1Word Integer: results can not be negative diff

[pypy-commit] lang-smalltalk default: changed object printing capabilities in order to enable diffing on traces of c and python (i.e. remove addresses from trace)

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r245:92053dadadea Date: 2013-04-03 13:41 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/92053dadadea/ Log:changed object printing capabilities in order to enable diffing on traces of c and python (i.e.

[pypy-commit] lang-smalltalk default: added a space field to all w_objects with class reference, to enable removing the w_class link in favor of s_class links

2013-04-03 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r246:dbcaed2eedea Date: 2013-04-03 13:47 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/dbcaed2eedea/ Log:added a space field to all w_objects with class reference, to enable removing the w_class link in

[pypy-commit] pypy sqlite-cffi: close merged branch

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: sqlite-cffi Changeset: r62973:463fc6c41f8f Date: 2013-04-03 16:14 +0200 http://bitbucket.org/pypy/pypy/changeset/463fc6c41f8f/ Log:close merged branch ___ pypy-commit mailing list

[pypy-commit] pypy release-2.0-beta2: fix whatsnew

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.0-beta2 Changeset: r62976:d56e3fdab529 Date: 2013-04-03 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/d56e3fdab529/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: Skip these two tests if we're running on a Mac, where they seem to hang

2013-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62977:7f69a708a9bf Date: 2013-04-03 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/7f69a708a9bf/ Log:Skip these two tests if we're running on a Mac, where they seem to hang forever. diff --git

[pypy-commit] pypy default: remerge sqlite-cffi. Now with all tests passing

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62981:d4cd0aad9244 Date: 2013-04-03 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/d4cd0aad9244/ Log:remerge sqlite-cffi. Now with all tests passing diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: this shouldn't have been re-added in merge

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62983:e63b943c2ee2 Date: 2013-04-03 14:58 -0400 http://bitbucket.org/pypy/pypy/changeset/e63b943c2ee2/ Log:this shouldn't have been re-added in merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: fix whatsnew

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62984:bcfaa7d5bb72 Date: 2013-04-03 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/bcfaa7d5bb72/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy release-2.0-beta2: merge default

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: release-2.0-beta2 Changeset: r62985:18eb5468f8b5 Date: 2013-04-03 16:20 -0400 http://bitbucket.org/pypy/pypy/changeset/18eb5468f8b5/ Log:merge default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy default: (fijal, bdk) make sure we use statement cache when doing fetchall

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62986:8818eacb9e98 Date: 2013-04-03 22:33 +0200 http://bitbucket.org/pypy/pypy/changeset/8818eacb9e98/ Log:(fijal, bdk) make sure we use statement cache when doing fetchall diff --git a/lib_pypy/_sqlite3.py

[pypy-commit] pypy default: merge

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62987:9aafc2947dd7 Date: 2013-04-03 22:34 +0200 http://bitbucket.org/pypy/pypy/changeset/9aafc2947dd7/ Log:merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: call reset here instead to match cpython sqlite

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62988:96285c0d4fd6 Date: 2013-04-03 16:50 -0400 http://bitbucket.org/pypy/pypy/changeset/96285c0d4fd6/ Log:call reset here instead to match cpython sqlite diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: merge

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62990:d60870d842a8 Date: 2013-04-03 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d60870d842a8/ Log:merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@

[pypy-commit] pypy default: fix

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62989:1f81991c8cdd Date: 2013-04-03 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/1f81991c8cdd/ Log:fix diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.py @@

[pypy-commit] pypy default: slightly more correct, may matter in obscure or future cases

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62991:fa9fd512a0bb Date: 2013-04-03 17:08 -0400 http://bitbucket.org/pypy/pypy/changeset/fa9fd512a0bb/ Log:slightly more correct, may matter in obscure or future cases diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: merge heads

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62992:eaa86aa10390 Date: 2013-04-03 17:09 -0400 http://bitbucket.org/pypy/pypy/changeset/eaa86aa10390/ Log:merge heads diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.py @@

[pypy-commit] pypy default: redo another change lost in sqlite-cffi merge

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62993:5fab32c7353d Date: 2013-04-03 17:16 -0400 http://bitbucket.org/pypy/pypy/changeset/5fab32c7353d/ Log:redo another change lost in sqlite-cffi merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: redo more changes lost in sqlite-cffi merge

2013-04-03 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62994:bd32583a3f11 Date: 2013-04-03 17:45 -0400 http://bitbucket.org/pypy/pypy/changeset/bd32583a3f11/ Log:redo more changes lost in sqlite-cffi merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: Fix home and user distutils installation schemes. (issue1272)

2013-04-03 Thread carljm
Author: Carl Meyer c...@oddbird.net Branch: Changeset: r62995:5b253d146851 Date: 2013-04-03 17:38 -0600 http://bitbucket.org/pypy/pypy/changeset/5b253d146851/ Log:Fix home and user distutils installation schemes. (issue1272) diff --git a/lib-python/2.7/distutils/command/install.py

[pypy-commit] pypy default: cffi does not return none from externals (but can return NULL),

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62996:27d82b8799d6 Date: 2013-04-04 07:49 +0200 http://bitbucket.org/pypy/pypy/changeset/27d82b8799d6/ Log:cffi does not return none from externals (but can return NULL), such things should be tested though!!! diff