[pypy-commit] pypy stdlib-2.7.4-poll-fix: fixed support for select.poll in stdlib 2.7.4

2013-08-16 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: stdlib-2.7.4-poll-fix Changeset: r66173:1922d4a83a50 Date: 2013-08-14 23:16 -0300 http://bitbucket.org/pypy/pypy/changeset/1922d4a83a50/ Log:fixed support for select.poll in stdlib 2.7.4 diff --git a/pypy/module/select/interp_select.py

[pypy-commit] pypy stdlib-2.7.4-pwd-fix: fixed support for pwd stdlib 2.7.4

2013-08-12 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: stdlib-2.7.4-pwd-fix Changeset: r66079:8886e7984343 Date: 2013-07-30 21:32 -0300 http://bitbucket.org/pypy/pypy/changeset/8886e7984343/ Log:fixed support for pwd stdlib 2.7.4 diff --git a/pypy/module/pwd/interp_pwd.py

[pypy-commit] pypy stdlib-2.7.4-fixed-class: fixed support for class in stdlib 2.7.4

2013-07-29 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: stdlib-2.7.4-fixed-class Changeset: r65802:ab9512fa99c0 Date: 2013-07-29 10:23 -0300 http://bitbucket.org/pypy/pypy/changeset/ab9512fa99c0/ Log:fixed support for class in stdlib 2.7.4 diff --git

[pypy-commit] pypy stdlib-2.7.4-fixed-io: pep8 fix

2013-07-29 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: stdlib-2.7.4-fixed-io Changeset: r65805:2acd05e29823 Date: 2013-07-29 19:30 -0300 http://bitbucket.org/pypy/pypy/changeset/2acd05e29823/ Log:pep8 fix diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py ---

[pypy-commit] pypy stdlib-2.7.4-fixed-io: fixed support for io in stdlib 2.7.4

2013-07-29 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: stdlib-2.7.4-fixed-io Changeset: r65804:43221a2e8365 Date: 2013-07-28 18:46 -0300 http://bitbucket.org/pypy/pypy/changeset/43221a2e8365/ Log:fixed support for io in stdlib 2.7.4 diff --git a/lib-python/2.7/test/test_io.py

[pypy-commit] pypy statvfs_tests: added tests for os.statvfs and os.fstatvfs.

2013-07-24 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: statvfs_tests Changeset: r65609:71a9eb74dc81 Date: 2013-07-23 22:20 -0400 http://bitbucket.org/pypy/pypy/changeset/71a9eb74dc81/ Log:added tests for os.statvfs and os.fstatvfs. diff --git a/rpython/rtyper/module/test/test_ll_os.py

[pypy-commit] pypy ndarray-ptp: implemented put and array.put

2013-07-01 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: ndarray-ptp Changeset: r65138:a73ce1bfeeab Date: 2013-06-27 00:06 -0300 http://bitbucket.org/pypy/pypy/changeset/a73ce1bfeeab/ Log:implemented put and array.put diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy ndarray-ptp: refactored put and added more tests.

2013-07-01 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: ndarray-ptp Changeset: r65139:935fc2578913 Date: 2013-06-28 00:54 -0300 http://bitbucket.org/pypy/pypy/changeset/935fc2578913/ Log:refactored put and added more tests. diff --git a/pypy/module/micronumpy/interp_arrayops.py

[pypy-commit] pypy dtype-isnative: implemented dtype.isnative.

2013-06-14 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: dtype-isnative Changeset: r64888:ec63aaab8cf5 Date: 2013-06-14 13:47 -0300 http://bitbucket.org/pypy/pypy/changeset/ec63aaab8cf5/ Log:implemented dtype.isnative. diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] lang-js default: fixed translation.

2013-06-03 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r396:e2275b282ab9 Date: 2013-05-29 00:04 -0300 http://bitbucket.org/pypy/lang-js/changeset/e2275b282ab9/ Log:fixed translation. diff --git a/js/builtins/array.py b/js/builtins/array.py --- a/js/builtins/array.py +++

[pypy-commit] lang-js default: fixed get attribute indexes for indexOf and lastIndexOf.

2013-05-27 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r395:7a721786be34 Date: 2013-05-27 01:31 -0300 http://bitbucket.org/pypy/lang-js/changeset/7a721786be34/ Log:fixed get attribute indexes for indexOf and lastIndexOf. diff --git a/js/builtins/array.py b/js/builtins/array.py

[pypy-commit] lang-js default: fixed [].sort() and obj.put behaviour.

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r383:477e94f31216 Date: 2013-05-13 00:49 -0300 http://bitbucket.org/pypy/lang-js/changeset/477e94f31216/ Log:fixed [].sort() and obj.put behaviour. diff --git a/js/builtins/array.py b/js/builtins/array.py ---

[pypy-commit] lang-js default: Merge.

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r385:2b95a7505bfb Date: 2013-05-13 13:36 -0300 http://bitbucket.org/pypy/lang-js/changeset/2b95a7505bfb/ Log:Merge. changed js/baseop.py changed js/object_space.py changed js/opcodes.py diff --git

[pypy-commit] lang-js default: removed forEach incomplete code.

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r384:5b134866e4d5 Date: 2013-05-13 13:35 -0300 http://bitbucket.org/pypy/lang-js/changeset/5b134866e4d5/ Log:removed forEach incomplete code. diff --git a/js/builtins/array.py b/js/builtins/array.py --- a/js/builtins/array.py

[pypy-commit] lang-js default: implemented [].indexOf and [].forEach

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r386:c11ac659bd1e Date: 2013-05-15 01:29 -0300 http://bitbucket.org/pypy/lang-js/changeset/c11ac659bd1e/ Log:implemented [].indexOf and [].forEach diff --git a/js/builtins/array.py b/js/builtins/array.py ---

[pypy-commit] lang-js default: Merge.

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r387:f8d62a109320 Date: 2013-05-15 18:23 -0300 http://bitbucket.org/pypy/lang-js/changeset/f8d62a109320/ Log:Merge. diff --git a/js/jsobj.py b/js/jsobj.py --- a/js/jsobj.py +++ b/js/jsobj.py @@ -1484,6 +1484,9 @@

[pypy-commit] lang-js default: fixed typo.

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r389:ea1db4caae17 Date: 2013-05-18 15:19 -0300 http://bitbucket.org/pypy/lang-js/changeset/ea1db4caae17/ Log:fixed typo. diff --git a/test/test_array.py b/test/test_array.py --- a/test/test_array.py +++ b/test/test_array.py

[pypy-commit] lang-js default: implemented [].lastIndexOf

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r388:d0c0e12a41e2 Date: 2013-05-17 00:41 -0300 http://bitbucket.org/pypy/lang-js/changeset/d0c0e12a41e2/ Log:implemented [].lastIndexOf diff --git a/js/builtins/array.py b/js/builtins/array.py --- a/js/builtins/array.py +++

[pypy-commit] lang-js default: merge

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r391:a9963a288dd2 Date: 2013-05-20 00:15 -0300 http://bitbucket.org/pypy/lang-js/changeset/a9963a288dd2/ Log:merge ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] lang-js default: implemented [].shift

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r390:601cbe26b7b1 Date: 2013-05-20 00:11 -0300 http://bitbucket.org/pypy/lang-js/changeset/601cbe26b7b1/ Log:implemented [].shift diff --git a/js/builtins/array.py b/js/builtins/array.py --- a/js/builtins/array.py +++

[pypy-commit] lang-js default: removed unused counter.

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r394:cdfd44c86dcb Date: 2013-05-20 10:54 -0300 http://bitbucket.org/pypy/lang-js/changeset/cdfd44c86dcb/ Log:removed unused counter. diff --git a/js/builtins/array.py b/js/builtins/array.py --- a/js/builtins/array.py +++

[pypy-commit] lang-js default: fixed merge.

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r392:fea399d190db Date: 2013-05-20 00:18 -0300 http://bitbucket.org/pypy/lang-js/changeset/fea399d190db/ Log:fixed merge. diff --git a/js/jsobj.py b/js/jsobj.py --- a/js/jsobj.py +++ b/js/jsobj.py @@ -324,7 +324,7 @@

[pypy-commit] lang-js default: implemented [].slice

2013-05-22 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r393:4a574c8049ff Date: 2013-05-20 01:44 -0300 http://bitbucket.org/pypy/lang-js/changeset/4a574c8049ff/ Log:implemented [].slice diff --git a/js/builtins/array.py b/js/builtins/array.py --- a/js/builtins/array.py +++

[pypy-commit] lang-js default: fixed [].sort() and obj.put behaviour.

2013-05-15 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r379:d3e475feac0c Date: 2013-05-13 00:49 -0300 http://bitbucket.org/pypy/lang-js/changeset/d3e475feac0c/ Log:fixed [].sort() and obj.put behaviour. diff --git a/test/test_array.py b/test/test_array.py --- a/test/test_array.py

[pypy-commit] lang-js default: implemented [].indexOf and [].forEach

2013-05-15 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r381:bf3bd88b2861 Date: 2013-05-15 01:29 -0300 http://bitbucket.org/pypy/lang-js/changeset/bf3bd88b2861/ Log:implemented [].indexOf and [].forEach diff --git a/js/builtins/array.py b/js/builtins/array.py ---

[pypy-commit] lang-js default: added instructions about how to run tests on README.rst.

2013-05-09 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r376:86f6f9c06efe Date: 2013-05-10 00:21 -0300 http://bitbucket.org/pypy/lang-js/changeset/86f6f9c06efe/ Log:added instructions about how to run tests on README.rst. diff --git a/README.rst b/README.rst new file mode 100644

[pypy-commit] lang-js default: added requirements.txt.

2013-05-09 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r375:9956fd14134e Date: 2013-05-10 00:06 -0300 http://bitbucket.org/pypy/lang-js/changeset/9956fd14134e/ Log:added requirements.txt. diff --git a/requirements.txt b/requirements.txt new file mode 100644 --- /dev/null +++