1. b2eeced Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  2. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  3. 2ba1428 merge with 3.2 by Georg Brandl · 13 years ago
  4. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
  5. 30162be merge with 3.2 by Georg Brandl · 13 years ago
  6. 300a691 Closes #14305: fix typo. by Georg Brandl · 13 years ago
  7. b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 13 years ago
  8. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 13 years ago
  9. 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 13 years ago
  10. a9e9abb Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  11. 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  12. 6da394c Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  13. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  14. 090d813 Merge from 3.2 by Antoine Pitrou · 13 years ago
  15. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  16. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  17. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  18. 61fed9c Merge from 3.2 by Antoine Pitrou · 13 years ago
  19. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  20. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  21. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  22. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  23. b6032f5 Remove outdated FAQ content by Antoine Pitrou · 13 years ago
  24. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  25. 3cb369d Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  26. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  27. 73080b8 Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  28. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  29. 7dc0047 Merge doc fixes from 3.2 by Antoine Pitrou · 13 years ago
  30. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  31. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  32. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  33. 9be5723 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  34. 26358cc Remove obsolete FAQ. by Ezio Melotti · 13 years ago
  35. ab7e2a4 Merge 3.2 by Éric Araujo · 13 years ago
  36. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  37. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  38. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  39. 2bb371b Merge 3.2. by Georg Brandl · 13 years ago
  40. e1eef41 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  41. 8ed41a8 Replace links to the old dev doc with links to the new devguide. by Éric Araujo · 14 years ago
  42. 7095721 Mention asyncore and Twisted in the library FAQ. by Antoine Pitrou · 14 years ago
  43. 11480b6 Mention concurrent.futures and update answers about the GIL. by Antoine Pitrou · 14 years ago
  44. f700524 Update test of "why is Python installed" FAQ. by Antoine Pitrou · 14 years ago
  45. 09264b6 Mention Cython and remove obsolete alternatives by Antoine Pitrou · 14 years ago
  46. eb50ba5 Update info in the GUI FAQ by Antoine Pitrou · 14 years ago
  47. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  48. fc9794a Make file names consistent. by Georg Brandl · 14 years ago
  49. 4985ff2 #9086: correct wrong terminology about linking with pythonXY.dll. by Georg Brandl · 14 years ago
  50. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  51. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  52. 5a7a52f #9582 - add a missing "are" and reflow the line. by Brian Curtin · 14 years ago
  53. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  54. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  55. 6a11a98 Update file-related information in the FAQ. by Antoine Pitrou · 14 years ago
  56. 54ebb78 Typo fix. by Georg Brandl · 14 years ago
  57. f0769e8 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. by Senthil Kumaran · 14 years ago
  58. 4abda54 Take care of duplicate target name warnings. by Georg Brandl · 14 years ago
  59. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  60. f4ed206 Merged revisions 80009 via svnmerge from by Brian Curtin · 14 years ago
  61. 19192dd Merged revisions 79797 via svnmerge from by Ezio Melotti · 14 years ago
  62. ff24c8e Merged revisions 79181 via svnmerge from by Georg Brandl · 15 years ago
  63. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 15 years ago
  64. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 99de488 #7493: more review fixes. by Georg Brandl · 15 years ago
  66. 11b6362 #7495: more review fixes. by Georg Brandl · 15 years ago
  67. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  68. 62423cb #7500: add "Python 3 review needed" comments and fix a few obvious errors. by Georg Brandl · 15 years ago
  69. 9e4ff75 #7499: Review of Library FAQ by Florent Xicluna. by Georg Brandl · 15 years ago
  70. 62eaaf6 #7495: Review of Programming FAQ by Florent Xicluna. by Georg Brandl · 15 years ago
  71. bfe95ac Recorded merge of revisions 76886 via svnmerge from by Georg Brandl · 15 years ago
  72. 338eae3 Merged revisions 76819,76830 via svnmerge from by R. David Murray · 15 years ago
  73. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  74. a63b306 Merged revisions 76489 via svnmerge from by Mark Dickinson · 15 years ago
  75. 18163c3 Fix print function conversion missed in merge of faq/programming update. by R. David Murray · 15 years ago
  76. c04a694 Merged revisions 76190 via svnmerge from by R. David Murray · 15 years ago
  77. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  78. d404fa6 Update module names in references in the FAQ. by Georg Brandl · 15 years ago
  79. d741315 Merged revisions 75363 via svnmerge from by Georg Brandl · 15 years ago