AZ Huang
9413ca02fb
Rename header file.
2014-04-15 21:29:08 +08:00
AZ Huang
9309d9982f
Move entry_table to separated header file.
2014-04-15 17:08:42 +08:00
Paul Sokolovsky
8c1bec4ae7
.travis.yml: Use gcc-4.7 to avoid broken codegeneration and failed tests.
2014-04-15 05:13:48 +03:00
Paul Sokolovsky
c1cc4a68bc
Merge pull request #486 from lurch/patch-1
...
Update .travis.yml to use python3.3
2014-04-15 04:58:44 +03:00
Andrew Scheller
c29a0ac56a
Update .travis.yml
...
Seems like I'd inadvertently created invalid YAML!
2014-04-15 02:42:23 +01:00
Andrew Scheller
9b5a9d41dc
Update .travis.yml
...
Add diffing of failure logs
2014-04-15 02:29:59 +01:00
Andrew Scheller
e31a8222f2
Update .travis.yml
...
Doh, the shebang line for run-tests itself relies on `python3`
2014-04-15 02:14:53 +01:00
Andrew Scheller
0388b2ea78
Update .travis.yml
...
This *might* fix it enough for all tests to run (maybe?)
2014-04-15 00:52:15 +01:00
Paul Sokolovsky
cc8c0882a0
pip-micropython: Fix inverted condition.
2014-04-15 02:32:41 +03:00
Damien George
e10da77a5c
Merge branch 'master' of github.com:micropython/micropython
2014-04-14 23:44:20 +01:00
Damien George
8341725b65
travis: Only run some tests, to work around CPython version issues.
...
Needs a proper fix, to install/configure CPython 3.3.x (or 3.4.0) on
Travis CI.
2014-04-14 23:43:35 +01:00
Damien George
3683789207
py: Clean up and add comments to makeqstrdata.
2014-04-14 23:38:37 +01:00
Paul Sokolovsky
a5854d2bc5
builtinimport: Add basic support for namespace packages.
...
That was easy - just avoid erroring out on seeing candidate dir for namespace
package. That's far from being complete though - namespace packages should
support importing portions of package from different sys.path entries, here
we require first matching entry to contain all namespace package's portions.
And yet, that's a way to put parts of the same Python package into multiple
installable package - something we really need for *Micro*Python.
2014-04-15 01:30:25 +03:00
Paul Sokolovsky
75ffcaeace
py: Implement __delitem__ method for classes.
2014-04-15 01:30:25 +03:00
Damien George
bc9ec5002d
Merge pull request #485 from lurch/patch-1
...
pip-micropython: revert $HOME back to ~
2014-04-14 22:30:20 +01:00
Andrew Scheller
6fc40cc3da
pip-micropython: revert $HOME back to ~
2014-04-14 22:26:34 +01:00
Damien George
5224705248
travis: Change to tests directory before running.
2014-04-14 22:04:15 +01:00
Damien George
3d867f5eab
Merge pull request #479 from lurch/patch-1
...
Don't allow both ENDIANNESSes to be set
2014-04-14 21:41:05 +01:00
Damien George
a7239b2fc2
Merge pull request #480 from lurch/patch-2
...
Make pip-micropython more portable
2014-04-14 21:39:31 +01:00
Damien George
98bd4f24ff
Fix README build status image.
2014-04-14 21:33:31 +01:00
Damien George
1d8d2f84aa
Merge branch 'master' of github.com:micropython/micropython
2014-04-14 21:31:11 +01:00
Damien George
15bbd251f6
Update README to include build status from Travis CI.
2014-04-14 21:30:53 +01:00
Damien George
2a2cfbd0cf
Merge pull request #484 from aitjcize/travis
...
Add Travis CI support.
2014-04-14 21:27:25 +01:00
Damien George
3bb8bd899b
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
...
Disabled by default. Enabled in unix port.
2014-04-14 21:20:30 +01:00
Damien George
0ae9c7042a
Merge branch 'master' of github.com:micropython/micropython
2014-04-14 19:44:49 +01:00