Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/_os.py
Commit message (Expand)AuthorAgeFilesLines
* Removed rmtree_errorhandler.Aymeric Augustin2015-02-221-27/+0
* Refs #24324 -- Fixed UnicodeDecodeError in template_backe...Tim Graham2015-02-181-0/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-111-2/+4
* Cleaned temp dir in symlinks_supported()Claude Paroz2014-06-231-0/+2
* Fixed #21482 -- Uplifted restriction of collectstatic usi...Jannis Leidel2014-02-091-0/+22
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-2/+2
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-3/+3
* Fixed loaddata for Django checkouts with non ASCII chars ...Florian Apolloner2013-06-031-1/+1
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+22
* Fixed #12397 -- allow safe_join to work with the root fil...Alex Gaynor2012-09-071-7/+10
* [py3] abspathu doesn't exist under Python 3.Aymeric Augustin2012-08-081-7/+7
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* Fix a typo in a comment.Alex Gaynor2012-04-301-1/+1
* Fixed a missing exception (`WindowsError`) when using the...Jannis Leidel2011-12-221-3/+11
* Fixes #8593 -- better handling of safe_join case sensitiv...Chris Beaven2011-05-231-8/+7
* Fixed #15369 -- Added missing import in _os module. Thank...Jannis Leidel2011-02-211-0/+1
* Added our own rmtree error handler to make sure we can de...Jannis Leidel2010-12-311-0/+20
* Fixes #14715 -- More informative ValueError for safe_join...Chris Beaven2010-11-261-2/+2
* Fixed #9579 -- Properly handle apps running with (and spe...Karen Tracey2008-11-131-3/+23
* Added some better error reporting and path handling when ...Malcolm Tredinnick2008-10-061-0/+3
* Fixed #5111 -- Set svn:eol-style to 'native' on files tha...Malcolm Tredinnick2007-08-121-23/+23
* Changed safe_join() docstring from [5750] to use active v...Adrian Holovaty2007-07-251-2/+2
* Fixed #4952 -- Fixed the `get_template_sources` functions...Gary Wilson Jr2007-07-231-0/+23