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