Django

Code

root/django/branches/unicode/django/utils


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5546 [5546] 06/26/07 08:55:28 mtredinnick Worked around the situation when getdefaultlocale() might return (None, …
(edit) @5534 [5534] 06/25/07 08:46:01 mtredinnick unicode: A different version of [5532], based on feedback from Windows …
(edit) @5533 [5533] 06/25/07 08:11:10 mtredinnick unicode: Fixed #4662 -- Fixed a remaining ASCII assumption …
(edit) @5532 [5532] 06/25/07 07:56:52 mtredinnick unicode: Fixed an encoding problem that was showing up on non-English …
(edit) @5531 [5531] 06/25/07 07:47:19 mtredinnick unicode: Merged from trunk up to [5530]. Oracle backend has not been …
(edit) @5489 [5489] 06/17/07 21:23:24 mtredinnick unicode: Implemented comparisons between *_lazy() objects. …
(edit) @5420 [5420] 06/03/07 00:35:06 mtredinnick unicode: Implemented string interpolation for lazy objects.
(edit) @5400 [5400] 06/01/07 02:30:40 mtredinnick unicode: Reverted [5388] and fixed the problem in a different way. …
(edit) @5390 [5390] 05/31/07 04:51:39 mtredinnick unicode: Fixed #4442 -- Fixed a problem with string_concat() …
(edit) @5389 [5389] 05/31/07 04:04:55 mtredinnick unicode: Fixed #4430 -- Handle bytestrings and IRIs more robustly in …
(edit) @5388 [5388] 05/31/07 04:03:29 mtredinnick unicode: Changed handling of None in smart_unicode/force_unicode. There is …
(edit) @5381 [5381] 05/29/07 08:09:48 mtredinnick unicode: Merged from trunk up to [5380].
(edit) @5344 [5344] 05/26/07 01:39:10 mtredinnick unicode: Fixed proxy.str() handling. So gettext_lazy() will work …
(edit) @5338 [5338] 05/25/07 02:25:34 mtredinnick unicode: Added a unicode-aware version of urlencode. Since we now have …
(edit) @5328 [5328] 05/24/07 01:44:54 mtredinnick unicode: Added unicode-aware equivalents of urllib.quote() …
(edit) @5322 [5322] 05/23/07 20:01:32 mtredinnick unicode: Fixed one of the changes in [5320] in a slightly different way. …
(edit) @5321 [5321] 05/23/07 19:48:36 mtredinnick unicode: Removed some redundant code.
(edit) @5314 [5314] 05/22/07 03:06:57 mtredinnick unicode: Made lazy translation objects work properly. Fixed #4295, #4320.
(edit) @5310 [5310] 05/21/07 18:24:06 mtredinnick unicode: Merged from trunk up to [5308].
(edit) @5283 [5283] 05/18/07 19:17:23 mtredinnick unicode: Fixed iri_to_uri() to be not quite as broken (I think it's …
(edit) @5278 [5278] 05/17/07 13:19:40 mtredinnick unicode: Added iri_to_uri() utility function and use it in the databrowse …
(edit) @5268 [5268] 05/16/07 17:23:36 mtredinnick unicode: Found a str() call that had snuck through the cracks.
(edit) @5267 [5267] 05/16/07 17:22:53 mtredinnick unicode: Fixed #4313 -- fixed a problem with unicode strings and …
(edit) @5255 [5255] 05/16/07 07:50:27 mtredinnick unicode: Renamed no_trans() to the more descriptive deactivate_all(). …
(edit) @5251 [5251] 05/15/07 13:11:15 mtredinnick unicode: Audited syndication framework for unicode correctness.
(edit) @5240 [5240] 05/14/07 14:05:16 mtredinnick unicode: Audited contrib.contentypes for unicode problems.
(edit) @5239 [5239] 05/14/07 14:04:06 mtredinnick unicode: Fixed #4292 -- Added support for unicode to lazy() …
(edit) @5230 [5230] 05/14/07 06:56:20 mtredinnick unicode: Replaced all implicit uses of _() from builtins with …
(edit) @5223 [5223] 05/14/07 02:04:31 mtredinnick unicode: Made various changes to prevent actual and potential Python …
(edit) @5199 [5199] 05/12/07 01:54:41 mtredinnick unicode: Added some bullet-proofing to the output encoding path. Passing …
(edit) @5126 [5126] 04/28/07 11:49:21 mtredinnick unicode: Merged from trunk up to [5121].
(edit) @5101 [5101] 04/27/07 03:29:08 mtredinnick unicode: Changed StrAndUnicode? class to be consistent with everything else …
(edit) @5081 [5081] 04/26/07 04:53:45 mtredinnick unicode: Merged from trunk up to [5080].
(edit) @5056 [5056] 04/21/07 09:34:43 mtredinnick Changed default template filters to always return unicode (and to handle …
(edit) @5055 [5055] 04/21/07 09:16:21 mtredinnick unicode: Added ugettext(), ungettext() and *_lazy() versions of same.
(edit) @5054 [5054] 04/21/07 01:18:25 mtredinnick unicode: Merged up to [5053].
(edit) @4971 [4971] 04/09/07 05:33:57 mtredinnick unicode: Converted the template output and database I/O interfaces …
(copy) @4952 [4952] 04/07/07 00:15:27 adrian Created unicode branch, for making Django use Unicode internally …
copied from django/trunk/django/utils:
(edit) @4933 [4933] 04/05/07 09:52:33 mtredinnick Backed out a portion of [4919] until I can make it worth smoothly …
Note: See TracRevisionLog for help on using the revision log.