| Commit | Date | |
|---|---|---|
|
[r3923]
by
cboos
Make the HDFWrapper more robust when assigning `dict` values (could have failed for UTF-8 encoded `str` keys). Closes #3901. |
2006-10-15 11:02:26 | Tree |
|
[r3922]
by
cboos
Database connection pool: check whether the timeout period is elapsed before waiting again. |
2006-10-15 10:34:20 | Tree |
|
[r3921]
by
cboos
Database connection pool: more robust code in case the connection becomes stale. In particular, this takes into account the fact that a `rollback` can fail at a critical time, as shown in #3894. Also, when a connection is closed in such cases, the `_cursize` must be decremented. |
2006-10-15 10:33:02 | Tree |
|
[r3920]
by
cboos
Database connection pool: some cleanups and use an assert instead of a test for something that shouldn't happen... |
2006-10-15 10:16:33 | Tree |
|
[r3919]
by
cboos
Adding a configurable timeout parameter for not waiting forever if there's no available connection. |
2006-10-14 22:25:20 | Tree |
|
[r3918]
by
cboos
datetime branch: moving most remaining datefmt-related calls from controllers to templates (milestone, changeset, timeline) And also: |
2006-10-14 21:46:26 | Tree |
|
[r3917]
by
cboos
datetime branch: a few small fixes |
2006-10-14 18:29:25 | Tree |
|
[r3916]
by
cmlenz
setuptools branch: require a version of setuptools that has actually been released :-P |
2006-10-14 17:21:17 | Tree |
| 2006-10-14 17:17:25 | Tree | |
|
[r3914]
by
cboos
When creating a new environment, if the default `template_dirs` is kept, arrange for the run-time default to be used, i.e. don't hard-code that default in the TracIni. Closes #3904. |
2006-10-14 16:15:07 | Tree |