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