New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/23/fix-_sqlite3py-fix-for-issue996-with-test#comment-1999
David Ripton (dripton) said:
This has been merged.
--
This is a pull request comment notification from bitbucket.org.
You are receiving this either because you are
Author: David Ripton
Branch:
Changeset: r51680:80014f10414c
Date: 2012-01-22 17:46 -0500
http://bitbucket.org/pypy/pypy/changeset/80014f10414c/
Log:Do not call statement.reset() after executing DDL.
Fixes issue996.
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_
Author: David Ripton
Branch:
Changeset: r51679:6141b7352630
Date: 2012-01-22 16:18 -0500
http://bitbucket.org/pypy/pypy/changeset/6141b7352630/
Log:Failing test for issue 996
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.py
new file mode 10
Author: David Ripton
Branch:
Changeset: r51678:01ed002a2b95
Date: 2012-01-21 20:17 -0500
http://bitbucket.org/pypy/pypy/changeset/01ed002a2b95/
Log:Add a comment making it clear this file is modified, for license
compliance.
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
-
Author: David Ripton
Branch:
Changeset: r51681:fd6e2144e652
Date: 2012-01-22 18:30 -0500
http://bitbucket.org/pypy/pypy/changeset/fd6e2144e652/
Log:Add an assert, as requested by Alex.
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_lib_pypy/test_sqlite3.py
--- a/
Author: David Ripton
Branch:
Changeset: r51676:014a02a9d3df
Date: 2012-01-21 13:43 -0500
http://bitbucket.org/pypy/pypy/changeset/014a02a9d3df/
Log:Remove unused local variables.
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@
Author: David Ripton
Branch:
Changeset: r51677:d49f44c4a62f
Date: 2012-01-21 13:46 -0500
http://bitbucket.org/pypy/pypy/changeset/d49f44c4a62f/
Log:Fix old-style raise statements (illegal in Python 3, ugly in Python
2)
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/l
Author: David Ripton
Branch:
Changeset: r51675:d39f5493dcaf
Date: 2012-01-21 13:42 -0500
http://bitbucket.org/pypy/pypy/changeset/d39f5493dcaf/
Log:Remove unused import.
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -27,7 +
Author: David Ripton
Branch:
Changeset: r51674:3ed178fb213d
Date: 2012-01-21 13:42 -0500
http://bitbucket.org/pypy/pypy/changeset/3ed178fb213d/
Log:Remove unreachable statement referring to nonexistant variable.
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite
Author: Maciej Fijalkowski
Branch: numpypy-shape-bug
Changeset: r51673:12c695258f06
Date: 2012-01-23 02:05 +0200
http://bitbucket.org/pypy/pypy/changeset/12c695258f06/
Log:close merged-branch
___
pypy-commit mailing list
pypy-commit@python.org
http
Author: Maciej Fijalkowski
Branch:
Changeset: r51672:d246547e90d8
Date: 2012-01-23 02:04 +0200
http://bitbucket.org/pypy/pypy/changeset/d246547e90d8/
Log:(mattip) merge numpypy-reshape-bug
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--
Author: mattip
Branch: numpypy-shape-bug
Changeset: r51671:5a8fc969e644
Date: 2012-01-19 01:55 +0200
http://bitbucket.org/pypy/pypy/changeset/5a8fc969e644/
Log:add more tests
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/
Author: mattip
Branch: numppy-flatitter
Changeset: r51670:ff368a6d0ff7
Date: 2012-01-19 01:16 +0200
http://bitbucket.org/pypy/pypy/changeset/ff368a6d0ff7/
Log:redo, add lots of tests, some still fail
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numar
Author: Maciej Fijalkowski
Branch:
Changeset: r609:ba9d28fbab20
Date: 2012-01-23 01:46 +0200
http://bitbucket.org/pypy/buildbot/changeset/ba9d28fbab20/
Log:some work on numready
diff --git a/numready.py b/numready.py
--- a/numready.py
+++ b/numready.py
@@ -15,7 +15,7 @@
import jinja2
-
Pull request #23 has been updated by David Ripton to include new changes.
https://bitbucket.org/pypy/pypy/pull-request/23/fix-_sqlite3py-fix-for-issue996-with-test
Title: Fix _sqlite3.py fix for issue996, with test
Creator: David Ripton
4 commits of trivial cleanups to lib_pypy/_sqlite3.py, a c
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/23/fix-_sqlite3py-fix-for-issue996-with-test#comment-1997
David Ripton (dripton) said:
Alex, the new comment is there because the pysqlite license specifically
requires that modified versions be marked as modified. It's
New comment on pull request:
https://bitbucket.org/pypy/pypy/pull-request/23/fix-_sqlite3py-fix-for-issue996-with-test#comment-1996
Alex Gaynor (alex_gaynor) said:
A few comments:
# No need for the new comment at the top of _sqlite3.py, it has already been
modified many times :)
# The new test
A new pull request has been opened by David Ripton.
dripton/pypy has changes to be pulled into pypy/pypy.
https://bitbucket.org/pypy/pypy/pull-request/23/fix-_sqlite3py-fix-for-issue996-with-test
Title: Fix _sqlite3.py fix for issue996, with test
4 commits of trivial cleanups to lib_pypy/_sqlit
You have received a notification from David Ripton.
Hi, I forked pypy. My fork is at https://bitbucket.org/dripton/pypy.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@python.org
http://
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51669:311b0271907b
Date: 2012-01-22 23:32 +0100
http://bitbucket.org/pypy/pypy/changeset/311b0271907b/
Log:Buffered IO retries read() and write() when the raw stream raises
errno=EINTR.
diff --git a/pypy/module/_io/interp_b
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51668:0c697ef6b87f
Date: 2012-01-22 22:32 +0100
http://bitbucket.org/pypy/pypy/changeset/0c697ef6b87f/
Log:CPython Issue #12100: Don't reset incremental encoders of CJK codecs
at each call to encode().
diff --git a/pypy/mod
Author: Alex Gaynor
Branch: merge-2.7.2
Changeset: r51667:b0b180ee94ea
Date: 2012-01-22 15:26 -0600
http://bitbucket.org/pypy/pypy/changeset/b0b180ee94ea/
Log:Fix for mmap when trying to specify an offset that's past the end of
a file.
diff --git a/pypy/module/mmap/test/test_mmap.py
Author: Alex Gaynor
Branch:
Changeset: r608:4232c21cfab6
Date: 2012-01-22 15:10 -0600
http://bitbucket.org/pypy/buildbot/changeset/4232c21cfab6/
Log:Added the numready script.
diff --git a/numready.py b/numready.py
new file mode 100644
--- /dev/null
+++ b/numready.py
@@ -0,0 +1,205 @@
+#!/u
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51666:c84666d936d2
Date: 2012-01-22 21:10 +0100
http://bitbucket.org/pypy/pypy/changeset/c84666d936d2/
Log:Allow both str.__add__ to raise TypeError or return NotImplemented.
IMO the point of the test is to check that str._
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51665:c000c3332cb0
Date: 2012-01-22 20:56 +0100
http://bitbucket.org/pypy/pypy/changeset/c000c3332cb0/
Log:json: Rename some functions in our pure-python implementation: in
CPython, encode_basestring() is supposed to add dou
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51664:ead17cd9edbf
Date: 2012-01-22 20:49 +0100
http://bitbucket.org/pypy/pypy/changeset/ead17cd9edbf/
Log:Update _ctypes_test.c from CPython 2.7.2
diff --git a/lib_pypy/_ctypes_test.c b/lib_pypy/_ctypes_test.c
--- a/lib_pypy/_ctyp
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51662:693b08144e00
Date: 2012-01-22 20:24 +0100
http://bitbucket.org/pypy/pypy/changeset/693b08144e00/
Log:Implement CPython issue5057: do not const-fold a unicode.__getitem__
operation which returns a non-BMP character, thi
Author: Armin Rigo
Branch: 32ptr-on-64bit
Changeset: r51661:27de83186d13
Date: 2012-01-22 20:20 +0100
http://bitbucket.org/pypy/pypy/changeset/27de83186d13/
Log:fix.
diff --git a/pypy/rpython/lltypesystem/opimpl.py
b/pypy/rpython/lltypesystem/opimpl.py
--- a/pypy/rpython/lltypesystem/opimpl
Author: Armin Rigo
Branch: concurrent-marksweep
Changeset: r51658:edaf872702ab
Date: 2012-01-22 20:26 +0100
http://bitbucket.org/pypy/pypy/changeset/edaf872702ab/
Log:merge heads
diff --git a/pypy/module/thread/ll_thread.py b/pypy/module/thread/ll_thread.py
--- a/pypy/module/thread/ll_thread
Author: Armin Rigo
Branch: concurrent-marksweep
Changeset: r51657:d1c21fed7569
Date: 2012-01-12 14:10 +0100
http://bitbucket.org/pypy/pypy/changeset/d1c21fed7569/
Log:Fix: conflict with global name 'error'.
diff --git a/pypy/module/thread/ll_thread.py b/pypy/module/thread/ll_thread.py
--- a/
Author: Armin Rigo
Branch: 32ptr-on-64bit
Changeset: r51660:6687f847a628
Date: 2012-01-22 20:16 +0100
http://bitbucket.org/pypy/pypy/changeset/6687f847a628/
Log:This part of the code lost during the merge belongs to rewrite.py.
Save it there for now, commented out.
diff --git a/pypy/
Author: Alex Gaynor
Branch: merge-2.7.2
Changeset: r51656:1119c3892bfc
Date: 2012-01-22 12:31 -0600
http://bitbucket.org/pypy/pypy/changeset/1119c3892bfc/
Log:merged upstream
diff --git a/lib-python/modified-2.7/distutils/sysconfig.py
b/lib-python/modified-2.7/distutils/sysconfig.py
--- a/l
Author: Alex Gaynor
Branch: merge-2.7.2
Changeset: r51655:12b899970671
Date: 2012-01-22 12:31 -0600
http://bitbucket.org/pypy/pypy/changeset/12b899970671/
Log:Added in the new behavior for RawIOBase.readall, if read() returns
None then readall() also returns None
diff --git a/pypy/mo
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51654:4ebe74d7
Date: 2012-01-22 18:31 +0100
http://bitbucket.org/pypy/pypy/changeset/4ebe74d7/
Log:Fix edge cases in float.__mod__
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51652:a49166fe832a
Date: 2012-01-22 18:01 +0100
http://bitbucket.org/pypy/pypy/changeset/a49166fe832a/
Log:test_ssl: Correctly use the helper function to find data files
diff --git a/lib-python/modified-2.7/test/test_ssl.py
b/lib-
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51653:9f554debdd92
Date: 2012-01-22 18:03 +0100
http://bitbucket.org/pypy/pypy/changeset/9f554debdd92/
Log:Fix our copy of "sysconfig.py", which I broke during the merge
diff --git a/lib-python/modified-2.7/distutils/sysconfig.py
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51651:9def34947826
Date: 2012-01-22 17:55 +0100
http://bitbucket.org/pypy/pypy/changeset/9def34947826/
Log:CPython issue11391: Fix a mmap crasher
diff --git a/pypy/rlib/rmmap.py b/pypy/rlib/rmmap.py
--- a/pypy/rlib/rmmap.py
+++ b/p
Author: Alex Gaynor
Branch: merge-2.7.2
Changeset: r51650:f17c2e5a8629
Date: 2012-01-22 12:16 -0600
http://bitbucket.org/pypy/pypy/changeset/f17c2e5a8629/
Log:Change to the new exception for bytearray().pop()
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobj
Author: Alex Gaynor
Branch: merge-2.7.2
Changeset: r51649:a0e53cbd4f7c
Date: 2012-01-22 12:09 -0600
http://bitbucket.org/pypy/pypy/changeset/a0e53cbd4f7c/
Log:Fix for time.mktime, -1 is a valid return value in some cases.
diff --git a/pypy/module/rctime/interp_time.py
b/pypy/module/rctime/i
Author: Alex Gaynor
Branch: merge-2.7.2
Changeset: r51648:e5417ef18814
Date: 2012-01-22 11:53 -0600
http://bitbucket.org/pypy/pypy/changeset/e5417ef18814/
Log:fix JSON tests
diff --git a/lib-python/modified-2.7/json/tests/test_decode.py
b/lib-python/modified-2.7/json/tests/test_decode.py
--
Author: Armin Rigo
Branch:
Changeset: r51647:7cd209e0414e
Date: 2012-01-22 17:29 +0100
http://bitbucket.org/pypy/pypy/changeset/7cd209e0414e/
Log:fix the test.
diff --git a/pypy/module/pypyjit/test_pypy_c/test_math.py
b/pypy/module/pypyjit/test_pypy_c/test_math.py
--- a/pypy/module/pypyjit
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51646:89f238f17ecb
Date: 2012-01-22 17:25 +0100
http://bitbucket.org/pypy/pypy/changeset/89f238f17ecb/
Log:Undo the previous change, and just add "allow_override=True". This
fixes the cases when an old-style class in involve
You have received a notification from Carsten Senger.
Hi, I forked benchmarks. My fork is at https://bitbucket.org/csenger/benchmarks.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@pyth
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51645:24cea2c24401
Date: 2012-01-22 14:33 +0100
http://bitbucket.org/pypy/pypy/changeset/24cea2c24401/
Log:Respect __subclasscheck__ when rebinding a method to a more specific
class. This change is needed to make OrderedDict
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51644:70241d66bf5f
Date: 2012-01-22 12:36 +0100
http://bitbucket.org/pypy/pypy/changeset/70241d66bf5f/
Log:Fix method used to find cjkencodings data files
diff --git a/lib-python/modified-2.7/test/test_multibytecodec_support.py
b/
Author: Armin Rigo
Branch:
Changeset: r51643:e82f6594d309
Date: 2012-01-22 12:30 +0100
http://bitbucket.org/pypy/pypy/changeset/e82f6594d309/
Log:Write a test_pypy_c checking that "f ** 2" gets us just a float_mul
operation. (Needs to check if the test really passes or if we are
Author: Armin Rigo
Branch:
Changeset: r51641:937fb53e76ac
Date: 2012-01-22 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/937fb53e76ac/
Log:hg backout c5d041657831: I will move it to the stdobjspace instead,
where it can be special-cased before we do all the "isinf()" and
Author: Armin Rigo
Branch:
Changeset: r51642:f1fb181c13a3
Date: 2012-01-22 12:22 +0100
http://bitbucket.org/pypy/pypy/changeset/f1fb181c13a3/
Log:Special-case "x ** 2" here instead.
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspace/std/floa
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51640:4ce0e0c33cd2
Date: 2012-01-22 12:04 +0100
http://bitbucket.org/pypy/pypy/changeset/4ce0e0c33cd2/
Log:Fixes in test_interpreter
diff --git a/pypy/interpreter/test/test_interpreter.py
b/pypy/interpreter/test/test_interpreter.py
--- a
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51638:e27203d55679
Date: 2012-01-21 22:39 +0100
http://bitbucket.org/pypy/pypy/changeset/e27203d55679/
Log:One more fix for test_compiler
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyop
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51639:e325e4d3227a
Date: 2012-01-22 12:02 +0100
http://bitbucket.org/pypy/pypy/changeset/e325e4d3227a/
Log:The exception handler target "except ValueError as exc" was always
compiled as a global variable. Test and fix.
diff --git
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51637:52eaf273d8ed
Date: 2012-01-21 22:36 +0100
http://bitbucket.org/pypy/pypy/changeset/52eaf273d8ed/
Log:Easy fixes in test_compiler
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/astcompiler/test/te
Author: Romain Guillebert
Branch: py3k
Changeset: r51636:0b136e560f89
Date: 2012-01-22 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/0b136e560f89/
Log:The test was wrong...
diff --git a/pypy/interpreter/test/test_interpreter.py
b/pypy/interpreter/test/test_interpreter.py
--- a/pypy/i
Author: Armin Rigo
Branch: stm
Changeset: r51635:3c073f6abf1a
Date: 2012-01-22 11:56 +0100
http://bitbucket.org/pypy/pypy/changeset/3c073f6abf1a/
Log:print the numeric reason when aborting.
diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c
--- a/pypy/translator
Author: Armin Rigo
Branch: stm
Changeset: r51634:69e39e76c0d2
Date: 2012-01-22 11:29 +0100
http://bitbucket.org/pypy/pypy/changeset/69e39e76c0d2/
Log:Hacks to make checkmodule() work.
diff --git a/pypy/module/transaction/__init__.py
b/pypy/module/transaction/__init__.py
--- a/pypy/module/tr
Author: Armin Rigo
Branch: stm
Changeset: r51633:5ab80750fca1
Date: 2012-01-22 11:17 +0100
http://bitbucket.org/pypy/pypy/changeset/5ab80750fca1/
Log:Add an explicit fifo queue implementation, instead of using
list.pop(0).
diff --git a/pypy/module/transaction/fifo.py b/pypy/module/tr
Author: Armin Rigo
Branch: stm
Changeset: r51632:4ae4d737bd18
Date: 2012-01-22 11:16 +0100
http://bitbucket.org/pypy/pypy/changeset/4ae4d737bd18/
Log:Oups.
diff --git a/pypy/module/transaction/interp_transaction.py
b/pypy/module/transaction/interp_transaction.py
--- a/pypy/module/transactio
Author: Maciej Fijalkowski
Branch:
Changeset: r51631:eeb977421a88
Date: 2012-01-22 12:18 +0200
http://bitbucket.org/pypy/pypy/changeset/eeb977421a88/
Log:merge
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -13,7 +13,7 @@
S
Author: Maciej Fijalkowski
Branch:
Changeset: r51630:444a1d6d447d
Date: 2012-01-22 12:04 +0200
http://bitbucket.org/pypy/pypy/changeset/444a1d6d447d/
Log:fix newlines
diff --git a/pypy/translator/c/src/profiling.c
b/pypy/translator/c/src/profiling.c
--- a/pypy/translator/c/src/profiling.c
Author: Romain Guillebert
Branch: py3k
Changeset: r51629:2457af5955f1
Date: 2012-01-22 11:11 +0100
http://bitbucket.org/pypy/pypy/changeset/2457af5955f1/
Log:Add support for keyword arguments in the test suite, add a test for
the order of kwonly arguments
diff --git a/pypy/interprete
Author: Romain Guillebert
Branch: py3k
Changeset: r51628:99083d2bfef1
Date: 2012-01-22 10:57 +0100
http://bitbucket.org/pypy/pypy/changeset/99083d2bfef1/
Log:Fixes the combined use of kwonly arguments and default parameters
diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argumen
Author: Armin Rigo
Branch: stm
Changeset: r51627:a18852e15aae
Date: 2012-01-22 10:52 +0100
http://bitbucket.org/pypy/pypy/changeset/a18852e15aae/
Log:Fix test_interp_transaction.
diff --git a/pypy/module/transaction/test/test_interp_transaction.py
b/pypy/module/transaction/test/test_interp_
Author: Armin Rigo
Branch: stm
Changeset: r51626:b8a1df61795a
Date: 2012-01-22 10:51 +0100
http://bitbucket.org/pypy/pypy/changeset/b8a1df61795a/
Log:Add an argument to the callback invoked by stm_perform_transaction:
a retry counter starting at 0.
diff --git a/pypy/module/transactio
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r51625:01999b68d9cc
Date: 2012-01-22 10:33 +0100
http://bitbucket.org/pypy/pypy/changeset/01999b68d9cc/
Log:merge heads
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -13,7 +13
Author: Amaury Forgeot d'Arc
Branch: merge-2.7.2
Changeset: r51624:ff154856cb9b
Date: 2012-01-22 10:16 +0100
http://bitbucket.org/pypy/pypy/changeset/ff154856cb9b/
Log:List a test that was recently added, otherwise the test suite won't
run :(
diff --git a/lib-python/conftest.py b/lib
65 matches
Mail list logo