forked from py2exe/py2exe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
78 lines (47 loc) · 2.19 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
2017-08-01 <[email protected]>
* Add more MKL files to numpy_core hook, bump version to 0.9.2.7.
2017-01-04 <[email protected]>
* Updates from upstream version, adds compatibility with Python
3.5 and 3.6.
Version number 0.9.2.5.
2014-10-21 <[email protected]>
* Released py2exe 0.9.2.2.
2014-10-17 <[email protected]>
* py2exe/hooks.py: Add hook for the six compatibility
library. py2exe does now understand the renaming of
modules/packages the six.py does.
2014-10-17 <[email protected]>
* py2exe/hooks.py: Add hooks for pycparser, OpenSSL, cffi. cffi
needs some hacks so that it works from within zipfiles.
2014-10-17 <[email protected]>
* py2exe/hooks.py: Remove hook_pyside.
2014-10-16 <[email protected]>
* zipextimporter.py (ZipExtensionImporter.load_module): Only catch
ImportError not Exception.
2014-10-16 <[email protected]>
* py2exe/boot_service.py: Fix bug in error handling code.
cmdline_style = "pywin32" should now work for services.
2014-09-24 <[email protected]>
* py2exe/dllfinder.py: Add Scanner.add_bootcode(code) method. The
runtime compiles the code and adds it to the bootstrap code
sequences. This enables the hooks to do more fancy stuff.
2014-09-24 <[email protected]>
* Fix the 'ValueError: __loader__ is None' exception when a PEP
420 implicit namespace package is encountered.
* Fixed: When running in a virtual environment, py2exe did
not copy the tcl/tk files when 'import tkinter' is detected.
* Ignore 'numpy.core._dotblas' when numpy.core is imported.
2014-09-18 <[email protected]>
* py2exe/mf3.py (ModuleFinder.import_package): enumerate and
import modules from all subpackages.
2014-09-11 <[email protected]>
* py2exe/runtime.py Print a meaningful error message when the
build fails because bundle_files is too low for certain packages.
2014-05-26 <[email protected]>
* py2exe/runtime.py (Runtime.bootstrap_modules): Add ctypes to the
modules needed for bootstrap; it is used by boot_common.
2014-05-12 <[email protected]>
* Add missing DeactivateActCtx() call. Change version number to
0.9.2.1.
2014-05-09 <[email protected]>
* Releasing py2exe for Python 3, version 0.9.2.0.