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
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