1. c53eb9d Merge 3.2 to default by Andrew Svetlov · 12 years ago
  2. 4092e36 Merge 3.2 by Andrew Svetlov · 12 years ago
  3. aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 12 years ago
  4. f376507 Add test to explicit check the absence regression in subprocess (issue #15592). by Andrew Svetlov · 12 years ago
  5. 6ef9774 merge 3.2 by Matthias Klose · 12 years ago
  6. d182a6c Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  7. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  8. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  9. 3165a75 Merge 3.2 by Richard Oudkerk · 12 years ago
  10. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  11. e471772 Review of signature docs. by Georg Brandl · 12 years ago
  12. 1487c93 merge with 3.2 by Georg Brandl · 12 years ago
  13. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  14. 9c7e100 Add Daniel Ellis to Misc/ACKS by Eli Bendersky · 12 years ago
  15. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 12 years ago
  16. 2fbe762 errant merge problem committed by Brian Curtin · 12 years ago
  17. 835df52 Merge 3.2 by Brian Curtin · 12 years ago
  18. 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  19. f334f74 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  20. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  21. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 12 years ago
  22. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  23. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  24. ac23c9e Mention PEP 362: Function Signature Object in whatsnew. by Andrew Svetlov · 12 years ago
  25. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 12 years ago
  26. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 12 years ago
  27. 4e9e9c1 Issue #15571: comment the fact what python impl of TextIOWrapper always works in write_throuth mode by Andrew Svetlov · 12 years ago
  28. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  29. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  30. b2d8502 merge from 3.2 by Senthil Kumaran · 12 years ago
  31. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  32. 2e64a0b merge with 3.2 by Sandro Tosi · 12 years ago
  33. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  34. a026db9 Post-release updates. by Georg Brandl · 12 years ago
  35. c254f64 merge with 3.2 by Sandro Tosi · 12 years ago
  36. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 12 years ago
  37. 5bb665f merge with 3.2 by Sandro Tosi · 12 years ago
  38. 985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 12 years ago
  39. 439e17f update doctests by Andrew Svetlov · 12 years ago
  40. 199b78d fix doctest for email.header docs by Andrew Svetlov · 12 years ago
  41. 5a5e8dd merge with 3.2 by Sandro Tosi · 12 years ago
  42. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  43. 9e095aa merge with 3.2 by Sandro Tosi · 12 years ago
  44. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  45. effb43b merge with 3.2 by Sandro Tosi · 12 years ago
  46. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  47. ea47530 update CodeTools link; thanks to Robert Kern from docs@ by Sandro Tosi · 12 years ago
  48. 131160c merge with 3.2 by Sandro Tosi · 12 years ago
  49. 0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ by Sandro Tosi · 12 years ago
  50. b428f47 Don't overwrite a __path__ value from extension modules if already set. by Brett Cannon · 12 years ago
  51. a6e8581 Minor doc formatting cleanup. by Brett Cannon · 12 years ago
  52. a2fe334 Issue #15527: fix docs, remove double parens by changing markup. by Andrew Svetlov · 12 years ago
  53. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  54. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  55. 01cac33 Merge with 3.2. by Georg Brandl · 12 years ago
  56. cc98887 Remove unused variables in parsetok(). by Georg Brandl · 12 years ago
  57. 826d570 Merge with 3.2. by Georg Brandl · 12 years ago
  58. 7b250a5 Revert 961a15aff2a6, this is already checked in another way. by Georg Brandl · 12 years ago
  59. 68fad6f Merge with 3.2. by Georg Brandl · 12 years ago
  60. 22bfa37 Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test. by Georg Brandl · 12 years ago
  61. 675a77d Added tag v3.3.0b2 for changeset 4972a8f1b2aa by Georg Brandl · 12 years ago
  62. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  63. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  64. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  65. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  66. 688a551 fix docstring wording by Philip Jenvey · 12 years ago
  67. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  68. f410ce8 Issue #15502: Refactor some code. by Brett Cannon · 12 years ago
  69. e9175bd Fix issue #15607: Update the print builtin function docstring with the new flush keyword. by Senthil Kumaran · 12 years ago
  70. 731d48a update docstring per the extension package fix, refactor by Philip Jenvey · 12 years ago
  71. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  72. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  73. 2d6266d Remove now unused IntOrLongToString type by Victor Stinner · 12 years ago
  74. 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 12 years ago
  75. 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  76. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  77. 1ee0267 merge heads by Andrew Svetlov · 12 years ago
  78. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  79. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  80. e939f38 Fix documentation for inspect module to pass doctest by Andrew Svetlov · 12 years ago
  81. efcaba0 Add description of major changes in xml.etree.ElementTree to whatsnew/3.3 by Eli Bendersky · 12 years ago
  82. 3a2b97e Issue #14992: merge from 3.2 by Ned Deily · 12 years ago
  83. c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case by Ned Deily · 12 years ago
  84. 3cc635d faulthandler: fix the handler of user signals by Victor Stinner · 12 years ago
  85. 652e758 merge heads by Benjamin Peterson · 12 years ago
  86. 1a1367b use char instead of int to please T_BOOL (closes #15597) by Benjamin Peterson · 12 years ago
  87. 9d512ab Issue #13072: Fix test_array for installation without the ctypes module by Victor Stinner · 12 years ago
  88. 22701e8 Issue #15589: Ensure double-alignment for brute-force capi argument parser test by Larry Hastings · 12 years ago
  89. 2965011 regrtest: give more information when a child process fails with an error by Victor Stinner · 12 years ago
  90. bded28c Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... by Victor Stinner · 12 years ago
  91. 8d4734f Issue #13072: Fix test_array for Windows with 16-bit wchar_t by Victor Stinner · 12 years ago
  92. 3277b35 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  93. 20416a2 Issue #15560: Ensure consistent sqlite3 behavior and feature availability by Ned Deily · 12 years ago
  94. 0ed0505 merge heads by Benjamin Peterson · 12 years ago
  95. b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 12 years ago
  96. d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. by Brett Cannon · 12 years ago
  97. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  98. 638de33 Merge #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  99. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  100. a0abb44 Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries by Ned Deily · 12 years ago