aboutsummaryrefslogtreecommitdiffstats
path: root/unittest/notifying_list.py
Commit message (Expand)AuthorAgeFilesLines
* Very simplistic implementation of the notifying list (only one notification).Olivier Tilloy2009-06-091-123/+43
* Completed the test_no_listener and test_listener_interface tests.Olivier Tilloy2009-05-071-2/+20
* Reorganized the notifying list unit tests in separate methods.Olivier Tilloy2009-05-071-69/+258
* NotifyingList: implementation of reverse, sort, __iadd__, __imul__.Olivier Tilloy2009-05-041-4/+54
* New minimal interface for the notifying list's listeners.Olivier Tilloy2009-05-041-30/+22
* Notify on remove().Olivier Tilloy2009-04-301-0/+15
* Exception raising test code.Olivier Tilloy2009-04-301-1/+32
* Notify on pop().Olivier Tilloy2009-04-301-0/+15
* Removed a useless unit test.Olivier Tilloy2009-04-301-25/+0
* Test the list values after operations.Olivier Tilloy2009-04-281-0/+10
* Notify on insert().Olivier Tilloy2009-04-281-2/+13
* Notify on extend().Olivier Tilloy2009-04-281-0/+11
* Notify on append().Olivier Tilloy2009-04-281-9/+22
* First incomplete draft of a notifying list object.Olivier Tilloy2009-04-281-0/+88