summaryrefslogtreecommitdiff
path: root/Doc/howto/pyporting.rst
Commit message (Expand)AuthorAgeFilesLines
* Replace links in howto/pyporting.rst with sphinx references (GH-17781)Miss Islington (bot)2020-01-051-7/+3
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Stéphane Wirtel2018-05-151-7/+7
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-2/+2
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-1/+1
* Grammatical fixes following #d95f19892fd0Brett Cannon2016-12-221-4/+4
* Update porting HOWTO to drop unicode_literals and mention static type checkingBrett Cannon2016-12-171-49/+61
* Use sys.version_info, not sys.version.Zachary Ware2016-08-171-2/+2
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* Suggest people use feature detection in porting guideBrett Cannon2016-03-181-0/+46
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
* Fix a grammar error in the porting HOWTO as found by Eric Smith.Brett Cannon2015-04-131-1/+1
* Issue #23733: Mention bytes.__mod__ in the porting HOWTO.Brett Cannon2015-04-131-3/+2
* Fix doc build errorAntoine Pitrou2015-04-131-1/+1
* Issue #23732: Mention the new -b semantics in the porting HOWTO.Brett Cannon2015-04-131-4/+6
* Make the case to only support Python 2.7 when supporting 2/3 simultaneouslyBrett Cannon2015-03-131-13/+13
* Fix the clarification as to why division cannot be ported automaticallyBrett Cannon2015-02-271-2/+3
* Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
* Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
* Address some comments from Nick CoghlanBrett Cannon2014-12-121-8/+23
* Fix a bad linkBrett Cannon2014-12-051-1/+1
* Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-584/+343
* pyporting howto: fix link targetGeorg Brandl2014-10-301-4/+4
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-2/+1
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-291-22/+16
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-3/+3
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-10/+10
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-2/+31
* Issue #20208: Clarify some things in the Python porting HOWTO.Brett Cannon2014-01-171-9/+11
* Issue #20096: Update the Python 2/3 porting HOWTO to focus onBrett Cannon2014-01-071-375/+223
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* Touch up the Python 2 to 3 porting guideBrett Cannon2013-03-091-15/+46
* #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