1. 70e0007 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  2. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  3. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  4. 934f563 Issue #16169: Merge by Richard Oudkerk · 12 years ago
  5. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  6. 85aa011 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3. by Chris Jerdonek · 12 years ago
  7. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  8. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  9. 68a11fc Issue #16115: Merge test improvements from 3.3. by Chris Jerdonek · 12 years ago
  10. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  11. c3c6fe5 Merge 3.3 by Hynek Schlawack · 12 years ago
  12. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  13. 4a7df9a Issue #14783: Merge changes from 3.3. by Chris Jerdonek · 12 years ago
  14. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  15. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  16. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  17. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  18. f4c2757 More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  19. fd74096 More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  20. 1e218c9 More whatsnew updates. by R David Murray · 12 years ago
  21. a21e515 whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  22. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  23. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  24. dc22587 Update NEWS for adding missed changes. by Andrew Svetlov · 12 years ago
  25. 2519fd3 add note to Misc/NEWS by Christian Heimes · 12 years ago
  26. b48925a #16135: Removal of OS/2 support (I) by Jesus Cea · 12 years ago
  27. 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
  28. 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
  29. d96c1fb MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  30. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  31. 677ffd1 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  32. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  33. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  34. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  35. 42db415 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  36. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  37. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  38. cf77454 Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings. by Alexander Belopolsky · 12 years ago
  39. 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
  40. 30a13fb Reword the next version placeholder now that the changelog is part of the published What's New docs by Nick Coghlan · 12 years ago
  41. b116b3b #15979: merge with 3.3. by Ezio Melotti · 12 years ago
  42. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  43. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  44. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  45. 7dead3a Use backticks in 3.4 NEWS. by Georg Brandl · 12 years ago
  46. 6c47581 The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file. by Georg Brandl · 12 years ago
  47. a32e8df merge with 3.3. by Georg Brandl · 12 years ago
  48. 44d0c21 Several improvements to the HTML NEWS version: by Georg Brandl · 12 years ago
  49. 86dc732 Move 3.1, 3.2 and 3.3 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  50. 8fc6cb3 Move 3.1 and 3.2 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  51. f1d2345 Merge suspicious ignore file updates with 3.3. by Ezio Melotti · 12 years ago
  52. 0016066 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  53. 015031c Merge: More additions to whatsnew. by R David Murray · 12 years ago
  54. 445d69c More additions to whatsnew. by R David Murray · 12 years ago
  55. 4c12c51 Merge: More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  56. c652ce6 More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  57. 9ec083a Merge: Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  58. d2489cf Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  59. 2f1c5c0 #15923: merge with 3.3. by Ezio Melotti · 12 years ago
  60. 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 12 years ago
  61. cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  62. 7ef90a1 merge with 3.3 by Georg Brandl · 12 years ago
  63. eea7427 Fix reST markup in NEWS. by Georg Brandl · 12 years ago
  64. 1e0a88a Issue #15533: Merge fix from 3.3. by Chris Jerdonek · 12 years ago
  65. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  66. 009f5b3 Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch. by Chris Jerdonek · 12 years ago
  67. 81b409c Add missing 3.3.1 NEWS entries deleted in 83496b5e1916. by Georg Brandl · 12 years ago
  68. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  69. 65c848e Merge #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  70. 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  71. 0f21adf7 pty.spawn() now returns the child process status as returned by os.waitpid(). by Gregory P. Smith · 12 years ago
  72. 288d9ae Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to by Gregory P. Smith · 12 years ago
  73. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  74. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  75. b8350f1 upgrade to UCD 6.2 by Benjamin Peterson · 12 years ago
  76. ac76833 Post-release update. by Georg Brandl · 12 years ago
  77. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  78. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  79. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  80. 8ec31c2 Merge by Michael Foord · 12 years ago
  81. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  82. 811b981 Move NEWS items from 3.3.0 to that section, to ease merging from the release clone later. by Georg Brandl · 12 years ago
  83. 8ef1fce Merge by Michael Foord · 12 years ago
  84. d38e6e5 Closes issue 16064. No longer hard code executable name in unittest help output. by Michael Foord · 12 years ago
  85. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  86. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  87. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  88. 3d78385 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  89. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  90. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  91. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 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. d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
  95. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 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. d37b9d7 Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method. by Georg Brandl · 12 years ago
  99. 22340be Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  100. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago