COMMITS
/ Doc/howto/pyporting.rst May 30, 2024
A
gh-119779: Fix pyporting howto docs (#119785)
Awbert committed
February 12, 2024
N
gh-114785: Remove content from `Porting from Python2` how-to (#114805)
Nikita Sobolev committed
November 8, 2023
J
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra committed
August 24, 2023
D
gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)
Daniele Procida committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
August 4, 2021
R
Fix 404 link to the pyporting mailing list (GH-27320)
Rohit Nishad committed
January 5, 2020
O
Replace links in howto/pyporting.rst with sphinx references (GH-17781)
Oleg Höfling committed
June 21, 2019
May 15, 2018
S
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
Stéphane Wirtel committed
January 20, 2018
S
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana committed
December 6, 2017
S
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana committed
December 22, 2016
B
Grammatical fixes following #d95f19892fd0
Brett Cannon committed
December 17, 2016
B
Update porting HOWTO to drop unicode_literals and mention static type checking
Brett Cannon committed
August 17, 2016
Z
Use sys.version_info, not sys.version.
Zachary Ware committed
May 30, 2016
M
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
March 18, 2016
B
Suggest people use feature detection in porting guide
Brett Cannon committed
February 10, 2016
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed
April 13, 2015
B
Fix a grammar error in the porting HOWTO as found by Eric Smith.
Brett Cannon committed
B
Issue #23733: Mention bytes.__mod__ in the porting HOWTO.
Brett Cannon committed
A
Fix doc build error
Antoine Pitrou committed
B
Issue #23732: Mention the new -b semantics in the porting HOWTO.
Brett Cannon committed
March 13, 2015
B
Make the case to only support Python 2.7 when supporting 2/3 simultaneously
Brett Cannon committed
February 27, 2015
B
Fix the clarification as to why division cannot be ported automatically
Brett Cannon committed
January 3, 2015
N
Add missing URL link to Modernize docs.
Ned Deily committed
December 13, 2014
B
Issue #23047: Fix typo in pyporting.rst.
Berker Peksag committed
December 12, 2014
B
Address some comments from Nick Coghlan
Brett Cannon committed
December 5, 2014
B
Fix a bad link
Brett Cannon committed
B
Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
Brett Cannon committed
October 30, 2014
G
pyporting howto: fix link target
Georg Brandl committed
G
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl committed
October 29, 2014
G
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl committed
G
Fixing broken links in doc, part 2: howto/
Georg Brandl committed
G
Fix external links to docs.python.org to use internal links instead.
Georg Brandl committed
G
Use https:// URLs when referring to python.org hosts.
Georg Brandl committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
January 17, 2014
B
Issue #20208: Clarify some things in the Python porting HOWTO.
Brett Cannon committed
January 7, 2014
B
Issue #20096: Update the Python 2/3 porting HOWTO to focus on
Brett Cannon committed
December 23, 2013
S
Removed spaces before commas and periods.
Serhiy Storchaka committed
March 9, 2013
B
Touch up the Python 2 to 3 porting guide
Brett Cannon committed
April 23, 2012
R
#14640: Fix typos/syntax in pyporting.rst.
R David Murray committed
December 3, 2011
J
Issue #12666: Added section about map changes.
Jason R. Coombs committed
October 19, 2011
E
Remove duplication.
Ezio Melotti committed
April 21, 2011
E
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
Ezio Melotti committed
February 18, 2011
B
Update the porting HOWTO to be a little less harsh on using 2to3.
Brett Cannon committed
February 13, 2011
G
Fix markup error and update suspicious ignores.
Georg Brandl committed
February 9, 2011
B
Tweak wording about equality comparison.
Brett Cannon committed
February 7, 2011
G
Consistent heading spacing, and fix two typos.
Georg Brandl committed
E
Fix some typos and grammar
Eli Bendersky committed