Releases
Python-MinGW
- 2.5.1v2
- 12/4/2007
- Add win32 openssl support to setup.py;
- Add timingmodule;
- Small fix to gdbmmodule.c so we can configure and build gdbmmodule;
- 2.5.1v1
- Now use the --host=i686-pc-mingw32 option to configure when doing a mingw build rather than simply trying to infer it from the version of the compiler on our path;
- Create the file Lib/plat-cygmingw/empty so the plat-cygmingw directory will be created when applying patches;
- 2.5.1v0
- First taggged release that supports building Python with the mingw compilers.
Makefiles
- 2.5.1v2.0
- 12/7/2007
- Moved module version numbers into a separate file, config/Versionlist;
- Rules for common operations are now based on templates in make/templates;
- The top-level GNUmakefile now sets the path to include the work/bin directory and the mingw/bin directory;
- add targets, mingw-download and mingw-unpack, to download and unpack the mingw compilers;
- add path constraints so cygwin and dos pathnames will more closely match; if there is a problem, you'll
- get a message the first time you run make and it tries to generate your .configuration file;
- As of wxPython 2.8.6.1, no patches are needed!
- improved informational targets; type 'make' for help.
Modules supported in 2.5.1v2.0: News/ModuleList-2.5.1v2.0
Python-MinGW