1. 63755f3 merge #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  2. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  3. 37a0170 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 12 years ago
  4. ea94ba4 Merge 3.2. by Stefan Krah · 12 years ago
  5. 96efdd4 Issue #15868: Fix refleak in bytesio.c (Coverity #715365). by Stefan Krah · 12 years ago
  6. 8c195af Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  7. 7ff1822 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  8. 2dabaf6 Issue #15876: Fix a refleak in the curses module by Ross Lagerwall · 12 years ago
  9. 4e25140 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  10. 5f38121 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  11. 693320a Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  12. 74b65c8 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  13. 0897683 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  14. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 12 years ago
  15. 6d1fb5a Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  16. 7dd06e1 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  17. d9c1bf7 After the jump in line 1051 unicode_tmp is NULL. Found by Coverity. by Stefan Krah · 12 years ago
  18. 527a240 _testbuffer.c: In all current use cases of cmp_structure() dest->format and by Stefan Krah · 12 years ago
  19. b2a61e1 add whatsnew entry for PEP 421 by Eric Snow · 12 years ago
  20. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  21. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  22. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  23. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  24. e8677c0 Issue #15855: updated related manual entries. by Alexander Belopolsky · 12 years ago
  25. f73c69e Issue #15855: added docstrings for memoryview methods and data descriptors new in 3.3. by Alexander Belopolsky · 12 years ago
  26. e370c38 Issue #15855: added docstrings for memoryview methods and data descriptors (merge 3.2). by Alexander Belopolsky · 12 years ago
  27. 397e5c9 Issue #15855: added docstrings for memoryview methods and data descriptors. by Alexander Belopolsky · 12 years ago
  28. 3561901 #15557,#15447,#15509: webbrowser test suite added. by R David Murray · 12 years ago
  29. 02ca144 #15447: Use subprocess.DEVNULL in webbrowser, instead of opening by R David Murray · 12 years ago
  30. d674a77 Merge #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  31. 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  32. f147d73 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
  33. d40528f merge 3.2 by Benjamin Peterson · 12 years ago
  34. c7dedb0 put * in the normal place by Benjamin Peterson · 12 years ago
  35. bd0df50 get rid of ast_error_finish by passing the compiling struct to ast_error by Benjamin Peterson · 12 years ago
  36. e9f72db merge 3.2 by Benjamin Peterson · 12 years ago
  37. c5d7518 move variable decl to the top of the function by Benjamin Peterson · 12 years ago
  38. f2f2bfe merge heads by Benjamin Peterson · 12 years ago
  39. c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
  40. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  41. 057119b Fix C++-style comment (xlc compilation failure) by Antoine Pitrou · 12 years ago
  42. a3b84fb Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  43. 6a42bd6 Make super() internal errors RuntimeError instead of SystemError (closes #15839) by Benjamin Peterson · 12 years ago
  44. 9f16e44 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 12 years ago
  45. dbf56c2 Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  46. 49dc1d4 Add missing unit. by Stefan Krah · 12 years ago
  47. a10e2fb Compile _decimal without asserts and update benchmark results. by Stefan Krah · 12 years ago
  48. 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  49. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  50. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  51. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  52. 81378c8 Merge whitespace fix from 3.2. by Trent Nelson · 12 years ago
  53. 2a0fb14 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  54. f7d176e Issue #15828: Don't try to close a file if imp.find_module() doesn't return one. by Brett Cannon · 12 years ago
  55. 5d06124 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  56. 2d337c7 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  57. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  58. e60ee29 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  59. cfa51f5 Block 78809:62044cd5b19b (Issue #15819) from 3.2. by Trent Nelson · 12 years ago
  60. a45afca Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  61. 0f8cab2 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  62. ab0c3c7 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  63. 2a021c8 Issue #15800: fix the closing of input / output files when gzip is used as a script. by Antoine Pitrou · 12 years ago
  64. ecc4757 Issue #15800: fix the closing of input / output files when gzip is used as a script. by Antoine Pitrou · 12 years ago
  65. 75883ad Add missing comma. by Ezio Melotti · 12 years ago
  66. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  67. 0c6a1e7 move entry to the correct version by Benjamin Peterson · 12 years ago
  68. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  69. 4e07a8c merge heads by Benjamin Peterson · 12 years ago
  70. 59043f9 merge 3.2 (#15801) by Benjamin Peterson · 12 years ago
  71. 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  72. ea62bd5 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  73. 5b9eccb Issue #15794: Relax a test case due to the deadlock detection's conservativeness. by Antoine Pitrou · 12 years ago
  74. fc35ece - fix paste error (whitespace) from previous commit by Matthias Klose · 12 years ago
  75. 2412c93 - fix paste error (whitespace) from previous commit by Matthias Klose · 12 years ago
  76. 2d652ba - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target. by Matthias Klose · 12 years ago
  77. 25b10a2 - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target. by Matthias Klose · 12 years ago
  78. a0578e9 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  79. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  80. 4f0338c Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago
  81. 79dbded Merge: Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  82. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  83. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  84. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  85. d26c306 Fix typo. by Ezio Melotti · 12 years ago
  86. 04427a0 Merge in changes from 3.3.0 release clone. by Georg Brandl · 12 years ago
  87. 3694401 Post-release updates. by Georg Brandl · 12 years ago
  88. 3b5b843 Delete Misc/NEWS record for reverted #15776. by Andrew Svetlov · 12 years ago
  89. 44ac850 Added tag v3.3.0rc1 for changeset 8bb5c7bc46ba by Georg Brandl · 12 years ago
  90. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  91. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 12 years ago
  92. cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 12 years ago
  93. 2543756 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 12 years ago
  94. cc0274b merge with 3.2 by Georg Brandl · 12 years ago
  95. c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 12 years ago
  96. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  97. 5c0b1ca Update various OS X README files for 3.3.0. by Ned Deily · 12 years ago
  98. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  99. 7a54d16 Null merge from 3.2 by Mark Dickinson · 12 years ago
  100. 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 12 years ago