1 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* test/runtests.py: Added new option ---setdecimalcommalocale |
4 |
|
to run all tests with an LC_NUMERIC that uses comma as decimal_point. |
5 |
|
Minor: Added (c) year 2006. Fixed typo in a docstring. |
6 |
|
|
7 |
|
* test/test_transientdb.py: Minor: Added (c) year 2006. Fixed typo in |
8 |
|
a docstring. |
9 |
|
|
10 |
|
2006-09-23 Bernhard Reiter <[email protected]> |
11 |
|
|
12 |
|
* Extensions/ogr/test/test_OGRShapestore.py: fixed skip_if_no_ogr() |
13 |
|
and added it to TestOGRTable.setUp() so that all tests get skipped |
14 |
|
if ogr cannot be imported. Added (c) year 2006. |
15 |
|
|
16 |
|
2006-09-18 Didrik Pinte <[email protected]> |
17 |
|
|
18 |
|
* wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6 |
19 |
|
|
20 |
|
2006-09-18 Bernhard Reiter <[email protected]> |
21 |
|
|
22 |
|
Fixed proj behaviour with python >=2.4 when decimal_point != '.'. |
23 |
|
|
24 |
|
* Thuban/UI/application.py: Fixed warning dialog when gdal is missing. |
25 |
|
|
26 |
|
* test/test_proj.py: new test_lc_numeric_robustness(). Added author |
27 |
|
Bernhard Reiter and new copyright year 2006. |
28 |
|
|
29 |
|
* Thuban/Model/proj.py: New _do_we_have_to_work_around_broken_proj() |
30 |
|
and Projection.assuregoodlocale(), Projection.assureinitlocale(). |
31 |
|
Added author Bernhard Reiter and (c) 2006. |
32 |
|
|
33 |
|
2006-09-15 Bernhard Reiter <[email protected]> |
34 |
|
|
35 |
|
* README: added RXP and pyRXP as optional for tests. |
36 |
|
|
37 |
|
* test/localessupport.py: New. Contains a helper function |
38 |
|
to find a locale with comma used as decimal_point. |
39 |
|
|
40 |
2006-08-31 Bernhard Reiter <[email protected]> |
2006-08-31 Bernhard Reiter <[email protected]> |
41 |
|
|
42 |
* README: fixed URLs to sqlite and pysqlite. |
* README: fixed URLs to sqlite and pysqlite. |
43 |
|
|
44 |
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
* Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended |
45 |
copyright range to include 2006. |
copyright range to include 2006. |
46 |
|
|
|
|
|
47 |
2006-06-29 Didrik Pinte <[email protected]> |
2006-06-29 Didrik Pinte <[email protected]> |
48 |
|
|
49 |
* Thuban/UI/main.py: circular import fix. |
* Thuban/UI/main.py: circular import fix. |
135 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
* Thuban/Model/transientdb.py : Updated imports to support pysqlite2 |
136 |
Patched the querying system to support the param style of pysqlite2 |
Patched the querying system to support the param style of pysqlite2 |
137 |
|
|
|
>>>>>>> .r2689 |
|
138 |
2006-04-24 Didrik Pinte <[email protected]> |
2006-04-24 Didrik Pinte <[email protected]> |
139 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
* Extensions/svgexport/__init__.py: The extension now works on win32 |
140 |
architecture. Bug #87 corrected. |
architecture. Bug #87 corrected. |