Tim Graham
|
4e729feaa6
|
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
These functions do nothing on Python 3.
|
2017-01-20 08:01:02 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Anton Samarchyan
|
5cf4894836
|
Fixed #27628 -- Fixed unarchiving a file without permission data.
|
2016-12-28 19:14:58 -05:00 |
Anton Samarchyan
|
d0112cf930
|
Fixed #26494 -- Made Archive.extract() preserve file permissions.
|
2016-12-06 08:28:36 -05:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Alexandr Shurigin
|
083d285b82
|
Fixed #22681 -- Made TarArchive recognize leading directories properly.
|
2014-06-03 12:00:33 -04:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Preston Timmons
|
612ef3e5c9
|
Modified utils_tests for unittest2 discovery.
|
2013-04-12 15:31:58 -06:00 |