1. 2aa5f3c Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  2. 08ab954 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  3. 3e5dae0 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  4. c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  5. 1558d79 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  6. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  7. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  8. ce3b275 merge 3.3 by Eli Bendersky · 12 years ago
  9. 948af23 Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  10. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  11. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  12. 15a1136 Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer by Victor Stinner · 12 years ago
  13. e215d96 Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API by Victor Stinner · 12 years ago
  14. 7e3cde5 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  15. a202873 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  16. b2209cc revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  17. ac0f965 Add spaces to follow PEP8. by Andrew Svetlov · 12 years ago
  18. 1d0d541 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  19. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  20. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  21. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  22. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  23. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  24. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  25. 220e869 Merge 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
  26. 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
  27. 64478ac normalize whitespaces by Andrew Svetlov · 12 years ago
  28. 9b1e59a Issue #16123: IDLE - deprecate running without a subprocess. by Andrew Svetlov · 12 years ago
  29. b451fd6 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  30. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  31. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  32. 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
  33. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  34. fa7d539 Test should be skipped in 'riscos', as intented by Jesus Cea · 12 years ago
  35. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  36. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  37. 6964f4b Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  38. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  39. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  40. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  41. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  42. 997adb5 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
  43. 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
  44. d96c1fb MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  45. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  46. 677ffd1 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  47. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  48. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  49. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  50. 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
  51. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  52. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  53. 6e7bd65 Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  54. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  55. 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
  56. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
  57. ca1232f Merge 3.3. by Stefan Krah · 12 years ago
  58. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  59. 40ee157 Merge: #16304: Optimizations for BZ2File, and minor bugfix. by Nadeem Vawda · 12 years ago
  60. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  61. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  62. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  63. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  64. 075bbb1 utilize subprocess.DEVNULL by Philip Jenvey · 12 years ago
  65. 8a9f936 Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  66. 621302c Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  67. 26bbdb2 Merge: #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  68. b7a0bfe Issue #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  69. 9a6ada8 Issue #15533: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  70. c2cd626 Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue. by Chris Jerdonek · 12 years ago
  71. ca42f00 Issue #15533: Merge update from 3.3. by Chris Jerdonek · 12 years ago
  72. 2747b2f Merge: Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  73. 9e2a28e Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  74. 1e0a88a Issue #15533: Merge fix from 3.3. by Chris Jerdonek · 12 years ago
  75. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  76. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  77. 65c848e Merge #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  78. 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  79. 04e2160 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  80. 2a18020 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  81. f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  82. b8ad23f Remove the new trivial pty.spawn() test as it hangs on many buildbots. by Gregory P. Smith · 12 years ago
  83. 0f21adf7 pty.spawn() now returns the child process status as returned by os.waitpid(). by Gregory P. Smith · 12 years ago
  84. 288d9ae Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to by Gregory P. Smith · 12 years ago
  85. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  86. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  87. 14fb44e merge mostly from default by Benjamin Peterson · 12 years ago
  88. b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
  89. 8850664 merge with 3.3 by Georg Brandl · 12 years ago
  90. e054f45 Fix test_sys.test_implementation for final releases. by Georg Brandl · 12 years ago
  91. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  92. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  93. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  94. 8ed677d Add some comments. by Brett Cannon · 12 years ago
  95. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 12 years ago
  96. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  97. 6fb204a Issue #16080: Use run_with_locale() decorator to reset the locale properly. by Stefan Krah · 12 years ago
  98. 8ef1fce Merge by Michael Foord · 12 years ago
  99. d38e6e5 Closes issue 16064. No longer hard code executable name in unittest help output. by Michael Foord · 12 years ago
  100. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago