[pypy-commit] pypy vendoring: start branch to autovendor tools

2015-02-18 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: vendoring Changeset: r75980:b0aa35281ea9 Date: 2015-01-31 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/b0aa35281ea9/ Log:start branch to autovendor tools ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy vendoring: docs

2015-02-18 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: vendoring Changeset: r75981:ff5dc0dc0699 Date: 2015-02-16 12:06 +0100 http://bitbucket.org/pypy/pypy/changeset/ff5dc0dc0699/ Log:docs diff --git a/site-packages/README b/site-packages/README --- a/site-packages/README +++ b/site-packages/README @@ -1,2 +1,1

[pypy-commit] pypy refine-testrunner: merge from default

2014-08-31 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r73240:a9df5830e867 Date: 2014-02-02 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/a9df5830e867/ Log:merge from default diff too long, truncating to 2000 out of 5591 lines diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst

[pypy-commit] pypy refine-testrunner: merge from default

2014-10-05 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r73784:27f5610c0e09 Date: 2014-10-05 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/27f5610c0e09/ Log:merge from default diff too long, truncating to 2000 out of 11590 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE ++

[pypy-commit] pypy refine-testrunner: Fix Tests

2014-10-05 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r73783:d37fb439e6b2 Date: 2014-10-05 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/d37fb439e6b2/ Log:Fix Tests diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/testrunner/runner.py

[pypy-commit] pyrepl py3ksupport: add unicode alias to unix_console

2011-11-07 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r155:9adc0ebfa532 Date: 2011-11-08 00:13 +0100 http://bitbucket.org/pypy/pyrepl/changeset/9adc0ebfa532/ Log:add unicode alias to unix_console diff --git a/pyrepl/unix_console.py b/pyrepl/unix_console.py --- a/pyrepl/unix_console.py ++

[pypy-commit] pyrepl py3ksupport: skip functional tests in case of python3 :(

2011-11-07 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r156:b2b0b52e2975 Date: 2011-11-08 01:18 +0100 http://bitbucket.org/pypy/pyrepl/changeset/b2b0b52e2975/ Log:skip functional tests in case of python3 :( diff --git a/testing/test_functional.py b/testing/test_functional.py --- a/testing

[pypy-commit] pyrepl py3ksupport: merge from default

2011-11-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r157:2bb3de20db46 Date: 2011-11-08 22:56 +0100 http://bitbucket.org/pypy/pyrepl/changeset/2bb3de20db46/ Log:merge from default diff --git a/pyrepl/readline.py b/pyrepl/readline.py --- a/pyrepl/readline.py +++ b/pyrepl/readline.py @@ -

[pypy-commit] pyrepl py3ksupport: fix up keymap creation

2011-11-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r158:9de498f86d73 Date: 2011-11-08 23:59 +0100 http://bitbucket.org/pypy/pyrepl/changeset/9de498f86d73/ Log:fix up keymap creation diff --git a/pyrepl/keymap.py b/pyrepl/keymap.py --- a/pyrepl/keymap.py +++ b/pyrepl/keymap.py @@ -174,

[pypy-commit] pyrepl default: adapt encopyright to hg

2011-11-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r159:74eb359b4292 Date: 2011-11-09 12:30 +0100 http://bitbucket.org/pypy/pyrepl/changeset/74eb359b4292/ Log:adapt encopyright to hg diff --git a/encopyright.py b/encopyright.py --- a/encopyright.py +++ b/encopyright.py @@ -20,11 +20,10 @@ # CON

[pypy-commit] pyrepl default: cherry pick over tox.ini and hgignore from py3ksupport branch

2011-11-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r160:4c4f19046887 Date: 2011-11-09 12:35 +0100 http://bitbucket.org/pypy/pyrepl/changeset/4c4f19046887/ Log:cherry pick over tox.ini and hgignore from py3ksupport branch diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3

[pypy-commit] pyrepl py3ksupport: merge default

2011-11-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r161:9234e4d1b551 Date: 2011-11-09 12:36 +0100 http://bitbucket.org/pypy/pyrepl/changeset/9234e4d1b551/ Log:merge default diff --git a/encopyright.py b/encopyright.py --- a/encopyright.py +++ b/encopyright.py @@ -20,11 +20,10 @@ # CO

[pypy-commit] pypy default: resuffle pypy.tool.version and add support for .hg_archival.txt, fixes issue952

2012-01-20 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r51525:79770e0c2f93 Date: 2012-01-20 15:31 +0100 http://bitbucket.org/pypy/pypy/changeset/79770e0c2f93/ Log:resuffle pypy.tool.version and add support for .hg_archival.txt, fixes issue952 diff --git a/pypy/tool/test/test_version.py b/pyp

[pypy-commit] pypy pytest: resuffle the code in pypy/test_all.py, so a ./pytest.py run will not confuse at collection time

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51588:8237f969655e Date: 2012-01-21 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/8237f969655e/ Log:resuffle the code in pypy/test_all.py, so a ./pytest.py run will not confuse at collection time diff --git a/pypy/test_all.

[pypy-commit] pypy pytest: switch pytest.ini over new option name

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51589:e17af4cf9825 Date: 2012-01-21 17:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e17af4cf9825/ Log:switch pytest.ini over new option name diff --git a/pypy/pytest.ini b/pypy/pytest.ini --- a/pypy/pytest.ini +++ b/pypy/pytest.ini @

[pypy-commit] pypy pytest: add 2 missing __init__.py files so those test files can be discovered correctly

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51590:5a86baac8343 Date: 2012-01-21 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/5a86baac8343/ Log:add 2 missing __init__.py files so those test files can be discovered correctly diff --git a/pypy/module/pyexpat/test/__ini

[pypy-commit] pypy pytest: teach testsupport tests about reports now coming in unconditionally

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51602:ab8337ed12e8 Date: 2012-01-21 18:59 +0100 http://bitbucket.org/pypy/pypy/changeset/ab8337ed12e8/ Log:teach testsupport tests about reports now coming in unconditionally diff --git a/pypy/tool/pytest/test/test_pytestsupport.py b/pyp

[pypy-commit] pypy pytest: use funcargs in the testrunner test to ease having recoverable output

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51609:a696d22b84c6 Date: 2012-01-21 20:08 +0100 http://bitbucket.org/pypy/pypy/changeset/a696d22b84c6/ Log:use funcargs in the testrunner test to ease having recoverable output diff --git a/testrunner/test/conftest.py b/testrunner

[pypy-commit] pypy pytest: fix the remaining testrunner issues

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51610:d423bf345f99 Date: 2012-01-21 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/d423bf345f99/ Log:fix the remaining testrunner issues diff --git a/testrunner/test/test_runner.py b/testrunner/test/test_runner.py --- a/testrunner/t

[pypy-commit] pypy link-old-glibc-abi: close link old abi branch - the approach is discarded

2014-01-23 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: link-old-glibc-abi Changeset: r68882:505a7c83ec97 Date: 2014-01-23 22:09 +0100 http://bitbucket.org/pypy/pypy/changeset/505a7c83ec97/ Log:close link old abi branch - the approach is discarded ___ pypy-commit maili

[pypy-commit] pypy refine-testrunner: testrunner: simplify and fix interpret_exitcode tests

2014-01-23 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r68892:a58339b0503c Date: 2014-01-23 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/a58339b0503c/ Log:testrunner: simplify and fix interpret_exitcode tests diff --git a/testrunner/test/test_util.py b/testrunner/test/test_u

[pypy-commit] pyrepl default: Merged in msabramo/pyrepl/msabramo/hgignore (pull request #5)

2014-03-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r243:a1e175f1817b Date: 2014-03-08 09:27 +0100 http://bitbucket.org/pypy/pyrepl/changeset/a1e175f1817b/ Log:Merged in msabramo/pyrepl/msabramo/hgignore (pull request #5) .hgignore: Add \.pyc diff --git a/.hgignore b/.hgignore --- a/.hgi

[pypy-commit] pyrepl default: Merged in msabramo/pyrepl/msabramo/ord_char_python3 (pull request #7)

2014-03-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r239:bcea63638a4f Date: 2014-03-08 09:27 +0100 http://bitbucket.org/pypy/pyrepl/changeset/bcea63638a4f/ Log:Merged in msabramo/pyrepl/msabramo/ord_char_python3 (pull request #7) pyrepl/unix_eventqueue.py: Fix Python 3 ord(char) i

[pypy-commit] pyrepl default: Merged in msabramo/pyrepl/msabramo/update_tox_ini (pull request #6)

2014-03-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r250:d173694f875e Date: 2014-03-08 09:28 +0100 http://bitbucket.org/pypy/pyrepl/changeset/d173694f875e/ Log:Merged in msabramo/pyrepl/msabramo/update_tox_ini (pull request #6) tox.ini: envlist = py26, py27, pypy, py33 diff --git a/tox.i

[pypy-commit] pyrepl default: Merged in msabramo/pyrepl/fix_setup_test_basic_python3 (pull request #9)

2014-03-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r246:7720a0e701dc Date: 2014-03-08 09:28 +0100 http://bitbucket.org/pypy/pyrepl/changeset/7720a0e701dc/ Log:Merged in msabramo/pyrepl/fix_setup_test_basic_python3 (pull request #9) testing/test_functional.py: Use sys.stdout.buffe

[pypy-commit] pyrepl default: tox ini add flake8

2014-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r252:81049c73dc2e Date: 2014-04-15 00:28 +0200 http://bitbucket.org/pypy/pyrepl/changeset/81049c73dc2e/ Log:tox ini add flake8 diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,7 @@ [tox] -envlist = py26, py27, pypy, py33 +e

[pypy-commit] pyrepl codecheck-clean: close unmergable branch

2014-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: codecheck-clean Changeset: r253:4583ebb6344a Date: 2014-04-15 00:58 +0200 http://bitbucket.org/pypy/pyrepl/changeset/4583ebb6344a/ Log:close unmergable branch ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pyrepl msabramo/improve_test_readline: Close branch msabramo/improve_test_readline

2014-04-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: msabramo/improve_test_readline Changeset: r257:5f3ef19efb47 Date: 2014-04-15 16:00 +0200 http://bitbucket.org/pypy/pyrepl/changeset/5f3ef19efb47/ Log:Close branch msabramo/improve_test_readline ___ pypy-commit mai

[pypy-commit] pyrepl default: Merged in msabramo/pyrepl/msabramo/improve_test_readline (pull request #8)

2014-04-15 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r256:6ccf74d8d7c1 Date: 2014-04-15 16:00 +0200 http://bitbucket.org/pypy/pyrepl/changeset/6ccf74d8d7c1/ Log:Merged in msabramo/pyrepl/msabramo/improve_test_readline (pull request #8) Make testing/test_readline.py more comprehensi

[pypy-commit] lang-gameboy default: fix rom path in targetgbimplementation

2012-05-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r2:3e91d3e6fc0b Date: 2012-05-09 17:46 +0200 http://bitbucket.org/pypy/lang-gameboy/changeset/3e91d3e6fc0b/ Log:fix rom path in targetgbimplementation diff --git a/pygirl/targetgbimplementation.py b/pygirl/targetgbimplementation.py --- a/pygirl/

[pypy-commit] lang-gameboy default: fix an pypy.lang import

2012-05-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r3:6c1c40029aa6 Date: 2012-05-09 18:01 +0200 http://bitbucket.org/pypy/lang-gameboy/changeset/6c1c40029aa6/ Log:fix an pypy.lang import diff --git a/pygirl/gameboy.py b/pygirl/gameboy.py --- a/pygirl/gameboy.py +++ b/pygirl/gameboy.py @@ -221,7

[pypy-commit] pyrepl default: kill uniqify for sorted(set(...))

2012-05-17 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r195:ae89de421288 Date: 2012-05-03 18:16 +0200 http://bitbucket.org/pypy/pyrepl/changeset/ae89de421288/ Log:kill uniqify for sorted(set(...)) diff --git a/pyrepl/cmdrepl.py b/pyrepl/cmdrepl.py --- a/pyrepl/cmdrepl.py +++ b/pyrepl/cmdrepl.py @@ -

[pypy-commit] pyrepl default: add some data tests

2012-05-17 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r196:62f2256014af Date: 2012-05-03 18:18 +0200 http://bitbucket.org/pypy/pyrepl/changeset/62f2256014af/ Log:add some data tests diff --git a/testing/test_unix_reader.py b/testing/test_unix_reader.py --- a/testing/test_unix_reader.py +++ b/testin

[pypy-commit] pyrepl default: Added tag v0.8.4 for changeset 62f2256014af

2012-05-17 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r197:9982325d3628 Date: 2012-05-17 13:58 +0200 http://bitbucket.org/pypy/pyrepl/changeset/9982325d3628/ Log:Added tag v0.8.4 for changeset 62f2256014af diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -1,3 +1,4 @@ 9e6ce97035736092e

[pypy-commit] pypy default: testrunner: add a junitxml merging script

2012-05-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55146:cea3b8694de3 Date: 2012-05-21 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cea3b8694de3/ Log:testrunner: add a junitxml merging script diff --git a/testrunner/junitmerge.py b/testrunner/junitmerge.py new file mode 100644 --- /dev/

[pypy-commit] pypy default: testrunner: add the script i used for creating file times

2012-05-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55147:613c147eaf86 Date: 2012-05-21 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/613c147eaf86/ Log:testrunner: add the script i used for creating file times diff --git a/testrunner/filetimes.py b/testrunner/filetimes.py new file mode 10

[pypy-commit] pypy default: update the docs wrt modified-stdlib removal

2012-06-06 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55425:49fbd7ec3560 Date: 2012-06-06 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/49fbd7ec3560/ Log:update the docs wrt modified-stdlib removal diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guid

[pypy-commit] pypy stdlib-2.7.3: merge heads

2012-06-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-2.7.3 Changeset: r55630:0b6ea65c9988 Date: 2012-06-12 21:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0b6ea65c9988/ Log:merge heads diff --git a/lib-python/2.7/distutils/tests/Setup.sample b/lib-python/2.7/distutils/tests/Setup.sample old mode

[pypy-commit] pypy stdlib-2.7.3: correction merge with the vendor/stdlib branch

2012-06-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-2.7.3 Changeset: r55629:1b135cf4f557 Date: 2012-06-12 21:42 +0200 http://bitbucket.org/pypy/pypy/changeset/1b135cf4f557/ Log:correction merge with the vendor/stdlib branch diff --git a/lib-python/2.7/distutils/tests/Setup.sample b/lib-python/2.7/dis

[pypy-commit] pypy default: add a document describing the stdlib upgrade process for developers in excessive detail

2012-06-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55631:a53f80a66ef8 Date: 2012-06-12 21:59 +0200 http://bitbucket.org/pypy/pypy/changeset/a53f80a66ef8/ Log:add a document describing the stdlib upgrade process for developers in excessive detail diff --git a/lib-python/stdlib-upgrade.tx

[pypy-commit] cffi default: add MANIFEST.in, extend hgignore

2012-06-18 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r457:a5c22fff0fb7 Date: 2012-06-18 14:35 +0200 http://bitbucket.org/cffi/cffi/changeset/a5c22fff0fb7/ Log:add MANIFEST.in, extend hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -5,3 +5,6 @@ testing/__pycache__ d

[pypy-commit] pypy kill-import_from_lib_pypy: kill import_from_lib_pypy

2012-06-25 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55824:342497b7cc5f Date: 2012-06-25 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/342497b7cc5f/ Log:kill import_from_lib_pypy this removes the fragile use of import_from_lib_pypy with actual impor

[pypy-commit] cffi default: add demo/btrfs-snap.py

2012-06-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r524:14bb2dd80cf5 Date: 2012-06-26 11:39 +0200 http://bitbucket.org/cffi/cffi/changeset/14bb2dd80cf5/ Log:add demo/btrfs-snap.py this is a example for ioctrl structure usage diff --git a/demo/btrfs-snap.py b/demo/btrfs-snap.py new file

[pypy-commit] cffi default: fix another None -> ffi.NULL

2012-06-27 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r541:080670db739a Date: 2012-06-27 13:00 +0200 http://bitbucket.org/cffi/cffi/changeset/080670db739a/ Log:fix another None -> ffi.NULL diff --git a/demo/xclient.py b/demo/xclient.py --- a/demo/xclient.py +++ b/demo/xclient.py @@ -27,7 +27,7 @@

[pypy-commit] pypy kill-import_from_lib_pypy: move config cache recreation code to pypy/tool/lib_pypy

2012-06-29 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55873:95707b7b2e26 Date: 2012-06-29 21:26 +0200 http://bitbucket.org/pypy/pypy/changeset/95707b7b2e26/ Log:move config cache recreation code to pypy/tool/lib_pypy diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py

[pypy-commit] pypy kill-import_from_lib_pypy: move the dump writing from the ctypes config cache to tool.lib_pypy

2012-06-29 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55874:87755db8d523 Date: 2012-06-29 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/87755db8d523/ Log:move the dump writing from the ctypes config cache to tool.lib_pypy diff --git a/lib_pypy/ctypes_config_cache/lo

[pypy-commit] pypy default: refine pypyoption doc testing and fix cppyy error

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55876:20258fbf10d0 Date: 2012-07-01 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/20258fbf10d0/ Log:refine pypyoption doc testing and fix cppyy error * report filenames * add mising objectspace.usemodules.cppyy.txt file

[pypy-commit] pypy kill-import_from_lib_pypy: remove useless line continuation in ctypes cpumodel cache redirection template

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55877:8b55cea442fa Date: 2012-07-01 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/8b55cea442fa/ Log:remove useless line continuation in ctypes cpumodel cache redirection template diff --git a/pypy/tool/li

[pypy-commit] pypy kill-import_from_lib_pypy: fix and refine lib_pypy/pypy_test/test_os_wait.py

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55878:416df6469990 Date: 2012-07-01 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/416df6469990/ Log:fix and refine lib_pypy/pypy_test/test_os_wait.py diff --git a/lib_pypy/pypy_test/test_os_wait.py b/lib_pypy/py

[pypy-commit] pypy kill-import_from_lib_pypy: fix the rest of the rebuild using tests

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55879:d58c3a5bbe0d Date: 2012-07-01 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d58c3a5bbe0d/ Log:fix the rest of the rebuild using tests diff --git a/lib_pypy/pypy_test/test_resource.py b/lib_pypy/pypy_test/t

[pypy-commit] pypy refine-testrunner: create a testrunner util module and move simple functions there

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55880:67b927e13d58 Date: 2012-07-01 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/67b927e13d58/ Log:create a testrunner util module and move simple functions there diff --git a/pytest.py b/pytest.py --- a/pytest.py +++ b

[pypy-commit] pypy refine-testrunner: fix the busywait test

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55881:043de97aef94 Date: 2012-07-01 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/043de97aef94/ Log:fix the busywait test diff --git a/testrunner/test/test_util.py b/testrunner/test/test_util.py --- a/testrunner/test/tes

[pypy-commit] pypy refine-testrunner: start to split up the execute_test function

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55882:64db80b9c934 Date: 2012-07-01 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/64db80b9c934/ Log:start to split up the execute_test function diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/ru

[pypy-commit] pypy refine-testrunner: testrunner: move win32 handling from execute_test to execute_args

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55883:6e71295270ef Date: 2012-07-01 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/6e71295270ef/ Log:testrunner: move win32 handling from execute_test to execute_args diff --git a/testrunner/runner.py b/testrunner/runner.

[pypy-commit] pypy refine-testrunner: move testrunner option parser to util, simplify the main function

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55884:58a1a72916b3 Date: 2012-07-01 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/58a1a72916b3/ Log:move testrunner option parser to util, simplify the main function diff --git a/testrunner/runner.py b/testrunner/runner.

[pypy-commit] pypy refine-testrunner: kill some unused/dead testrunner runparam methods

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55885:1a01c0306d54 Date: 2012-07-01 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1a01c0306d54/ Log:kill some unused/dead testrunner runparam methods diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrun

[pypy-commit] pypy refine-testrunner: testrunner: refactor runner parameter usage

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55886:9fe10c51dd55 Date: 2012-07-01 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/9fe10c51dd55/ Log:testrunner: refactor runner parameter usage diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/ru

[pypy-commit] pypy refine-testrunner: testrunner: make scratchbox runner use a RunParam subclass

2012-07-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: refine-testrunner Changeset: r55887:8a4b1802f7a7 Date: 2012-07-01 17:55 +0200 http://bitbucket.org/pypy/pypy/changeset/8a4b1802f7a7/ Log:testrunner: make scratchbox runner use a RunParam subclass diff --git a/testrunner/runner.py b/testrunner/runner.py ---

[pypy-commit] cffi default: add _cffi_backend.so and __pycache__ to hgignore

2012-07-07 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r593:3fa70faba606 Date: 2012-07-07 20:16 +0200 http://bitbucket.org/cffi/cffi/changeset/3fa70faba606/ Log:add _cffi_backend.so and __pycache__ to hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,8 @@ .*.swp

[pypy-commit] pypy stm-jit: introduce thread.exclusive_atomic

2012-08-17 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stm-jit Changeset: r56738:a255c9eadffd Date: 2012-08-17 19:14 +0200 http://bitbucket.org/pypy/pypy/changeset/a255c9eadffd/ Log:introduce thread.exclusive_atomic it will throw an error if it is used within another atomic block diff --git a/pypy/modu

[pypy-commit] cffi default: remove the hiding of pkg-config errors in setup.py, should fix issue #21

2012-08-24 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r893:138bd8080167 Date: 2012-08-24 19:23 +0200 http://bitbucket.org/cffi/cffi/changeset/138bd8080167/ Log:remove the hiding of pkg-config errors in setup.py, should fix issue #21 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setu

[pypy-commit] pypy pypy-in-a-box: close finished branch that won't be merged

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pypy-in-a-box Changeset: r56864:c1c69aca30f8 Date: 2012-08-26 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c1c69aca30f8/ Log:close finished branch that won't be merged ___ pypy-commit mailing list pypy-com

[pypy-commit] pypy r15-for-exception: close merged branch

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: r15-for-exception Changeset: r56865:9551ac57ecbc Date: 2012-08-26 12:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9551ac57ecbc/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy numpy-ufuncs3: close merged branch

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: numpy-ufuncs3 Changeset: r56867:811e23458661 Date: 2012-08-26 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/811e23458661/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://m

[pypy-commit] pypy numpypy-issue1137: close merged branch

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: numpypy-issue1137 Changeset: r56866:c48ef80fb1c5 Date: 2012-08-26 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/c48ef80fb1c5/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy numpypy-out: close merged branch

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: numpypy-out Changeset: r56868:3fa1327f0c22 Date: 2012-08-26 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/3fa1327f0c22/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://mai

[pypy-commit] pypy sepcomp: close discontinued unmerged branch

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: sepcomp Changeset: r56869:47e75c1da2d0 Date: 2012-08-26 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/47e75c1da2d0/ Log:close discontinued unmerged branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy release-1.6.x: close merged branch

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: release-1.6.x Changeset: r56870:fb8105c649ba Date: 2012-08-26 13:15 +0200 http://bitbucket.org/pypy/pypy/changeset/fb8105c649ba/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://m

[pypy-commit] pypy revive-dlltool: close merged branch

2012-08-26 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: revive-dlltool Changeset: r56871:494acaece815 Date: 2012-08-26 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/494acaece815/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://

[pypy-commit] pypy default: add a monkeypatch to py.code.Source.deindent to our conftest to avoid cpu burn

2012-08-27 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r56886:463589f1428d Date: 2012-08-27 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/463589f1428d/ Log:add a monkeypatch to py.code.Source.deindent to our conftest to avoid cpu burn diff --git a/pypy/conftest.py b/pypy/conftest.py -

[pypy-commit] jitviewer default: some additions to .hgignore

2012-01-27 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r187:5b778b5ea015 Date: 2012-01-27 11:50 +0100 http://bitbucket.org/pypy/jitviewer/changeset/5b778b5ea015/ Log:some additions to .hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,6 @@ syntax: glob *.pyc

[pypy-commit] jitviewer default: shuffle around app code, so we have templates+static in the package

2012-01-27 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r186:34292f6ef484 Date: 2012-01-27 11:47 +0100 http://bitbucket.org/pypy/jitviewer/changeset/34292f6ef484/ Log:shuffle around app code, so we have templates+static in the package diff --git a/bin/jitviewer.py b/_jitviewer/app.py copy from bin/ji

[pypy-commit] pypy pytest: sync pylib with 1.7.4 + mattip's patch

2012-02-17 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r52577:97e8ddb2e756 Date: 2012-02-17 12:07 +0100 http://bitbucket.org/pypy/pypy/changeset/97e8ddb2e756/ Log:sync pylib with 1.7.4 + mattip's patch diff --git a/py/__init__.py b/py/__init__.py --- a/py/__init__.py +++ b/py/__init__.py @@ -8

[pypy-commit] pypy pytest: sync pytest with the 2.2.3 release

2012-02-17 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r52578:d921bcdf3e52 Date: 2012-02-17 12:09 +0100 http://bitbucket.org/pypy/pypy/changeset/d921bcdf3e52/ Log:sync pytest with the 2.2.3 release diff --git a/_pytest/__init__.py b/_pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/_

[pypy-commit] pypy default: jittify_and_run: print the repr of the graph eval result, so raw bytes get readable

2012-03-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r53087:2881f17e1ffc Date: 2012-03-02 00:07 +0100 http://bitbucket.org/pypy/pypy/changeset/2881f17e1ffc/ Log:jittify_and_run: print the repr of the graph eval result, so raw bytes get readable diff --git a/pypy/jit/metainterp/warmspot.py

[pypy-commit] pypy pytest: merge default

2012-03-01 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r53088:4010eecfac8d Date: 2012-03-02 00:11 +0100 http://bitbucket.org/pypy/pypy/changeset/4010eecfac8d/ Log:merge default diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/te

[pypy-commit] pypy pytest: testrunner: only do the monkeypatching in scratchbox if its required

2012-03-02 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r53117:cea99ad451e6 Date: 2012-03-02 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/cea99ad451e6/ Log:testrunner: only do the monkeypatching in scratchbox if its required diff --git a/testrunner/scratchbox_runner.py b/testrunner/scra

[pypy-commit] pypy pytest: testrunner: also generate junitxml for each test driver instance

2012-03-02 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r53118:017c3d40ee44 Date: 2012-03-02 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/017c3d40ee44/ Log:testrunner: also generate junitxml for each test driver instance this is meant to give stdout/err later for use in the buil

[pypy-commit] pypy default: kill the run task and related code

2012-03-20 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r53829:0e5b140cf620 Date: 2012-03-20 13:58 +0100 http://bitbucket.org/pypy/pypy/changeset/0e5b140cf620/ Log:kill the run task and related code diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py --- a/pypy/translator/driver.py +++

[pypy-commit] pyrepl py3ksupport: merge

2012-03-20 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r165:1cd29805192b Date: 2012-03-20 15:46 +0100 http://bitbucket.org/pypy/pyrepl/changeset/1cd29805192b/ Log:merge diff --git a/encopyright.py b/encopyright.py --- a/encopyright.py +++ b/encopyright.py @@ -20,11 +20,10 @@ # CONNECTION

[pypy-commit] pyrepl py3ksupport: undo misstake

2012-03-20 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: py3ksupport Changeset: r164:0ceb86767590 Date: 2012-03-20 15:46 +0100 http://bitbucket.org/pypy/pyrepl/changeset/0ceb86767590/ Log:undo misstake diff --git a/pyrepl/keymap.py b/pyrepl/keymap.py --- a/pyrepl/keymap.py +++ b/pyrepl/keymap.py @@ -172,9 +172,8

[pypy-commit] pypy pytest: upgrade py and _pytest to current tip

2012-04-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r54264:f1fdc8c6ed6a Date: 2012-04-09 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/f1fdc8c6ed6a/ Log:upgrade py and _pytest to current tip diff --git a/_pytest/__init__.py b/_pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytes

[pypy-commit] pypy vendor/stdlib: create branch for tracking the unchanged stdlib

2012-04-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: vendor/stdlib Changeset: r54301:7406215587c6 Date: 2012-04-12 11:00 +0200 http://bitbucket.org/pypy/pypy/changeset/7406215587c6/ Log:create branch for tracking the unchanged stdlib ___ pypy-commit mailing list pyp

[pypy-commit] pypy stdlib-unification: adapt sandbox interaction test to unified site

2012-04-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54309:08c38e4707f6 Date: 2012-04-12 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/08c38e4707f6/ Log:adapt sandbox interaction test to unified site diff --git a/pypy/module/sys/state.py b/pypy/module/sys/state.py --- a/p

[pypy-commit] pypy stdlib-unification: todo note in tool/pytest

2012-04-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54313:4a9a542ed7e4 Date: 2012-04-12 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/4a9a542ed7e4/ Log:todo note in tool/pytest diff --git a/pypy/tool/pytest/htmlreport.py b/pypy/tool/pytest/htmlreport.py --- a/pypy/tool/p

[pypy-commit] pypy stdlib-unification: fix the note on using the stdlib test_set

2012-04-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54312:e0fe8d719183 Date: 2012-04-12 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/e0fe8d719183/ Log:fix the note on using the stdlib test_set diff --git a/pypy/objspace/std/test/test_setobject.py b/pypy/objspace/std/te

[pypy-commit] pypy default: merge from pytest

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54330:8bafd99b776b Date: 2012-04-13 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/8bafd99b776b/ Log:merge from pytest diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinterpret.py --- a/_pytest/assertion/oldinterpre

[pypy-commit] pypy default: merge upstream

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54331:f7ddf20f141f Date: 2012-04-13 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/f7ddf20f141f/ Log:merge upstream diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy/annotation/test

[pypy-commit] pypy pytest: apply patch from upstream that fixes armins py25 issue

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r54329:9b3c28e1af6c Date: 2012-04-13 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9b3c28e1af6c/ Log:apply patch from upstream that fixes armins py25 issue diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinter

[pypy-commit] pypy stdlib-unification: merge from default

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54342:817ce54a56bb Date: 2012-04-13 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/817ce54a56bb/ Log:merge from default diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinterpret.py --- a/_pytest/as

[pypy-commit] pypy stdlib-unification: reenable the ability to run stdlib tests

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54343:f8735b33c95a Date: 2012-04-13 21:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f8735b33c95a/ Log:reenable the ability to run stdlib tests diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/

[pypy-commit] pypy stdlib-unification: fix tests for initial sys.path

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54344:39affc663dc5 Date: 2012-04-13 22:02 +0200 http://bitbucket.org/pypy/pypy/changeset/39affc663dc5/ Log:fix tests for initial sys.path diff --git a/pypy/module/sys/test/test_initialpath.py b/pypy/module/sys/test/test_initi

[pypy-commit] pypy stdlib-unification: remove unneeded comment from UserDict

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54345:d0611e06277d Date: 2012-04-13 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/d0611e06277d/ Log:remove unneeded comment from UserDict diff --git a/lib-python/2.7/UserDict.py b/lib-python/2.7/UserDict.py --- a/lib-py

[pypy-commit] pypy stdlib-unification: revert stdlib test package __init__ to stdlib version

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54346:1f72d5b26f8c Date: 2012-04-13 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/1f72d5b26f8c/ Log:revert stdlib test package __init__ to stdlib version diff --git a/lib-python/2.7/test/__init__.py b/lib-python/2.7/tes

[pypy-commit] pypy stdlib-unification: remove the modified- expectations from test_app_main

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54348:c1ed24dc186f Date: 2012-04-13 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/c1ed24dc186f/ Log:remove the modified- expectations from test_app_main diff --git a/pypy/translator/goal/test2/test_app_main.py b/pypy/t

[pypy-commit] pypy stdlib-unification: test.regrtest: undo the findtestdir change, keep some simplifications for now

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54347:092e9fa2cf0e Date: 2012-04-13 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/092e9fa2cf0e/ Log:test.regrtest: undo the findtestdir change, keep some simplifications for now diff --git a/lib-python/2.7/test/

[pypy-commit] pypy stdlib-unification: fix vanilla stdlib ref in stdlib___future__

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54349:4ed884067730 Date: 2012-04-13 22:53 +0200 http://bitbucket.org/pypy/pypy/changeset/4ed884067730/ Log:fix vanilla stdlib ref in stdlib___future__ diff --git a/pypy/tool/stdlib___future__.py b/pypy/tool/stdlib___future__.p

[pypy-commit] pypy stdlib-unification: fix MODIFID/VANILLA refs of lib-pypy test

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54350:77f9d750e08f Date: 2012-04-13 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/77f9d750e08f/ Log:fix MODIFID/VANILLA refs of lib-pypy test diff --git a/pypy/tool/test/test_lib_pypy.py b/pypy/tool/test/test_lib_pypy.p

[pypy-commit] pypy stdlib-unification: reverting merge so we dont get the deletions when merging from vendor/stdlib

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54352:087b58bc32e9 Date: 2012-04-14 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/087b58bc32e9/ Log:reverting merge so we dont get the deletions when merging from vendor/stdlib __

[pypy-commit] pypy stdlib-unification: merge from vendor/stdlib

2012-04-14 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54354:169138063d63 Date: 2012-04-14 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/169138063d63/ Log:merge from vendor/stdlib ___ pypy-commit mailing list pypy-commit@python.or

  1   2   3   >