1. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 12 years ago
  2. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 12 years ago
  3. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 12 years ago
  4. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 12 years ago
  5. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 12 years ago
  6. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 12 years ago
  7. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 12 years ago
  8. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 12 years ago
  9. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 12 years ago
  10. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 12 years ago
  11. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 12 years ago
  12. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 12 years ago
  13. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 12 years ago
  14. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 12 years ago
  15. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 12 years ago
  16. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 12 years ago
  17. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 12 years ago
  18. 9330a94 Reflow paragraphs. by R David Murray · 12 years ago
  19. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  20. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 12 years ago
  21. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
  22. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
  23. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 12 years ago
  24. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 12 years ago
  25. bdf940d #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 12 years ago
  26. 0aa685a Minor typo in example. by Barry Warsaw · 12 years ago
  27. bca1a26 #17135: Add note in imp to use importlib for new programs. by R David Murray · 12 years ago
  28. a68c1ab #17771: fix typo. Patch by Andriy Mysyk. by Ezio Melotti · 12 years ago
  29. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  30. d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 12 years ago
  31. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  32. 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 12 years ago
  33. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 12 years ago
  34. 1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 12 years ago
  35. 5e2954e Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 12 years ago
  36. 991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 12 years ago
  37. a204636 bind('') does not do the same as bind('localhost') by Georg Brandl · 12 years ago
  38. 5f4b4ac Update code examples using collections.abc classes. by Georg Brandl · 12 years ago
  39. 7b8c132 Closes #17726: small clarification in design FAQ. by Georg Brandl · 12 years ago
  40. e095968 Update using/mac documentation which was still on 2.5. by Georg Brandl · 12 years ago
  41. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 12 years ago
  42. 0bfd6ac Reflow paragraph. by R David Murray · 12 years ago
  43. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
  44. ac3da87 #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  45. a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  46. 6ebdb61 Merge heads. by Ezio Melotti · 12 years ago
  47. 59d6d2d #17688: fix declaration for richcmp example in the docs. by Andrew Svetlov · 12 years ago
  48. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  49. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 12 years ago
  50. 595365d Merge heads by Andrew Svetlov · 12 years ago
  51. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  52. 17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. by Raymond Hettinger · 12 years ago
  53. e16f4dc Change wording as Eli Bendersky suggests. by Andrew Svetlov · 12 years ago
  54. 03b273f Add 3.3.1 to LICENSE files. by Georg Brandl · 12 years ago
  55. cca5548 merge with 3.3.1 release clone by Georg Brandl · 12 years ago
  56. 2fd4abe merge with 3.2 branch by Georg Brandl · 12 years ago
  57. 9a411ce Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 12 years ago
  58. e463b66 Fix typo by Andrew Svetlov · 12 years ago
  59. 815b0e2 Fix typo. by Andrew Svetlov · 12 years ago
  60. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  61. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 12 years ago
  62. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 12 years ago
  63. 03b2a1c #17623: fix whatsnew typo by R David Murray · 12 years ago
  64. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 12 years ago
  65. 8028a5c Updated logging cookbook with additional example for output using str.format(). by Vinay Sajip · 12 years ago
  66. b40a220 #17539: fix MagicMock example. Patch by Berker Peksag. by Ezio Melotti · 12 years ago
  67. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 12 years ago
  68. a5d55ba Update the suspicious builder to detect unused rules, and remove currently unusued rules. by Ezio Melotti · 12 years ago
  69. 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
  70. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 12 years ago
  71. 6f18a86 Fix XML vulnerability link references. by Georg Brandl · 12 years ago
  72. f5390fc merge with last upstream doc changes in 3.2 by Georg Brandl · 12 years ago
  73. e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  74. fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
  75. 184e593 #17329: merge with 3.2. by Ezio Melotti · 12 years ago
  76. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  77. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  78. 1df04e8 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  79. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  80. a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 12 years ago
  81. a809e4a merge with upstream 3.3 branch by Georg Brandl · 12 years ago v3.3.1rc1
  82. 4eb5f1a merge with main repo 3.2 branch by Georg Brandl · 12 years ago v3.2.4rc1
  83. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  84. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  85. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  86. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 12 years ago
  87. a7d2f00 Copyright update to 2013. by Georg Brandl · 12 years ago
  88. d50fe72 Fix suspicious markup in the docs. by Georg Brandl · 12 years ago
  89. 0a1bc11 Fix suspicious markup in the docs. by Georg Brandl · 12 years ago
  90. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  91. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  92. 8f35c89 Modernize unittest example by Raymond Hettinger · 12 years ago
  93. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  94. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  95. 74b2404 merge by Gregory P. Smith · 12 years ago
  96. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  97. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 12 years ago
  98. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 12 years ago
  99. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 12 years ago
  100. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 12 years ago