1. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  2. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  3. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 11 years ago
  4. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 11 years ago
  5. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 11 years ago
  6. a269d82 merge by Brett Cannon · 11 years ago
  7. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  8. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  9. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 11 years ago
  10. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  11. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  12. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  13. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  14. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  15. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  16. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  17. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  18. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  19. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  20. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  21. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  22. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  23. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  24. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  25. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  26. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  27. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  28. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  29. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  30. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  31. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  32. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  33. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  34. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  35. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  36. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 11 years ago
  37. bdf940d #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 11 years ago
  38. 0aa685a Minor typo in example. by Barry Warsaw · 11 years ago
  39. bca1a26 #17135: Add note in imp to use importlib for new programs. by R David Murray · 11 years ago
  40. a68c1ab #17771: fix typo. Patch by Andriy Mysyk. by Ezio Melotti · 11 years ago
  41. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  42. d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  43. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  44. 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 11 years ago
  45. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  46. 1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 11 years ago
  47. 5f4b4ac Update code examples using collections.abc classes. by Georg Brandl · 11 years ago
  48. 0bfd6ac Reflow paragraph. by R David Murray · 11 years ago
  49. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  50. a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 11 years ago
  51. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  52. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  53. 595365d Merge heads by Andrew Svetlov · 11 years ago
  54. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  55. 17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. by Raymond Hettinger · 11 years ago
  56. cca5548 merge with 3.3.1 release clone by Georg Brandl · 11 years ago
  57. 9a411ce Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 11 years ago
  58. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  59. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 11 years ago
  60. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 11 years ago
  61. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  62. b40a220 #17539: fix MagicMock example. Patch by Berker Peksag. by Ezio Melotti · 11 years ago
  63. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 11 years ago
  64. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  65. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 11 years ago
  66. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  67. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  68. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  69. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  70. a809e4a merge with upstream 3.3 branch by Georg Brandl · 11 years ago
  71. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  72. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 11 years ago
  73. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 11 years ago
  74. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 11 years ago
  75. 0a1bc11 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  76. 74b2404 merge by Gregory P. Smith · 11 years ago
  77. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 11 years ago
  78. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 11 years ago
  79. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 11 years ago
  80. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 11 years ago
  81. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 11 years ago
  82. 432a48a Merge: #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 11 years ago
  83. 14b0124 #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 11 years ago
  84. 2f306c0 #17460 - merge from 3.2 by Senthil Kumaran · 11 years ago
  85. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 11 years ago
  86. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 11 years ago
  87. f575230 Documentation corrections for unittest.mock by Michael Foord · 11 years ago
  88. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  89. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 11 years ago
  90. b271727 Merge with 3.2 by Terry Jan Reedy · 11 years ago
  91. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 11 years ago
  92. 3380170 Merge with 3.2 by Terry Jan Reedy · 11 years ago
  93. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 11 years ago
  94. f39cab1 Merge with 3.2 by Terry Jan Reedy · 11 years ago
  95. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 11 years ago
  96. ca99440 Merge with 3.2 by Terry Jan Reedy · 11 years ago
  97. f3f0681 Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 11 years ago
  98. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 11 years ago
  99. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 11 years ago
  100. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 11 years ago