1. 5302ba8 #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters. by Ezio Melotti · 12 years ago
  2. 67f84a7 #14878: add cross-reference to the yield statement. by Andrew Kuchling · 12 years ago
  3. 5f4ba6b #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 12 years ago
  4. 5939120 #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 12 years ago
  5. a74e5c8 Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 12 years ago
  6. 277c27c Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 12 years ago
  7. a09657e Elaborate on bytes-like objects. by Antoine Pitrou · 12 years ago
  8. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 12 years ago
  9. a1fb671 # 1722 - Add a note on urllib helper functions like splittype, splithost etc. by Senthil Kumaran · 12 years ago
  10. 71c1cff #16518: fix links in glossary entry. by Ezio Melotti · 12 years ago
  11. 1c0d8a7 #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 12 years ago
  12. 183dc46 #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. by Ezio Melotti · 12 years ago
  13. fc45ce8 #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 12 years ago
  14. 6596041 Reflow paragraph. by R David Murray · 12 years ago
  15. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  16. 9d2d64f #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
  17. d04c5d6 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
  18. 240a2fd #15575: Clarify tutorial description of when modules are executed. by R David Murray · 12 years ago
  19. 0729500 Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 12 years ago
  20. e5af944 #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 12 years ago
  21. c973057 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  22. f12f391 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 12 years ago
  23. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  24. 12ec99d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 12 years ago
  25. 95aa172 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 12 years ago
  26. 34f5dd0 The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 12 years ago
  27. e7fb700 The im_class of unbound class methods is actually not the same as im_self. by Georg Brandl · 12 years ago
  28. d4c45a9 Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 12 years ago
  29. 10bb21e Fix refcount leak in the reference counting example section (!). by Georg Brandl · 12 years ago
  30. ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 12 years ago
  31. 2124dcd bind('') does not do the same as bind('localhost') by Georg Brandl · 12 years ago
  32. 827372e Closes #17661: fix references to repr() going to module repr. by Georg Brandl · 12 years ago
  33. dc18cb9 Closes #17726: small clarification in design FAQ. by Georg Brandl · 12 years ago
  34. 30a88fa Update using/mac documentation which was still on 2.5. by Georg Brandl · 12 years ago
  35. 7a48a8b Clarify point in name mangling doc. by Georg Brandl · 12 years ago
  36. 3a2b371 Reflow paragraph. by R David Murray · 12 years ago
  37. 2fc97e6 #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
  38. c2a4f6b #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  39. 0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  40. 3218f65 #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 12 years ago
  41. aff9cef Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  42. 9c6eb26 Change wording as Eli Bendersky suggests. by Andrew Svetlov · 12 years ago
  43. 7679413 #17641: 2.X / 3.X ssl doc unification by Giampaolo Rodola' · 12 years ago
  44. 7eba9db Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 12 years ago
  45. c898668 Fix typo by Andrew Svetlov · 12 years ago
  46. 457f482 merge heads by Andrew Svetlov · 12 years ago
  47. 42777cd Fix typo. by Andrew Svetlov · 12 years ago
  48. cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  49. 0d0a395 Issue #15940: Replace tab. by Terry Jan Reedy · 12 years ago
  50. c2f905f Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 12 years ago
  51. c993a19 #13163: fix names of _get_socket args by R David Murray · 12 years ago
  52. 56bb8b9 Add an itertools recipe showing how to use t.__copy__(). by Raymond Hettinger · 12 years ago
  53. da76aa8 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 12 years ago
  54. d5cdc94 #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 12 years ago
  55. 144c269 Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 12 years ago
  56. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  57. 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
  58. 75207ab Fix XML vulnerability link targets. by Christian Heimes · 12 years ago
  59. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 12 years ago
  60. 93324d7 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  61. e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  62. fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
  63. 184e593 #17329: merge with 3.2. by Ezio Melotti · 12 years ago
  64. 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  65. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  66. 23790b4 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  67. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  68. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  69. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 12 years ago
  70. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  71. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  72. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  73. cb80064 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  74. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 12 years ago
  75. 71e2d2e nonlocal isn't a 2.x topic by Benjamin Peterson · 12 years ago
  76. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  77. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  78. 8f35c89 Modernize unittest example by Raymond Hettinger · 12 years ago
  79. 4507274 Modernize unittest example by Raymond Hettinger · 12 years ago
  80. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  81. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  82. 74b2404 merge by Gregory P. Smith · 12 years ago
  83. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  84. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 12 years ago
  85. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 12 years ago
  86. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 12 years ago
  87. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 12 years ago
  88. 432a48a Merge: #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  89. 14b0124 #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  90. 2f306c0 #17460 - merge from 3.2 by Senthil Kumaran · 12 years ago
  91. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 12 years ago
  92. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 12 years ago
  93. f575230 Documentation corrections for unittest.mock by Michael Foord · 12 years ago
  94. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  95. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  96. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  97. b271727 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  98. 271e56e Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  99. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  100. 3380170 Merge with 3.2 by Terry Jan Reedy · 12 years ago