- 11 Agu, 2012 12 kayıt (commit)
-
-
Claude Paroz yazdı
reraise with second argument to None is not supported.
-
Karen Tracey yazdı
This allows the test suite to run without errors on Windows.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Karen Tracey yazdı
Corrected to always generate the cache keys from file names with forward slashes, not backslashes.
-
Florian Apolloner yazdı
Thanks to simonb for the report and the initial patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
* Using str() when Python 2 expects bytes and Python 3 Unicode * Fixed reraise-ing syntax * Fixed slicing of byte strings
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 10 Agu, 2012 4 kayıt (commit)
-
-
Andrews Medina yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Tim Saylor for the draft patch and Aymeric Augustin and Claude Paroz for feedback.
-
Claude Paroz yazdı
-
- 09 Agu, 2012 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
See PEP 3114. `next` is retained as an alias for Python 2.
-
- 08 Agu, 2012 16 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
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 4 kayıt (commit)
-
-
James Bennett yazdı
-
James Bennett yazdı
-
James Bennett yazdı
-
James Bennett yazdı
Add new security-policy documentation.
-