[pypy-commit] extradoc extradoc: slides

2012-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4082:9812358309f2 Date: 2012-02-05 12:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/9812358309f2/ Log:slides diff --git a/talk/pycon2012/tutorial/examples.rst b/talk/pycon2012/tutorial/examples.rst --- a/talk/pycon2012/tutorial

[pypy-commit] extradoc extradoc: Improve.

2012-02-05 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4083:d25dafc60318 Date: 2012-02-01 11:38 +0100 http://bitbucket.org/pypy/extradoc/changeset/d25dafc60318/ Log:Improve. diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -264,11 +264,19 @@ is call

[pypy-commit] extradoc extradoc: add a comment

2012-02-05 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4084:3e2e98a4aee4 Date: 2012-02-05 11:22 +0100 http://bitbucket.org/pypy/extradoc/changeset/3e2e98a4aee4/ Log:add a comment diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -126,6 +126,9 @@ <<

[pypy-commit] extradoc extradoc: merge heads

2012-02-05 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4085:c6a6febee72c Date: 2012-02-05 11:23 +0100 http://bitbucket.org/pypy/extradoc/changeset/c6a6febee72c/ Log:merge heads diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst b/talk/pycon2012/tutorial/emails/01_numpy.rst new file mode 1006

[pypy-commit] pypy default: Fix: always use self.bookkeeper, instead of sometimes having it and sometimes not.

2012-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r52109:68cacc899ee9 Date: 2012-02-05 12:20 + http://bitbucket.org/pypy/pypy/changeset/68cacc899ee9/ Log:Fix: always use self.bookkeeper, instead of sometimes having it and sometimes not. This is needed to translate pypy. diff --git a/pypy/rp

[pypy-commit] pypy default: Fix: even if there are libraries listed, fall back to look in

2012-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r52110:ba6857447ed7 Date: 2012-02-05 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/ba6857447ed7/ Log:Fix: even if there are libraries listed, fall back to look in the standard C library if the symbol is not found elsewhere. diff --git a/p

[pypy-commit] pyrepl default: Ignore UnicodeDecodeErrors here instead of crashing. Useful

2012-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r162:60e7c5ca06b5 Date: 2012-02-05 18:42 +0100 http://bitbucket.org/pypy/pyrepl/changeset/60e7c5ca06b5/ Log:Ignore UnicodeDecodeErrors here instead of crashing. Useful because otherwise typing by mistake an accented letter during a Pdb++

[pypy-commit] pyrepl default: Sorry. Use the same version as pypy's pyrepl.

2012-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r163:64f1c2e6d88e Date: 2012-02-05 18:44 +0100 http://bitbucket.org/pypy/pyrepl/changeset/64f1c2e6d88e/ Log:Sorry. Use the same version as pypy's pyrepl. diff --git a/pyrepl/unix_console.py b/pyrepl/unix_console.py --- a/pyrepl/unix_console.py +++ b/pyr

[pypy-commit] pypy default: Fix for "translator/c/test/test_extfunc.py -k exec":

2012-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r52111:5cc21b20455b Date: 2012-02-05 19:11 +0100 http://bitbucket.org/pypy/pypy/changeset/5cc21b20455b/ Log:Fix for "translator/c/test/test_extfunc.py -k exec": don't use remove_no_nul(), which doesn't know what to return if a SomeList is

[pypy-commit] pypy default: Hack more, by moving the check_str_without_nul at some global level.

2012-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r52112:cebcd354652f Date: 2012-02-05 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/cebcd354652f/ Log:Hack more, by moving the check_str_without_nul at some global level. Now Converge is happy. diff --git a/pypy/annotation/annrpython.py b/

[pypy-commit] pypy default: Fix ll_os module on windows.

2012-02-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52113:380432600a53 Date: 2012-02-05 21:08 +0100 http://bitbucket.org/pypy/pypy/changeset/380432600a53/ Log:Fix ll_os module on windows. diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py --- a/pypy/rpython/module/ll_os.p

[pypy-commit] pypy py3k: Fix test after merge

2012-02-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r52115:30d9837842b5 Date: 2012-02-03 19:59 +0100 http://bitbucket.org/pypy/pypy/changeset/30d9837842b5/ Log:Fix test after merge diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_comp

[pypy-commit] pypy py3k: Fix no_nul-ness of importing.make_compiled_pathname()

2012-02-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r52117:4e8b55a8b643 Date: 2012-02-05 19:51 +0100 http://bitbucket.org/pypy/pypy/changeset/4e8b55a8b643/ Log:Fix no_nul-ness of importing.make_compiled_pathname() diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/binaryop.py --- a/

[pypy-commit] pypy py3k: hg merge default

2012-02-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r52118:4c6488c2ca14 Date: 2012-02-05 19:52 +0100 http://bitbucket.org/pypy/pypy/changeset/4c6488c2ca14/ Log:hg merge default diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.py --- a/pypy/annotation/annrpython.py +++

[pypy-commit] Notification: pypy

2012-02-05 Thread Bitbucket
You have received a notification from Justin Weeks. Hi, I forked pypy. My fork is at https://bitbucket.org/semyazza/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http:/

[pypy-commit] pypy win32-cleanup: (amaury_) redefine ASN1_ITEM_EXP

2012-02-05 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52119:fbfac731b543 Date: 2012-02-03 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/fbfac731b543/ Log:(amaury_) redefine ASN1_ITEM_EXP diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++ b/pypy/rlib/r