1. 3fa4799 Update FAQ release schedule and estimated users (GH-21180) by E-Paine · 4 years, 1 month ago
  2. 3ab3475 bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658) by Brett Cannon · 4 years, 2 months ago
  3. fd33cdb Fix plural typo in documentation (GH-19799) by Alex Povel · 4 years, 3 months ago
  4. caf1aad bpo-40348: Fix typos in the programming FAQ (GH-19729) by Zackery Spytz · 4 years, 3 months ago
  5. 5aafa54 bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688) by Cajetan Rodrigues · 4 years, 3 months ago
  6. 5807efd bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) by Adorilson Bezerra · 4 years, 6 months ago
  7. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 4 years, 7 months ago
  8. 25fc088 bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) by Serhiy Storchaka · 4 years, 9 months ago
  9. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 4 years, 10 months ago
  10. 6357c95 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) by Emily Morehouse · 4 years, 11 months ago
  11. 88b24f9 Minor changes in Doc/faq/library. (#15449) by Antoine · 5 years ago
  12. 3aa48b8 bpo-36167: fix an incorrect capitalization (GH-14482) by avinassh · 5 years ago
  13. a0f7119 bpo-37352: Minor word-smithing for design.rst (GH #14730) by Ilya Kamenshchikov · 5 years ago
  14. 6f2a8c0 bpo-37456: Slash ('/') is now part of syntax. (GH-14627) by Terry Jan Reedy · 5 years ago
  15. d006800 Docs: Improved phrasing (GH-14069) by Aeros · 5 years ago
  16. 70c5f2a Use more PEP 570 syntax in the documentation. (GH-13720) by Serhiy Storchaka · 5 years ago
  17. 7114c65 Docs: FIX broken links. (GH-13491) by Julien Palard · 5 years ago
  18. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  19. 9b5a0ef Fix typos in documentation (#13344) by Xtreak · 5 years ago
  20. cf48e55 bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) by Andre Delfino · 5 years ago
  21. c88fece Doc: define PY_SSIZE_T_CLEAN always (GH-12794) by Inada Naoki · 5 years ago
  22. 6cd658b bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821) by Tal Einat · 5 years ago
  23. 6661c17 Replace "DOS box" with link to Windows FAQ. (GH-12390) by Ned Deily · 5 years ago
  24. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 5 years ago
  25. ccb92e8 Update FAQ to point to Infrastructure Team website. (GH-12077) by Ned Deily · 5 years ago
  26. 55e335d Remove empty Dictionaries section from programming FAQ (GH-12026) by Andre Delfino · 5 years ago
  27. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  28. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  29. 5719f27 Doc: Delete now useless Windows FAQ section (GH-10557) by Mathieu Dupuy · 6 years ago
  30. a1c4001 Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) by Mathieu Dupuy · 6 years ago
  31. 6431347 bpo-32613: Update window FAQ (GH-5552) by Julien Palard · 6 years ago
  32. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  33. d262250 bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004) by Stéphane Wirtel · 6 years ago
  34. 4505f65 bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796) by Gus Goulart · 6 years ago
  35. a378254 closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) by Andrés Delfino · 6 years ago
  36. c48e26d bpo-27671: Update FAQ about why len is function (GH-8432) by INADA Naoki · 6 years ago
  37. 8d41278 bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Andrés Delfino · 6 years ago
  38. a6e1e41 Update Stackless Python wiki URL (GH-8072) by Julien Palard · 6 years ago
  39. c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 6 years ago
  40. 866c168 bpo-33957: Doc: Use better wording (GH-7912) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  41. 38cf49b bpo-33887: Add TOC to Design and History FAQ(GH-7766) by Andrés Delfino · 6 years ago
  42. 2707e41 bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687) by Noah Haasis · 6 years ago
  43. 396ecb9 bpo-33799: Remove non-ordered dicts comments from FAQ by Andrés Delfino · 6 years ago
  44. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  45. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  46. 7855313 Fix typos '.::' should typically just be '::'. (GH-6165) by Julien Palard · 6 years ago
  47. 5bb0005 Make formatting of some return codes conforming to the general style. (#5587) by Serhiy Storchaka · 6 years ago
  48. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  49. 4f29f3c trivial: link updates in documentation (#2765) by jimmy · 7 years ago
  50. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  51. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  52. e9d978f Fix a typo in the Programming FAQ. (#3230) by Gregory P. Smith · 7 years ago
  53. d3ed287 Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 7 years ago
  54. 909a6f6 bpo-27200: Fix doctests in programming.rst and datetime.rst (#401) by Marco Buttu · 7 years ago
  55. b2ee40e Change some mercurial/ hg.python.org references. (#8) by Senthil Kumaran · 7 years ago
  56. 2b50186 Travis CI: run rstlint.py in the docs job (#68) by Victor Stinner · 7 years ago
  57. 3d707be bpo-29521 Fix two minor documentation build warnings (#41) by Jim DeLaHunt · 7 years ago
  58. 37023b6 Issue #29024: Merge from 3.5 by Berker Peksag · 8 years ago
  59. d2d673f Issue #29024: Add Kivy entry to GUI FAQ by Berker Peksag · 8 years ago
  60. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  61. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  62. 78ffd6c Issue #28705: greatly simplify the FAQ entry on transpiling. by Brett Cannon · 8 years ago
  63. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  64. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  65. f0f2960 Merge from 3.5 by Berker Peksag · 8 years ago
  66. 33e7ca7 Make faq/general.rst gender-inclusive, patch by Sam Hathaway. by Berker Peksag · 8 years ago
  67. 2950776 [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 8 years ago
  68. 7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 8 years ago
  69. 3207271 Merge from 3.5 by Berker Peksag · 8 years ago
  70. 5b6a14d Fix link in programming FAQ. by Berker Peksag · 8 years ago
  71. f527aa5 merge 3.5 by Benjamin Peterson · 8 years ago
  72. 0619878 stop talking about svn by Benjamin Peterson · 8 years ago
  73. f50cc9a merge 3.5 by Benjamin Peterson · 8 years ago
  74. 047ada4 remove cruft from Schwarzian transform section by Benjamin Peterson · 8 years ago
  75. 3f69f02 merge 3.5 by Benjamin Peterson · 8 years ago
  76. 6d3ad2f "Numeric Python" -> "NumPy" by Benjamin Peterson · 8 years ago
  77. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  78. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  79. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  80. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  81. 336fc5b Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  82. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  83. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  84. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  85. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  86. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 8 years ago
  87. fcb6db5 merge from 3.4 by Senthil Kumaran · 9 years ago
  88. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 9 years ago
  89. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 9 years ago
  90. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  91. b3951880 actually link to the version attributes documentation by Benjamin Peterson · 9 years ago
  92. 0071b3d don't mention Python 2.2 (closes #25375) by Benjamin Peterson · 9 years ago
  93. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  94. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  95. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  96. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  97. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  98. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  99. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  100. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago