1. dc9039d bpo-27671: Update FAQ about why len is function (GH-8432) by Miss Islington (bot) · 7 years ago
  2. 3a98ddd bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Miss Islington (bot) · 7 years ago
  3. 3e3157b bpo-33887: Add TOC to Design and History FAQ(GH-7766) by Miss Islington (bot) · 7 years ago
  4. ad65d09 [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814). (GH-6905) by Stéphane Wirtel · 7 years ago
  5. 3ff488c trivial: link updates in documentation (GH-2765) (#4836) by Miss Islington (bot) · 8 years ago
  6. 6d6ff08 [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371) by Benjamin Peterson · 8 years ago
  7. 2e5867d Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 8 years ago
  8. e0cba5b [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670) by Mariatta · 8 years ago
  9. af9a40d [2.7] Change some mercurial/ hg.python.org references. (#8) (#183) by Senthil Kumaran · 8 years ago
  10. 0092bc7 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  11. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  12. 5541aa3 stop talking about svn by Benjamin Peterson · 9 years ago
  13. 496790b remove cruft from Schwarzian transform section by Benjamin Peterson · 9 years ago
  14. 01d2580 "Numeric Python" -> "NumPy" by Benjamin Peterson · 9 years ago
  15. 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  16. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  17. fdcb535 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
  18. 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  19. a20c72a actually link to the version attributes documentation by Benjamin Peterson · 10 years ago
  20. d2a19c2 don't mention Python 2.2 (closes #25375) by Benjamin Peterson · 10 years ago
  21. 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  22. 0ed1bcd Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 10 years ago
  23. f524799 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 10 years ago
  24. ad73b5a Issue 24304: Fix broken license link in FAQ. by Ned Deily · 10 years ago
  25. 84924e6 Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter by Terry Jan Reedy · 10 years ago
  26. 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  27. fa55a31 Fixing broken links in doc, part 1: faq/ by Georg Brandl · 11 years ago
  28. 66e624b Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs. by Georg Brandl · 11 years ago
  29. 00da140 Update "where is python.org hosted" FAQ. by Georg Brandl · 11 years ago
  30. 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  31. 436ebf8 Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 11 years ago
  32. 8b14dd3 Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 11 years ago
  33. 276a0a5 #20135: FAQ entry for list mutation. by R David Murray · 11 years ago
  34. 7709a53 y2k compliance, lol (closes #22380) by Benjamin Peterson · 11 years ago
  35. ac51e0d Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 11 years ago
  36. c468aba #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 11 years ago
  37. 4f7e09a #20135: move FAQ about mutable default arguments to the programming FAQs page. by Ezio Melotti · 11 years ago
  38. ee2cb3f Closes #21759: URL Typo in Documentation FAQ by Jesus Cea · 11 years ago
  39. 4624b00 Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 11 years ago
  40. e530f26 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
  41. 072cd0c update sphinx url by Benjamin Peterson · 12 years ago
  42. 72c081d linkify by Benjamin Peterson · 12 years ago
  43. d8be9fe update hosting faq by Benjamin Peterson · 12 years ago
  44. b712873 Removed spaces before colons and semicolons. by Serhiy Storchaka · 12 years ago
  45. 610f84a Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
  46. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  47. 0f79cac Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 12 years ago
  48. cff39b0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 12 years ago
  49. d39c3a4 Fix markup. by Georg Brandl · 12 years ago
  50. 8f89928 #19074: mention PySide in the GUI FAQs. by Ezio Melotti · 12 years ago
  51. ff22984 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 12 years ago
  52. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 12 years ago
  53. e6f2e6c #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 12 years ago
  54. ed983ab #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 12 years ago
  55. dc18cb9 Closes #17726: small clarification in design FAQ. by Georg Brandl · 12 years ago
  56. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  57. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  58. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  59. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  60. 9f6a239 #16862: merge with 3.2. by Ezio Melotti · 13 years ago
  61. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 13 years ago
  62. 9beeefb Cleanup a few minor things. by Ezio Melotti · 13 years ago
  63. 87b83dd Merge example fix with 3.2. by Ezio Melotti · 13 years ago
  64. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 13 years ago
  65. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 13 years ago
  66. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 13 years ago
  67. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 13 years ago
  68. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 13 years ago
  69. 08133c2 Merge 3.2 by Brian Curtin · 13 years ago
  70. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 13 years ago
  71. d97c71f Merge from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
  72. c2a7fd6 Improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
  73. fe08756 Merge from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 13 years ago
  74. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 13 years ago
  75. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 13 years ago
  76. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 13 years ago
  77. fe6e7e6 Merge the quotes/backslashes fixes with 3.2. by Ezio Melotti · 13 years ago
  78. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 13 years ago
  79. d0c665e Remove pointless discussion of the lack of a ternary operator by Antoine Pitrou · 13 years ago
  80. 9ae4711 #16862: remove outdated statements about Stackless. by Ezio Melotti · 13 years ago
  81. 7be3e18 Cleanup a few minor things. by Ezio Melotti · 13 years ago
  82. 58abc5b #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 13 years ago
  83. cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 13 years ago
  84. bc453ca Fix #14901. Update some sections of Windows FAQ. by Brian Curtin · 13 years ago
  85. 8da8268 Backport from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
  86. 8523db7 Backport from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 13 years ago
  87. 64c0b2c Backport from 3.2: remove "Release" and "Date" markers from index pages. by Chris Jerdonek · 13 years ago
  88. a8e4963 Fix a few quotes/backslashes. by Ezio Melotti · 13 years ago
  89. 3539afd Update pydoc topics and fix new suspicious markup. by Georg Brandl · 13 years ago
  90. a9d9d17 Issue #14245: Merge changes from 3.2. by Mark Dickinson · 13 years ago
  91. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 13 years ago
  92. e710c99 #14770: backport a couple of changes from 3.x. by Ezio Melotti · 13 years ago
  93. faedde3 #14770: merge with 3.2. by Ezio Melotti · 13 years ago
  94. b35480e #14770: improve the library FAQ. by Ezio Melotti · 13 years ago
  95. 6176db5 #14770: improve the library FAQ. by Ezio Melotti · 13 years ago
  96. b2eeced Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 13 years ago
  97. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 13 years ago
  98. 2ba1428 merge with 3.2 by Georg Brandl · 13 years ago
  99. f354f8e Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
  100. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago