1. c101bf3 Issue #15298: ensure _sysconfigdata is generated in build directory, by Trent Nelson · 12 years ago
  2. 8a42022 Merge heads. by Trent Nelson · 12 years ago
  3. d783c8e Issue #15833: don't raise an exception if importlib can't write byte-compiled by Trent Nelson · 12 years ago
  4. 2bfe386 Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion by Andrew Svetlov · 12 years ago
  5. 03cb99c Issue #15936: Add link from os.urandom to random.SystemRandom by Andrew Svetlov · 12 years ago
  6. e7e7af4 Issue #16244: Merged change from 3.2. by Vinay Sajip · 12 years ago
  7. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  8. 38049bb Issue #16225: Merge from 3.2: Add additional note to tutorial about looping. by Chris Jerdonek · 12 years ago
  9. 4fab8f0 Issue #16225: Add additional note to tutorial about changing sequence while looping. by Chris Jerdonek · 12 years ago
  10. 39b8670 Issue #16206: Merge dict documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  11. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  12. 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
  13. b548d49 merge heads by Benjamin Peterson · 12 years ago
  14. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  15. 7a9953e skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  16. 951a9e3 fix to work if __doc__ is removed by Benjamin Peterson · 12 years ago
  17. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  18. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  19. eb81819 Merge doctest fixes in functional howto with 3.2. by Ezio Melotti · 12 years ago
  20. 35cbf16 Make doctests pass in the functional howto. by Ezio Melotti · 12 years ago
  21. dd67c1d Merge functional howto improvements with 3.2. by Ezio Melotti · 12 years ago
  22. 45a101d Improve markup in functional.rst, and fix a couple of errors. by Ezio Melotti · 12 years ago
  23. a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
  24. c33899b Add and adjust some string-related links in the docs. by Chris Jerdonek · 12 years ago
  25. 8958cd0 Merge from 3.2: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  26. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  27. caf380a Issue #16199: Merge 2to3 typo fix from 3.2. by Chris Jerdonek · 12 years ago
  28. 4639749 Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. by Chris Jerdonek · 12 years ago
  29. 859947d Merge 3.2 by Brian Curtin · 12 years ago
  30. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago
  31. c3de6d6 Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  32. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  33. 0286052 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  34. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 12 years ago
  35. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
  36. 3fa8c59 Issue #12947: Remove doctest directives from the doctest examples in the "Option Flag" section. by Chris Jerdonek · 12 years ago
  37. 23a87de Missed one instance of code-block:: text highlighting to revert. by Georg Brandl · 12 years ago
  38. a36a1ee merge 3.2 by Georg Brandl · 12 years ago
  39. a1ff83e merge 3.2 heads by Georg Brandl · 12 years ago
  40. 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
  41. 3a2e101 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
  42. 3650ea2 Issue #12947: Divide doctest "Option Flags and Directives" section into two. by Chris Jerdonek · 12 years ago
  43. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  44. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  45. 86b0fb2 Issue #16170: Remove Linux skip from test_subprocess's test_executable test. by Chris Jerdonek · 12 years ago
  46. 455fa0a merge heads by Benjamin Peterson · 12 years ago
  47. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  48. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 12 years ago
  49. 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
  50. 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
  51. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  52. 38714d6 Merge issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  53. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  54. 570bc4c Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  55. 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  56. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  57. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  58. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  59. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  60. 2d051b8 Issue #16115: Skip a newly added subprocess.Popen() test on Linux. by Chris Jerdonek · 12 years ago
  61. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  62. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  63. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  64. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  65. 3e5dae0 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  66. c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  67. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  68. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  69. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  70. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  71. f4c2757 More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  72. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  73. fd74096 More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  74. ca76ea1 #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  75. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 12 years ago
  76. 92a29b5 Null merge. by R David Murray · 12 years ago
  77. 1e218c9 More whatsnew updates. by R David Murray · 12 years ago
  78. 2fdc0f8 Fix markup in Counter note. by Georg Brandl · 12 years ago
  79. a21e515 whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  80. 344174d Fix typos. by R David Murray · 12 years ago
  81. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  82. fc9adb6 Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  83. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  84. a202873 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  85. b2209cc revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  86. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  87. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  88. 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
  89. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  90. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  91. 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
  92. b28e75d Merge ftplib doc fix with 3.2. by Ezio Melotti · 12 years ago
  93. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 12 years ago
  94. fd03a09 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  95. 8cf1cc4 Issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  96. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  97. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  98. 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
  99. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  100. 1929407 Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed by Victor Stinner · 12 years ago