index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
python3.txt
Age
Commit message (
Expand
)
Author
2013-04-19
Explained the pattern for special methods compatibility.
Aymeric Augustin
2013-03-17
Minor docs fix for e11ccc76.
Aymeric Augustin
2013-03-17
Updated bundled version of six.
Aymeric Augustin
2013-02-26
[py3] str.decode does not exist; str.encode was intended
Marti Raudsepp
2013-01-26
Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-09-08
Fixed a typo in the Python 3 compatibility docs.
Michal Petrucha
2012-09-07
Document ``six.assertRaisesRegex``.
Alex Gaynor
2012-09-07
[py3] Documented forwards-compatible aliases
Aymeric Augustin
2012-08-28
Indexing bytes is the problem not slicing.
Benjamin Peterson
2012-08-19
Clarified a sentence in the Python 3 docs.
Aymeric Augustin
2012-08-19
Fixed indentation in the Python3 docs
Marc Tamlyn
2012-08-19
[py3] Wrote Django-specific porting tips
Aymeric Augustin
2012-08-18
[py3] Added compatibility import of thread/_thread
Aymeric Augustin
2012-08-12
[py3] Explained @python_2_unicode_compatible usage
Aymeric Augustin
2012-08-03
Documented the trick used in 9908201d7f.
Aymeric Augustin
2012-07-25
[py3] Updated dict-like data structures for Python 3.
Aymeric Augustin
2012-07-22
Fixed a broken link in the Python 3 docs.
Aymeric Augustin
2012-07-22
[py3] Documented coding guidelines for Python 3.
Aymeric Augustin
2012-07-22
[py3] Bundled six for Python 3 compatibility.
Aymeric Augustin
2012-07-10
typo in "django/docs/topics/python3.txt"
Stefan Kjartansson
2012-06-07
Fixed #18363 -- Added Python 3 compatibility layer.
Claude Paroz