1. 9b3fb0c Backed out changeset dafca4714298 by Tim Golden · 12 years ago
  2. 8f323d9 issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon by Tim Golden · 12 years ago
  3. 10ffea8 Merge typo fix. by Ezio Melotti · 12 years ago
  4. 99bafff Fix typo noticed by Tom Lynn. by Ezio Melotti · 12 years ago
  5. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
  6. 729eda4 #16304: merge with 3.3. by Ezio Melotti · 12 years ago
  7. 7ce22d1 #16304: merge with 3.2. by Ezio Melotti · 12 years ago
  8. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 12 years ago
  9. 75e74c6 Merge 3.3 by Éric Araujo · 12 years ago
  10. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 12 years ago
  11. 8c997fa Merge 3.3 by Éric Araujo · 12 years ago
  12. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  13. 1a5f3ec Merge from 3.3: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  14. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  15. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  16. d268526 #4711: merge with 3.3. by Ezio Melotti · 12 years ago
  17. befaac0 #4711: merge with 3.2. by Ezio Melotti · 12 years ago
  18. dedfa9b #4711: break long words in the docs sidebar to avoid overflow. by Ezio Melotti · 12 years ago
  19. 4739561 Issue #16261: fix bare excepts in Doc/ by Andrew Svetlov · 12 years ago
  20. c38c816 Merge 3.3. by Stefan Krah · 12 years ago
  21. 4af77a0 Issue #15814: Use hash function that is compatible with the equality by Stefan Krah · 12 years ago
  22. faf1d06 merge with 3.3 by Georg Brandl · 12 years ago
  23. ed71918 merge with 3.2 by Georg Brandl · 12 years ago
  24. 4552e3f Grammar touchup. by Georg Brandl · 12 years ago
  25. d98ee97 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  26. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  27. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  28. e061432 Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  29. 129f57b Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  30. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  31. 553408f Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  32. 7c91dbe Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  33. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  34. 01e1e35 merge heads by Andrew Svetlov · 12 years ago
  35. 7ffc9aa Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  36. 1e61e58 Merge issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  37. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  38. 1d2d007 Issue #16348: merge fix from 3.3. by Mark Dickinson · 12 years ago
  39. d3405ed Issue #16348: merge fix from 3.2. by Mark Dickinson · 12 years ago
  40. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  41. 0a4dfc3 Merge issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  42. 616f803 Issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  43. ace7db1 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  44. 3e11d65 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  45. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  46. ced4d3a Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  47. 0451d25 Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  48. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  49. 7258e13 Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  50. 694f9ce Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  51. e1fa22a Issue #16370: Mention Py_SetProgramName in example for very high level embedding. by Andrew Svetlov · 12 years ago
  52. 23a4c79 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  53. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  54. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 12 years ago
  55. dcff386 Merge: fix typo in mock docs. by Andrew Svetlov · 12 years ago
  56. 7ea6f70 Fix typo in mock docs. by Andrew Svetlov · 12 years ago
  57. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  58. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  59. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  60. a5e7cd0 Merge 3.3 by Brian Curtin · 12 years ago
  61. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  62. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  63. 21fecc7 Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  64. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  65. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  66. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  67. 3b80d34 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3. by Georg Brandl · 12 years ago
  68. ff65a10 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. by Georg Brandl · 12 years ago
  69. 6a935d9 merge heads by Georg Brandl · 12 years ago
  70. 75f0020 Remove confusing "Release" and "Date" markers from whatsnews. by Georg Brandl · 12 years ago
  71. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  72. 42b8932 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  73. 6d50a54 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  74. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  75. 87c315e Merge issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  76. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  77. 534ca2b merge with 3.3 by Georg Brandl · 12 years ago
  78. 01f47e8 Add a autobuild-quick target that only rebuilds HTML. by Georg Brandl · 12 years ago
  79. 9e80124 merge with 3.3 by Georg Brandl · 12 years ago
  80. ab5da6a merge with 3.2 by Georg Brandl · 12 years ago
  81. fffc25d #8040: fix jQuery incompatibility by Georg Brandl · 12 years ago
  82. acf1754 #16337: merge with 3.3. by Ezio Melotti · 12 years ago
  83. 971ba4c #16337: fix typo. by Ezio Melotti · 12 years ago
  84. 0f3dae4 #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  85. edde409 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  86. e5b1023 #8040: fix the version. by Ezio Melotti · 12 years ago
  87. 9375ff1 #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  88. fe71bb5 #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  89. 58864b3 #8040: enable the versionswitcher for the autobuild-dev target. by Ezio Melotti · 12 years ago
  90. 1543b8c #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  91. 8630c1e #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  92. 380ce65 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 12 years ago
  93. 4503713 merge from 3.3 by Senthil Kumaran · 12 years ago
  94. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  95. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  96. a0e41a2 Merge issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  97. 735d317 Issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  98. afa46ab #16317: merge with 3.3. by Ezio Melotti · 12 years ago
  99. 0ada6f1 #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  100. 9a56f8c #16206: merge with 3.3. by Ezio Melotti · 12 years ago