Dan Halbert
|
c679c80c71
|
Modernize module and class static dicts; update freetouch
|
2017-08-27 15:02:50 -04:00 |
Dan Halbert
|
ef61b5ecb5
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
|
2017-08-25 22:17:07 -04:00 |
Damien George
|
b51919f5b7
|
py/makeversionhdr.py: Update to parse new release line in docs/conf.py.
The line in docs/conf.py with the release/version number was recently
changed and this patch makes the makeversionhdr.py script work again.
|
2017-07-04 22:37:41 +10:00 |
Scott Shawcroft
|
dd64379c0d
|
py: Fix version header generation when no tags are available.
|
2017-05-01 15:12:52 -07:00 |
Scott Shawcroft
|
26c61d43f4
|
Change sys.implementation to return circuitpython and the circuitpython version number that doesn't start with v. Fixes #86.
|
2017-02-13 16:23:46 +01:00 |
Scott Shawcroft
|
c69ea1a143
|
py/makeversionhdr.py: Use any tag to describe the version.
|
2016-10-14 13:10:16 -07:00 |
omtinez
|
17c649da3d
|
py/makeversionhdr.py: Work with backslashes in paths.
This script may be called by Windows IDEs (e.g. Visual Studio) and be passed
paths with backslashes.
|
2015-10-30 11:34:53 +03:00 |
Damien George
|
94ef8879cd
|
py/makeversionhdr.py: Use returncode attr to be Python2.7 compat.
|
2015-08-12 23:28:16 +01:00 |
Damien George
|
0d5d16074f
|
py/makeversionhdr.py: Fallback to using docs version if no git repo.
Addresses issue #1420.
|
2015-08-11 12:27:38 +01:00 |
Damien George
|
26b512ea1b
|
py: Get makeqstrdata.py and makeversionhdr.py running under Python 2.6.
These scripts should run under as wide a range of Python versions as
possible.
|
2015-05-30 23:11:16 +01:00 |
Damien George
|
1a97f6721f
|
py: Make makeversionhdr.py extract version from docs/conf.py if no git.
Addresses issue #1285.
|
2015-05-25 13:26:47 +01:00 |
Damien George
|
95f53461c2
|
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Also rename py-version.h to mpversion.h for consistency with mpconfig.h.
|
2015-04-28 23:52:36 +01:00 |