forked from flightaware/tohil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
28 lines (21 loc) · 773 Bytes
/
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
0.4
* Expose the tcl interpreter in a Python module.
* Allow importing libtclpy in a parent Python interpreter.
* Added 'tclpy.eval' command for Python.
* Updated to Python 3
0.3 - 2014-08-13
* Use tcl stubs for forwards compatibility of tcl versions
* C extensions should work properly
* None, True and False are converted to sane tcl values
* Allow null bytes returned in python strings
* Define unicode behaviour
* Python sequences are converted to tcl lists
* Python mapping objects are converted to tcl dicts
* Python number objects are now supported explicitly
0.2 - 2014-05-30
* Added 'py import' command
* Added 'py call' command
* Handle exceptions in a sane way
* Remove autotools
0.1 - 2014-01-05
* Initial release with 'py eval' command