1. 12dc0d9 #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) by R David Murray · 10 years ago
  2. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  3. 9c1dba2 Revert #22251 by Berker Peksag · 10 years ago
  4. 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 10 years ago
  5. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  6. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  7. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  8. 898eb82 #20135: move FAQ about mutable default arguments to the programming FAQs page. by Ezio Melotti · 10 years ago
  9. 04d8a24 Fix faq example with division. by Eric V. Smith · 10 years ago
  10. fc9a4d8 Fix text about int() with octal numbers. Closes #21212. by Eric V. Smith · 10 years ago
  11. ecd9e8a Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 10 years ago
  12. 2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
  13. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  14. ce8d153 merge 3.3 by Benjamin Peterson · 11 years ago
  15. 714d7ff update sphinx url by Benjamin Peterson · 11 years ago
  16. 039a02c linkify by Benjamin Peterson · 11 years ago
  17. e4e7199 merge 3.3 by Benjamin Peterson · 11 years ago
  18. f580d5b update hosting faq by Benjamin Peterson · 11 years ago
  19. 7700734 Issue #20266: Merge with 3.3 by Zachary Ware · 11 years ago
  20. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 11 years ago
  21. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  22. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  23. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  24. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  25. 1870116 Merge: #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  26. d913d9d #18036: update .pyc FAQ entry in light of PEP 3147. by R David Murray · 11 years ago
  27. 5143ce5 merge 3.3 (#19805) by Benjamin Peterson · 11 years ago
  28. b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 11 years ago
  29. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  30. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  31. 42840f0 merge with 3.3 by Georg Brandl · 11 years ago
  32. d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  33. 6930777 merge with 3.3 by Georg Brandl · 11 years ago
  34. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  35. 2f72aed Merge: Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  36. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  37. 4f422e3 Issue #17177: Update the programming FAQ to use importlib by Brett Cannon · 11 years ago
  38. 7dc4c03 #18126: merge with 3.3. by Ezio Melotti · 11 years ago
  39. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  40. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  41. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  42. b3a5792 merge #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  43. 63f7290 Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  44. 9def205 merge with 3.3 by Georg Brandl · 11 years ago
  45. 7b8c132 Closes #17726: small clarification in design FAQ. by Georg Brandl · 11 years ago
  46. 1bab713 Merge with 3.3. by Georg Brandl · 12 years ago
  47. 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
  48. d4296fc cleanup references to PyString_ APIs in the 3.x docs. by Gregory P. Smith · 12 years ago
  49. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  50. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  51. a2f9591 #16862: merge with 3.3. by Ezio Melotti · 12 years ago
  52. 9f6a239 #16862: merge with 3.2. by Ezio Melotti · 12 years ago
  53. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  54. 9beeefb Cleanup a few minor things. by Ezio Melotti · 12 years ago
  55. 0ae3525 Merge example fix with 3.3. by Ezio Melotti · 12 years ago
  56. 87b83dd Merge example fix with 3.2. by Ezio Melotti · 12 years ago
  57. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 12 years ago
  58. d05d3cc #13094: merge with 3.3. by Ezio Melotti · 12 years ago
  59. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  60. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  61. c475278 Merge from 3.3: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  62. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  63. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  64. 8a045cb Add versionchanged tag to faq (useless btw because changed text is commented out) by Andrew Svetlov · 12 years ago
  65. 5f11a00 Mention OSError instead of IOError in the docs. by Andrew Svetlov · 12 years ago
  66. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  67. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  68. d97c71f Merge from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  69. c2a7fd6 Improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  70. fe08756 Merge from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  71. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  72. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  73. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  74. fe6e7e6 Merge the quotes/backslashes fixes with 3.2. by Ezio Melotti · 12 years ago
  75. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 12 years ago
  76. 3539afd Update pydoc topics and fix new suspicious markup. by Georg Brandl · 12 years ago
  77. a9d9d17 Issue #14245: Merge changes from 3.2. by Mark Dickinson · 12 years ago
  78. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 12 years ago
  79. faedde3 #14770: merge with 3.2. by Ezio Melotti · 12 years ago
  80. b35480e #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  81. b2eeced Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  82. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  83. 2ba1428 merge with 3.2 by Georg Brandl · 13 years ago
  84. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
  85. 30162be merge with 3.2 by Georg Brandl · 13 years ago
  86. 300a691 Closes #14305: fix typo. by Georg Brandl · 13 years ago
  87. b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 13 years ago
  88. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 13 years ago
  89. 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 13 years ago
  90. a9e9abb Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  91. 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  92. 6da394c Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  93. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  94. 090d813 Merge from 3.2 by Antoine Pitrou · 13 years ago
  95. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  96. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  97. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  98. 61fed9c Merge from 3.2 by Antoine Pitrou · 13 years ago
  99. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  100. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago