1. a10ddb8 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  2. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 12 years ago
  3. ea69bd3 Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror by Richard Oudkerk · 12 years ago
  4. ad01498 Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  5. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  6. 776cb19 Issue #16115: Improve testing of the executable argument to subprocess.Popen(). by Chris Jerdonek · 12 years ago
  7. 101591e Merge 3.2 by Hynek Schlawack · 12 years ago
  8. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  9. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  10. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  11. f4c2757 More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  12. fd74096 More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  13. 1e218c9 More whatsnew updates. by R David Murray · 12 years ago
  14. a21e515 whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  15. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  16. 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
  17. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  18. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  19. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  20. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  21. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  22. 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
  23. 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
  24. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  25. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  26. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  27. 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
  28. 44d0c21 Several improvements to the HTML NEWS version: by Georg Brandl · 12 years ago
  29. 8fc6cb3 Move 3.1 and 3.2 NEWS items to HISTORY. by Georg Brandl · 12 years ago
  30. 0016066 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  31. 445d69c More additions to whatsnew. by R David Murray · 12 years ago
  32. c652ce6 More whatsnew adds, especially the os module. by R David Murray · 12 years ago
  33. d2489cf Add some missing stuff to whatsnew. by R David Murray · 12 years ago
  34. 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 12 years ago
  35. cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  36. eea7427 Fix reST markup in NEWS. by Georg Brandl · 12 years ago
  37. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  38. 81b409c Add missing 3.3.1 NEWS entries deleted in 83496b5e1916. by Georg Brandl · 12 years ago
  39. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  40. 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  41. 02dee1a Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  42. 3905171 Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD by Gregory P. Smith · 12 years ago
  43. ac76833 Post-release update. by Georg Brandl · 12 years ago
  44. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  45. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  46. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  47. 3d78385 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  48. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  49. 0beb4d2 don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
  50. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  51. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  52. d37b9d7 Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method. by Georg Brandl · 12 years ago
  53. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  54. f248717 Post-release updates. by Georg Brandl · 12 years ago
  55. 6f80f5d Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). by Antoine Pitrou · 12 years ago
  56. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  57. 6147515 Add news entries for recent changes. by Georg Brandl · 12 years ago
  58. 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  59. e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 12 years ago
  60. 98b1c44 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  61. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  62. 1e7ee9d Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 12 years ago
  63. 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  64. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  65. be23292 Fix issue number. by Georg Brandl · 12 years ago
  66. bdc7e69 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 12 years ago
  67. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  68. fd296ff Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
  69. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  70. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
  71. ebf7f95 Fix NEWS entry location. by Georg Brandl · 12 years ago
  72. 63b38bb Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 12 years ago
  73. f022aa5 Spacing fix. by Georg Brandl · 12 years ago
  74. dbcf103 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  75. 6c4b095 Updates NEWS for issue #15895 by Christian Heimes · 12 years ago
  76. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  77. 7330da4 Issue #15881: Added NEWS entry and proper credit. by Alexander Belopolsky · 12 years ago
  78. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 12 years ago
  79. 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  80. 7ff1822 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  81. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  82. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  83. 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  84. 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
  85. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  86. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  87. 070175d Fix NEWS entry location. by Georg Brandl · 12 years ago
  88. 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  89. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  90. ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 12 years ago
  91. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  92. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  93. a45afca Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  94. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  95. eaaf9e9 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 12 years ago
  96. 91b9f13 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  97. 380c55c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  98. 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  99. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  100. 0398985 Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago