1. 89ff3c7 Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte by Christian Heimes · 12 years ago
  2. 310f814 Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  3. 837e53a Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  4. 4556579 Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  5. a0e7e41 Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  6. c4fe3fe PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  7. d5a8804 PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  8. 110ac16 Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails by Christian Heimes · 12 years ago
  9. f03572d Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL by Christian Heimes · 12 years ago
  10. 949f331 Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL by Christian Heimes · 12 years ago
  11. 1b5c76a Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer wasn't cleaned up in two error cases. CID 486832 by Christian Heimes · 12 years ago
  12. 15b6885 Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692 by Christian Heimes · 12 years ago
  13. 1b3f3b0 Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  14. b21d48d merge by Alexander Belopolsky · 12 years ago
  15. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  16. 7330da4 Issue #15881: Added NEWS entry and proper credit. by Alexander Belopolsky · 12 years ago
  17. 5bedef3 Issue #15881: Fixed 3.2 backport. by Alexander Belopolsky · 12 years ago
  18. 7f704c1 Fixed whitespace by Alexander Belopolsky · 12 years ago
  19. 3635156 Fixed whitespace by Alexander Belopolsky · 12 years ago
  20. f36c49d Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  21. 59fb38b Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  22. 5497295 Merge in changes from 3.3.0rc2 release clone. by Georg Brandl · 12 years ago
  23. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 12 years ago
  24. 023e03b Added tag v3.3.0rc2 for changeset 88a0792e8ba3 by Georg Brandl · 12 years ago
  25. 4725b13 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  26. b597022 null merge by Ned Deily · 12 years ago
  27. 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  28. 6f5578b Merge #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  29. 14d66a9 #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  30. 230f662 Merge Ezio's 'merge heads'. by R David Murray · 12 years ago
  31. 8bdcdc2 Merge heads. by Ezio Melotti · 12 years ago
  32. 8b61611 #15865: merge with 3.2. by Ezio Melotti · 12 years ago
  33. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  34. 0fbbce9 Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  35. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  36. 63755f3 merge #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  37. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  38. 9e31d36 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 12 years ago
  39. 37a0170 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 12 years ago
  40. ea94ba4 Merge 3.2. by Stefan Krah · 12 years ago
  41. 96efdd4 Issue #15868: Fix refleak in bytesio.c (Coverity #715365). by Stefan Krah · 12 years ago
  42. 8c195af Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  43. 7ff1822 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  44. 2dabaf6 Issue #15876: Fix a refleak in the curses module by Ross Lagerwall · 12 years ago
  45. 4e25140 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  46. 5f38121 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  47. 693320a Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  48. 74b65c8 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  49. 0897683 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  50. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 12 years ago
  51. 6d1fb5a Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  52. 7dd06e1 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  53. d9c1bf7 After the jump in line 1051 unicode_tmp is NULL. Found by Coverity. by Stefan Krah · 12 years ago
  54. 527a240 _testbuffer.c: In all current use cases of cmp_structure() dest->format and by Stefan Krah · 12 years ago
  55. b2a61e1 add whatsnew entry for PEP 421 by Eric Snow · 12 years ago
  56. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  57. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  58. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  59. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  60. e8677c0 Issue #15855: updated related manual entries. by Alexander Belopolsky · 12 years ago
  61. f73c69e Issue #15855: added docstrings for memoryview methods and data descriptors new in 3.3. by Alexander Belopolsky · 12 years ago
  62. e370c38 Issue #15855: added docstrings for memoryview methods and data descriptors (merge 3.2). by Alexander Belopolsky · 12 years ago
  63. 397e5c9 Issue #15855: added docstrings for memoryview methods and data descriptors. by Alexander Belopolsky · 12 years ago
  64. 3561901 #15557,#15447,#15509: webbrowser test suite added. by R David Murray · 12 years ago
  65. 02ca144 #15447: Use subprocess.DEVNULL in webbrowser, instead of opening by R David Murray · 12 years ago
  66. d674a77 Merge #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  67. 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  68. 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
  69. f147d73 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
  70. d40528f merge 3.2 by Benjamin Peterson · 12 years ago
  71. c7dedb0 put * in the normal place by Benjamin Peterson · 12 years ago
  72. bd0df50 get rid of ast_error_finish by passing the compiling struct to ast_error by Benjamin Peterson · 12 years ago
  73. e9f72db merge 3.2 by Benjamin Peterson · 12 years ago
  74. c5d7518 move variable decl to the top of the function by Benjamin Peterson · 12 years ago
  75. f2f2bfe merge heads by Benjamin Peterson · 12 years ago
  76. c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
  77. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  78. 057119b Fix C++-style comment (xlc compilation failure) by Antoine Pitrou · 12 years ago
  79. 9c8ad07 Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  80. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  81. 070175d Fix NEWS entry location. by Georg Brandl · 12 years ago
  82. 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  83. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  84. ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 12 years ago
  85. 55c206a Fix bug with argparse.Parser.parse_args(*args) by Zbigniew JÄ™drzejewski-Szmek · 12 years ago
  86. a3b84fb Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  87. 6a42bd6 Make super() internal errors RuntimeError instead of SystemError (closes #15839) by Benjamin Peterson · 12 years ago
  88. 9f16e44 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 12 years ago
  89. dbf56c2 Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  90. 49dc1d4 Add missing unit. by Stefan Krah · 12 years ago
  91. a10e2fb Compile _decimal without asserts and update benchmark results. by Stefan Krah · 12 years ago
  92. 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  93. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  94. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  95. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  96. 81378c8 Merge whitespace fix from 3.2. by Trent Nelson · 12 years ago
  97. 2a0fb14 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  98. f7d176e Issue #15828: Don't try to close a file if imp.find_module() doesn't return one. by Brett Cannon · 12 years ago
  99. 5d06124 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  100. 2d337c7 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago