- 08 Agu, 2012 13 kayıt (commit)
-
-
Claude Paroz yazdı
The six addition has been borrowed from: https://bitbucket.org/gutworth/six/changeset/733ef740
-
James Bennett yazdı
Fix #18062: Document best practices for choices in model fields.
-
James Bennett yazdı
-
Claude Paroz yazdı
In Python 3, the str type has an __iter__ attribute. Therefore, the presence of an __iter__ attribute is not sufficient to distinguish 'standard' iterables (list, tuple) from strings.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Claude Paroz yazdı
Of course, __nonzero__ alias has been kept for Python 2 compatibility.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
in the app directories template loader.
-
Aymeric Augustin yazdı
-
- 07 Agu, 2012 22 kayıt (commit)
-
-
James Bennett yazdı
-
James Bennett yazdı
-
James Bennett yazdı
-
James Bennett yazdı
Add new security-policy documentation.
-
James Bennett yazdı
This formally describes our policies on reporting, notification and disclosure of security issues, and provides a detailed explanation of our full security-response process, for reference purposes.
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
This is necessary for the 'utils' tests to pass.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Based on Vinay Sajip's branch.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
* Renamed smart_unicode to smart_text (but kept the old name under Python 2 for backwards compatibility). * Renamed smart_str to smart_bytes. * Re-introduced smart_str as an alias for smart_text under Python 3 and smart_bytes under Python 2 (which is backwards compatible). Thus smart_str always returns a str objects. * Used the new smart_str in a few places where both Python 2 and 3 want a str.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Grammar fix in 1.5 release notes.
-
- 06 Agu, 2012 4 kayıt (commit)
-
-
Michael Blume yazdı
I believe this is standard.
-
Tim Graham yazdı
Thanks shelldweller for the draft patch.
-
Alex Gaynor yazdı
Fixed #15754 -- avoid recursively computing the tree of media widgets more times than is necessary for a wiget
-
Brendan MacDonell yazdı
-
- 05 Agu, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-