1. a63231a Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 11 years ago
  2. 110953d Closes #19061: make shelve security warning consistent between 2.x and 3.x. by Georg Brandl · 11 years ago
  3. ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. by R David Murray · 11 years ago
  4. 137b572 Add versionchanged for #14984, remove extra blank from string. by R David Murray · 11 years ago
  5. 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  6. 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  7. 802fa39 Fix markup in email.parser docs. by Ezio Melotti · 11 years ago
  8. 36c3368 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  9. b65685f Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  10. cb7e5fa Correct Profile class usage example. Addresses issue #18033 . by Senthil Kumaran · 11 years ago
  11. 2646e67 os.isatty is not Unix only. Correct the wrong documentation. by Senthil Kumaran · 11 years ago
  12. ad54307 #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  13. 2676583 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  14. 6971f2e Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  15. b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) by Benjamin Peterson · 11 years ago
  16. 6d5bd52 Issue #18743: Improved cross-references to the StringIO class. by Serhiy Storchaka · 11 years ago
  17. 7653e26 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  18. c8f26f5 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  19. b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 11 years ago
  20. f65d454 Issue #18761: Improved cross-references in email documentation. by Serhiy Storchaka · 11 years ago
  21. 10b5130 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 11 years ago
  22. 79a16a8 Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). by Antoine Pitrou · 11 years ago
  23. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 11 years ago
  24. 6681398 Issue 18724: Fix typo noticed by Susan Tan. by Ned Deily · 11 years ago
  25. b4e186c Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  26. 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 11 years ago
  27. d599142 #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  28. 92fae55 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  29. 241f653 Remove repetition of string escapes note 1 at end of note 2. by Terry Jan Reedy · 11 years ago
  30. d5648ac #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 11 years ago
  31. bcf55a7 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 11 years ago
  32. b7a285f Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 11 years ago
  33. c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 11 years ago
  34. 4f0102f #18389: Clarify that relpath does not access the file system. by R David Murray · 11 years ago
  35. 6cda0ad Issue #18336. Fix a link to StreamReader's read() method. by Serhiy Storchaka · 11 years ago
  36. 4bc130c Issue #14206: Clarify docs for Queue.join_cancel_thread(). by Richard Oudkerk · 11 years ago
  37. 4903253 Issue #17273: Clarify that pool methods can only be used by parent process. by Richard Oudkerk · 11 years ago
  38. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  39. 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  40. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  41. 7dc9bd8 Issue #18164: Backport the more detailed embedding compile-and-link section by Ned Deily · 11 years ago
  42. 66e0a04 Fix typo. by Richard Oudkerk · 11 years ago
  43. 2cc73e8 Clarify note and fix typo. by Richard Oudkerk · 11 years ago
  44. acfbe22 Issue #15818: Typo in docs. by Richard Oudkerk · 11 years ago
  45. 56e968c Issue #18277: Document quirks of multiprocessing queue. by Richard Oudkerk · 11 years ago
  46. 9575222 #18179: reflow paragraphs. by R David Murray · 11 years ago
  47. 7f01d55 #18179: document the local_hostname parameter. by R David Murray · 11 years ago
  48. ff22984 Tweak programming faq examples so that it (mostly) passes doctest. by R David Murray · 11 years ago
  49. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  50. 3fcf2d3 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 11 years ago
  51. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 11 years ago
  52. c23ca48 Clean merge by David Wolever · 11 years ago
  53. bd9cbf0 Clarify that strftime's encoding is based on locale by David Wolever · 11 years ago
  54. db6d10a Remove Japanese datetime examples by David Wolever · 11 years ago
  55. 668b005 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  56. 54f7092 Issue #17844: Refactor a documentation of Python specific encodings. by Serhiy Storchaka · 11 years ago
  57. e6f2e6c #17973: fix technical inaccuracy in faq entry (it now passes doctest). by R David Murray · 11 years ago
  58. d7cb506 Issue #18026: fix ctypes doc typo by Ned Deily · 11 years ago
  59. ed983ab #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising. by R David Murray · 11 years ago
  60. 5302ba8 #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters. by Ezio Melotti · 11 years ago
  61. 67f84a7 #14878: add cross-reference to the yield statement. by Andrew Kuchling · 11 years ago
  62. 5f4ba6b #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  63. 5939120 #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  64. a74e5c8 Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  65. 277c27c Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  66. a09657e Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  67. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 11 years ago
  68. a1fb671 # 1722 - Add a note on urllib helper functions like splittype, splithost etc. by Senthil Kumaran · 11 years ago
  69. 71c1cff #16518: fix links in glossary entry. by Ezio Melotti · 11 years ago
  70. 1c0d8a7 #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  71. 183dc46 #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. by Ezio Melotti · 11 years ago
  72. fc45ce8 #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  73. 6596041 Reflow paragraph. by R David Murray · 11 years ago
  74. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  75. 9d2d64f #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
  76. d04c5d6 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
  77. 240a2fd #15575: Clarify tutorial description of when modules are executed. by R David Murray · 12 years ago
  78. 0729500 Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 12 years ago
  79. e5af944 #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 12 years ago
  80. c973057 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  81. f12f391 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 12 years ago
  82. 1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  83. 12ec99d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 12 years ago
  84. 95aa172 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 12 years ago
  85. 34f5dd0 The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 12 years ago
  86. e7fb700 The im_class of unbound class methods is actually not the same as im_self. by Georg Brandl · 12 years ago
  87. d4c45a9 Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 12 years ago
  88. 10bb21e Fix refcount leak in the reference counting example section (!). by Georg Brandl · 12 years ago
  89. ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 12 years ago
  90. 2124dcd bind('') does not do the same as bind('localhost') by Georg Brandl · 12 years ago
  91. 827372e Closes #17661: fix references to repr() going to module repr. by Georg Brandl · 12 years ago
  92. dc18cb9 Closes #17726: small clarification in design FAQ. by Georg Brandl · 12 years ago
  93. 30a88fa Update using/mac documentation which was still on 2.5. by Georg Brandl · 12 years ago
  94. 7a48a8b Clarify point in name mangling doc. by Georg Brandl · 12 years ago
  95. 0d2e78c Correct misleading strftime documentation. by David Wolever · 12 years ago
  96. c7953ef Adding localized examples to strftime documentation. by David Wolever · 12 years ago
  97. 73480ef Improving strftime documentation. by David Wolever · 12 years ago
  98. 3a2b371 Reflow paragraph. by R David Murray · 12 years ago
  99. 2fc97e6 #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
  100. c2a4f6b #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. by Ezio Melotti · 12 years ago