Author: Simon Cross
Branch: improve-docs-2
Changeset: r62887:e3b7af11981b
Date: 2013-03-30 08:39 +0200
http://bitbucket.org/pypy/pypy/changeset/e3b7af11981b/
Log:Remove EOL whitespace in getting started dev docs.
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rs
Author: Simon Cross
Branch: improve-docs-2
Changeset: r62888:3f9b479df9fa
Date: 2013-03-27 10:41 +0200
http://bitbucket.org/pypy/pypy/changeset/3f9b479df9fa/
Log:Clean up first paragraphs.
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
Author: Simon Cross
Branch: improve-docs-2
Changeset: r62886:6e161d4684b2
Date: 2013-03-30 08:38 +0200
http://bitbucket.org/pypy/pypy/changeset/6e161d4684b2/
Log:Fix typo and inaccuracy in bpnn example's comments.
diff --git a/rpython/translator/goal/bpnn.py b/rpython/translator/goal/bpnn.py
Author: Maciej Fijalkowski
Branch: improve-docs-2
Changeset: r62884:75c166d74765
Date: 2013-03-30 04:59 +0200
http://bitbucket.org/pypy/pypy/changeset/75c166d74765/
Log:continue working on improving docs
diff --git a/pypy/doc/dir-reference.rst b/pypy/doc/dir-reference.rst
new file mode 10064
Author: Maciej Fijalkowski
Branch: improve-docs-2
Changeset: r62883:b664434c47de
Date: 2013-03-27 01:16 -0700
http://bitbucket.org/pypy/pypy/changeset/b664434c47de/
Log:starts a doc rework
diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -13,9 +13,9 @@
http://
Author: Armin Rigo
Branch: curses_cffi
Changeset: r62882:7ea81f936741
Date: 2013-03-29 23:52 +0100
http://bitbucket.org/pypy/pypy/changeset/7ea81f936741/
Log:Fixes the warnings -- and in one case the warning is important --
for running on Linux.
diff --git a/lib_pypy/_curses.py b/lib
Author: Armin Rigo
Branch:
Changeset: r1206:c6a699d27cab
Date: 2013-03-29 23:42 +0100
http://bitbucket.org/cffi/cffi/changeset/c6a699d27cab/
Log:Fix a warning.
diff --git a/demo/_curses.py b/demo/_curses.py
--- a/demo/_curses.py
+++ b/demo/_curses.py
@@ -25,7 +25,7 @@
int tigetflag(char *)
Author: Armin Rigo
Branch:
Changeset: r227:1fadd37bdea6
Date: 2013-03-29 22:46 +0100
http://bitbucket.org/pypy/jitviewer/changeset/1fadd37bdea6/
Log:Two changes trying a bit randomly to fix stuff:
* don't just crash when line numbers are out of range
* attempt to fix the
Author: Philip Jenvey
Branch: py3k
Changeset: r62881:4ce75abda07e
Date: 2013-03-29 11:07 -0700
http://bitbucket.org/pypy/pypy/changeset/4ce75abda07e/
Log:parse time fields as c ints
diff --git a/pypy/module/rctime/interp_time.py
b/pypy/module/rctime/interp_time.py
--- a/pypy/module/rctime/i
Author: David Schneider
Branch:
Changeset: r62880:f1505a418fe1
Date: 2013-03-29 18:43 +0200
http://bitbucket.org/pypy/pypy/changeset/f1505a418fe1/
Log:use recommended encoding for pushing only one register
diff --git a/rpython/jit/backend/arm/codebuilder.py
b/rpython/jit/backend/arm/codebu
Author: Armin Rigo
Branch:
Changeset: r1205:5a456356e4ee
Date: 2013-03-29 17:46 +0100
http://bitbucket.org/cffi/cffi/changeset/5a456356e4ee/
Log:Test and fix for pull request #11: anonymous enums.
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -386,8 +386,9 @@
Author: Armin Rigo
Branch:
Changeset: r1204:c4ddde521b92
Date: 2013-03-29 17:10 +0100
http://bitbucket.org/cffi/cffi/changeset/c4ddde521b92/
Log:Fix (also for Python 3).
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -386,7 +386,7 @@
return
Author: Ronan Lamy
Branch: longdouble2
Changeset: r62879:a23ba7c93c56
Date: 2013-03-29 16:05 +
http://bitbucket.org/pypy/pypy/changeset/a23ba7c93c56/
Log:Store the unwrappped BoxType on the dtype.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.
Author: Ronan Lamy
Branch: longdouble2
Changeset: r62878:b2f10642914a
Date: 2013-03-29 14:59 +
http://bitbucket.org/pypy/pypy/changeset/b2f10642914a/
Log:Give ComplexFloating item types a reference to their component type,
instead of their component's box type.
diff --git a/pypy/
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r62877:6a33a670a08a
Date: 2013-03-29 16:57 +0100
http://bitbucket.org/pypy/pypy/changeset/6a33a670a08a/
Log:Minor clean-ups
diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py
--- a/lib_pypy/transaction.py
+++ b/lib_pypy/transacti
Author: David Schneider
Branch:
Changeset: r62876:61eafab0ddcb
Date: 2013-03-29 17:58 +0200
http://bitbucket.org/pypy/pypy/changeset/61eafab0ddcb/
Log:skipt tests that require floats
diff --git a/rpython/jit/backend/llsupport/test/test_regalloc_integration.py
b/rpython/jit/backend/llsuppor
Author: David Schneider
Branch:
Changeset: r62875:3bf293c91f96
Date: 2013-03-29 17:57 +0200
http://bitbucket.org/pypy/pypy/changeset/3bf293c91f96/
Log:we need one list per instance
diff --git a/rpython/jit/backend/llsupport/regalloc.py
b/rpython/jit/backend/llsupport/regalloc.py
--- a/rpyt
17 matches
Mail list logo