| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Specify #!/usr/bin/env python3, making it unnecessary to have a python
command which is a link to python3.
In h2def.py, use the built-in set() instead of Set() from the sets module.
|
|
|
|
|
|
|
| |
* .gitignore: Ignore /tools/defs_gen/__pycache__/.
* tools/defs_gen/*.py: Port to Python 3. These Python sources now run with
both Python 2 and Python 3. Tested with 2.7.3 and 3.2.3.
Bug #690969.
|
|
* tools/defs_gen/definitions.py:
* tools/defs_gen/defsparser.py:
* tools/defs_gen/docextract.py:
* tools/defs_gen/docextract_to_xml.py:
* tools/defs_gen/h2def.py:
* tools/defs_gen/scmexpr.py: Add h2def.py and docextract_to_xml.py,
and any .py files that they use, because they were removed from pygobject.
* tools/Makefile.am: Add these to EXTRA_DIST.
|