Author: Philip Jenvey
Branch: py3k
Changeset: r62064:6d98509bfcd1
Date: 2013-03-05 00:28 -0800
http://bitbucket.org/pypy/pypy/changeset/6d98509bfcd1/
Log:backout 022c349efb36
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: r62065:c2c7a22badee
Date: 2013-03-05 03:33 -0500
http://bitbucket.org/pypy/pypy/changeset/c2c7a22badee/
Log:more fixes for this test
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.py
--- a/pypy/module/
Author: Brian Kearns
Branch: py3k
Changeset: r62066:cca91938bae1
Date: 2013-03-05 04:19 -0500
http://bitbucket.org/pypy/pypy/changeset/cca91938bae1/
Log:fix datetime tests
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/datetimetester.py
--- a/lib-python/3/test/datetime
Author: Brian Kearns
Branch: py3k
Changeset: r62067:2171355e07eb
Date: 2013-03-05 06:24 -0500
http://bitbucket.org/pypy/pypy/changeset/2171355e07eb/
Log:improve datetime error messages, test
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b
Author: Brian Kearns
Branch:
Changeset: r62068:e9dd39c354da
Date: 2013-03-05 06:44 -0500
http://bitbucket.org/pypy/pypy/changeset/e9dd39c354da/
Log:port improved datetime error messages and tests in 2171355e07eb
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetim
Author: Brian Kearns
Branch: py3k
Changeset: r62069:4ed015cbc18d
Date: 2013-03-05 06:48 -0500
http://bitbucket.org/pypy/pypy/changeset/4ed015cbc18d/
Log:spacing for readability
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/datetimetester.py
--- a/lib-python/3/test/dat
Author: Brian Kearns
Branch:
Changeset: r62070:366bed7a8e6e
Date: 2013-03-05 06:47 -0500
http://bitbucket.org/pypy/pypy/changeset/366bed7a8e6e/
Log:spacing for readability
diff --git a/pypy/module/test_lib_pypy/test_datetime.py
b/pypy/module/test_lib_pypy/test_datetime.py
--- a/pypy/module
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62071:7b4be8b19f32
Date: 2013-03-05 13:34 +0100
http://bitbucket.org/pypy/pypy/changeset/7b4be8b19f32/
Log:Move RPython-relevant parts out of getting-started-dev.
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62073:75b5fc1870b8
Date: 2013-03-05 13:59 +0100
http://bitbucket.org/pypy/pypy/changeset/75b5fc1870b8/
Log:Move FAQ entries one level up.
diff --git a/rpython/doc/faq.rst b/rpython/doc/faq.rst
--- a/rpython/doc/faq.rst
+++ b/rpython/doc/faq
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62072:89a9efa7f316
Date: 2013-03-05 13:58 +0100
http://bitbucket.org/pypy/pypy/changeset/89a9efa7f316/
Log:Add some entries to the content toctree.
diff --git a/rpython/doc/index.rst b/rpython/doc/index.rst
--- a/rpython/doc/index.rst
+++ b
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62076:f56db6a5d30f
Date: 2013-03-05 14:15 +0100
http://bitbucket.org/pypy/pypy/changeset/f56db6a5d30f/
Log:Remove python files from pypy/doc/jit.
diff --git a/pypy/doc/jit/__init__.py b/pypy/doc/jit/__init__.py
deleted file mode 100644
diff
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62074:851c2c4a0c8d
Date: 2013-03-05 14:04 +0100
http://bitbucket.org/pypy/pypy/changeset/851c2c4a0c8d/
Log:Don't show these headings as bold.
diff --git a/rpython/doc/rlib.rst b/rpython/doc/rlib.rst
--- a/rpython/doc/rlib.rst
+++ b/rpython/
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62075:8733ad6f16d4
Date: 2013-03-05 14:15 +0100
http://bitbucket.org/pypy/pypy/changeset/8733ad6f16d4/
Log:Remove empty pypy/doc/jit/_ref.txt.
diff --git a/pypy/doc/jit/_ref.txt b/pypy/doc/jit/_ref.txt
deleted file mode 100644
_
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62077:aa6ed93b3353
Date: 2013-03-05 14:16 +0100
http://bitbucket.org/pypy/pypy/changeset/aa6ed93b3353/
Log:Move pypy/doc/jit to rpython/doc/jit.
diff --git a/pypy/doc/jit/index.rst b/rpython/doc/jit/index.rst
rename from pypy/doc/jit/index.
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62078:8753a754df24
Date: 2013-03-05 14:35 +0100
http://bitbucket.org/pypy/pypy/changeset/8753a754df24/
Log:Be more general in rpython/doc/jit/.
In some passages it's not obvious because they are historical notes
or examples
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62079:6dfb5312fed7
Date: 2013-03-05 14:44 +0100
http://bitbucket.org/pypy/pypy/changeset/6dfb5312fed7/
Log:After splitting the docs it should be obvious that the translation
toolchain can be used for other interpreters.
diff --git a
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62080:dc2d75ffad9d
Date: 2013-03-05 14:48 +0100
http://bitbucket.org/pypy/pypy/changeset/dc2d75ffad9d/
Log:Split FAQ entry 'What is PyPy?'.
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -1
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62081:b27bc64a8887
Date: 2013-03-05 14:50 +0100
http://bitbucket.org/pypy/pypy/changeset/b27bc64a8887/
Log:Move PyPy FAQ entries to top-level.
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62082:4a2c5919ed46
Date: 2013-03-05 14:59 +0100
http://bitbucket.org/pypy/pypy/changeset/4a2c5919ed46/
Log:Remove unused file.
diff --git a/pypy/doc/throwaway.txt b/pypy/doc/throwaway.txt
deleted file mode 100644
--- a/pypy/doc/throwaway.tx
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62083:ed0aa19a2ab5
Date: 2013-03-05 15:19 +0100
http://bitbucket.org/pypy/pypy/changeset/ed0aa19a2ab5/
Log:Be more more general in rpython/doc/windows.rst. There is still
potential to improve but at least it makes sense ('[...] how t
Author: Manuel Jacob
Branch: improve-docs
Changeset: r62084:5242c9e843a1
Date: 2013-03-05 15:29 +0100
http://bitbucket.org/pypy/pypy/changeset/5242c9e843a1/
Log:Rename 'rpython-doc' to 'improve-docs'.
___
pypy-commit mailing list
pypy-commit@python.
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62085:b0014e380e2a
Date: 2013-03-05 15:30 +0100
http://bitbucket.org/pypy/pypy/changeset/b0014e380e2a/
Log:Close branch.
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/
Author: Manuel Jacob
Branch: improve-docs
Changeset: r62086:0586acbc2dfe
Date: 2013-03-05 15:44 +0100
http://bitbucket.org/pypy/pypy/changeset/0586acbc2dfe/
Log:Move release announcements into folder pypy/doc/releases.
diff --git a/pypy/doc/release-0.6.rst b/pypy/doc/releases/0.6.rst
rename f
Author: Lars Wassermann
Branch:
Changeset: r119:b7957355fd79
Date: 2013-03-04 17:56 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/b7957355fd79/
Log:renamed interpreter.stack_depth to interpreter.remaining_stack_depth
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/
Author: Lars Wassermann
Branch:
Changeset: r120:d939a6f9d3d7
Date: 2013-03-05 15:50 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/d939a6f9d3d7/
Log:changed from a mixed stack of w_PointerObjects and
MethodContextShadows to only MethodContextShadows renamed
ContextP
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r62087:e84f26cdbe51
Date: 2013-03-05 15:46 +0100
http://bitbucket.org/pypy/pypy/changeset/e84f26cdbe51/
Log:fix for _call_assembler_check_descr, the value we are comparing
against might not fit into an ARM imm
diff --git a/r
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r62088:283351509284
Date: 2013-03-05 15:53 +0100
http://bitbucket.org/pypy/pypy/changeset/283351509284/
Log:merge heads
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.p
Author: Manuel Jacob
Branch: improve-docs
Changeset: r62089:5b033c639ac9
Date: 2013-03-05 15:52 +0100
http://bitbucket.org/pypy/pypy/changeset/5b033c639ac9/
Log:Remove index-of-release-notes.rst.
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-release-notes.rst
deleted f
Author: Manuel Jacob
Branch: improve-docs
Changeset: r62090:a491db813f8b
Date: 2013-03-05 15:54 +0100
http://bitbucket.org/pypy/pypy/changeset/a491db813f8b/
Log:Make the header a header.
diff --git a/pypy/doc/releases/0.6.rst b/pypy/doc/releases/0.6.rst
--- a/pypy/doc/releases/0.6.rst
+++ b/p
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62091:8186fc9d56d0
Date: 2013-03-05 17:18 +0200
http://bitbucket.org/pypy/pypy/changeset/8186fc9d56d0/
Log:a bit more consistent debug checking of frame depth
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62092:df11e8a3cf82
Date: 2013-03-05 17:19 +0200
http://bitbucket.org/pypy/pypy/changeset/df11e8a3cf82/
Log:merge
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/bac
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62093:228109535a0e
Date: 2013-03-05 17:20 +0200
http://bitbucket.org/pypy/pypy/changeset/228109535a0e/
Log:fix this test file
diff --git a/rpython/jit/backend/x86/tool/test/test_viewcode.py
b/rpython/jit/backend/x86/tool/test/t
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62094:e92223a62bde
Date: 2013-03-05 17:44 +0200
http://bitbucket.org/pypy/pypy/changeset/e92223a62bde/
Log:fix the annotation
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/llmodel.py
---
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62095:157864d68fa3
Date: 2013-03-05 17:48 +0200
http://bitbucket.org/pypy/pypy/changeset/157864d68fa3/
Log:raw malloc is not zeroed
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/assembler.py
--- a/
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r62097:2f6787b0601f
Date: 2013-03-05 19:32 +0100
http://bitbucket.org/pypy/pypy/changeset/2f6787b0601f/
Log:merge heads
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/assembler.py
--- a/rpython/jit/back
Author: David Schneider
Branch: jitframe-on-heap
Changeset: r62096:eaa83da7cec2
Date: 2013-03-05 19:27 +0100
http://bitbucket.org/pypy/pypy/changeset/eaa83da7cec2/
Log:update get_gcmap
diff --git a/rpython/jit/backend/arm/regalloc.py
b/rpython/jit/backend/arm/regalloc.py
--- a/rpython/jit/b
Author: Philip Jenvey
Branch: extradoc
Changeset: r4950:7d6dec5e6567
Date: 2013-03-05 11:51 -0800
http://bitbucket.org/pypy/extradoc/changeset/7d6dec5e6567/
Log:py3k status update #10
diff --git a/blog/draft/py3k-status-update-10.rst
b/blog/draft/py3k-status-update-10.rst
new file mode 1006
Author: Philip Jenvey
Branch:
Changeset: r62098:29351d829411
Date: 2013-03-05 13:06 -0800
http://bitbucket.org/pypy/pypy/changeset/29351d829411/
Log:cleanup
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app
Author: mattip
Branch: extradoc
Changeset: r4951:b4d02bc86843
Date: 2013-03-05 23:16 +0200
http://bitbucket.org/pypy/extradoc/changeset/b4d02bc86843/
Log:rework numpypy status report, add a mention of bdk's work
diff --git a/blog/draft/numpy-status-update-6.rst
b/blog/draft/numpy-status-upd
Author: Brian Kearns
Branch:
Changeset: r62099:91e0e964585a
Date: 2013-03-05 16:11 -0500
http://bitbucket.org/pypy/pypy/changeset/91e0e964585a/
Log:pep8
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -570,8 +570,8 @@
Author: Brian Kearns
Branch:
Changeset: r62100:b730d41cd8ab
Date: 2013-03-05 17:19 -0500
http://bitbucket.org/pypy/pypy/changeset/b730d41cd8ab/
Log:improve generated min/max code by improving hints to jitdriver
diff --git a/pypy/module/__builtin__/functional.py
b/pypy/module/__builtin__/fu
Author: Brian Kearns
Branch:
Changeset: r62101:df9670b5d959
Date: 2013-03-05 18:49 -0500
http://bitbucket.org/pypy/pypy/changeset/df9670b5d959/
Log:test and fix for behavior of
_sqlite3.Connection._check_{thread,closed}
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/
Author: Brian Kearns
Branch:
Changeset: r62102:5e9db69947ee
Date: 2013-03-05 18:58 -0500
http://bitbucket.org/pypy/pypy/changeset/5e9db69947ee/
Log:simplify these functions
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -424
Author: Brian Kearns
Branch:
Changeset: r62103:10fab7978541
Date: 2013-03-05 19:32 -0500
http://bitbucket.org/pypy/pypy/changeset/10fab7978541/
Log:improve layout of _sqlite3.Connection
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlit
Author: Brian Kearns
Branch:
Changeset: r62104:8f3d8c5f9a11
Date: 2013-03-05 19:36 -0500
http://bitbucket.org/pypy/pypy/changeset/8f3d8c5f9a11/
Log:missing/extra checks
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -428,6 +
Author: Brian Kearns
Branch: py3k
Changeset: r62106:a17a3ecca4d2
Date: 2013-03-05 19:41 -0500
http://bitbucket.org/pypy/pypy/changeset/a17a3ecca4d2/
Log:unnecessary in py3k
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -723,
Author: Brian Kearns
Branch: py3k
Changeset: r62105:a54b01b91c81
Date: 2013-03-05 19:40 -0500
http://bitbucket.org/pypy/pypy/changeset/a54b01b91c81/
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
@@ -27,6 +27,7
Author: Brian Kearns
Branch: py3k
Changeset: r62107:049d48fcc85f
Date: 2013-03-05 16:11 -0500
http://bitbucket.org/pypy/pypy/changeset/049d48fcc85f/
Log:pep8
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b/lib-python/3/datetime.py
@@ -476
Author: Brian Kearns
Branch:
Changeset: r62108:4241c22e47ae
Date: 2013-03-05 20:30 -0500
http://bitbucket.org/pypy/pypy/changeset/4241c22e47ae/
Log:use an explicit initialized variable for clarity
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_
Author: Brian Kearns
Branch:
Changeset: r62109:9939c0c252b8
Date: 2013-03-05 20:40 -0500
http://bitbucket.org/pypy/pypy/changeset/9939c0c252b8/
Log:these should go before try: finally block
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_s
Author: Brian Kearns
Branch:
Changeset: r62110:7edcb72f4072
Date: 2013-03-05 20:45 -0500
http://bitbucket.org/pypy/pypy/changeset/7edcb72f4072/
Log:structure begin like the commit/rollback
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sq
Author: Brian Kearns
Branch:
Changeset: r62113:532dc327c36c
Date: 2013-03-05 22:41 -0500
http://bitbucket.org/pypy/pypy/changeset/532dc327c36c/
Log:mangle some names of implementation-specific variables in _sqlite3
to prevent clashes
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sql
Author: Brian Kearns
Branch:
Changeset: r62111:5b19ec51c15b
Date: 2013-03-05 21:39 -0500
http://bitbucket.org/pypy/pypy/changeset/5b19ec51c15b/
Log:have _sqlite3 cache in_transaction rather than calling
get_autocommit all the time
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite
Author: Brian Kearns
Branch:
Changeset: r62112:4474d4b96147
Date: 2013-03-05 22:04 -0500
http://bitbucket.org/pypy/pypy/changeset/4474d4b96147/
Log:put getter with setter
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -708,1
Author: Brian Kearns
Branch:
Changeset: r62114:e052d7b7f0cd
Date: 2013-03-05 23:10 -0500
http://bitbucket.org/pypy/pypy/changeset/e052d7b7f0cd/
Log:have _sqlite3 cache begin statement
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3
Author: Brian Kearns
Branch:
Changeset: r62115:e076a6681f04
Date: 2013-03-05 23:26 -0500
http://bitbucket.org/pypy/pypy/changeset/e076a6681f04/
Log:group _sqlite3.Cursor methods logically
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sql
Author: Brian Kearns
Branch:
Changeset: r62116:b027d4428675
Date: 2013-03-05 23:47 -0500
http://bitbucket.org/pypy/pypy/changeset/b027d4428675/
Log:mangle some more implementation-specific names in _sqlite3.Cursor
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqli
Author: Brian Kearns
Branch: py3k
Changeset: r62117:05429f9f75e9
Date: 2013-03-06 00:10 -0500
http://bitbucket.org/pypy/pypy/changeset/05429f9f75e9/
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
@@ -31,7 +31,7
Author: Brian Kearns
Branch: py3k
Changeset: r62118:94919475f7b5
Date: 2013-03-06 00:25 -0500
http://bitbucket.org/pypy/pypy/changeset/94919475f7b5/
Log:some fixes for _sqlite3 on py3k
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3
Author: Brian Kearns
Branch: py3k
Changeset: r62119:4824ebaf6a55
Date: 2013-03-06 01:50 -0500
http://bitbucket.org/pypy/pypy/changeset/4824ebaf6a55/
Log:more _sqlite3 fixes
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -215,
Author: Brian Kearns
Branch:
Changeset: r62120:da02a02dadeb
Date: 2013-03-06 02:15 -0500
http://bitbucket.org/pypy/pypy/changeset/da02a02dadeb/
Log:test and fix for _sqlite3 'on conflict rollback' in executemany
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite
Author: Brian Kearns
Branch: py3k
Changeset: r62121:6c374f053724
Date: 2013-03-06 02:16 -0500
http://bitbucket.org/pypy/pypy/changeset/6c374f053724/
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
@@ -867,8 +867
Author: Brian Kearns
Branch: py3k
Changeset: r62122:6938c45d35ce
Date: 2013-03-06 02:17 -0500
http://bitbucket.org/pypy/pypy/changeset/6938c45d35ce/
Log:merge heads
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -720,6 +720,1
63 matches
Mail list logo