Django

Code

root/django/trunk/django/utils


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8929 [8929] 09/03/08 12:53:45 mtredinnick Changed the reverse() call for creating URLs to convert a "." in the …
(edit) @8825 [8825] 09/01/08 18:03:03 mtredinnick Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.
(edit) @8805 [8805] 09/01/08 14:08:08 jacob Fixed #8209: ModelForms now validate unique constraints. Alex Gaynor did …
(edit) @8777 [8777] 08/31/08 17:47:25 mtredinnick Fixed #8726 -- When doing reverse URL resolving, make sure we're …
(edit) @8763 [8763] 08/31/08 12:20:40 mtredinnick Fixed #8725 -- Handle empty URL patterns in reverse().
(edit) @8760 [8760] 08/31/08 06:11:20 mtredinnick A rewrite of the reverse URL parsing: the reverse() call and the "url" …
(edit) @8746 [8746] 08/30/08 14:25:40 jacob Fixed #8710: removed a few stray tabs. Thanks, gkelly.
(edit) @8680 [8680] 08/28/08 15:20:40 jacob Fixed #8654: added ugettext_lazy to django.utils.translation.__all__.
(edit) @8668 [8668] 08/28/08 11:31:50 jacob Fixed #8637: fixed timeuntil and date values.
(edit) @8606 [8606] 08/27/08 00:10:20 mtredinnick Fixed #8584 -- Fixed a case where the wrong locale might be made active in …
(edit) @8602 [8602] 08/26/08 16:33:18 mtredinnick Removed stray code from [8601].
(edit) @8601 [8601] 08/26/08 16:32:17 mtredinnick Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form …
(edit) @8596 [8596] 08/26/08 15:08:02 jacob Fixed #4389: be more robust in get_language_bidi(). Thanks, arien.
(edit) @8588 [8588] 08/26/08 13:53:51 mtredinnick Fixed #6353 (again) by making force_unicode() and smart_str() a bit more …
(edit) @8579 [8579] 08/26/08 03:08:55 mtredinnick Fixed #7201 -- Fixed the timeuntil filter to work correctly with …
(edit) @8561 [8561] 08/25/08 17:53:44 jacob Fixed #7831: be case-insensitive when in get_language_from_request.
(edit) @8531 [8531] 08/24/08 23:00:15 mtredinnick Fixed #7496 -- It's now possible to pickle SortedDicts? with pickle …
(edit) @8413 [8413] 08/16/08 15:40:00 mtredinnick Fixed #8283 -- Fixed an edge case when adding things to the "where" tree …
(edit) @8399 [8399] 08/15/08 21:17:55 gwilson Fixed #7331 -- Made QueryDict.iteritems behave like QueryDict.items, …
(edit) @8397 [8397] 08/15/08 17:13:50 mtredinnick Fixed #8219 -- More robust date to string conversion in syndication …
(edit) @8382 [8382] 08/15/08 11:38:41 gwilson Fixed typo in comment.
(edit) @8331 [8331] 08/12/08 17:12:14 jacob Fixed #8253: fixed xmlns regression for Atom feeds, and in the process …
(edit) @8311 [8311] 08/11/08 17:22:26 jacob Added a number of callbacks to SyndicationFeed? for adding custom …
(edit) @8291 [8291] 08/10/08 16:10:47 gwilson Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms …
(edit) @8244 [8244] 08/08/08 15:59:02 jacob File storage refactoring, adding far more flexibility to Django's file …
(edit) @8237 [8237] 08/08/08 13:33:02 mtredinnick Fixed #8142 -- Removed an unnecessary parameter in a superclass init …
(edit) @8235 [8235] 08/08/08 12:54:35 mtredinnick Made auto-reloading for the dev server a little more friendly in the …
(edit) @8216 [8216] 08/05/08 12:38:49 jacob Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon.
(edit) @8193 [8193] 08/02/08 00:56:57 gwilson Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use …
(edit) @8191 [8191] 08/01/08 23:56:11 gwilson Removed several deprecated features for 1.0 (refs #7830): * "simple" …
(edit) @8162 [8162] 07/31/08 15:47:53 lukeplant Fixed #7723 - implemented a secure password reset form that uses a token …
(edit) @8127 [8127] 07/27/08 19:45:04 mtredinnick Put back [8120] along with a small tweak. Fixed #6217.
(edit) @8126 [8126] 07/27/08 19:08:17 mtredinnick Back out [8120] for a bit. Refs #6217. It's having unintended side-effects …
(edit) @8124 [8124] 07/27/08 18:38:28 mtredinnick Fixed #7131 -- Updated included simplejson code to match the …
(edit) @8120 [8120] 07/27/08 17:51:49 mtredinnick Fixed #6217 -- Reduced the memory used by each ugettext_lazy() …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7993 [7993] 07/19/08 14:32:18 mtredinnick Starting to do the reverse() threading stuff.
(edit) @7985 [7985] 07/19/08 13:05:22 mtredinnick Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch …
(edit) @7946 [7946] 07/17/08 22:47:27 adrian Fixed #1443 -- Django's various bits now support dates before 1900. Thanks …
(edit) @7945 [7945] 07/17/08 22:45:30 adrian Improved LocalTimezone?._isdst() to handle dates before approximately …
(edit) @7914 [7914] 07/13/08 03:48:18 russellm Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 …
(edit) @7857 [7857] 07/06/08 20:57:05 mtredinnick Fixed #7163 -- Fixed a translation-sharing problem so that you can have …
(edit) @7851 [7851] 07/06/08 09:20:30 mtredinnick Revert [7849] and [7850]. Brain failure on my part.
(edit) @7850 [7850] 07/06/08 09:17:07 mtredinnick Started to work on the regex reverse-engineering phase.
(edit) @7835 [7835] 07/04/08 01:42:58 mtredinnick Redo the changes in [7773] in a better way. This removes some of the …
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7800 [7800] 06/30/08 06:22:41 mtredinnick Fixed #6994 -- For fastcgi, set a more sensible default umask. Also allow …
(edit) @7755 [7755] 06/26/08 00:07:13 adrian Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the …
(edit) @7743 [7743] 06/25/08 22:11:32 mtredinnick Fixed #7109 -- Quote certain values before passing them for substitution …
(edit) @7701 [7701] 06/19/08 07:05:39 russellm Fixed #7355 -- Modified urlize utility to handle https:// addresses. …
(edit) @7659 [7659] 06/15/08 23:13:04 adrian Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by …
(edit) @7581 [7581] 06/06/08 09:09:20 russellm Refs #7297 -- Corrected some doctest strings internal to the utils.text …
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @7297 [7297] 03/18/08 10:53:46 jacob Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas.
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7290 [7290] 03/18/08 09:08:56 mtredinnick Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. …
(edit) @7269 [7269] 03/17/08 12:47:34 gwilson Fixed #6679 -- In decorator_from_middleware, don't unpack arguments when …
(edit) @7206 [7206] 03/07/08 21:55:47 gwilson Removed unused import, corrected a typo, and made some styling fixes.
(edit) @7185 [7185] 02/29/08 12:38:44 mtredinnick Fixed #5603 -- Allow customization of the language cookie name. Thanks, …
(edit) @7184 [7184] 02/29/08 11:13:20 mtredinnick Fixed #5846 -- Bullet-proofed the default timezone encoding test.
(edit) @7153 [7153] 02/25/08 00:02:35 gwilson Fixed #5701 -- Fixed decorators to take the name, attributes, and …
(edit) @7140 [7140] 02/21/08 15:27:44 mtredinnick Fixed #6627 -- Made dict.clear() work for SortedDicts?.
(edit) @7129 [7129] 02/18/08 17:08:51 mtredinnick Fixed #6611 -- When copying a SortedDict, make a new copy of the keys …
(edit) @7122 [7122] 02/15/08 23:15:09 adrian Made a bunch of small doc rewordings from changes over the past couple of …
(edit) @7091 [7091] 02/05/08 19:04:30 mtredinnick Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). This …
(edit) @7079 [7079] 02/03/08 02:54:26 mtredinnick Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize …
(edit) @7066 [7066] 02/02/08 21:23:10 mtredinnick Fixed #6303 -- Handle missing language specification in feed generation. …
(edit) @7064 [7064] 02/02/08 20:21:51 mtredinnick Fixed #6301 -- Added '*' to the characters not converted by iri_to_uri(), …
(edit) @7062 [7062] 02/02/08 20:02:41 mtredinnick Fixed #6465 -- Tweaked MergeDict?.getlist() to work with Django's …
(edit) @6911 [6911] 12/10/07 23:49:11 gwilson Minor style fixes.
(edit) @6872 [6872] 12/03/07 23:56:30 adrian Removed comma splices in max_length DeprecationWarning? and elsewhere in …
(edit) @6856 [6856] 12/02/07 18:41:42 mtredinnick Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the …
(edit) @6845 [6845] 12/02/07 14:17:10 mtredinnick Fixed #6071 -- Fixed another infinite recursion problem in SafeString?
(edit) @6825 [6825] 12/01/07 19:47:42 gwilson Changed use of maxlength to issue a DeprecationWarning instead of …
(edit) @6807 [6807] 12/01/07 14:08:45 mtredinnick Fixed #6021 -- Removed some brain damage from SafeString?. Not quite sure …
(edit) @6800 [6800] 12/01/07 13:22:05 adrian Edited docstring changes from [6714]
(edit) @6751 [6751] 11/29/07 14:09:54 mtredinnick Fixed #6050 -- Handled edge-case of duplicate keys being passed …
(edit) @6749 [6749] 11/29/07 13:39:46 mtredinnick Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 …
(edit) @6736 [6736] 11/29/07 10:57:18 mtredinnick Fixed #5813 -- Taught the CacheMiddleware? to respect any max-age HTTP …
(edit) @6714 [6714] 11/25/07 12:14:18 gwilson Made MultiValueDict's get and getlist method docstrings more …
(edit) @6713 [6713] 11/25/07 12:11:44 gwilson Minor styling fix in DotExpandedDict.__init__.
(edit) @6712 [6712] 11/25/07 12:10:45 gwilson Changed several hardcoding of dict method calls in …
(edit) @6711 [6711] 11/25/07 12:07:57 gwilson In MergeDict class, changed variable names to not clash with dict
(edit) @6701 [6701] 11/18/07 23:59:58 gwilson Fixed #5978 -- Gave LOCALE_PATHS a default setting of an empty tuple and …
(edit) @6698 [6698] 11/18/07 22:00:41 gwilson Some minor changes to the patch_vary_headers function: * Replaced a for …
(edit) @6696 [6696] 11/18/07 21:12:19 gwilson Removed vary_delim_re in django/utils/cache.py in favor of existing …
(edit) @6685 [6685] 11/17/07 06:58:06 mtredinnick Fixed #5960 -- Fixed some Python 2.3 incompatibilities.
(edit) @6683 [6683] 11/17/07 06:12:40 mtredinnick Fixed some missed auto-escaping and URL quoting cases in the urlize …
(edit) @6681 [6681] 11/17/07 06:11:54 mtredinnick Translating safe strings should return a safe result.
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6669 [6669] 11/11/07 21:12:47 gwilson Simplified SortedDict.__deepcopy__ now that the its constructor can take …
(edit) @6649 [6649] 11/03/07 22:37:04 mtredinnick Fixed #5640 -- Added some extra error reporting when smart_unicode() …
(edit) @6640 [6640] 11/03/07 20:14:58 gwilson Fixed #5869 -- Corrected documentation for now template tag's "r" format …
(edit) @6634 [6634] 10/30/07 22:59:40 gwilson Fixed #5816 -- Fixed a regression from [6333] that generates incorrect …
(edit) @6626 [6626] 10/28/07 17:32:25 gwilson Corrected a typo and made some style fixes.
(edit) @6608 [6608] 10/26/07 14:52:42 jacob i18n security fix. Details will be posted shortly to the Django mailing …
(edit) @6593 [6593] 10/21/07 19:52:54 mtredinnick Fixed #5183 -- Added deepcopy, pop() and popitem() to SortedDict. …
(edit) @6587 [6587] 10/21/07 13:35:31 mtredinnick Fixed #5560 -- Improved the way we create str and unicode methods …
Note: See TracRevisionLog for help on using the revision log.