Log of /branches/WIP-pyshapelib-bramz/Thuban/version.py
Parent Directory
|
Revision Log
Revision
2680 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 15 14:36:50 2006 UTC
(18 years, 9 months ago)
by
dpinte
Original Path:
trunk/thuban/Thuban/version.py
File length: 6034 byte(s)
Diff to
previous 2677
,
to
selected 1322
2006-05-15 Didrik Pinte <dpinte@itae.be>
* Thuban/version.py : Updated imports to support pysqlite2
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2
Patched the querying system to support the param style of pysqlite2
--Cette ligne,
M thuban/Thuban/Model/transientdb.py
M thuban/Thuban/version.py
M thuban/ChangeLog
Revision
2088 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 25 10:33:24 2004 UTC
(21 years ago)
by
bh
Original Path:
trunk/thuban/Thuban/version.py
File length: 5939 byte(s)
Diff to
previous 2036
,
to
selected 1322
* libraries/thuban/wxproj.cpp (get_wx_version): New. Return the
version of wxWindows the module was compiled with so we can check
that against the wxPython version.
* Thuban/version.py (thuban_branch, thuban_release): New variables
controlling which and how Thuban versions are shown. See the
comments for details.
(verify_versions): Also check that the wx version that wxproj is
compiled against matches that of the wxPython we use at runtime
Revision
2036 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 22 17:49:43 2003 UTC
(21 years, 2 months ago)
by
bh
Original Path:
trunk/thuban/Thuban/version.py
File length: 4498 byte(s)
Diff to
previous 2011
,
to
selected 1322
* setup.py (setup call): 1.0.0, yeah!
* Thuban/version.py (longversion): 1.0.0, yeah!
* Thuban/Model/load.py (SessionLoader.__init__): Accept the
1.0.0 namespace too
* Thuban/Model/save.py (SessionSaver.write_session): Save with
1.0.0 namespace
* test/test_load.py (LoadSessionTest.dtd)
(TestSingleLayer.file_contents)
(TestNonAsciiColumnName.file_contents)
(TestLayerVisibility.file_contents)
(TestClassification.file_contents, TestLabels.file_contents)
(TestLayerProjection.file_contents)
(TestRasterLayer.file_contents, TestJoinedTable.file_contents)
(TestLabelLayer.file_contents, TestPostGISLayer.file_contents)
(TestPostGISLayerPassword.file_contents)
(TestLoadError.file_contents, TestLoadError.test): Update for
1.0.0 namespace
* test/test_save.py (SaveSessionTest.dtd)
(SaveSessionTest.testEmptySession)
(SaveSessionTest.testSingleLayer)
(SaveSessionTest.testLayerProjection)
(SaveSessionTest.testRasterLayer)
(SaveSessionTest.testClassifiedLayer)
(SaveSessionTest.test_dbf_table)
(SaveSessionTest.test_joined_table)
(SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
Revision
2011 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 3 09:46:27 2003 UTC
(21 years, 3 months ago)
by
bh
Original Path:
trunk/thuban/Thuban/version.py
File length: 4499 byte(s)
Diff to
previous 1993
,
to
selected 1322
* 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
1480 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 24 17:52:48 2003 UTC
(21 years, 7 months ago)
by
bh
Original Path:
trunk/thuban/Thuban/version.py
File length: 4302 byte(s)
Diff to
previous 1322
Remove the #! line as
it annoys lintian which warns about these files not being
executable. The #1 isn't necessary here since if you absolutely
must execute them you can always say "python <filename>".
Revision
1322 -
(
view)
(
annotate)
-
[selected]
Modified
Mon Jun 30 12:01:50 2003 UTC
(21 years, 8 months ago)
by
jonathan
Original Path:
trunk/thuban/Thuban/version.py
File length: 4326 byte(s)
Diff to
previous 1319
(make_tuple): Takes a version string
and splits it into a tuple of at most three integers.
Used make_tuple() to make tuple versions of the version
numbers.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.