log

age author description
Sat, 11 Jul 2015 17:51:56 -0700 Ludovic Chabant internal: Handle data serialization more under the hood.
Sat, 11 Jul 2015 00:45:35 -0700 Ludovic Chabant bake: Use batched jobs in the worker pool.
Sat, 11 Jul 2015 00:44:58 -0700 Ludovic Chabant internal: Add support for fake pickling of date/time structures.
Thu, 09 Jul 2015 22:30:45 -0700 Ludovic Chabant internal: Just use the plain old standard function.
Thu, 09 Jul 2015 21:23:01 -0700 Ludovic Chabant rendering: Truly skip formatters that are not enabled.
Thu, 09 Jul 2015 21:21:40 -0700 Ludovic Chabant bake: Correctly use the `num_worers` setting.
Wed, 08 Jul 2015 22:51:29 -0700 Ludovic Chabant bake: Abort "render first" jobs if we start using other pages.
Mon, 06 Jul 2015 21:32:40 -0700 Ludovic Chabant templating: Let Jinja2 cache the parsed template for page contents.
Tue, 07 Jul 2015 20:19:54 -0700 Ludovic Chabant bake: Don't pass the previous record entries to the workers.
Tue, 07 Jul 2015 19:58:07 -0700 Ludovic Chabant tests: Fix Jinja2 test.
Mon, 06 Jul 2015 21:30:49 -0700 Ludovic Chabant bake: Optimize the bake by not using custom classes for passing info.
Mon, 06 Jul 2015 21:29:17 -0700 Ludovic Chabant internal: Add a `fastpickle` module to help with multiprocess serialization.
Mon, 06 Jul 2015 21:27:26 -0700 Ludovic Chabant serve: Use Werkzeug's HTTP exceptions correctly.
Mon, 06 Jul 2015 21:27:04 -0700 Ludovic Chabant serve: Fix bug with creating routing metadata from the URL.
Sun, 05 Jul 2015 00:09:41 -0700 Ludovic Chabant bake: Commonize worker pool code between html and asset baking.
Thu, 02 Jul 2015 23:28:24 -0700 Ludovic Chabant bug: Fix infinite loop in Jinja2 rendering.
Tue, 30 Jun 2015 21:39:20 -0700 Ludovic Chabant performance: Only use Jinja2 for rendering text if necessary.
Mon, 29 Jun 2015 18:12:31 -0700 Ludovic Chabant performance: Use the fast YAML loader if available.
Sun, 28 Jun 2015 15:00:23 -0700 Ludovic Chabant cm: Move build directory to util to avoid conflicts with pip.
Sun, 28 Jun 2015 14:52:58 -0700 Ludovic Chabant performance: Add profiling to the asset pipeline workers.
Sun, 28 Jun 2015 14:52:37 -0700 Ludovic Chabant internal: Remove unnecessary import.
Sun, 28 Jun 2015 08:22:39 -0700 Ludovic Chabant performance: Refactor how data is managed to reduce copying.
Sat, 27 Jun 2015 22:28:32 -0700 Ludovic Chabant tests: Fix crash in processing tests.
Sat, 27 Jun 2015 22:18:50 -0700 Ludovic Chabant bug: Fix routing bug introduced by 21e26ed867b6.
Sat, 27 Jun 2015 21:50:36 -0700 Ludovic Chabant bake: Tweaks to the `sitemap` processor. Add tests.
Sat, 27 Jun 2015 21:48:26 -0700 Ludovic Chabant tests: Add pipeline processing tests.
Sat, 27 Jun 2015 21:48:12 -0700 Ludovic Chabant bug: Fix a crash when errors occur while processing an asset.
Sat, 27 Jun 2015 21:47:48 -0700 Ludovic Chabant reporting: Print errors that occured during pipeline processing.
Sat, 27 Jun 2015 21:47:22 -0700 Ludovic Chabant templating: Add modification time of the page to the template data.
Sat, 27 Jun 2015 21:46:56 -0700 Ludovic Chabant reporting: Better error messages for incorrect property access on data.
Sat, 27 Jun 2015 21:45:48 -0700 Ludovic Chabant internal: Floats are also allowed in configurations, duh.
Sat, 27 Jun 2015 08:27:35 -0700 Ludovic Chabant internal: Create full route metadata in one place.
Sat, 27 Jun 2015 00:03:56 -0700 Ludovic Chabant templating: Workaround for a bug with Pystache.
Fri, 26 Jun 2015 23:19:55 -0700 Ludovic Chabant templating: Fix Pystache template engine.
Fri, 26 Jun 2015 09:51:06 -0700 Ludovic Chabant performance: Compute default layout extensions only once.
Fri, 26 Jun 2015 09:49:29 -0700 Ludovic Chabant performance: Quick and dirty profiling support for bake workers.
Thu, 25 Jun 2015 14:51:37 -0700 Ludovic Chabant bake: Pass the sub-cache directory to the bake workers.
Thu, 25 Jun 2015 14:51:12 -0700 Ludovic Chabant internal: Fix caches being orphaned from their directory.
Thu, 25 Jun 2015 08:31:24 -0700 Ludovic Chabant render: Lazily import Textile package.
Sat, 20 Jun 2015 23:54:57 -0700 Ludovic Chabant internal: Remove unnecessary code.
Sat, 20 Jun 2015 23:27:39 -0700 Ludovic Chabant bake: Improve performance timers reports.
Sat, 20 Jun 2015 23:27:04 -0700 Ludovic Chabant internal: Optimize page data building.
Sat, 20 Jun 2015 23:25:38 -0700 Ludovic Chabant internal: Optimize page segments rendering.
Sat, 20 Jun 2015 23:24:17 -0700 Ludovic Chabant serve: Fix crash on start.
Sat, 20 Jun 2015 23:23:51 -0700 Ludovic Chabant internal: Add utility function for incrementing performance timers.
Sat, 20 Jun 2015 21:05:25 -0700 Ludovic Chabant internal: Move `MemCache` to the `cache` module, remove threading locks.
Sat, 20 Jun 2015 19:23:16 -0700 Ludovic Chabant bake: Improve bake record information.
Sat, 20 Jun 2015 19:20:30 -0700 Ludovic Chabant bake: Make pipeline processing multi-process.
Sat, 20 Jun 2015 19:16:38 -0700 Ludovic Chabant internal: Register performance timers for plugin components.
Sat, 20 Jun 2015 19:15:57 -0700 Ludovic Chabant internal: Allow re-registering performance timers.
Fri, 12 Jun 2015 17:09:19 -0700 Ludovic Chabant bake: Enable multiprocess baking.
Sat, 30 May 2015 15:41:52 -0700 Ludovic Chabant markdown: Cache the formatter once.
Mon, 25 May 2015 18:38:05 -0700 Ludovic Chabant debug: Fix serving of resources now that the module moved to a sub-folder.
Mon, 25 May 2015 18:37:34 -0700 Ludovic Chabant debug: Better debug info output for iterators, providers, and linkers.
Mon, 25 May 2015 18:36:44 -0700 Ludovic Chabant debug: Add support for more attributes for the debug info.
Mon, 25 May 2015 18:35:27 -0700 Ludovic Chabant debug: Log error when an exception gets raised during debug info building.
Sun, 24 May 2015 18:35:57 -0700 Ludovic Chabant docs: Add the `--pre` flag to `pip install` while PieCrust is in beta.
Sun, 24 May 2015 18:15:22 -0700 Ludovic Chabant linker: Add ability to return the parent and ancestors of a page.
Thu, 21 May 2015 07:33:08 -0700 Ludovic Chabant Added tag 2.0.0a11 for changeset 043b9d8304c7
Mon, 18 May 2015 23:45:51 -0700 Ludovic Chabant linker: Fix linker returning the wrong value for `is_dir` in some situations. 2.0.0a11