- 12 Agu, 2012 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
These methods actually return unicode.
-
Aymeric Augustin yazdı
These classes already have an identical __unicode__ method, which will be used after an upcoming refactoring.
-
Aymeric Augustin yazdı
on Python 3.
-
Florian Apolloner yazdı
-
Martijn Vermaat yazdı
-
- 11 Agu, 2012 13 kayıt (commit)
-
-
Karen Tracey yazdı
Made behavior given None consistent with how non-numerics were handled. Thanks to ja.geb@me.com for the report.
-
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 13 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ı
-