This repository has been archived by the owner on Dec 20, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangeLog
executable file
·378 lines (332 loc) · 16.7 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
2009-09-26 awahlig
* [r280] /MANIFEST.in: ChangeLog is now included in the
distribution.
* [r279] /ChangeLog, /README: Wrote README (what's new) for the
1.0.32.0 release.
ChangeLog file (simple SVN log dump) added.
* [r278] /Skype4Py/api/posix.py: Changed the docstring to reflect
the default transport change.
* [r277] /README, /Skype4Py/api/darwin.py, /Skype4Py/api/posix.py,
/Skype4Py/api/posix_dbus.py, /Skype4Py/api/posix_x11.py,
/Skype4Py/api/windows.py: DBus transport now default for posix
platform.
DBus now really works with RunMainLoop=False.
Skype4Py.api.posix_x11.threads_init() function added.
X11 transport uses XNextEvent again.
2009-09-24 awahlig
* [r276] /Skype4Py/api/posix_dbus.py: An exception is raised if
Skype responses with an empty string in DBus transport.
* [r275] /MANIFEST.in, /README, /Skype4Py/api/posix_x11.py,
/setup.py: Added README file.
Added examples and unittests to the MANIFEST.in.
Fixed x11 library references while shutting down the interpreter.
2009-09-22 awahlig
* [r274] /Skype4Py/api/__init__.py, /Skype4Py/api/posix.py,
/Skype4Py/skype.py: Some docstrings improved.
* [r273] /Skype4Py/__init__.py, /Skype4Py/callchannel.py,
/Skype4Py/skype.py, /Skype4Py/utils.py: Slightly changed
docstrings to fix issues with LaTeX.
* [r272] /Skype4Py/callchannel.py: Removed CallChannelCollection
type as CallChannels aren't Cached objects (and Collections are
only for Cached objects).
* [r271] /Skype4Py/api/posix_x11.py: Added link to the Xlib manual.
* [r270] /Skype4Py/__init__.py, /Skype4Py/api/__init__.py,
/Skype4Py/api/darwin.py, /Skype4Py/api/posix.py,
/Skype4Py/api/posix_dbus.py, /Skype4Py/api/windows.py,
/Skype4Py/client.py: Ported changes from Skype4COM 1.0.32.
Bumped version to 1.0.32.0.
Updated docstrings.
* [r269] /Skype4Py/api/darwin.py: Revised darwin transport tested.
* [r268] /Skype4Py/api/darwin.py: Darwin WIP.
* [r267] /Skype4Py/api/darwin.py: Darwin WIP.
* [r266] /Skype4Py/api/darwin.py: Darwin WIP.
* [r265] /Skype4Py/api/darwin.py: Darwin WIP.
* [r264] /Skype4Py/api/darwin.py: Darwin WIP.
2009-09-21 awahlig
* [r263] /Skype4Py/api/darwin.py: Darwin WIP.
* [r262] /Skype4Py/api/darwin.py: Darwin WIP.
* [r261] /Skype4Py/api/darwin.py: Darwin WIP.
* [r260] /Skype4Py/api/darwin.py: Darwin WIP.
2009-09-18 awahlig
* [r259] /Skype4Py/api/posix_dbus.py: Revised dbus transport tested
and fixed.
* [r258] /Skype4Py/api/posix_dbus.py: Revised dbus transport,
untested. Simplified options to "RunMainLoop" only. Similar
change will be made to darwin api if I manage to implement it
after catching Philipp and getting access to his Mac again.
2009-09-17 awahlig
* [r257] /Skype4Py/__init__.py: Exposed Skype4Py.api.platform as
Skype4Py.platform.
* [r256] /Skype4Py/__init__.py, /Skype4Py/api/__init__.py,
/Skype4Py/api/darwin.py, /Skype4Py/api/posix.py,
/Skype4Py/api/posix_dbus.py, /Skype4Py/api/posix_x11.py,
/Skype4Py/api/windows.py, /Skype4Py/application.py,
/Skype4Py/call.py, /Skype4Py/callchannel.py, /Skype4Py/chat.py,
/Skype4Py/client.py, /Skype4Py/conversion.py, /Skype4Py/enums.py,
/Skype4Py/errors.py, /Skype4Py/filetransfer.py,
/Skype4Py/lang/__init__.py, /Skype4Py/profile.py,
/Skype4Py/settings.py, /Skype4Py/skype.py, /Skype4Py/sms.py,
/Skype4Py/user.py, /Skype4Py/utils.py, /Skype4Py/voicemail.py,
/examples/SkypeTunnel.py, /examples/SkypeUsers.py, /setup.py:
Changed triple-single-quotes to triple-double-quotes, as Python
style guidelines suggest.
* [r255] /Skype4Py/api/posix_x11.py: Posix/X11 XGetAtomName()
memory leak fixed.
* [r254] /Skype4Py/api/posix_x11.py: Posix/X11 event loop WIP.
* [r253] /Skype4Py/api/posix_x11.py: Posix/X11 event loop WIP.
* [r252] /Skype4Py/api/posix_x11.py: Posix/X11 event loop WIP.
* [r251] /Skype4Py/api/posix_x11.py: Typo fixed.
* [r250] /Skype4Py/api/__init__.py, /Skype4Py/api/posix_x11.py:
Skype4Py.api.platform variable added.
Posix/X11 switch from XNextEvent to XIfEvent (untested).
2009-09-09 awahlig
* [r249] /Skype4Py/utils.py: args2dict() didn't cut out the ", "
from the input string.
* [r248] /Skype4Py/api/darwin.py: Bugfixing in progress...
* [r247] /Skype4Py/api/darwin.py: Bugfixing in progress...
* [r246] /unittests/voicemailtest.py: Finished Skype4Py.voicemail
module unittests.
* [r245] /Skype4Py/user.py, /unittests/usertest.py: Finished
Skype4Py.user module unittests.
* [r244] /Skype4Py/chat.py, /Skype4Py/sms.py,
/unittests/settingstest.py, /unittests/smstest.py: Finished
Skype4Py.sms module unittests.
* [r243] /Skype4Py/settings.py, /unittests/settingstest.py:
Finished Skype4Py.settings module unittests.
2009-09-08 awahlig
* [r242] /unittests/profiletest.py: Finished Skype4Py.profile
module unittests.
* [r241] /Skype4Py/filetransfer.py, /unittests/filetransfertest.py:
Finished Skype4Py.filetransfer module unittests.
* [r240] /Skype4Py/client.py, /unittests/clienttest.py: Finished
Skype4Py.client module unittests.
* [r239] /Skype4Py/chat.py, /unittests/chattest.py: Finished
Skype4Py.chat module unittests.
* [r238] /Skype4Py/call.py, /unittests/calltest.py,
/unittests/skype4pytest.py: Finished Skype4Py.call module
unittests.
2009-07-27 awahlig
* [r237] /Skype4Py/api/darwin.py, /Skype4Py/api/posix_dbus.py,
/Skype4Py/api/posix_x11.py, /Skype4Py/api/windows.py: Protocol
set during attach is now reset to the actual value returned by
the client.
* [r236] /Skype4Py/enums.py: Fixed enums.clsRemoteHold value.
* [r235] /Skype4Py/application.py, /Skype4Py/call.py,
/Skype4Py/callchannel.py, /Skype4Py/utils.py,
/Skype4Py/voicemail.py: Call and voicemail device methods support
simultaneously set devices correctly.
Minor bugs fixed.
2009-07-06 awahlig
* [r234] /Skype4Py/application.py, /unittests/applicationtest.py:
Skype4Py.application module unittest added. Detected bugs fixed.
* [r233] /Skype4Py/api/__init__.py, /Skype4Py/chat.py,
/Skype4Py/skype.py, /examples, /examples/SkypeBot.py,
/examples/SkypeTunnel.py, /examples/SkypeUsers.py,
/examples/app2app_client.py, /examples/app2app_server.py,
/examples/callfriend.py, /examples/py2exe,
/examples/py2exe/main.py, /examples/py2exe/setup.py,
/examples/record.py, /examples/search.py, /examples/sms.py,
/examples/smss.py, /examples/voicemail.py, /unittests,
/unittests/skype4pytest.py, /unittests/skypetest.py: First part
of the unittests suite (unittests directory) added.
Small bugs fixed (detected by the unittests).
Some old examples added to the repository.
2009-06-15 awahlig
* [r232] /Skype4Py/api/darwin.py, /Skype4Py/api/posix_dbus.py,
/Skype4Py/api/posix_x11.py, /Skype4Py/api/windows.py: self.cf ->
core replace in api.darwin broken a piece of code in
CoreFoundation class.
2009-06-14 awahlig
* [r231] /Skype4Py/api/darwin.py: FriendlyName -> friendly_name in
api.darwin, missed during the naming convention cleanup.
* [r230] /Skype4Py/client.py: Client.IsRunning, Client.Start fixed.
* [r229] /Skype4Py/api/__init__.py, /Skype4Py/api/darwin.py,
/Skype4Py/api/posix_dbus.py, /Skype4Py/api/posix_x11.py,
/Skype4Py/api/windows.py, /Skype4Py/call.py,
/Skype4Py/callchannel.py, /Skype4Py/chat.py, /Skype4Py/skype.py,
/Skype4Py/user.py, /Skype4Py/utils.py: Preparations for
unittest's custom SkypeAPI object.
Fixed SPY-21.
2009-05-29 awahlig
* [r228] /Skype4Py/api/darwin.py, /Skype4Py/api/posix_dbus.py,
/Skype4Py/api/posix_x11.py, /Skype4Py/api/windows.py: Fixed a
multithreading lockup caused by sending of a blocking command
while the API thread lock was acquired.
2009-05-26 awahlig
* [r227] /Skype4Py/call.py, /Skype4Py/skype.py: GroupUsers event
changed to only give the number of users in parameters. Obtaining
the full users collection is tricky before the event is called
and would cost some time even when not needed. The collection can
still easily be accessed using the Group object property.
Call object property TargetIdentity was misspelled as
TargetIdentify and didn't work. This was found out by the
unittests that are slowly being created (at least some of them
should be commited shortly).
2009-05-25 awahlig
* [r226] /Skype4Py/__init__.py, /Skype4Py/api/__init__.py,
/Skype4Py/api/darwin.py, /Skype4Py/api/posix_dbus.py,
/Skype4Py/api/posix_x11.py, /Skype4Py/api/windows.py,
/Skype4Py/application.py, /Skype4Py/call.py,
/Skype4Py/callchannel.py, /Skype4Py/chat.py,
/Skype4Py/filetransfer.py, /Skype4Py/skype.py, /Skype4Py/sms.py,
/Skype4Py/user.py, /Skype4Py/utils.py, /Skype4Py/voicemail.py:
Scrap the last callchannel commit. CallChannel class uses Cached
as base anyway. The state is kept in the owner - the
CallChannelManager.
Own debugging code replaced with logging module.
Skype.ApiDebugLevel property removed.
Other debug messages added, in EventHandlingBase for example.
Address removed from Cached objects repr.
GroupUsers event is not actually called.
EventHandlingBase actually calls the events object (accidently
removed lately).
CachedCollection.sort tested and fixed.
Skype.APINotifier protected against ReferenceError.
2009-05-24 awahlig
* [r225] /Skype4Py/api/__init__.py, /Skype4Py/api/darwin.py,
/Skype4Py/api/posix_dbus.py, /Skype4Py/api/posix_x11.py,
/Skype4Py/api/windows.py, /Skype4Py/callchannel.py,
/Skype4Py/client.py, /Skype4Py/skype.py, /Skype4Py/utils.py:
Event handlers are stored using strong references.
API callback mechanism improved, uses SkypeAPINotifier objects.
CallChannelCollection added, it isn't based on CachedCollection
since call channels
aren't based on Cached. This is because Cached is meant for
objects that store their
state in the owner which ends up in Skype client. Call channels
however are built
on top of other functionalities like calls and application
streams and keep their
state directly in the CallChannel instances.
CallChannelCollection is therefore
a list with a collection interface.
2009-05-23 awahlig
* [r224] /Skype4Py/__init__.py, /Skype4Py/application.py,
/Skype4Py/call.py, /Skype4Py/callchannel.py, /Skype4Py/chat.py,
/Skype4Py/client.py, /Skype4Py/filetransfer.py,
/Skype4Py/profile.py, /Skype4Py/skype.py, /Skype4Py/sms.py,
/Skype4Py/user.py, /Skype4Py/utils.py, /Skype4Py/voicemail.py:
tuples of objects and lately introduced generators replaced by
Collection objects.
2009-05-22 awahlig
* [r223] /Skype4Py/utils.py: Improved error handing in
Cached.__new__.
* [r222] /Skype4Py/api/__init__.py, /Skype4Py/api/darwin.py,
/Skype4Py/api/posix_dbus.py, /Skype4Py/api/posix_x11.py,
/Skype4Py/api/windows.py, /Skype4Py/application.py,
/Skype4Py/call.py, /Skype4Py/chat.py, /Skype4Py/client.py,
/Skype4Py/filetransfer.py, /Skype4Py/skype.py, /Skype4Py/sms.py,
/Skype4Py/user.py, /Skype4Py/utils.py, /Skype4Py/voicemail.py:
The Id argument of Command.__init__ moved to back, it is almost
never used in Skype4Py due to the automatic command ID assignment
(when Id == -1).
Classes based off of Cached were improved. Now they can have
different owners with the root one being the Skype object
instance. This protects from conflicts if more than one Skype
object is used and allowed to remove the tuple handles of
SmsTarget objects and such.
2009-05-21 awahlig
* [r221] /Skype4Py/__init__.py, /Skype4Py/api/__init__.py,
/Skype4Py/api/darwin.py, /Skype4Py/api/posix.py,
/Skype4Py/api/posix_dbus.py, /Skype4Py/api/posix_x11.py,
/Skype4Py/api/windows.py, /Skype4Py/application.py,
/Skype4Py/call.py, /Skype4Py/callchannel.py, /Skype4Py/chat.py,
/Skype4Py/client.py, /Skype4Py/conversion.py, /Skype4Py/enums.py,
/Skype4Py/errors.py, /Skype4Py/filetransfer.py,
/Skype4Py/profile.py, /Skype4Py/settings.py, /Skype4Py/skype.py,
/Skype4Py/sms.py, /Skype4Py/user.py, /Skype4Py/utils.py,
/Skype4Py/voicemail.py, /setup.py: Docstrings use
reStructuredText instead of epytext format now (the documentation
is still generated using epydoc, nothing changes here).
Crosslinking between objects in documentation now always use the
shortest possible form providing uniquity.
Skype4Py.api.windows module is back in the doc index (seems it
was gone after upgrading epydoc).
* [r220] /doc/epydoc.conf: Enabled printing of trackbacks for
epydoc.
2009-05-19 awahlig
* [r219] /Skype4Py/api/posix_x11.py, /Skype4Py/skype.py, /setup.py:
setup.py further fixed to support new submodules.
skype and api.posix_x11 modules lately introduces typos fixed.
* [r218] /LICENSE, /MANIFEST.in, /Skype4Py/LICENSE,
/Skype4Py/__init__.py, /Skype4Py/skype.py, /Skype4Py/utils.py,
/setup.py: MacOS added to supported platforms in setup.py.
setup.py fixed to install new submodules instead of trying the
old ones.
Version reverted to 1.0.31.1 (I somehow thought .1 was out, a new
release is *strongly* overdue).
LICENSE file moved inside the package and added to package data
so that it is installed with Skype4Py.
* [r217] /LICENSE, /MANIFEST.in, /doc/epydoc.conf: Updated
epydoc.conf to exclude the new lang subpackage.
Updated MANIFEST.in to include the new lang subpackage.
Updated LICENSE to year 2009.
* [r216] /Skype4Py/__init__.py, /Skype4Py/api,
/Skype4Py/api/__init__.py, /Skype4Py/api/darwin.py,
/Skype4Py/api/posix.py, /Skype4Py/api/posix_dbus.py,
/Skype4Py/api/posix_x11.py, /Skype4Py/api/windows.py,
/Skype4Py/application.py, /Skype4Py/call.py,
/Skype4Py/callchannel.py, /Skype4Py/chat.py, /Skype4Py/client.py,
/Skype4Py/conversion.py, /Skype4Py/enums.py,
/Skype4Py/filetransfer.py, /Skype4Py/lang,
/Skype4Py/lang/__init__.py, /Skype4Py/lang/ar.py,
/Skype4Py/lang/bg.py, /Skype4Py/lang/cs.py, /Skype4Py/lang/cz.py,
/Skype4Py/lang/da.py, /Skype4Py/lang/de.py, /Skype4Py/lang/el.py,
/Skype4Py/lang/en.py, /Skype4Py/lang/es.py, /Skype4Py/lang/et.py,
/Skype4Py/lang/fi.py, /Skype4Py/lang/fr.py, /Skype4Py/lang/he.py,
/Skype4Py/lang/hu.py, /Skype4Py/lang/it.py, /Skype4Py/lang/ja.py,
/Skype4Py/lang/ko.py, /Skype4Py/lang/lt.py, /Skype4Py/lang/lv.py,
/Skype4Py/lang/nl.py, /Skype4Py/lang/no.py, /Skype4Py/lang/pl.py,
/Skype4Py/lang/pp.py, /Skype4Py/lang/pt.py, /Skype4Py/lang/ro.py,
/Skype4Py/lang/ru.py, /Skype4Py/lang/sv.py, /Skype4Py/lang/tr.py,
/Skype4Py/lang/x1.py, /Skype4Py/profile.py,
/Skype4Py/settings.py, /Skype4Py/skype.py, /Skype4Py/sms.py,
/Skype4Py/user.py, /Skype4Py/utils.py: Code cleanup.
Naming conventions clarified (see comments in
Skype4Py/__init__.py).
An option to return generator objects instead of tuples added.
Skype.FriendlyName is now readable.
* [r215] /Skype4Py/API, /Skype4Py/Languages: Deleted renamed
subpackages.
2009-05-16 awahlig
* [r214] /Skype4Py/API/__init__.py, /Skype4Py/API/darwin.py,
/Skype4Py/API/faked_dbus.py, /Skype4Py/API/posix.py,
/Skype4Py/API/posix_dbus.py, /Skype4Py/API/posix_x11.py,
/Skype4Py/API/windows.py, /Skype4Py/__init__.py,
/Skype4Py/application.py, /Skype4Py/call.py,
/Skype4Py/callchannel.py, /Skype4Py/chat.py, /Skype4Py/client.py,
/Skype4Py/conversion.py, /Skype4Py/errors.py,
/Skype4Py/filetransfer.py, /Skype4Py/profile.py,
/Skype4Py/settings.py, /Skype4Py/skype.py, /Skype4Py/sms.py,
/Skype4Py/user.py, /Skype4Py/utils.py, /Skype4Py/voicemail.py,
/doc/epydoc.conf, /setup.py: Class naming convention changed:
letter "I" was removed.
SkypeAPIBase and SkypeAPI classes from the API package no longer
have a leading underscore.
Cython command removed from setup.py.
epydoc building improved.
* [r213] /Skype4Py/API/__init__.py, /Skype4Py/API/darwin.py,
/Skype4Py/API/posix_dbus.py, /Skype4Py/API/posix_x11.py,
/Skype4Py/Languages/__init__.py, /Skype4Py/__init__.py,
/Skype4Py/application.py, /Skype4Py/call.py,
/Skype4Py/callchannel.py, /Skype4Py/chat.py, /Skype4Py/client.py,
/Skype4Py/conversion.py, /Skype4Py/filetransfer.py,
/Skype4Py/profile.py, /Skype4Py/settings.py, /Skype4Py/skype.py,
/Skype4Py/sms.py, /Skype4Py/user.py, /Skype4Py/utils.py,
/Skype4Py/voicemail.py: String policy changed.
1. Skype4Py now uses unicode only where it is needed. For
example: Skypenames are plain strings, chat message bodies remain
unicode.
2. If Skype4Py expects unicode and a str is passed, it is decoded
using utf8 codec.
2009-04-30 awahlig
* [r212] /Skype4Py/API/posix.py, /Skype4Py/API/posix_x11.py,
/Skype4Py/__init__.py: X11 library is now initialized while
Skype4Py package is imported. This is needed to make Skype4Py
work with GTK without SegFaults, however, Skype4Py *HAS* to be
imported before GTK.
The custom X11 error handler has been removed. This made the
error reports more descriptive.
2009-01-04 awahlig
* [r211] /Skype4Py/call.py: ICall.DTMF fixed (patch provided by
Philipp).