summaryrefslogtreecommitdiff
path: root/django/utils/_os.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-08-13Refs #30461 -- Added django.utils._os.to_path().Claude Paroz
2019-02-05Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath().Tim Graham
2018-09-25Refs #27795 -- Removed force_bytes() usage in utils/_os.py.Jon Dufresne
2017-02-11Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan
2017-01-26Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...Chillar Anand
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-02-22Removed rmtree_errorhandler.Aymeric Augustin
2015-02-17Refs #24324 -- Fixed UnicodeDecodeError in template_backends testsTim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-11Raised SuspiciousFileOperation in safe_join.Aymeric Augustin
2014-06-23Cleaned temp dir in symlinks_supported()Claude Paroz
2014-02-09Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...Jannis Leidel
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-06-03Fixed loaddata for Django checkouts with non ASCII chars in the name.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-09-07Fixed #12397 -- allow safe_join to work with the root file system path, which...Alex Gaynor
2012-08-08[py3] abspathu doesn't exist under Python 3.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-04-30Fix a typo in a comment.Alex Gaynor
2011-12-22Fixed a missing exception (`WindowsError`) when using the rmtree error handle...Jannis Leidel
2011-05-22Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven
2011-02-21Fixed #15369 -- Added missing import in _os module. Thanks, jonash.Jannis Leidel
2010-12-31Added our own rmtree error handler to make sure we can delete correctly delet...Jannis Leidel
2010-11-26Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs.Chris Beaven
2008-11-13Fixed #9579 -- Properly handle apps running with (and specifically, loading t...Karen Tracey
2008-10-06Added some better error reporting and path handling when creating template pa...Malcolm Tredinnick
2007-08-12Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have itMalcolm Tredinnick
2007-07-25Changed safe_join() docstring from [5750] to use active verbs. See also [5756]Adrian Holovaty
2007-07-23Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr