Log of /branches/WIP-pyshapelib-bramz/Thuban/Lib
Directory Listing
Revision
2734 -
Directory Listing
Modified
Thu Mar 1 12:42:59 2007 UTC
(18 years ago)
by
bramz
made a copy
Revision
2011 -
Directory Listing
Modified
Wed Dec 3 09:46:27 2003 UTC
(21 years, 3 months ago)
by
bh
Original Path:
trunk/thuban/Thuban/Lib
* Thuban/Lib/version.py: New. Module for version number
manipulations. The version of make_tuple here also deals better
with more unusual version number strings, such as e.g.
"1.2+cvs20031111"
* Thuban/version.py (make_tuple): Removed. It's now in
Thuban.Lib.version. Use that implementation instead.
* test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
Revision
1952 -
Directory Listing
Modified
Tue Nov 18 13:18:32 2003 UTC
(21 years, 3 months ago)
by
bh
Original Path:
trunk/thuban/Thuban/Lib
(Publisher): Introdcue a new flag,
_was_destroyed, to indicate whether an publisher instance has
already been destroyed.
(Publisher.Unsubscribe): Only disconnect if the publisher has not
been destroyed yet.
(Publisher.Destroy): Set the _was_destroyed flag to true.
Revision
1885 -
Directory Listing
Modified
Thu Oct 30 09:20:15 2003 UTC
(21 years, 4 months ago)
by
jan
Original Path:
trunk/thuban/Thuban/Lib
Relaced string split function by corresponding
use of the string class method.
Revision
1188 -
Directory Listing
Modified
Thu Jun 12 17:00:43 2003 UTC
(21 years, 8 months ago)
by
jonathan
Original Path:
trunk/thuban/Thuban/Lib
As is done under Windows, create the
user directory if it doesn't exist on a posix system.
Revision
1148 -
Directory Listing
Modified
Wed Jun 11 10:45:18 2003 UTC
(21 years, 8 months ago)
by
frank
Original Path:
trunk/thuban/Thuban/Lib
(get_application_dir): New function to
determine the absolute .thuban/thuban directory under
"posix" (os.expanduser) and "nt" (read AppData registry key).
Revision
1144 -
Directory Listing
Modified
Tue Jun 10 11:56:55 2003 UTC
(21 years, 8 months ago)
by
bh
Original Path:
trunk/thuban/Thuban/Lib
* Thuban/Lib/connector.py (Connector.Issue): Iterate over a copy
of the receivers list so that unsubscribing in a receiver doesn't
modify it while iterating over it.
* test/test_connector.py
(ConnectorTest.test_disconnect_in_receiver): New. Test whether
unsubscribing in a receiver works correctly. See docstring for
details
Revision
62 -
Directory Listing
Modified
Fri Sep 14 12:19:39 2001 UTC
(23 years, 5 months ago)
by
bh
Original Path:
trunk/thuban/Thuban/Lib
* Thuban/Lib/connector.py (Connector.print_connections): Print the
puiblisher's ids in hex to make it easier to compare them to the
standard repr of python methods