Change History for PythonGuidelines

Version Date Author Comment
23 11 years Sergio Correia Added section on how to work with distros that come with Python 3 as …
22 12 years kubo@profusion.mobi Python 2.6 is now the minimum supported version, see bug 71593
21 13 years Adam Roben Update after r74301
20 13 years dpranke@chromium.org add a note adding WebKitTools/Scripts to your PYTHONPATH
19 14 years Chris Jerdonek Stubbed out section on strings and unicode.
18 14 years Chris Jerdonek Added single quote/double quote example.
17 14 years Chris Jerdonek Added unittest naming convention.
16 14 years Chris Jerdonek Clarified suggested import ordering style guideline.
15 14 years Chris Jerdonek Added another reason for the from/import ordering suggestion.
14 14 years Chris Jerdonek Moved the PEP8 remark to the style section.
13 14 years Chris Jerdonek Fixed typo.
12 14 years Chris Jerdonek Added a style section.
11 14 years Chris Jerdonek Retitled, and clarified the minimum Python version requirement.
10 14 years Chris Jerdonek Eliminated the Tips section
9 14 years Chris Jerdonek Added section on consequences of not using Python 2.6
8 14 years Chris Jerdonek Wording improvements to upgrade section.
7 14 years Chris Jerdonek Added outline
6 14 years Chris Jerdonek Added note on cleaning *.pyc files.
5 14 years Chris Jerdonek Added note about *.pyc files
4 14 years Chris Jerdonek Added Basics and Code Structure sub-sections
3 14 years Chris Jerdonek Added preliminary instructions on how to install new versions of …
2 14 years Chris Jerdonek Minor updates. Added a FIXME to include upgrade instructions.
1 14 years Chris Jerdonek Created Python page.