[pypy-commit] pypy default: merge heads

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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 +++

[pypy-commit] pypy stm: Fix test_interp_transaction.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[pypy-commit] pypy py3k: Fixes the combined use of kwonly arguments and default parameters

2012-01-22 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com 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

[pypy-commit] pypy default: fix newlines

2012-01-22 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 ---

[pypy-commit] pypy default: merge

2012-01-22 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 @@

[pypy-commit] pypy stm: Oups.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy stm: Add an explicit fifo queue implementation, instead of using

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[pypy-commit] pypy stm: Hacks to make checkmodule() work.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy stm: print the numeric reason when aborting.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy py3k: The test was wrong...

2012-01-22 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com 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

[pypy-commit] pypy py3k: Easy fixes in test_compiler

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] pypy py3k: The exception handler target except ValueError as exc was always compiled as a global variable. Test and fix.

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Fix method used to find cjkencodings data files

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Respect __subclasscheck__ when rebinding a method to a more specific class.

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] Notification: benchmarks

2012-01-22 Thread Bitbucket
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] pypy merge-2.7.2: Undo the previous change, and just add allow_override=True.

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] pypy default: fix the test.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy merge-2.7.2: fix JSON tests

2012-01-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Fix for time.mktime, -1 is a valid return value in some cases.

2012-01-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Change to the new exception for bytearray().pop()

2012-01-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Fix our copy of sysconfig.py, which I broke during the merge

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: test_ssl: Correctly use the helper function to find data files

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Fix edge cases in float.__mod__

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: merged upstream

2012-01-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

[pypy-commit] pypy concurrent-marksweep: Fix: conflict with global name 'error'.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[pypy-commit] pypy 32ptr-on-64bit: fix.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

[pypy-commit] pypy merge-2.7.2: json: Rename some functions in our pure-python implementation:

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] buildbot default: Added the numready script.

2012-01-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Fix for mmap when trying to specify an offset that's past the end of a file.

2012-01-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

[pypy-commit] pypy merge-2.7.2: Buffered IO retries read() and write() when the raw stream raises errno=EINTR.

2012-01-22 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com 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

[pypy-commit] [COMMENT] Pull request #23 for pypy/pypy: Fix _sqlite3.py fix for issue996, with test

2012-01-22 Thread Bitbucket
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

[pypy-commit] [COMMENT] Pull request #23 for pypy/pypy: Fix _sqlite3.py fix for issue996, with test

2012-01-22 Thread Bitbucket
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

[pypy-commit] [OPEN] Pull request #23 for pypy/pypy: Fix _sqlite3.py fix for issue996, with test

2012-01-22 Thread Bitbucket
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

[pypy-commit] pypy numppy-flatitter: redo, add lots of tests, some still fail

2012-01-22 Thread mattip
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

[pypy-commit] pypy default: Fix old-style raise statements (illegal in Python 3, ugly in Python 2)

2012-01-22 Thread dripton
Author: David Ripton drip...@ripton.net 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