summaryrefslogtreecommitdiffstats
path: root/Doc/howto/pyporting.rst
Commit message (Expand)AuthorAgeFilesLines
* #14640: Fix typos/syntax in pyporting.rst.R David Murray2012-04-231-5/+5
* Issue #12666: Added section about map changes.Jason R. Coombs2011-12-031-0/+12
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* #11897: Fix typo in porting howto. Patch by Marti Raudsepp.Ezio Melotti2011-04-211-2/+2
* Update the porting HOWTO to be a little less harsh on using 2to3.Brett Cannon2011-02-181-23/+20
* Fix markup error and update suspicious ignores.Georg Brandl2011-02-131-2/+2
* Tweak wording about equality comparison.Brett Cannon2011-02-091-1/+1
* Consistent heading spacing, and fix two typos.Georg Brandl2011-02-071-2/+31
* Fix some typos and grammarEli Bendersky2011-02-071-11/+11
* Fix some typos and grammarEli Bendersky2011-02-071-9/+8
* Mention that people going the source compatibility route should run 2to3 to f...Brett Cannon2011-02-051-1/+3
* Soften wording on doctest.Brett Cannon2011-02-051-4/+8
* Re-arrange and clarify some __future__ import statements.Brett Cannon2011-02-051-26/+47
* Use an internal reference instead of hard-coded URI.Éric Araujo2011-02-051-1/+1
* Everybody hates this one :) (bytes indexing)Antoine Pitrou2011-02-051-0/+31
* Soften the wording about tracebacks. Reference cycles *don't*Antoine Pitrou2011-02-051-8/+13
* Fix entries pertaining to file I/OAntoine Pitrou2011-02-051-27/+30
* Mention -b and -bbAntoine Pitrou2011-02-051-0/+31
* use 3-space indents.Brett Cannon2011-02-031-69/+69
* Add a HOWTO on how to port from Python 2 to Python 3.Brett Cannon2011-02-031-0/+581