index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
_os.py
Age
Commit message (
Expand
)
Author
2019-08-13
Refs #30461 -- Added django.utils._os.to_path().
Claude Paroz
2019-02-05
Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath().
Tim Graham
2018-09-25
Refs #27795 -- Removed force_bytes() usage in utils/_os.py.
Jon Dufresne
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-02-22
Removed rmtree_errorhandler.
Aymeric Augustin
2015-02-17
Refs #24324 -- Fixed UnicodeDecodeError in template_backends tests
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-11
Raised SuspiciousFileOperation in safe_join.
Aymeric Augustin
2014-06-23
Cleaned temp dir in symlinks_supported()
Claude Paroz
2014-02-09
Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...
Jannis Leidel
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-06-03
Fixed loaddata for Django checkouts with non ASCII chars in the name.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-09-07
Fixed #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-30
Fix a typo in a comment.
Alex Gaynor
2011-12-22
Fixed a missing exception (`WindowsError`) when using the rmtree error handle...
Jannis Leidel
2011-05-22
Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...
Chris Beaven
2011-02-21
Fixed #15369 -- Added missing import in _os module. Thanks, jonash.
Jannis Leidel
2010-12-31
Added our own rmtree error handler to make sure we can delete correctly delet...
Jannis Leidel
2010-11-26
Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs.
Chris Beaven
2008-11-13
Fixed #9579 -- Properly handle apps running with (and specifically, loading t...
Karen Tracey
2008-10-06
Added some better error reporting and path handling when creating template pa...
Malcolm Tredinnick
2007-08-12
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it
Malcolm Tredinnick
2007-07-25
Changed safe_join() docstring from [5750] to use active verbs. See also [5756]
Adrian Holovaty
2007-07-23
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr