forked from jfernandz/pyst2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
151 lines (93 loc) · 4.24 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
2016-02-16 Randall Degges <https://github.com/rdegges>
* Fixing issue in AGI class init function. Thanks to @sancho2934489 for the
find!
2015-11-16 Scinawa Antani <https://github.com/Scinawa>
* Fixing indentation errors.
2015-11-14 Ben Davis <https://github.com/tuxpowered>
* Handling more UTF-8 encoding issues in `_quote` method.
2015-07-18 Artem Sorokin
* Fixing UTF-8 encoding issues.
2015-07-15 Artem Sorokin
* Fix multiline command end marker for OpenVox GSM Gateway.
2015-03-31 Randall Degges
* Porting packaging to setuptools (modern).
* Adding six as a dependency (it was missing before).
2015-03-30 Areski Belaid
* Fixing the MANIFEST.in file I accidentally broke :)
2015-03-29 Timur Tuchkovenko <[email protected]>
* UPGRADE: AMI fix for Python 3 compatibility.
2014-10-08 Timur Tuchkovenko <[email protected]>
* UPGRADE: initial Python 3 support. Now pyst2 requires
Python 'six' module. Some minor changes in other files.
2014-09-14 Sp1tF1r3 <https://github.com/Sp1tF1r3>
* asterisk/manager.py: added action 'Reload' for Asterisk Manager
Interface (AMI).
2013-12-03 Ludovic Gasc <[email protected]>
* examples/agi_script.py: added example script to explain AGI
functionality.
* README: renamed to REAMDE.rst for Github's Markdown support.
* setup.py: minor changes.
2012-11-12 Arezqui Belaid <[email protected]>
* asterisk/manager.py: minor empty line enhancements.
* examples/show_channels.py: added example script to show information via
Asterisk Manager Interface (AMI).
2012-11-11 Arezqui Belaid <[email protected]>
* PEP8 Fixes
2011-05-31 Randall Degges <[email protected]>
* BUGFIX: Fixing issue that prevented manager.status command from returning
proper output.
2007-01-26 Matthew Nicholson <[email protected]>
* asterisk/manager.py: Make get_header() functions work like
dict.get().
* UPGRADE: Updated.
2007-01-16 Matthew Nicholson <[email protected]>
* asterisk/manager.py: Fix support for Manager.command(). Patch from
Karl Putland <[email protected]>.
2007-01-02 Matthew Nicholson <[email protected]>
* asterisk/agi.py (AGI.set_autohangup): Fixed syntax error.
2006-11-28 Matthew Nicholson <[email protected]>
* UPGRADE: Tweaked formatting.
2006-10-30 Matthew Nicholson <[email protected]>
* ChangeLog: Fixed previous entry.
2006-10-30 Matthew Nicholson <[email protected]>
* TODO: Updated.
* asterisk/agi.py (AGI.control_stream_file): Changed default skipms
and quoted arguments.
2006-10-24 Matthew Nicholson <[email protected]>
* asterisk/agi.py: Added get_variable_full command.
2006-10-18 Matthew Nicholson <[email protected]>
* asterisk/agitb.py: Make error output default to sys.stderr instead
of sys.stdout.
2006-09-19 Matthew Nicholson <[email protected]>
* debian/control: Removed XS-Python-Versions header to make it default
to all python versions.
2006-09-19 Matthew Nicholson <[email protected]>
* setup.py: Updated version.
2006-09-19 Matthew Nicholson <[email protected]>
* debian/rules: Changed to use pysupport.
* debian/control: Changed to use pysupport and changed arch to all.
2006-09-19 Matthew Nicholson <[email protected]>
* MANIFEST.in: Added NEWS to manifest.
2006-09-19 Matthew Nicholson <[email protected]>
* debian/rules: Updated to reflect new python policy.
* debian/control: Updated to reflect new python policy.
* debian/changelog: Updated.
2006-08-23 Matthew Nicholson <[email protected]>
* UPGRADE: Updated.
2006-08-23 Matthew Nicholson <[email protected]>
* asterisk/manager.py (unregister_event): Added.
2006-08-23 Matthew Nicholson <[email protected]>
* NEWS: Added.
2006-07-14 Matthew Nicholson <[email protected]>
* asterisk/agi.py (wait_for_digit): Only catch ValueError, not all
exceptions.
2006-07-14 Matthew Nicholson <[email protected]>
* TODO: Updated.
* asterisk/agi.py (set_variable): Documentation changes.
* asterisk/agi.py (get_variable): Changed to return and empty string
instead of throwing an exception when a channel variable is not set.
* UPGRADE: Added.
2006-07-14 Matthew Nicholson <[email protected]>
* ChangeLog: Added.
* TODO: Added.
* MANIFEST.in: Added ChangeLog and TODO.