| Commit | Date | |
|---|---|---|
|
[r8644]
by
cboos
0.11.6dev: improve startup time by caching the component activation "rules" and using a dict to speed up the checks. Before, the n components were checked against the n' rules, where n and n' were often of the same magnitude, resulting in O(n^2^) behavior. Profiling data for startup sequence hinted this could be a significant slowdown. |
2009-10-07 12:11:09 | Tree |
|
[r8643]
by
rblank
MultiRepos: Fixed scoping of changeset links so that the context is used first for finding the repository. |
2009-10-07 00:10:58 | Tree |
| 2009-10-06 23:47:15 | Tree | |
|
[r8641]
by
rblank
0.12dev: Work around a new default of readline 6, which is to add a space after completion when a single item is returned. This setting is unfortunately not available through the `readline` module, and Python is not yet patched to restore the old behavior (and old versions probably never will be). Closes #8711. |
2009-10-04 12:54:23 | Tree |
| 2009-10-03 14:17:02 | Tree | |
| 2009-10-03 13:57:00 | Tree | |
| 2009-10-03 12:50:14 | Tree | |
| 2009-10-03 12:30:55 | Tree | |
|
[r8636]
by
rblank
0.12dev: Use `Option` descriptors from the environment instead of direct access to `self.config` in several places. Patch by Felix Schwarz. Closes #8714. |
2009-10-03 12:15:42 | Tree |
|
[r8635]
by
rblank
0.11-stable: Replace `trac.ini` as atomically as possible when updating the configuration, to avoid having processes read unfinished configurations and corrupting the configuration in case of an error while saving. Closes #8623. |
2009-10-03 12:01:29 | Tree |