1. fe1bcb6 move more variable declarations to the top of blocks by Benjamin Peterson · 13 years ago
  2. f208df3 move declaration to top of block by Benjamin Peterson · 13 years ago
  3. 31a58ff ceval cleanup by Benjamin Peterson · 13 years ago
  4. 6072e0b Remove uses of % with str.format. by Brett Cannon · 13 years ago
  5. 5c3283e Merge __next__ method link fixes with 3.3. by Ezio Melotti · 13 years ago
  6. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 13 years ago
  7. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 13 years ago
  8. 9054055 Merge doctest fixes in functional howto with 3.3. by Ezio Melotti · 13 years ago
  9. eb81819 Merge doctest fixes in functional howto with 3.2. by Ezio Melotti · 13 years ago
  10. 35cbf16 Make doctests pass in the functional howto. by Ezio Melotti · 13 years ago
  11. 811bd98 Merge functional howto improvements with 3.3. by Ezio Melotti · 13 years ago
  12. dd67c1d Merge functional howto improvements with 3.2. by Ezio Melotti · 13 years ago
  13. 45a101d Improve markup in functional.rst, and fix a couple of errors. by Ezio Melotti · 13 years ago
  14. f79774b Merge link additions/fixes with 3.3. by Ezio Melotti · 13 years ago
  15. a6229e6 Fix and add more links. by Ezio Melotti · 13 years ago
  16. e312f4d Merge from 3.3: Add and adjust some string-related links in the docs. by Chris Jerdonek · 13 years ago
  17. c33899b Add and adjust some string-related links in the docs. by Chris Jerdonek · 13 years ago
  18. 23354f5 Merge from 3.3: Fix link to str.format() in docs. by Chris Jerdonek · 13 years ago
  19. 8958cd0 Merge from 3.2: Fix link to str.format() in docs. by Chris Jerdonek · 13 years ago
  20. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 13 years ago
  21. 5856e1c Issue #16199: Merge 2to3 typo fix from 3.3 (and resolve previous merge). by Chris Jerdonek · 13 years ago
  22. caf380a Issue #16199: Merge 2to3 typo fix from 3.2. by Chris Jerdonek · 13 years ago
  23. 4639749 Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. by Chris Jerdonek · 13 years ago
  24. e33f20c Merge 3.2 by Brian Curtin · 13 years ago
  25. 859947d Merge 3.2 by Brian Curtin · 13 years ago
  26. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 13 years ago
  27. bd40d3e Closes #15776: pyvenv now works with existing directories. by Vinay Sajip · 13 years ago
  28. 24dfdb6 code smell. remove pdb by Senthil Kumaran · 13 years ago
  29. 81523a6 Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 13 years ago
  30. 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 13 years ago
  31. c8b8b7f Merge from 3.3: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  32. c3de6d6 Merge from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  33. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  34. ec7c16d Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3. by Chris Jerdonek · 13 years ago
  35. 0286052 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  36. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 13 years ago
  37. 5ea197a Closes #16135: Removal of OS/2 support (distutils) (II) by Jesus Cea · 13 years ago
  38. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 13 years ago
  39. 9407d50 Merge fix for issue #15111. by Brett Cannon · 13 years ago
  40. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 13 years ago
  41. b36a050 merge heads by Benjamin Peterson · 13 years ago
  42. 00f86f2 add some missing DISPATCH() by Benjamin Peterson · 13 years ago
  43. db85703 Issue #12947: Merge doctest documentation change from 3.3. by Chris Jerdonek · 13 years ago
  44. 3fa8c59 Issue #12947: Remove doctest directives from the doctest examples in the "Option Flag" section. by Chris Jerdonek · 13 years ago
  45. ecb02d6 merge 3.3 by Georg Brandl · 13 years ago
  46. 23a87de Missed one instance of code-block:: text highlighting to revert. by Georg Brandl · 13 years ago
  47. 42ac3c9 merge 3.3 by Georg Brandl · 13 years ago
  48. a36a1ee merge 3.2 by Georg Brandl · 13 years ago
  49. a1ff83e merge 3.2 heads by Georg Brandl · 13 years ago
  50. 83e51f4 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 13 years ago
  51. 3a2e101 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 13 years ago
  52. 6428d78 Issue #12947: Merge doctest documentation improvements from 3.3. by Chris Jerdonek · 13 years ago
  53. 3650ea2 Issue #12947: Divide doctest "Option Flags and Directives" section into two. by Chris Jerdonek · 13 years ago
  54. 70e0007 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 13 years ago
  55. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 13 years ago
  56. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 13 years ago
  57. be51a08 Issue #16170: Merge subprocess test unskip from 3.3. by Chris Jerdonek · 13 years ago
  58. 86b0fb2 Issue #16170: Remove Linux skip from test_subprocess's test_executable test. by Chris Jerdonek · 13 years ago
  59. fc2f641 merge 3.3 by Benjamin Peterson · 13 years ago
  60. 455fa0a merge heads by Benjamin Peterson · 13 years ago
  61. 29e02a2 merge 3.3 by Benjamin Peterson · 13 years ago
  62. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 13 years ago
  63. a511935 compare with equality not identity (issue #16172) by Benjamin Peterson · 13 years ago
  64. 2bc53a0 Merge 3.3 by Eli Bendersky · 13 years ago
  65. 831893a Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding. by Eli Bendersky · 13 years ago
  66. b8d8d58 Merge 3.3 by Eli Bendersky · 13 years ago
  67. 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 · 13 years ago
  68. 934f563 Issue #16169: Merge by Richard Oudkerk · 13 years ago
  69. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 13 years ago
  70. c9061a5 Merge issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 13 years ago
  71. 38714d6 Merge issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 13 years ago
  72. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 13 years ago
  73. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 13 years ago
  74. 96df7da Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 13 years ago
  75. 570bc4c Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 13 years ago
  76. 1ed9847 Fix Issue 15922: make howto/urllib2.rst doctests pass. by Senthil Kumaran · 13 years ago
  77. 6978d58 Closes #16168: Merged SysLogHandler update from 3.3. by Vinay Sajip · 13 years ago
  78. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 13 years ago
  79. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 13 years ago
  80. 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 13 years ago
  81. 85aa011 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3. by Chris Jerdonek · 13 years ago
  82. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 13 years ago
  83. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 13 years ago
  84. 82a74cb Issue #16115: Merge test skip from 3.3. by Chris Jerdonek · 13 years ago
  85. 2d051b8 Issue #16115: Skip a newly added subprocess.Popen() test on Linux. by Chris Jerdonek · 13 years ago
  86. 68a11fc Issue #16115: Merge test improvements from 3.3. by Chris Jerdonek · 13 years ago
  87. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 13 years ago
  88. 4907b0a bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 13 years ago
  89. 3b4a4f5 Stylistic tweaks to the bz2 module to make it easier to transplant changes from by Nadeem Vawda · 13 years ago
  90. fc7b0ec Use setUpClass() and tearDownClass() in test_multiprocessing. by Richard Oudkerk · 13 years ago
  91. 5046e97 Make __mp_main__ an alias for __main__ in all processes to simplify by Richard Oudkerk · 13 years ago
  92. c3c6fe5 Merge 3.3 by Hynek Schlawack · 13 years ago
  93. 101591e Merge 3.2 by Hynek Schlawack · 13 years ago
  94. 4a7df9a Issue #14783: Merge changes from 3.3. by Chris Jerdonek · 13 years ago
  95. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 13 years ago
  96. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 13 years ago
  97. 8836eef brg_endian.h is back again by Christian Heimes · 13 years ago
  98. d8463e9 merge by Christian Heimes · 13 years ago
  99. dbc573f re-add brg_endian.h to debug issue in big endian SPARC machine by Christian Heimes · 13 years ago
  100. 2aa5f3c Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 13 years ago