1. 83e51f4 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 12 years ago
  2. 3650ea2 Issue #12947: Divide doctest "Option Flags and Directives" section into two. by Chris Jerdonek · 12 years ago
  3. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  4. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  5. 86b0fb2 Issue #16170: Remove Linux skip from test_subprocess's test_executable test. by Chris Jerdonek · 12 years ago
  6. 455fa0a merge heads by Benjamin Peterson · 12 years ago
  7. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  8. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 12 years ago
  9. 831893a Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding. by Eli Bendersky · 12 years ago
  10. 323a43a Issue #12322: clarify xpath reference for cases where the path reaches ancestors of the start element. Also add missing markup for a None. Thanks to patrick vrijlandt and Mike Hoy for the report and initial patches. by Eli Bendersky · 12 years ago
  11. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  12. 38714d6 Merge issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  13. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  14. 570bc4c Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  15. 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  16. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  17. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  18. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  19. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  20. 2d051b8 Issue #16115: Skip a newly added subprocess.Popen() test on Linux. by Chris Jerdonek · 12 years ago
  21. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  22. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  23. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  24. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  25. 3e5dae0 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  26. c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  27. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  28. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  29. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  30. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  31. f4c2757 More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  32. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  33. fd74096 More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  34. ca76ea1 #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  35. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 12 years ago
  36. 92a29b5 Null merge. by R David Murray · 12 years ago
  37. 1e218c9 More whatsnew updates. by R David Murray · 12 years ago
  38. 2fdc0f8 Fix markup in Counter note. by Georg Brandl · 12 years ago
  39. a21e515 whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  40. 344174d Fix typos. by R David Murray · 12 years ago
  41. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  42. fc9adb6 Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  43. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  44. a202873 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  45. b2209cc revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  46. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  47. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  48. fe7b00f Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". by Georg Brandl · 12 years ago
  49. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  50. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  51. 1a53c0c Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das by Andrew Svetlov · 12 years ago
  52. b28e75d Merge ftplib doc fix with 3.2. by Ezio Melotti · 12 years ago
  53. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 12 years ago
  54. fd03a09 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  55. 8cf1cc4 Issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  56. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  57. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  58. adc8211 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes by Jesus Cea · 12 years ago
  59. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  60. 1929407 Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed by Victor Stinner · 12 years ago
  61. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  62. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  63. ee32931 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
  64. 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  65. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  66. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  67. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  68. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  69. b6bb3ad Whatsnew typo by Jesus Cea · 12 years ago
  70. aa26488 whatsnew by Jesus Cea · 12 years ago
  71. 0b26ccf Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives by Nick Coghlan · 12 years ago
  72. 8f80e0a Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
  73. 22ab5e7 NULL merge by Jesus Cea · 12 years ago
  74. cf45325 Closes #15897: zipimport.c doesn't check return value of fseek(). Typo by Jesus Cea · 12 years ago
  75. 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  76. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  77. 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  78. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  79. 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
  80. 30a13fb Reword the next version placeholder now that the changelog is part of the published What's New docs by Nick Coghlan · 12 years ago
  81. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  82. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  83. 994ce1a Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago
  84. dc704c6 In this case it is not useful to hide "threading". by Georg Brandl · 12 years ago
  85. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  86. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  87. 0bbfd6b Add threading.get_ident to whatsnew. by R David Murray · 12 years ago
  88. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  89. 7eb03dd Fix/improve the changelog filtering. by Ezio Melotti · 12 years ago
  90. 77cddc3 Merge by Antoine Pitrou · 12 years ago
  91. c194884 Sanitize and modernize some of the _elementtree code (see issue #16089). by Antoine Pitrou · 12 years ago
  92. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  93. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  94. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  95. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  96. 4524b46 Fix template syntax. by Georg Brandl · 12 years ago
  97. 6c47581 The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file. by Georg Brandl · 12 years ago
  98. 2437291 Fix page name. by Georg Brandl · 12 years ago
  99. 44d0c21 Several improvements to the HTML NEWS version: by Georg Brandl · 12 years ago
  100. 8fc6cb3 Move 3.1 and 3.2 NEWS items to HISTORY. by Georg Brandl · 12 years ago