[pypy-commit] pypy unicode-utf8: Almost all objspace/std tests pass now.

2017-10-08 Thread jerith
Author: Jeremy Thurgood Branch: unicode-utf8 Changeset: r92657:76983639ace6 Date: 2017-10-08 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/76983639ace6/ Log:Almost all objspace/std tests pass now. diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --

[pypy-commit] pypy unicode-utf8: Some more unicode methods.

2017-10-08 Thread jerith
Author: Jeremy Thurgood Branch: unicode-utf8 Changeset: r92654:3e28fa9641ac Date: 2017-10-08 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3e28fa9641ac/ Log:Some more unicode methods. diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/pypy/objs

[pypy-commit] pypy unicode-utf8: getslice and fix {starts, ends}with.

2017-10-08 Thread jerith
Author: Jeremy Thurgood Branch: unicode-utf8 Changeset: r92653:c46107c45a6e Date: 2017-10-08 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/c46107c45a6e/ Log:getslice and fix {starts,ends}with. diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/

[pypy-commit] pypy unicode-utf8: capitalize and {starts, ends}with.

2017-10-07 Thread jerith
Author: Jeremy Thurgood Branch: unicode-utf8 Changeset: r92634:2d6fe4fc14a3 Date: 2017-10-07 16:28 +0200 http://bitbucket.org/pypy/pypy/changeset/2d6fe4fc14a3/ Log:capitalize and {starts,ends}with. diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/py

[pypy-commit] pypy unicode-utf8: expandtabs and [is]title.

2017-10-07 Thread jerith
Author: Jeremy Thurgood Branch: unicode-utf8 Changeset: r92631:842f2cbd6d78 Date: 2017-10-07 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/842f2cbd6d78/ Log:expandtabs and [is]title. diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject

[pypy-commit] pypy default: Close unrecursive-opt branch.

2016-10-09 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r87674:056aa96369a4 Date: 2016-10-09 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/056aa96369a4/ Log:Close unrecursive-opt branch. ___ pypy-commit mailing list pypy-commit@python.org https://mail.p

[pypy-commit] pypy unrecursive-opt: Close branch unrecursive-opt.

2016-10-09 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r87673:6d72d11bf9c3 Date: 2016-10-09 17:37 + http://bitbucket.org/pypy/pypy/changeset/6d72d11bf9c3/ Log:Close branch unrecursive-opt. ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: Update whatsnew-head before the builds all fail.

2016-10-09 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r87672:8b4dd04c1900 Date: 2016-10-09 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/8b4dd04c1900/ Log:Update whatsnew-head before the builds all fail. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsne

[pypy-commit] pypy default: Merge unrecursive-opt branch

2016-10-09 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r87671:e26ed9527792 Date: 2016-10-09 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/e26ed9527792/ Log:Merge unrecursive-opt branch This makes optimiseopt iterative instead of recursive so it can be reasoned about more easily a

[pypy-commit] pypy reverse-debugger: (jerith, arigo) Bump DARWIN_VERSION_MIN to 10.7 to allow thread-local.

2016-10-08 Thread jerith
Author: Jeremy Thurgood Branch: reverse-debugger Changeset: r87623:a740348ea339 Date: 2016-10-08 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a740348ea339/ Log:(jerith, arigo) Bump DARWIN_VERSION_MIN to 10.7 to allow thread- local. diff --git a/rpython/translator/platform

[pypy-commit] pypy default: Hypothesis test for rlib.runicode.

2016-03-13 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r83013:bb73b1e0ef9f Date: 2016-03-13 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/bb73b1e0ef9f/ Log:Hypothesis test for rlib.runicode. diff --git a/rpython/rlib/test/test_runicode.py b/rpython/rlib/test/test_runicode.py --- a/rpython/rlib/

[pypy-commit] pypy unrecursive-opt: Merge default.

2015-10-13 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r80154:c3e4bdc5e479 Date: 2015-10-13 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c3e4bdc5e479/ Log:Merge default. diff too long, truncating to 2000 out of 8776 lines diff --git a/dotviewer/graphclient.py b/dotviewer/graphcl

[pypy-commit] pypy unrecursive-opt: Now in RPython.

2015-10-12 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r80133:e80e2fc935ca Date: 2015-10-12 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e80e2fc935ca/ Log:Now in RPython. diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a/r

[pypy-commit] pypy unrecursive-opt: Fix OptSimplify and clean up some things.

2015-10-12 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r80127:61672fcaccb5 Date: 2015-10-12 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/61672fcaccb5/ Log:Fix OptSimplify and clean up some things. diff --git a/rpython/jit/metainterp/optimizeopt/earlyforce.py b/rpython/jit/metain

[pypy-commit] pypy unrecursive-opt: Kill unnecessary oldop arg.

2015-10-12 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r80126:0239a15d98b6 Date: 2015-10-12 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/0239a15d98b6/ Log:Kill unnecessary oldop arg. diff --git a/rpython/jit/metainterp/optimizeopt/earlyforce.py b/rpython/jit/metainterp/optimizeo

[pypy-commit] pypy unrecursive-opt: All the rest of the unrecursion.

2015-10-12 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r80125:9945934d8515 Date: 2015-10-12 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/9945934d8515/ Log:All the rest of the unrecursion. diff --git a/rpython/jit/metainterp/optimizeopt/earlyforce.py b/rpython/jit/metainterp/opti

[pypy-commit] pypy unrecursive-opt: Move virtualize callbacks to postprocess pass.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79978:bffdacba8eaa Date: 2015-10-04 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/bffdacba8eaa/ Log:Move virtualize callbacks to postprocess pass. diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/me

[pypy-commit] pypy unrecursive-opt: Move rewrite callbacks to postprocess pass, one test fails.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79977:c1e114708b34 Date: 2015-10-04 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c1e114708b34/ Log:Move rewrite callbacks to postprocess pass, one test fails. diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/r

[pypy-commit] pypy unrecursive-opt: Turn callbacks into postprocess dispatch.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79967:c28bff45d6ed Date: 2015-10-04 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/c28bff45d6ed/ Log:Turn callbacks into postprocess dispatch. diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metaint

[pypy-commit] pypy unrecursive-opt: No extra args in intbounds callbacks.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79966:e9ea348da6d2 Date: 2015-10-04 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/e9ea348da6d2/ Log:No extra args in intbounds callbacks. diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/

[pypy-commit] extradoc extradoc: Merged in camara/extradoc/camara/warmupimprovements2rst-create-table-head-1443916820814 (pull request #7)

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: extradoc Changeset: r5567:a06b0b432f0f Date: 2015-10-04 10:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/a06b0b432f0f/ Log:Merged in camara/extradoc/camara/warmupimprovements2rst-create- table-head-1443916820814 (pull request #7) warmup

[pypy-commit] pypy unrecursive-opt: Move intbounds into non-recursive model.

2015-10-03 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79956:9c9cd68a9013 Date: 2015-10-03 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/9c9cd68a9013/ Log:Move intbounds into non-recursive model. diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/op

[pypy-commit] pypy default: (fijal, jerith) Kill done TODOs.

2015-10-03 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r79950:201580bd2a40 Date: 2015-10-03 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/201580bd2a40/ Log:(fijal, jerith) Kill done TODOs. diff --git a/rpython/jit/metainterp/optimizeopt/TODO b/rpython/jit/metainterp/optimizeopt/TODO --- a

[pypy-commit] pypy default: update whatsnew for remove-del-from-generatoriterator branch

2014-01-20 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68780:200729d3aed6 Date: 2014-01-20 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/200729d3aed6/ Log:update whatsnew for remove-del-from-generatoriterator branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy

[pypy-commit] pypy default: fix for issue #1671, ctypes array-in-struct keepalive

2014-01-19 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68766:1329fe522dfb Date: 2014-01-19 19:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1329fe522dfb/ Log:fix for issue #1671, ctypes array-in-struct keepalive diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_p

[pypy-commit] pypy default: increment default_magic for the new co_flag (oops)

2014-01-18 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68757:9f9f78e7e299 Date: 2014-01-18 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/9f9f78e7e299/ Log:increment default_magic for the new co_flag (oops) diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpret

[pypy-commit] pypy default: actually check for CO_YIELD_INSIDE_TRY in co_flags

2014-01-17 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68754:79512ccd52df Date: 2014-01-18 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/79512ccd52df/ Log:actually check for CO_YIELD_INSIDE_TRY in co_flags diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpr

[pypy-commit] pypy default: add two more tests for yield-inside-try edge cases

2014-01-17 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68727:6cbefcec4ceb Date: 2014-01-17 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/6cbefcec4ceb/ Log:add two more tests for yield-inside-try edge cases diff --git a/pypy/interpreter/astcompiler/test/test_symtable.py b/pypy/interpreter/astco

[pypy-commit] pypy default: merge remove-del-from-generatoriterator branch

2014-01-17 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68725:3f7024813427 Date: 2014-01-17 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/3f7024813427/ Log:merge remove-del-from-generatoriterator branch diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.

[pypy-commit] pypy remove-del-from-generatoriterator: close branch for merging

2014-01-17 Thread jerith
Author: Jeremy Thurgood Branch: remove-del-from-generatoriterator Changeset: r68724:157cf1b78b9c Date: 2014-01-17 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/157cf1b78b9c/ Log:close branch for merging ___ pypy-commit mailing list pypy-comm

[pypy-commit] pypy remove-del-from-generatoriterator: handle yield inside with and also nested blocks

2014-01-17 Thread jerith
Author: Jeremy Thurgood Branch: remove-del-from-generatoriterator Changeset: r68720:e25d33c7d99a Date: 2014-01-17 16:28 +0200 http://bitbucket.org/pypy/pypy/changeset/e25d33c7d99a/ Log:handle yield inside with and also nested blocks diff --git a/pypy/interpreter/astcompiler/symtable.py b/py

[pypy-commit] pypy remove-del-from-generatoriterator: move GeneratorIterator.__del__ to GeneratorIteratorWithDel subclass, used for code with the CO_YIELD_INSIDE_TRY flag

2014-01-17 Thread jerith
Author: Jeremy Thurgood Branch: remove-del-from-generatoriterator Changeset: r68717:050108051e15 Date: 2014-01-17 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/050108051e15/ Log:move GeneratorIterator.__del__ to GeneratorIteratorWithDel subclass, used for code with the CO_YIELD

[pypy-commit] pypy remove-del-from-generatoriterator: add a CO_YIELD_INSIDE_TRY code flag

2014-01-17 Thread jerith
Author: Jeremy Thurgood Branch: remove-del-from-generatoriterator Changeset: r68716:b3bc55c98005 Date: 2014-01-17 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/b3bc55c98005/ Log:add a CO_YIELD_INSIDE_TRY code flag diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interprete

[pypy-commit] cffi split-verify: Experimental serialisation of cffi.model types into Python code that instantiates them.

2013-10-07 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1372:ce63a7e3e315 Date: 2013-10-07 13:46 +0200 http://bitbucket.org/cffi/cffi/changeset/ce63a7e3e315/ Log:Experimental serialisation of cffi.model types into Python code that instantiates them. diff --git a/cffi/builder.py b/cf

[pypy-commit] cffi split-verify: I think this is the most horrible thing I have written in months, but... pickle all the _declarations.

2013-10-06 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1358:1e40024fb288 Date: 2013-10-06 18:09 +0200 http://bitbucket.org/cffi/cffi/changeset/1e40024fb288/ Log:I think this is the most horrible thing I have written in months, but... pickle all the _declarations. diff --git a/cffi/

[pypy-commit] cffi split-verify: Fix (and test) ffi proxy functions.

2013-10-06 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1357:9f5e04349245 Date: 2013-10-06 15:36 +0200 http://bitbucket.org/cffi/cffi/changeset/9f5e04349245/ Log:Fix (and test) ffi proxy functions. diff --git a/cffi/builder.py b/cffi/builder.py --- a/cffi/builder.py +++ b/cffi/builder.py @@

[pypy-commit] cffi split-verify: Better API for generated module.

2013-10-06 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1355:b1c528ee24ae Date: 2013-10-06 14:35 +0200 http://bitbucket.org/cffi/cffi/changeset/b1c528ee24ae/ Log:Better API for generated module. diff --git a/cffi/builder.py b/cffi/builder.py --- a/cffi/builder.py +++ b/cffi/builder.py @@ -1

[pypy-commit] cffi split-verify: Move FFIBuilder into its own module.

2013-10-06 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1354:e5fe5874e20f Date: 2013-10-06 13:21 +0200 http://bitbucket.org/cffi/cffi/changeset/e5fe5874e20f/ Log:Move FFIBuilder into its own module. diff --git a/cffi/__init__.py b/cffi/__init__.py --- a/cffi/__init__.py +++ b/cffi/__init__.

[pypy-commit] cffi split-verify: Collect built filepaths.

2013-10-06 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1353:e179cc8d6f7a Date: 2013-10-06 13:13 +0200 http://bitbucket.org/cffi/cffi/changeset/e179cc8d6f7a/ Log:Collect built filepaths. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -455,6 +455,7 @@

[pypy-commit] cffi split-verify: Clean up a few things, fix python3 compat.

2013-10-06 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1352:34923698f6a2 Date: 2013-10-06 12:19 +0200 http://bitbucket.org/cffi/cffi/changeset/34923698f6a2/ Log:Clean up a few things, fix python3 compat. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -480,14

[pypy-commit] cffi split-verify: FFIBuilder implementation.

2013-10-05 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1351:eb2e8acaa3db Date: 2013-10-05 23:11 +0200 http://bitbucket.org/cffi/cffi/changeset/eb2e8acaa3db/ Log:FFIBuilder implementation. diff --git a/cffi/__init__.py b/cffi/__init__.py --- a/cffi/__init__.py +++ b/cffi/__init__.py @@ -1,7

[pypy-commit] cffi default: (arigo, fijal, jerith) More complicated (and better) juggling of compiler args for gcc/clang in verify tests.

2013-10-05 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r1350:a88e541709e8 Date: 2013-10-05 13:21 +0200 http://bitbucket.org/cffi/cffi/changeset/a88e541709e8/ Log:(arigo, fijal, jerith) More complicated (and better) juggling of compiler args for gcc/clang in verify tests. diff --git a/testing

[pypy-commit] pypy sqlite-cffi: All sqlite tests pass with cffi implementation.

2013-02-26 Thread jerith
Author: Jeremy Thurgood Branch: sqlite-cffi Changeset: r61833:622307cc3927 Date: 2013-02-27 09:40 +0200 http://bitbucket.org/pypy/pypy/changeset/622307cc3927/ Log:All sqlite tests pass with cffi implementation. diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.

[pypy-commit] pypy sqlite-cffi: More CFFI sqlite3 wrapper. Only a few user function tests still failing.

2013-02-26 Thread jerith
Author: Jeremy Thurgood Branch: sqlite-cffi Changeset: r61832:826b3efd7edf Date: 2013-02-27 02:45 +0200 http://bitbucket.org/pypy/pypy/changeset/826b3efd7edf/ Log:More CFFI sqlite3 wrapper. Only a few user function tests still failing. diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sq

[pypy-commit] pypy default: Fix enumerating oo rlists.

2013-02-22 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r61611:12bfeabef144 Date: 2013-02-22 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/12bfeabef144/ Log:Fix enumerating oo rlists. diff --git a/rpython/rtyper/ootypesystem/rlist.py b/rpython/rtyper/ootypesystem/rlist.py --- a/rpython/rtyper/oo

[pypy-commit] pypy default: Fix enumerating oo unicode rstrs and add whatsnew.

2013-02-22 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r61612:e4ab0b234c2b Date: 2013-02-22 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/e4ab0b234c2b/ Log:Fix enumerating oo unicode rstrs and add whatsnew. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whats

[pypy-commit] pypy enumerate-rstr: Proper tests and some oothingies.

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61557:5671340d830e Date: 2013-02-21 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/5671340d830e/ Log:Proper tests and some oothingies. diff --git a/rpython/rtyper/ootypesystem/rstr.py b/rpython/rtyper/ootypesystem/rstr.py ---

[pypy-commit] pypy enumerate-rstr: Backed out changeset 7563dcd4e19e

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61556:537fe824215d Date: 2013-02-21 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/537fe824215d/ Log:Backed out changeset 7563dcd4e19e diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpy

[pypy-commit] pypy enumerate-rstr: Some tests for enumerating rstrs.

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61555:7563dcd4e19e Date: 2013-02-21 19:14 +0200 http://bitbucket.org/pypy/pypy/changeset/7563dcd4e19e/ Log:Some tests for enumerating rstrs. diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpy

[pypy-commit] pypy enumerate-rstr: Make enumerate() work with rstr.

2013-02-21 Thread jerith
Author: Jeremy Thurgood Branch: enumerate-rstr Changeset: r61554:c0e310c1482e Date: 2013-02-21 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/c0e310c1482e/ Log:Make enumerate() work with rstr. diff --git a/rpython/rtyper/lltypesystem/rlist.py b/rpython/rtyper/lltypesystem/rlist.py ---

[pypy-commit] pypy curses_cffi: Fix getsyx() and stuff related to repl setup.

2013-02-08 Thread jerith
Author: Jeremy Thurgood Branch: curses_cffi Changeset: r60962:a903bf4f9acf Date: 2013-02-08 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a903bf4f9acf/ Log:Fix getsyx() and stuff related to repl setup. diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py ++

[pypy-commit] pypy curses_cffi: Turns out we need to be able to resize windows.

2013-02-07 Thread jerith
Author: Jeremy Thurgood Branch: curses_cffi Changeset: r60937:dff6aa17b730 Date: 2013-02-07 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/dff6aa17b730/ Log:Turns out we need to be able to resize windows. diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py

[pypy-commit] pypy curses_cffi: First stab at cffi-based _curses implementation.

2013-02-07 Thread jerith
Author: Jeremy Thurgood Branch: curses_cffi Changeset: r60935:9e15167381cb Date: 2012-11-01 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9e15167381cb/ Log:First stab at cffi-based _curses implementation. diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py new file mode 100644 ---

[pypy-commit] pypy default: Some ctypefunc bugfixes.

2012-10-20 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r58270:6234e2653575 Date: 2012-10-20 14:40 +0200 http://bitbucket.org/pypy/pypy/changeset/6234e2653575/ Log:Some ctypefunc bugfixes. diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module/_cf

[pypy-commit] cffi less-partial-curses-demo: Implement enough extra bits to make pypy REPL and Twisted trial happy.

2012-10-08 Thread jerith
Author: Jeremy Thurgood Branch: less-partial-curses-demo Changeset: r987:9793a0cbb33d Date: 2012-10-08 16:58 +0200 http://bitbucket.org/cffi/cffi/changeset/9793a0cbb33d/ Log:Implement enough extra bits to make pypy REPL and Twisted trial happy. diff --git a/demo/_curses.py b/demo/_cu