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. 2151fc6 #4153: update Unicode howto for Python 3.3 by Andrew Kuchling · 11 years ago
  7. fdf9503 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  8. a269d82 merge by Brett Cannon · 11 years ago
  9. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  10. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  11. 3886120 Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. by Ned Deily · 11 years ago
  12. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  13. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  14. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  15. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  16. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  17. 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
  18. ecf0851 Fix typo in embedding doc and update examples to 3.3. by Ned Deily · 11 years ago
  19. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  20. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  21. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  22. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  23. 05ec6ac Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 by Senthil Kumaran · 11 years ago
  24. 650e322 Issue 17844: Clarify meaning of different codec tables by Nick Coghlan · 11 years ago
  25. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  26. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  27. 95ae992 #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  28. ea3cfc5 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  29. bcf06d3 #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  30. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  31. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  32. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  33. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  34. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  35. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  36. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  37. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  38. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  39. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  40. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  41. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  42. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  43. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  44. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  45. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  46. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  47. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  48. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  49. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  50. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  51. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  52. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  53. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago
  54. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  55. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 11 years ago
  56. bdf940d #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 11 years ago
  57. 0aa685a Minor typo in example. by Barry Warsaw · 11 years ago
  58. bca1a26 #17135: Add note in imp to use importlib for new programs. by R David Murray · 11 years ago
  59. a68c1ab #17771: fix typo. Patch by Andriy Mysyk. by Ezio Melotti · 11 years ago
  60. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  61. d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 11 years ago
  62. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  63. 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 11 years ago
  64. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 11 years ago
  65. 1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 11 years ago
  66. 5e2954e Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 11 years ago
  67. 991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 11 years ago
  68. a204636 bind('') does not do the same as bind('localhost') by Georg Brandl · 11 years ago
  69. 5f4b4ac Update code examples using collections.abc classes. by Georg Brandl · 11 years ago
  70. 7b8c132 Closes #17726: small clarification in design FAQ. by Georg Brandl · 11 years ago
  71. e095968 Update using/mac documentation which was still on 2.5. by Georg Brandl · 11 years ago
  72. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  73. 0bfd6ac Reflow paragraph. by R David Murray · 11 years ago
  74. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 11 years ago
  75. ac3da87 #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  76. a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 11 years ago
  77. 6ebdb61 Merge heads. by Ezio Melotti · 11 years ago
  78. 59d6d2d #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 11 years ago
  79. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  80. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 11 years ago
  81. 595365d Merge heads by Andrew Svetlov · 11 years ago
  82. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 11 years ago
  83. 17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. by Raymond Hettinger · 11 years ago
  84. e16f4dc Change wording as Eli Bendersky suggests. by Andrew Svetlov · 11 years ago
  85. 03b273f Add 3.3.1 to LICENSE files. by Georg Brandl · 11 years ago
  86. cca5548 merge with 3.3.1 release clone by Georg Brandl · 11 years ago
  87. 2fd4abe merge with 3.2 branch by Georg Brandl · 11 years ago
  88. 9a411ce Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 11 years ago
  89. e463b66 Fix typo by Andrew Svetlov · 11 years ago
  90. 815b0e2 Fix typo. by Andrew Svetlov · 11 years ago
  91. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 11 years ago
  92. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 11 years ago
  93. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 11 years ago
  94. 03b2a1c #17623: fix whatsnew typo by R David Murray · 11 years ago
  95. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  96. 8028a5c Updated logging cookbook with additional example for output using str.format(). by Vinay Sajip · 11 years ago
  97. b40a220 #17539: fix MagicMock example. Patch by Berker Peksag. by Ezio Melotti · 11 years ago
  98. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 11 years ago
  99. a5d55ba Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 11 years ago
  100. 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