index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
howto
/
pyporting.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 404 link to the pyporting mailing list (GH-27320)
Rohit Nishad
2021-08-04
1
-3/+3
*
Replace links in howto/pyporting.rst with sphinx references (GH-17781)
Oleg Höfling
2020-01-05
1
-7/+3
*
Use `python -m pip install` in porting guide and venv docs (GH-13257)
Brad
2019-06-21
1
-7/+13
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
1
-7/+7
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
1
-2/+2
*
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana
2017-12-06
1
-1/+1
*
Grammatical fixes following #d95f19892fd0
Brett Cannon
2016-12-22
1
-4/+4
*
Update porting HOWTO to drop unicode_literals and mention static type checking
Brett Cannon
2016-12-17
1
-49/+61
*
Use sys.version_info, not sys.version.
Zachary Ware
2016-08-17
1
-2/+2
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-2/+2
*
Suggest people use feature detection in porting guide
Brett Cannon
2016-03-18
1
-0/+46
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-2/+2
*
Fix a grammar error in the porting HOWTO as found by Eric Smith.
Brett Cannon
2015-04-13
1
-1/+1
*
Issue #23733: Mention bytes.__mod__ in the porting HOWTO.
Brett Cannon
2015-04-13
1
-3/+2
*
Fix doc build error
Antoine Pitrou
2015-04-13
1
-1/+1
*
Issue #23732: Mention the new -b semantics in the porting HOWTO.
Brett Cannon
2015-04-13
1
-4/+6
*
Make the case to only support Python 2.7 when supporting 2/3 simultaneously
Brett Cannon
2015-03-13
1
-13/+13
*
Fix the clarification as to why division cannot be ported automatically
Brett Cannon
2015-02-27
1
-2/+3
*
Add missing URL link to Modernize docs.
Ned Deily
2015-01-03
1
-1/+1
*
Issue #23047: Fix typo in pyporting.rst.
Berker Peksag
2014-12-13
1
-1/+1
*
Address some comments from Nick Coghlan
Brett Cannon
2014-12-12
1
-8/+23
*
Fix a bad link
Brett Cannon
2014-12-05
1
-1/+1
*
Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
Brett Cannon
2014-12-05
1
-584/+343
*
pyporting howto: fix link target
Georg Brandl
2014-10-30
1
-4/+4
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
1
-2/+1
*
Fixing broken links in doc, part 2: howto/
Georg Brandl
2014-10-29
1
-22/+16
*
Fix external links to docs.python.org to use internal links instead.
Georg Brandl
2014-10-29
1
-3/+3
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-10/+10
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-2/+31
*
Issue #20208: Clarify some things in the Python porting HOWTO.
Brett Cannon
2014-01-17
1
-9/+11
*
Issue #20096: Update the Python 2/3 porting HOWTO to focus on
Brett Cannon
2014-01-07
1
-375/+223
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
*
Touch up the Python 2 to 3 porting guide
Brett Cannon
2013-03-09
1
-15/+46
*
#14640: Fix typos/syntax in pyporting.rst.
R David Murray
2012-04-23
1
-5/+5
*
Issue #12666: Added section about map changes.
Jason R. Coombs
2011-12-03
1
-0/+12
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1/+1
*
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
Ezio Melotti
2011-04-21
1
-2/+2
*
Update the porting HOWTO to be a little less harsh on using 2to3.
Brett Cannon
2011-02-18
1
-23/+20
*
Fix markup error and update suspicious ignores.
Georg Brandl
2011-02-13
1
-2/+2
*
Tweak wording about equality comparison.
Brett Cannon
2011-02-09
1
-1/+1
*
Consistent heading spacing, and fix two typos.
Georg Brandl
2011-02-07
1
-2/+31
*
Fix some typos and grammar
Eli Bendersky
2011-02-07
1
-11/+11
*
Fix some typos and grammar
Eli Bendersky
2011-02-07
1
-9/+8
*
Mention that people going the source compatibility route should run 2to3 to f...
Brett Cannon
2011-02-05
1
-1/+3
*
Soften wording on doctest.
Brett Cannon
2011-02-05
1
-4/+8
*
Re-arrange and clarify some __future__ import statements.
Brett Cannon
2011-02-05
1
-26/+47
*
Use an internal reference instead of hard-coded URI.
Éric Araujo
2011-02-05
1
-1/+1
*
Everybody hates this one :) (bytes indexing)
Antoine Pitrou
2011-02-05
1
-0/+31
[next]