1. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  2. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  3. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  4. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  5. 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
  6. 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
  7. 64478ac normalize whitespaces by Andrew Svetlov · 12 years ago
  8. 9b1e59a Issue #16123: IDLE - deprecate running without a subprocess. by Andrew Svetlov · 12 years ago
  9. b451fd6 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  10. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  11. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  12. 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
  13. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  14. fa7d539 Test should be skipped in 'riscos', as intented by Jesus Cea · 12 years ago
  15. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  16. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  17. 6964f4b Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  18. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  19. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  20. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  21. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  22. 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
  23. 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
  24. d96c1fb MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  25. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  26. 677ffd1 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  27. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  28. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  29. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  30. 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
  31. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  32. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  33. 6e7bd65 Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  34. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  35. 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
  36. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
  37. ca1232f Merge 3.3. by Stefan Krah · 12 years ago
  38. 219c7b9 Issue #15599: Increase the switch interval. Several systems cannot handle by Stefan Krah · 12 years ago
  39. 40ee157 Merge: #16304: Optimizations for BZ2File, and minor bugfix. by Nadeem Vawda · 12 years ago
  40. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  41. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  42. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  43. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  44. 075bbb1 utilize subprocess.DEVNULL by Philip Jenvey · 12 years ago
  45. 8a9f936 Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  46. 621302c Issue16097 Fix small typo in comment (patch by Wael Al Jishi) by Tim Golden · 12 years ago
  47. 26bbdb2 Merge: #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  48. b7a0bfe Issue #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  49. 9a6ada8 Issue #15533: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  50. c2cd626 Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue. by Chris Jerdonek · 12 years ago
  51. ca42f00 Issue #15533: Merge update from 3.3. by Chris Jerdonek · 12 years ago
  52. 2747b2f Merge: Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  53. 9e2a28e Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  54. 1e0a88a Issue #15533: Merge fix from 3.3. by Chris Jerdonek · 12 years ago
  55. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  56. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  57. 65c848e Merge #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  58. 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  59. 04e2160 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  60. 2a18020 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  61. f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  62. b8ad23f Remove the new trivial pty.spawn() test as it hangs on many buildbots. by Gregory P. Smith · 12 years ago
  63. 0f21adf7 pty.spawn() now returns the child process status as returned by os.waitpid(). by Gregory P. Smith · 12 years ago
  64. 288d9ae Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to by Gregory P. Smith · 12 years ago
  65. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  66. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  67. 14fb44e merge mostly from default by Benjamin Peterson · 12 years ago
  68. b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
  69. 8850664 merge with 3.3 by Georg Brandl · 12 years ago
  70. e054f45 Fix test_sys.test_implementation for final releases. by Georg Brandl · 12 years ago
  71. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  72. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  73. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  74. 8ed677d Add some comments. by Brett Cannon · 12 years ago
  75. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 12 years ago
  76. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  77. 6fb204a Issue #16080: Use run_with_locale() decorator to reset the locale properly. by Stefan Krah · 12 years ago
  78. 8ef1fce Merge by Michael Foord · 12 years ago
  79. d38e6e5 Closes issue 16064. No longer hard code executable name in unittest help output. by Michael Foord · 12 years ago
  80. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  81. 43f8f4c renmae test method to avoid conflict (#16056) by Benjamin Peterson · 12 years ago
  82. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  83. c7e139b #1087: use proper skips in test_os. by Ezio Melotti · 12 years ago
  84. 52c62d8 rephrase by Benjamin Peterson · 12 years ago
  85. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  86. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  87. 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  88. 3095f47 raise a ValueError instead of an AssertionError when pool is an invalid state by Benjamin Peterson · 12 years ago
  89. 3331a20 merge 3.2 by Benjamin Peterson · 12 years ago
  90. 1654d74 switch assertion to an explicit ValueError by Benjamin Peterson · 12 years ago
  91. a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 12 years ago
  92. 0beb4d2 don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
  93. feaa54f don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
  94. d79ac0f merge 3.2 by Benjamin Peterson · 12 years ago
  95. d388c4e use modern conditional syntax by Benjamin Peterson · 12 years ago
  96. 49d1302 merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  97. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  98. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  99. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  100. b5f91d7 Merge with 3.3.0 release clone. by Georg Brandl · 12 years ago