1. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  2. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  3. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  4. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  5. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  6. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  7. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  8. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 8 years ago
  9. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  10. 8396b8e Fix a grammar error in the porting HOWTO as found by Eric Smith. by Brett Cannon · 9 years ago
  11. fd53f98 Issue #23733: Mention bytes.__mod__ in the porting HOWTO. by Brett Cannon · 9 years ago
  12. 3764fc2 Fix doc build error by Antoine Pitrou · 9 years ago
  13. 4269d6d Issue #23732: Mention the new -b semantics in the porting HOWTO. by Brett Cannon · 9 years ago
  14. 2645bad Make the case to only support Python 2.7 when supporting 2/3 simultaneously by Brett Cannon · 9 years ago
  15. fdde79d Fix the clarification as to why division cannot be ported automatically by Brett Cannon · 9 years ago
  16. 4592497 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  17. bd62f0a Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 10 years ago
  18. 90783eb Address some comments from Nick Coghlan by Brett Cannon · 10 years ago
  19. 17be09c Fix a bad link by Brett Cannon · 10 years ago
  20. 6b33519 Issue #22914: Update the Python 2/3 porting HOWTO to describe a more by Brett Cannon · 10 years ago
  21. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  22. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  23. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  24. 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago
  25. 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
  26. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  27. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  28. f0996a9 Issue #20208: Clarify some things in the Python porting HOWTO. by Brett Cannon · 11 years ago
  29. 9ca21b3 Issue #20096: Update the Python 2/3 porting HOWTO to focus on by Brett Cannon · 11 years ago
  30. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  31. b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 11 years ago
  32. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  33. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  34. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  35. c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 13 years ago
  36. 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 13 years ago
  37. 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 13 years ago
  38. a2f1544 Tweak wording about equality comparison. by Brett Cannon · 13 years ago
  39. 2cb2fa9 Consistent heading spacing, and fix two typos. by Georg Brandl · 13 years ago
  40. 7ac3419 Fix some typos and grammar by Eli Bendersky · 13 years ago
  41. 2d062de Fix some typos and grammar by Eli Bendersky · 13 years ago
  42. 98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. by Brett Cannon · 13 years ago
  43. 45aa7cc Soften wording on doctest. by Brett Cannon · 13 years ago
  44. ce71ab2 Re-arrange and clarify some __future__ import statements. by Brett Cannon · 13 years ago
  45. 5405a0b Use an internal reference instead of hard-coded URI. by Éric Araujo · 13 years ago
  46. bd866e9 Everybody hates this one :) (bytes indexing) by Antoine Pitrou · 13 years ago
  47. e6a1464 Soften the wording about tracebacks. Reference cycles *don't* by Antoine Pitrou · 13 years ago
  48. 5c28cfdc Fix entries pertaining to file I/O by Antoine Pitrou · 13 years ago
  49. 8d8f7c5 Mention -b and -bb by Antoine Pitrou · 13 years ago
  50. 4b0c24a use 3-space indents. by Brett Cannon · 13 years ago
  51. 8045d97 Add a HOWTO on how to port from Python 2 to Python 3. by Brett Cannon · 13 years ago