gmane.comp.python.cheetah archive

430 archived articles, newest first (page 4 of 5). Latest articles →

Re: problem with include directive on cheetah 2.4.0
Fri, 13 Nov 2009 14:15:00 -0800
[email protected] • #2620
problem with include directive on cheetah 2.4.0
Fri, 13 Nov 2009 09:27:02 +0000
"Uhanov, Kirill" <[email protected]> • #2619
@staticmethod verses multiple #extends inheritance
Tue, 10 Nov 2009 18:25:57 +0100
"Dirk van Oosterbosch, IR labs" <[email protected]> • #2618
[PATCH 2/3] Refactor usage of the "types" module out, per 2to3 -f types
Mon, 9 Nov 2009 09:13:17 -0800
"R. Tyler Ballance" <[email protected]> • #2617
[PATCH 1/3] Refactor raw print statements in accordance with 2to3
Mon, 9 Nov 2009 09:13:16 -0800
"R. Tyler Ballance" <[email protected]> • #2616
[PATCH 0/3] Preliminary refactoring for Python 3.xx compat
Mon, 9 Nov 2009 09:13:15 -0800
"R. Tyler Ballance" <[email protected]> • #2615
[PATCH 3/3] Refactor CheetahWrapper tests to locate my local cheetah/cheetah-compile in my PATH
Mon, 9 Nov 2009 09:13:18 -0800
"R. Tyler Ballance" <[email protected]> • #2614
Re: Problem with easy_install/setuptools on Cheetah 2.4.0
Tue, 3 Nov 2009 18:32:04 +0100
Philippe Lafaye <[email protected]> • #2613
Re: Problem with easy_install/setuptools on Cheetah 2.4.0
Tue, 3 Nov 2009 09:27:06 -0800
[email protected] • #2612
Problem with easy_install/setuptools on Cheetah 2.4.0
Tue, 3 Nov 2009 18:02:02 +0100
Philippe Lafaye <[email protected]> • #2611
Re: Cheetah with Python3
Tue, 03 Nov 2009 03:01:31 +0000
Alan Harris-Reid <[email protected]> • #2610
Re: Cheetah with Python3
Mon, 02 Nov 2009 23:52:06 +0000
Alan Harris-Reid <[email protected]> • #2609
Re: Cheetah with Python3
Mon, 2 Nov 2009 16:02:02 -0800
[email protected] • #2608
Re: Cheetah with Python3
Sun, 1 Nov 2009 20:15:35 -0800
Aahz <[email protected]> • #2607
Re: Cheetah with Python3
Sun, 1 Nov 2009 14:03:08 -0800
[email protected] • #2606
Cheetah with Python3
Sun, 01 Nov 2009 00:08:57 +0000
Alan Harris-Reid <[email protected]> • #2605
Announcing Cheetah v2.3.0 and v2.4.0
Sat, 24 Oct 2009 18:00:09 -0700
[email protected] • #2604
Re: Newbie question: non-escaping backslashes before placeholders
Thu, 22 Oct 2009 09:54:30 -0700 (PDT)
Tavis Rudd <[email protected]> • #2603
Re: Newbie question: non-escaping backslashes before placeholders
Thu, 22 Oct 2009 08:14:11 -0700
Aahz <[email protected]> • #2602
Re: Newbie question: non-escaping backslashes before placeholders
Thu, 22 Oct 2009 08:40:30 +0100
Jon Mills <[email protected]> • #2601
Re: Newbie question: non-escaping backslashes before placeholders
Thu, 22 Oct 2009 00:31:26 -0700
[email protected] • #2600
Re: Newbie question: non-escaping backslashes before placeholders
Thu, 22 Oct 2009 08:15:11 +0100
Jon Mills <[email protected]> • #2599
Re: Newbie question: non-escaping backslashes before placeholders
Thu, 22 Oct 2009 00:00:18 -0700
[email protected] • #2598
Newbie question: non-escaping backslashes before placeholders
Thu, 22 Oct 2009 06:21:34 +0100
Jon Mills <[email protected]> • #2597
fyi, the cheetah website will be offline for a few hours tomorrow
Tue, 20 Oct 2009 23:20:44 -0700 (PDT)
Tavis Rudd <[email protected]> • #2596
Re: [PATCH] remove unnecessary encoding in the default filters, now that everything is a unicode object internally
Sun, 18 Oct 2009 16:25:34 -0700
[email protected] • #2595
[PATCH] remove unnecessary encoding in the default filters, now that everything is a unicode object internally
Fri, 16 Oct 2009 19:52:41 -0400
Mike Bonnet <[email protected]> • #2594
Re: [PATCH 2/2] No-op the EncodeUnicode filter when it encounters a unicode() object.
Fri, 16 Oct 2009 19:20:24 -0400
Mike Bonnet <[email protected]> • #2593
Re: [PATCH 1/2] Add Template.__unicode__() to return unicode() objects, while Template.__str__() returns encoded str() objects
Fri, 16 Oct 2009 19:07:23 -0400
Mike Bonnet <[email protected]> • #2592
[PATCH 2/2] No-op the EncodeUnicode filter when it encounters a unicode() object.
Fri, 16 Oct 2009 15:27:45 -0700
"R. Tyler Ballance" <[email protected]> • #2591
[PATCH 1/2] Add Template.__unicode__() to return unicode() objects, while Template.__str__() returns encoded str() objects
Fri, 16 Oct 2009 15:27:44 -0700
"R. Tyler Ballance" <[email protected]> • #2590
Re: [PATCH] Use cStringIO instead of array in DummyTransaction
Thu, 15 Oct 2009 16:01:35 -0700
[email protected] • #2589
Re: [PATCH] Use cStringIO instead of array in DummyTransaction
Thu, 15 Oct 2009 15:07:39 -0700 (PDT)
Tavis Rudd <[email protected]> • #2588
Branching for Cheetah 2.3.0/2.4.0
Thu, 15 Oct 2009 12:24:59 -0700
[email protected] • #2587
Re: [PATCH] Remove the encode/decode calls in DummyResponse.write()/getvalue() and take a more optimistic approach
Thu, 15 Oct 2009 09:01:56 -0700
Aahz <[email protected]> • #2586
Re: [PATCH] Remove the encode/decode calls in DummyResponse.write()/getvalue() and take a more optimistic approach
Thu, 15 Oct 2009 06:51:57 -0700
[email protected] • #2585
Re: [PATCH] Remove the encode/decode calls in DummyResponse.write()/getvalue() and take a more optimistic approach
Thu, 15 Oct 2009 05:32:01 -0700
Aahz <[email protected]> • #2584
Re: [PATCH] Use cStringIO instead of array in DummyTransaction
Thu, 15 Oct 2009 05:20:28 -0700
Aahz <[email protected]> • #2583
[PATCH] Remove the encode/decode calls in DummyResponse.write()/getvalue() and take a more optimistic approach
Wed, 14 Oct 2009 23:11:48 -0700
"R. Tyler Ballance" <[email protected]> • #2582
Re: [PATCH] Use cStringIO instead of array in DummyTransaction
Wed, 14 Oct 2009 22:35:11 -0700
[email protected] • #2581
Re: [PATCH] Use cStringIO instead of array in DummyTransaction
Wed, 14 Oct 2009 20:20:00 -0700
Aahz <[email protected]> • #2580
Re: [PATCH] Correctly use cStringIO which only deals in bytestrings.
Wed, 14 Oct 2009 20:14:12 -0700
[email protected] • #2579
[PATCH] Correctly use cStringIO which only deals in bytestrings.
Wed, 14 Oct 2009 20:07:39 -0700
"R. Tyler Ballance" <[email protected]> • #2578
[PATCH] Use cStringIO instead of array in DummyTransaction
Wed, 14 Oct 2009 20:07:38 -0700
"R. Tyler Ballance" <[email protected]> • #2577
Re: Slowdown on GAE using pre-compiled templates
Wed, 14 Oct 2009 11:20:59 -0700
[email protected] • #2576
Slowdown on GAE using pre-compiled templates
Wed, 14 Oct 2009 11:52:59 +0530
Arun Kumar <[email protected]> • #2575
Are you still using Python 2.3?
Tue, 13 Oct 2009 13:27:09 -0700
[email protected] • #2574
Re: [PATCH] Remove unnecessary dir()/set() calls in Template.__init__()
Tue, 13 Oct 2009 10:22:56 -0700
[email protected] • #2573
Re: [PATCH] Remove unnecessary dir()/set() calls in Template.__init__()
Tue, 13 Oct 2009 05:59:55 -0700
Aahz <[email protected]> • #2572
[PATCH] Remove unnecessary dir()/set() calls in Template.__init__()
Mon, 12 Oct 2009 23:53:58 -0700
R. Tyler Ballance <[email protected]> • #2571
Fairly major performance regression from v2.2.0-v2.2.2
Mon, 12 Oct 2009 23:49:51 -0700
[email protected] • #2570
Re: Cheetah 1.0 vs Cheetah 2.2
Tue, 29 Sep 2009 11:50:23 -0600
"Hansen, Mike" <[email protected]> • #2569
Re: Cheetah 1.0 vs Cheetah 2.2
Tue, 29 Sep 2009 10:07:59 -0700
"R. Tyler Ballance" <[email protected]> • #2568
Re: Cheetah 1.0 vs Cheetah 2.2
Tue, 29 Sep 2009 14:03:12 -0300
Bogdano Arendartchuk <[email protected]> • #2567
Re: Cheetah 1.0 vs Cheetah 2.2
Tue, 29 Sep 2009 09:55:55 -0700
"R. Tyler Ballance" <[email protected]> • #2566
Cheetah 1.0 vs Cheetah 2.2
Tue, 29 Sep 2009 10:32:17 -0600
"Hansen, Mike" <[email protected]> • #2565
Re: [?? Probable Spam] Hear ye, hear ye! Cheetah v2.2.2 has been released! :)
Tue, 29 Sep 2009 08:34:53 +0200
Gerold Penz <[email protected]> • #2564
Submitting patches to Cheetah (for fun and profit!)
Mon, 28 Sep 2009 10:24:35 -0700
"R. Tyler Ballance" <[email protected]> • #2563
Re: Slow templates in py2exe
Fri, 18 Sep 2009 10:45:46 -0700
Aahz <[email protected]> • #2562
Re: Slow templates in py2exe
Fri, 18 Sep 2009 10:33:29 -0700
"R. Tyler Ballance" <[email protected]> • #2561
Re: Slow templates in py2exe
Thu, 17 Sep 2009 17:21:42 -0700
Aahz <[email protected]> • #2560
Re: Slow templates in py2exe
Thu, 17 Sep 2009 16:48:34 -0700
"R. Tyler Ballance" <[email protected]> • #2559
Slow templates in py2exe
Thu, 17 Sep 2009 16:43:39 -0700
Aahz <[email protected]> • #2558
Re: [PATCH] get rid of DeprecationWarnings when running tests
Thu, 17 Sep 2009 16:11:47 -0700
"R. Tyler Ballance" <[email protected]> • #2557
[PATCH] get rid of DeprecationWarnings when running tests
Thu, 17 Sep 2009 11:37:05 -0400
Mike Bonnet <[email protected]> • #2556
Re: Hear ye, hear ye! Cheetah v2.2.2 has been released! :)
Wed, 16 Sep 2009 02:38:04 -0700
paul jobs <[email protected]> • #2555
Re: Hear ye, hear ye! Cheetah v2.2.2 has been released! :)
Tue, 15 Sep 2009 10:24:36 -0700
"R. Tyler Ballance" <[email protected]> • #2554
Re: Hear ye, hear ye! Cheetah v2.2.2 has been released! :)
Tue, 15 Sep 2009 10:19:08 -0700
Jacob Feisley <[email protected]> • #2553
Re: [?? Probable Spam] Hear ye, hear ye! Cheetah v2.2.2 has been released! :)
Tue, 15 Sep 2009 08:33:39 +0200
Gerold Penz <[email protected]> • #2552
Re: [Cheetahtemplate-announce] Hear ye, hear ye! Cheetah v2.2.2 has been released! :)
Mon, 14 Sep 2009 21:12:31 -0700 (PDT)
Tavis Rudd <[email protected]> • #2551
Re: Inheritance block/def problem
Mon, 14 Sep 2009 19:02:41 -0700
[email protected] • #2550
Hear ye, hear ye! Cheetah v2.2.2 has been released! :)
Mon, 14 Sep 2009 17:28:26 -0700
"R. Tyler Ballance" <[email protected]> • #2549
Re: Inline images
Sun, 13 Sep 2009 16:49:13 +0100
Milos Negovanovic <[email protected]> • #2548
Re: Inline images
Sun, 13 Sep 2009 09:49:24 -0400
James Abbatiello <[email protected]> • #2547
Inline images
Sun, 13 Sep 2009 10:52:28 +0100
Milos Negovanovic <[email protected]> • #2546
Re: Inheritance block/def problem
Thu, 10 Sep 2009 16:25:01 -0700
"R. Tyler Ballance" <[email protected]> • #2545
Inheritance block/def problem
Thu, 10 Sep 2009 05:16:43 -0700
[email protected] • #2544
Re: Call for testers! v2.2.2 is on the chopping block :)
Thu, 3 Sep 2009 11:08:18 -0700
"R. Tyler Ballance" <[email protected]> • #2543
Re: [?? Probable Spam] Re: Call for testers! v2.2.2 is on thechopping block :)
Thu, 3 Sep 2009 10:41:36 -0700
Jacob Feisley <[email protected]> • #2542
Re: [?? Probable Spam] Re: Call for testers! v2.2.2 is on thechopping block :)
Thu, 3 Sep 2009 10:33:29 -0700
"R. Tyler Ballance" <[email protected]> • #2541
Re: [?? Probable Spam] Re: Call for testers! v2.2.2 is on thechopping block :)
Thu, 03 Sep 2009 09:53:21 +0200
Gerold Penz <[email protected]> • #2540
Re: [?? Probable Spam] Call for testers! v2.2.2 is on thechopping block :)
Thu, 3 Sep 2009 00:21:05 -0700
Jacob Feisley <[email protected]> • #2539
Re: [?? Probable Spam] Call for testers! v2.2.2 is on thechopping block :)
Thu, 03 Sep 2009 08:55:05 +0200
Gerold Penz <[email protected]> • #2538
Re: Call for testers! v2.2.2 is on the chopping block :)
Thu, 3 Sep 2009 08:50:12 +0200
Jean-Baptiste Quenot <[email protected]> • #2537
Re: Call for testers! v2.2.2 is on the chopping block :)
Wed, 2 Sep 2009 15:42:34 -0700
Jacob Feisley <[email protected]> • #2536
Call for testers! v2.2.2 is on the chopping block :)
Wed, 2 Sep 2009 15:23:31 -0700
"R. Tyler Ballance" <[email protected]> • #2535
Re: Windows Binaries and Installers
Mon, 17 Aug 2009 22:50:34 -0700
Jacob Feisley <[email protected]> • #2534
Re: Windows Binaries and Installers
Mon, 10 Aug 2009 10:27:50 -0700
"R. Tyler Ballance" <[email protected]> • #2533
Windows Binaries and Installers
Fri, 7 Aug 2009 23:50:03 -0400
Jacob Feisley <[email protected]> • #2532
new cheetah gives errors!
Wed, 5 Aug 2009 14:12:36 -0700
[email protected] • #2531
Re: Loss of newline when using directiveStartToken and commentStartToken
Tue, 4 Aug 2009 09:03:50 -0700
"R. Tyler Ballance" <[email protected]> • #2530
Re: Loss of newline when using directiveStartToken and commentStartToken
Tue, 04 Aug 2009 05:55:42 +0100
Jonathan Giddy <[email protected]> • #2529
Loss of newline when using directiveStartToken and commentStartToken
Mon, 03 Aug 2009 13:47:43 +0100
Jonathan Giddy <[email protected]> • #2528
Re: respond() returns unicode?
Mon, 3 Aug 2009 14:45:34 +0200
Jean-Baptiste Quenot <[email protected]> • #2527
respond() returns unicode?
Thu, 30 Jul 2009 15:26:30 +0100
Milos Negovanovic <[email protected]> • #2526
Re: Compiled .py in other directory
Wed, 22 Jul 2009 18:07:11 +0200
Jean-Baptiste Quenot <[email protected]> • #2525
Compiled .py in other directory
Sun, 19 Jul 2009 18:36:43 +0200
Christian-Peter Weiss <[email protected]> • #2524
Re: Proposed feature: #include inline
Fri, 17 Jul 2009 00:26:27 -0700
paul jobs <[email protected]> • #2523
Re: Proposed feature: #include inline
Fri, 17 Jul 2009 00:26:07 -0700
paul jobs <[email protected]> • #2522
Re: Proposed feature: #include inline
Fri, 17 Jul 2009 00:25:44 -0700
paul jobs <[email protected]> • #2521
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.