.. |
archives
|
Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing.
|
2011-12-22 22:38:02 +00:00 |
eggs
|
…
|
|
test_module
|
…
|
|
__init__.py
|
…
|
|
archive.py
|
Ensured that the archive module consistantly explicitly closed all files.
|
2012-08-15 02:53:40 -07:00 |
baseconv.py
|
[py3] Ported django.utils.baseconv.
|
2012-08-07 12:00:23 +02:00 |
checksums.py
|
…
|
|
crypto.py
|
Fixed #18687: Removed test_performance_scalability
|
2012-09-05 23:02:33 -04:00 |
datastructures.py
|
Added tests for reversed iteration over SortedDict.
|
2012-10-15 12:12:10 -07:00 |
dateformat.py
|
Fixed #18951 -- Formatting of microseconds.
|
2012-09-22 12:02:21 +02:00 |
dateparse.py
|
Fixed #18728 -- Made colon optional in tzinfo
|
2012-08-19 21:47:41 +02:00 |
datetime_safe.py
|
…
|
|
decorators.py
|
[py3] Ported django.utils.decorators.
|
2012-08-07 12:00:23 +02:00 |
encoding.py
|
Fixed #18902 -- Made force_bytes properly handle exception input
|
2012-09-04 09:27:28 +02:00 |
feedgenerator.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
functional.py
|
…
|
|
html.py
|
Replaced a deprecated assertEquals
|
2012-09-24 16:07:58 +02:00 |
http.py
|
Fixed parse_http_date docstring and moved related tests
|
2012-09-26 21:10:17 +02:00 |
ipv6.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
jslex.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
models.py
|
…
|
|
module_loading.py
|
Close files in the module_loading tests always.
|
2012-08-15 02:47:02 -07:00 |
numberformat.py
|
Fixed #18800 -- Support numbers bigger than max float in `numberformat`.
|
2012-09-18 19:43:50 +02:00 |
os_utils.py
|
Fixed a couple of test failures on Windows.
|
2012-09-09 15:07:04 -04:00 |
regex_helper.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
simplelazyobject.py
|
[py3] Ported django.utils.functional.
|
2012-08-07 12:00:23 +02:00 |
termcolors.py
|
…
|
|
test_no_submodule.py
|
…
|
|
tests.py
|
Fixed parse_http_date docstring and moved related tests
|
2012-09-26 21:10:17 +02:00 |
text.py
|
[py3] Made 212b9826bd Python 3-friendly
|
2012-08-18 17:51:16 +02:00 |
timesince.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
timezone.py
|
Fixed #17992 -- Added a public API for localtime.
|
2012-04-29 15:37:23 +02:00 |
tzinfo.py
|
…
|
|