Roadmap
- Bug fixes
- Experimental Solaris, AIX support
- Fix various unicode and utf8 issues
- DONE: new front-end pyinstaller.pyto simplify basic usage: automatically calls Makespec and Build; have handy option like --rebuild to remove all the temporary files and caches
- DONE: eliminate Configure.py
- DONE: eliminate config.dat, _mountzlib.py useUnicode.py
- DONE: can specify hidden imports in Analyse()
- DONE: make handling of tcl/tk use standard mechanisms, no more _useTK.py
- DONE: Multi-executable support
- Customizable (package-dependent) spec file
- Enable/disable importing modules from filesystem
- PyInstaller? home should be "read only", this is: no files are written there
- binchache is going to $HOME/.... (already implemented, but need to be changed)
Only ideas, to be discusses, not decided yet
- find import in extension modules (this would allow some hooks to be removed) #438
- can be installed using setuptools/easy_install/pip
- infos about how to package as an rpm (ReadMe?-Pacakgingg.txt)
- idea, internal: use Python zlib instead of own copy
This may become release 2.5
- support for Python 3k
- we may need to drop support for Py 2.3 any 2.4
Note: See
TracRoadmap for help on using
the roadmap.
