1. 42ac3c9 merge 3.3 by Georg Brandl · 12 years ago
  2. a36a1ee merge 3.2 by Georg Brandl · 12 years ago
  3. a1ff83e merge 3.2 heads by Georg Brandl · 12 years ago
  4. 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
  5. 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
  6. 6428d78 Issue #12947: Merge doctest documentation improvements from 3.3. by Chris Jerdonek · 12 years ago
  7. 3650ea2 Issue #12947: Divide doctest "Option Flags and Directives" section into two. by Chris Jerdonek · 12 years ago
  8. 70e0007 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  9. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  10. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  11. be51a08 Issue #16170: Merge subprocess test unskip from 3.3. by Chris Jerdonek · 12 years ago
  12. 86b0fb2 Issue #16170: Remove Linux skip from test_subprocess's test_executable test. by Chris Jerdonek · 12 years ago
  13. fc2f641 merge 3.3 by Benjamin Peterson · 12 years ago
  14. 455fa0a merge heads by Benjamin Peterson · 12 years ago
  15. 29e02a2 merge 3.3 by Benjamin Peterson · 12 years ago
  16. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  17. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 12 years ago
  18. 2bc53a0 Merge 3.3 by Eli Bendersky · 12 years ago
  19. 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
  20. b8d8d58 Merge 3.3 by Eli Bendersky · 12 years ago
  21. 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
  22. 934f563 Issue #16169: Merge by Richard Oudkerk · 12 years ago
  23. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  24. c9061a5 Merge issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  25. 38714d6 Merge issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  26. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  27. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  28. 96df7da Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  29. 570bc4c Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  30. 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 12 years ago
  31. 6978d58 Closes #16168: Merged SysLogHandler update from 3.3. by Vinay Sajip · 12 years ago
  32. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  33. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  34. 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 12 years ago
  35. 85aa011 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3. by Chris Jerdonek · 12 years ago
  36. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  37. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  38. 82a74cb Issue #16115: Merge test skip from 3.3. by Chris Jerdonek · 12 years ago
  39. 2d051b8 Issue #16115: Skip a newly added subprocess.Popen() test on Linux. by Chris Jerdonek · 12 years ago
  40. 68a11fc Issue #16115: Merge test improvements from 3.3. by Chris Jerdonek · 12 years ago
  41. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  42. 4907b0a bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 12 years ago
  43. 3b4a4f5 Stylistic tweaks to the bz2 module to make it easier to transplant changes from by Nadeem Vawda · 12 years ago
  44. fc7b0ec Use setUpClass() and tearDownClass() in test_multiprocessing. by Richard Oudkerk · 12 years ago
  45. 5046e97 Make __mp_main__ an alias for __main__ in all processes to simplify by Richard Oudkerk · 12 years ago
  46. c3c6fe5 Merge 3.3 by Hynek Schlawack · 12 years ago
  47. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  48. 4a7df9a Issue #14783: Merge changes from 3.3. by Chris Jerdonek · 12 years ago
  49. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  50. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  51. 8836eef brg_endian.h is back again by Christian Heimes · 12 years ago
  52. d8463e9 merge by Christian Heimes · 12 years ago
  53. dbc573f re-add brg_endian.h to debug issue in big endian SPARC machine by Christian Heimes · 12 years ago
  54. 2aa5f3c Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  55. 8fb9f4c Get rid of circular import and eliminate unprefixed exported symbols by Richard Oudkerk · 12 years ago
  56. 8190149 merge heads by Andrew Svetlov · 12 years ago
  57. 2266666 merge heads by Andrew Svetlov · 12 years ago
  58. 58f1183 correct build configuration of sha3 project for debug builds by Christian Heimes · 12 years ago
  59. 08ab954 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  60. 3e5dae0 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  61. c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  62. a4018a2 _sha3 was missing debug build targets. I used xxlimited.vcxproj as template. The project is now a copy of _multiprocessing.vcxproj with new GUID and without BaseAddress and ws2_32.lib by Christian Heimes · 12 years ago
  63. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  64. 1558d79 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  65. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  66. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  67. ce3b275 merge 3.3 by Eli Bendersky · 12 years ago
  68. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  69. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  70. 09c61be Remove unused functions from _tkinter. by Andrew Svetlov · 12 years ago
  71. 885dc28 Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter. by Andrew Svetlov · 12 years ago
  72. e12dc28 Fix markup. by Ezio Melotti · 12 years ago
  73. 9dc5bdd Utilize Py_RETURN_NONE in _tkinter module. by Andrew Svetlov · 12 years ago
  74. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  75. 96e9367 Merge: More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  76. f4c2757 More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  77. fb4dc08 Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  78. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  79. 7ecc5ba Merge: More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  80. fd74096 More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  81. e24728b merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  82. ca76ea1 #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  83. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 12 years ago
  84. 5825097 Null merge by R David Murray · 12 years ago
  85. 92a29b5 Null merge. by R David Murray · 12 years ago
  86. 435ee1f More whatsnew updates. by R David Murray · 12 years ago
  87. 1e218c9 More whatsnew updates. by R David Murray · 12 years ago
  88. 4c63a97 Cleanup PyUnicode_FromFormatV() for zero padding by Victor Stinner · 12 years ago
  89. 15a1136 Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer by Victor Stinner · 12 years ago
  90. ff5a848 Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument of by Victor Stinner · 12 years ago
  91. 3921e90 Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing by Victor Stinner · 12 years ago
  92. e215d96 Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API by Victor Stinner · 12 years ago
  93. 2a09b6e merge with 3.3. by Georg Brandl · 12 years ago
  94. 2fdc0f8 Fix markup in Counter note. by Georg Brandl · 12 years ago
  95. 3dc23d4 Merge: whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  96. a21e515 whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  97. 5bab078 Merge: Fix typos. by R David Murray · 12 years ago
  98. 344174d Fix typos. by R David Murray · 12 years ago
  99. d9c6ab4 merge #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  100. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago