Author: Maciej Fijalkowski
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
b/pypy/module/test_l
Author: Maciej Fijalkowski
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
b/pypy/module/test_lib_pypy/cffi_tests/test_zintegr
Author: Maciej Fijalkowski
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
--- a/testing/test_
Author: Maciej Fijalkowski
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 a/pypy/module/test_lib_pypy
Author: Maciej Fijalkowski
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
--- a/pypy/module/test_l
Author: Maciej Fijalkowski
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 a/pypy/module/test_lib_pypy/pyrepl/test_b
Author: Brian Kearns
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
--- a/lib-python/2/site.py
Author: Brian Kearns
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
b/pypy/module/test_lib_pypy/test_site_extra.py
--- a/pypy/modul
Author: Maciej Fijalkowski
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@python.org
http
Author: Maciej Fijalkowski
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
+++ b/lib_pypy/_curses.py
@@
Author: Maciej Fijalkowski
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
+++ b/pypy/doc/whatsne
Author: Maciej Fijalkowski
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
@@ -554,6 +554,8 @@
Author: Maciej Fijalkowski
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 100644
--- a/lib_p
Author: Maciej Fijalkowski
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
--- a/pypy/config/pypyoption.py
+++ b/py
Author: Brian Kearns
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 lib-python/2/cffi.egg-info
ren
Author: Maciej Fijalkowski
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
--- a/pypy/tool/jitlogparser
Author: Maciej Fijalkowski
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 lib_pypy/cffi.egg
Author: Maciej Fijalkowski
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
--- a/lib_pypy/pyrepl/curses.py
+++ b/lib_py
Author: Maciej Fijalkowski
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
+++ b/pypy/confi
Author: Armin Rigo
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 --git a/testing/te
Author: Armin Rigo
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
--- a/pypy/doc/wha
Author: Armin Rigo
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
b/pypy/module/test_lib_pypy/cffi_tests/test
Author: Armin Rigo
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 a/pypy/module/test_lib_pypy/cffi_tests/__init__.py
b/pypy/module
Author: Armin Rigo
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
b/pypy/module/test_lib_pypy/cffi_tes
Author: Armin Rigo
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
a/pypy/module/test_lib_pypy/cffi_tests/snippets/distutils_module/setup.py
b/p
Author: Armin Rigo
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.
diff --git a/test
Author: Armin Rigo
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
b/pypy/module/test_lib_pypy/cffi_tests/test_z
Author: Armin Rigo
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 test_zintegration
pas
Author: Lars Wassermann
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.
diff --git a/spyvm/model
Author: Lars Wassermann
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
--- a/spyvm/shadow.py
+++ b/spyvm/shadow.py
@
Author: Lars Wassermann
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 tests
diff --git a/spyvm/
Author: Lars Wassermann
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 b/spyvm/primitives.py
--- a/spyvm/primitiv
Author: Lars Wassermann
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 typing issues. That is the
Author: Lars Wassermann
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 directly) added tracing parameter
Author: Lars Wassermann
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
--- a/spyvm/interpreter.py
+++ b/spyvm/interpret
Author: Lars Wassermann
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 b/spyvm/test/test_largeinteger.py
new file mod
Author: Lars Wassermann
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 bitAnd:, bitOr: and bitXo
Author: Lars Wassermann
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 the methods source as strin
Author: Lars Wassermann
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 a/spyvm/objspace.py b/spyvm/objspac
Author: Lars Wassermann
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
--- a/spyvm/primitives.py
Author: Lars Wassermann
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 --git a/spyvm/model.py b/spyv
Author: Lars Wassermann
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. remove addresses from trace)
Author: Lars Wassermann
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 favor of s_class links remo
Author: Maciej Fijalkowski
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@python.org
http://mai
Author: Maciej Fijalkowski
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
--- a/pypy/doc/whatsnew-head.rst
+++ b
Author: Armin Rigo
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 a/pypy/module/test_lib_pypy/pyrepl/test_bugs.
Author: Maciej Fijalkowski
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
--- a/lib_pypy/_sqlite3.py
+++ b
Author: Brian Kearns
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
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_
Author: Maciej Fijalkowski
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
+++ b/pypy/doc/whatsne
Author: Brian Kearns
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
+++ b/lib_pypy/_sqlite3.py
@
Author: Maciej Fijalkowski
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 b/lib_pypy/_sqlite3.py
--- a/lib_pypy
Author: Maciej Fijalkowski
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
+++ b/pypy/doc/whatsnew-head.
Author: Brian Kearns
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
--- a/lib_pypy/_sqlite3.py
+++ b/lib_p
Author: Maciej Fijalkowski
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
@@ -1266,6 +1266,7 @
Author: Maciej Fijalkowski
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
@@ -1328,7 +1328,7 @@
def
Author: Brian Kearns
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
--- a/lib_pypy/_sqlite3.p
Author: Brian Kearns
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
@@ -1328,7 +1328,7 @@
d
Author: Brian Kearns
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
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pyp
Author: Brian Kearns
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
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/
Author: Carl Meyer
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
b/lib-python/2.7/distutil
Author: Maciej Fijalkowski
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 --git a/lib_pypy/_sql
Author: Brian Kearns
Branch:
Changeset: r62997:b0cf3609c4c6
Date: 2013-04-04 02:00 -0400
http://bitbucket.org/pypy/pypy/changeset/b0cf3609c4c6/
Log:more sqlite adaptations for cffi
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
Author: Maciej Fijalkowski
Branch:
Changeset: r62998:1d4ae971e56f
Date: 2013-04-04 08:24 +0200
http://bitbucket.org/pypy/pypy/changeset/1d4ae971e56f/
Log:We need to keep alive the sql statement for a bit longer, since
next_char will point to some memory that we have to own at the poi
Author: Maciej Fijalkowski
Branch:
Changeset: r62999:c1c610355c04
Date: 2013-04-04 08:51 +0200
http://bitbucket.org/pypy/pypy/changeset/c1c610355c04/
Log:detect BEGIN. (CPython does check of statement type)
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
Author: Maciej Fijalkowski
Branch:
Changeset: r63000:8fd632265209
Date: 2013-04-04 08:53 +0200
http://bitbucket.org/pypy/pypy/changeset/8fd632265209/
Log:write some tests
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.py
--- a/pypy/module/te
65 matches
Mail list logo