1. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  2. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  3. 4af77a0 Issue #15814: Use hash function that is compatible with the equality by Stefan Krah · 12 years ago
  4. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  5. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  6. 129f57b Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  7. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  8. 01e1e35 merge heads by Andrew Svetlov · 12 years ago
  9. 1e61e58 Merge issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  10. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  11. d3405ed Issue #16348: merge fix from 3.2. by Mark Dickinson · 12 years ago
  12. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  13. 616f803 Issue #16197: Fix several small errors in winreg documentation. by Andrew Svetlov · 12 years ago
  14. 3e11d65 merge #16371: fix up the English a bit more. by R David Murray · 12 years ago
  15. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  16. 0451d25 Merge issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  17. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  18. 7ea6f70 Fix typo in mock docs. by Andrew Svetlov · 12 years ago
  19. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  20. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  21. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  22. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  23. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  24. 6d50a54 Merge issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  25. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  26. c2415eb Issue #14616: Mention shlex.quote in subprocess docs. by Andrew Svetlov · 12 years ago
  27. 971ba4c #16337: fix typo. by Ezio Melotti · 12 years ago
  28. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  29. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  30. 735d317 Issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  31. a5941f8 #16206: merge with 3.2. by Ezio Melotti · 12 years ago
  32. a20879f #16206: Improve examples about dict construction. by Ezio Melotti · 12 years ago
  33. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 12 years ago
  34. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  35. 1f67e80 Fix typo. by Ezio Melotti · 12 years ago
  36. b24d3cf Fix indentation (or Sphinx will think these are attributes of ConnectionError). by Ezio Melotti · 12 years ago
  37. d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 12 years ago
  38. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  39. 40c6773 Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) by Nick Coghlan · 12 years ago
  40. d6d5cf3 A dict comprehension is much prettier (thanks Antoine) by Nick Coghlan · 12 years ago
  41. f06ea25 Tweak the threaded example in concurrent.futures by Nick Coghlan · 12 years ago
  42. 2bfe386 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  43. 03cb99c Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  44. 39b8670 Issue #16206: Merge dict documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  45. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  46. 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
  47. b548d49 merge heads by Benjamin Peterson · 12 years ago
  48. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  49. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  50. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  51. a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
  52. c33899b Add and adjust some string-related links in the docs. by Chris Jerdonek · 12 years ago
  53. caf380a Issue #16199: Merge 2to3 typo fix from 3.2. by Chris Jerdonek · 12 years ago
  54. 4639749 Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. by Chris Jerdonek · 12 years ago
  55. c3de6d6 Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  56. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  57. 0286052 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  58. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 12 years ago
  59. 3fa8c59 Issue #12947: Remove doctest directives from the doctest examples in the "Option Flag" section. by Chris Jerdonek · 12 years ago
  60. 23a87de Missed one instance of code-block:: text highlighting to revert. by Georg Brandl · 12 years ago
  61. a1ff83e merge 3.2 heads by Georg Brandl · 12 years ago
  62. 83e51f4 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 12 years ago
  63. 3a2e101 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 12 years ago
  64. 3650ea2 Issue #12947: Divide doctest "Option Flags and Directives" section into two. by Chris Jerdonek · 12 years ago
  65. 831893a Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding. by Eli Bendersky · 12 years ago
  66. 323a43a Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches. by Eli Bendersky · 12 years ago
  67. 38714d6 Merge issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  68. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  69. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  70. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  71. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  72. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  73. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  74. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  75. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  76. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  77. ca76ea1 #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  78. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 12 years ago
  79. 2fdc0f8 Fix markup in Counter note. by Georg Brandl · 12 years ago
  80. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  81. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  82. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  83. fe7b00f Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". by Georg Brandl · 12 years ago
  84. b28e75d Merge ftplib doc fix with 3.2. by Ezio Melotti · 12 years ago
  85. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 12 years ago
  86. 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  87. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  88. 0b26ccf Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives by Nick Coghlan · 12 years ago
  89. 8f80e0a Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
  90. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  91. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  92. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  93. 842ca5f Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  94. 6db2335 Fix sqlite3 class markup. by R David Murray · 12 years ago
  95. 89bbe68 doc typo fixes by Gregory P. Smith · 12 years ago
  96. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  97. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  98. ad4d9c9 Merge #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  99. 1a1883d #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  100. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago