Author: Philip Jenvey
Branch: py3.3
Changeset: r72689:a4092f8a43f8
Date: 2014-08-03 21:48 -0700
http://bitbucket.org/pypy/pypy/changeset/a4092f8a43f8/
Log:fix translation
diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py
--- a/pypy/interpreter/pytraceback.py
+++
Author: Philip Jenvey
Branch: py3k
Changeset: r72688:437cea3ad956
Date: 2014-08-03 16:54 -0700
http://bitbucket.org/pypy/pypy/changeset/437cea3ad956/
Log:fix tests with py2 metaclass syntax that's broken on py3
diff --git a/pypy/interpreter/test/test_raise.py
b/pypy/interpreter/test/test_ra
Author: Philip Jenvey
Branch: py3.3
Changeset: r72687:b8010ea183a7
Date: 2014-08-03 16:01 -0700
http://bitbucket.org/pypy/pypy/changeset/b8010ea183a7/
Log:issue1835: (numerodix) fix dir(None)
diff --git a/pypy/module/__builtin__/app_inspect.py
b/pypy/module/__builtin__/app_inspect.py
--- a/
Author: Philip Jenvey
Branch: py3.3
Changeset: r72686:531fb5ccd8c9
Date: 2014-08-03 13:06 -0700
http://bitbucket.org/pypy/pypy/changeset/531fb5ccd8c9/
Log:no longer a need for this workaround
diff --git a/lib-python/3/test/test_builtin.py
b/lib-python/3/test/test_builtin.py
--- a/lib-python
Author: Philip Jenvey
Branch: py3.3
Changeset: r72684:2c1d4539a787
Date: 2014-08-03 13:04 -0700
http://bitbucket.org/pypy/pypy/changeset/2c1d4539a787/
Log:might as well return a list to match cpython
diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py
--- a/pypy/in
Author: Philip Jenvey
Branch: py3.3
Changeset: r72685:ea9862aff3ad
Date: 2014-08-03 13:04 -0700
http://bitbucket.org/pypy/pypy/changeset/ea9862aff3ad/
Log:cleanup
diff --git a/pypy/module/__builtin__/test/test_dir.py
b/pypy/module/__builtin__/test/test_dir.py
--- a/pypy/module/__builtin__/t
Author: Vasily Kuznetsov
Branch: py3.3
Changeset: r72678:0bfa6c3b47d3
Date: 2014-07-30 11:14 +0200
http://bitbucket.org/pypy/pypy/changeset/0bfa6c3b47d3/
Log:Add more tests for dir(...) and .__dir__().
diff --git a/pypy/module/__builtin__/test/test_dir.py
b/pypy/module/__builtin__/test/test
Author: Vasily Kuznetsov
Branch: py3.3
Changeset: r72680:3b7ff7cf933b
Date: 2014-08-02 11:25 +0200
http://bitbucket.org/pypy/pypy/changeset/3b7ff7cf933b/
Log:Upgrade the warning from format(object, fmt_str) with non-empty
format string.
diff --git a/pypy/module/__builtin__/test/test_
Author: Vasily Kuznetsov
Branch: py3.3
Changeset: r72679:2a7237fb5557
Date: 2014-08-02 09:31 +0200
http://bitbucket.org/pypy/pypy/changeset/2a7237fb5557/
Log:Implement custom __dir__ for tracebacks following cpython example.
diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pyt
Author: Vasily Kuznetsov
Branch: py3.3
Changeset: r72681:bd4891f611bd
Date: 2014-08-02 15:49 +0200
http://bitbucket.org/pypy/pypy/changeset/bd4891f611bd/
Log:Fix test_open_default_encoding in lib-python/3/test/test_builtin.py.
diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/i
Author: Philip Jenvey
Branch: py3.3
Changeset: r72683:799debfe0709
Date: 2014-08-03 12:57 -0700
http://bitbucket.org/pypy/pypy/changeset/799debfe0709/
Log:Merged in kvas/pypy/py3.3 (pull request #261)
Fixes for remaining test failures in test_builtin.py
diff --git a/pypy/interpreter
Author: Vasily Kuznetsov
Branch: py3.3
Changeset: r72682:8e99253b142e
Date: 2014-08-02 15:54 +0200
http://bitbucket.org/pypy/pypy/changeset/8e99253b142e/
Log:Remove debugging help in the test.
diff --git a/pypy/module/__builtin__/test/test_dir.py
b/pypy/module/__builtin__/test/test_dir.py
-
Author: Philip Jenvey
Branch: py3.3
Changeset: r72676:2015801d9e67
Date: 2014-08-03 11:25 -0700
http://bitbucket.org/pypy/pypy/changeset/2015801d9e67/
Log:integrate cleanup from default branch, simplify
diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py
--- a/pypy/interpret
Author: Philip Jenvey
Branch: py3.3
Changeset: r72677:7aed11f278e7
Date: 2014-08-03 11:25 -0700
http://bitbucket.org/pypy/pypy/changeset/7aed11f278e7/
Log:merge py3k
diff --git a/pypy/module/__builtin__/app_inspect.py
b/pypy/module/__builtin__/app_inspect.py
--- a/pypy/module/__builtin__/ap
Author: Philip Jenvey
Branch: py3k
Changeset: r72675:895497f3e839
Date: 2014-08-03 10:56 -0700
http://bitbucket.org/pypy/pypy/changeset/895497f3e839/
Log:simplify
diff --git a/pypy/module/__builtin__/app_inspect.py
b/pypy/module/__builtin__/app_inspect.py
--- a/pypy/module/__builtin__/app_i
Author: Manuel Jacob
Branch: improve-docs
Changeset: r72673:ef99392021e7
Date: 2014-08-03 21:29 +0200
http://bitbucket.org/pypy/pypy/changeset/ef99392021e7/
Log:Make it clear that the lzma module is optional.
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b
Author: Manuel Jacob
Branch:
Changeset: r72674:78d5d873a260
Date: 2014-08-03 21:40 +0200
http://bitbucket.org/pypy/pypy/changeset/78d5d873a260/
Log:Redo some recent changes from the improve-docs branch.
Original pull request by Martin Matusiak.
diff --git a/pypy/doc/cpython_differe
Author: Philip Jenvey
Branch:
Changeset: r72670:971aedb02438
Date: 2014-08-03 10:48 -0700
http://bitbucket.org/pypy/pypy/changeset/971aedb02438/
Log:more cleanup
diff --git a/pypy/module/__builtin__/app_inspect.py
b/pypy/module/__builtin__/app_inspect.py
--- a/pypy/module/__builtin__/app_i
Author: Philip Jenvey
Branch: py3k
Changeset: r72671:8afd884adfe3
Date: 2014-08-03 10:49 -0700
http://bitbucket.org/pypy/pypy/changeset/8afd884adfe3/
Log:merge default
diff --git a/pypy/module/__builtin__/app_inspect.py
b/pypy/module/__builtin__/app_inspect.py
--- a/pypy/module/__builtin__/
Author: Philip Jenvey
Branch: py3.3
Changeset: r72672:8c32f11d3e94
Date: 2014-08-03 10:49 -0700
http://bitbucket.org/pypy/pypy/changeset/8c32f11d3e94/
Log:merge py3k
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailma
Author: Manuel Jacob
Branch: improve-docs-fixes
Changeset: r72669:fdf329dca5f0
Date: 2014-08-03 18:14 +0200
http://bitbucket.org/pypy/pypy/changeset/fdf329dca5f0/
Log:Close branch improve-docs-fixes
___
pypy-commit mailing list
pypy-commit@python.o
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72661:b3db0567b334
Date: 2014-08-02 20:20 +0200
http://bitbucket.org/pypy/pypy/changeset/b3db0567b334/
Log:fix typos and awkward wording
diff --git a/pypy/doc/you-want-to-help.rst b/pypy/doc/you-want-to-help.rst
--- a/pypy/doc/yo
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72660:cbb086cc9406
Date: 2014-08-02 19:52 +0200
http://bitbucket.org/pypy/pypy/changeset/cbb086cc9406/
Log:add lzma to build-time dependencies (required for py3.3)
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/d
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72666:ef9b286e5879
Date: 2014-08-03 17:59 +0200
http://bitbucket.org/pypy/pypy/changeset/ef9b286e5879/
Log:use a more robust (hopefully) bug tracker url
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rs
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72663:2e6e8dfca126
Date: 2014-08-03 12:18 +0200
http://bitbucket.org/pypy/pypy/changeset/2e6e8dfca126/
Log:remove obsolete paragraph about translation to Java/.NET
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72665:1c82abf52290
Date: 2014-08-03 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/1c82abf52290/
Log:restore lzma instructions to the common section
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72667:a8628eb1bb4f
Date: 2014-08-03 18:06 +0200
http://bitbucket.org/pypy/pypy/changeset/a8628eb1bb4f/
Log:refer to PyPy3 rather than Python 3.3
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72662:6057597cf892
Date: 2014-08-03 12:17 +0200
http://bitbucket.org/pypy/pypy/changeset/6057597cf892/
Log:update link to bug tracker
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/in
Author: Manuel Jacob
Branch: improve-docs
Changeset: r72668:79d59d37eb63
Date: 2014-08-03 18:14 +0200
http://bitbucket.org/pypy/pypy/changeset/79d59d37eb63/
Log:Merged in numerodix/pypy/improve-docs-fixes (pull request #262)
various minor doc fixes
diff --git a/pypy/doc/build.rst b/
Author: Martin Matusiak
Branch: improve-docs-fixes
Changeset: r72664:0c0a5730d7c7
Date: 2014-08-03 14:00 +0200
http://bitbucket.org/pypy/pypy/changeset/0c0a5730d7c7/
Log:move lzma instructions to dedicated Python 3.3 section
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc
30 matches
Mail list logo