1. a96be78 Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  2. d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  3. 7872697 merge heads by Benjamin Peterson · 12 years ago
  4. 6f3e5e4 remove useless and defined initialization (closes #15921) by Benjamin Peterson · 12 years ago
  5. e9a6d62 Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815 by Christian Heimes · 12 years ago
  6. 5557a9c Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815 by Christian Heimes · 12 years ago
  7. 6d29352 Issue #15895: my analysis was slightly off. The FILE pointer is only leaked when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of the fp. I've changed the code to use another FILE ptr for pyc files and moved the fclose() to PyRun_SimpleFileExFlags() to make it more obvious what's happening. by Christian Heimes · 12 years ago
  8. 6a77af6 Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false. by Christian Heimes · 12 years ago
  9. 26b9f4b Spelling past tense -> present tense by Christian Heimes · 12 years ago
  10. 5f520f4 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 12 years ago
  11. e4eee73 merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  12. 2fd8bdb Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  13. ce478b9 #15886: remove redundant phrase by R David Murray · 12 years ago
  14. b7a2800 MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  15. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  16. 67bd81b MERGE: #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) by Jesus Cea · 12 years ago
  17. e8db356 #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) by Jesus Cea · 12 years ago
  18. 4886d5b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  19. 1f2799b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  20. 7b9c48f MERGE: #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  21. 3159cb5 #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  22. 76e1217 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  23. f47d79f Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364 by Christian Heimes · 12 years ago
  24. 76c0829 Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_qualname returns NULL. CID 715371 by Christian Heimes · 12 years ago
  25. e81dc29 Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_name returns NULL. CID 715371 by Christian Heimes · 12 years ago
  26. 10e85de Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to. by Christian Heimes · 12 years ago
  27. 3d46339 Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to. by Christian Heimes · 12 years ago
  28. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  29. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  30. b83b287 Null merge for ddb406904be1 backport. by R David Murray · 12 years ago
  31. 7b64875 Added test for 85cb90f79cbf and see how the code handles all flags at once by Christian Heimes · 12 years ago
  32. 01beb69 backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 12 years ago
  33. c3a2c59 Merge by Richard Oudkerk · 12 years ago
  34. b517596 Issue #15901: Change example to use byte string instead of string by Richard Oudkerk · 12 years ago
  35. 879329d Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 by Christian Heimes · 12 years ago
  36. 48d8d21 Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 by Christian Heimes · 12 years ago
  37. f4f9939 Fixed memory leak in error branch of formatfloat(). CID 719687 by Christian Heimes · 12 years ago
  38. 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
  39. 310f814 Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  40. 837e53a Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  41. 4556579 Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  42. a0e7e41 Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  43. c4fe3fe PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  44. d5a8804 PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  45. 110ac16 Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails by Christian Heimes · 12 years ago
  46. 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
  47. 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
  48. 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
  49. 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
  50. 1b3f3b0 Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  51. b21d48d merge by Alexander Belopolsky · 12 years ago
  52. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  53. 7330da4 Issue #15881: Added NEWS entry and proper credit. by Alexander Belopolsky · 12 years ago
  54. 5bedef3 Issue #15881: Fixed 3.2 backport. by Alexander Belopolsky · 12 years ago
  55. 7f704c1 Fixed whitespace by Alexander Belopolsky · 12 years ago
  56. 3635156 Fixed whitespace by Alexander Belopolsky · 12 years ago
  57. f36c49d Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  58. 59fb38b Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  59. 5497295 Merge in changes from 3.3.0rc2 release clone. by Georg Brandl · 12 years ago
  60. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 12 years ago
  61. 023e03b Added tag v3.3.0rc2 for changeset 88a0792e8ba3 by Georg Brandl · 12 years ago
  62. 4725b13 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  63. b597022 null merge by Ned Deily · 12 years ago
  64. 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  65. 6f5578b Merge #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  66. 14d66a9 #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  67. 230f662 Merge Ezio's 'merge heads'. by R David Murray · 12 years ago
  68. 8bdcdc2 Merge heads. by Ezio Melotti · 12 years ago
  69. 8b61611 #15865: merge with 3.2. by Ezio Melotti · 12 years ago
  70. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  71. 0fbbce9 Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  72. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  73. 63755f3 merge #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  74. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  75. 9e31d36 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 12 years ago
  76. 37a0170 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 12 years ago
  77. ea94ba4 Merge 3.2. by Stefan Krah · 12 years ago
  78. 96efdd4 Issue #15868: Fix refleak in bytesio.c (Coverity #715365). by Stefan Krah · 12 years ago
  79. 8c195af Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 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. 2dabaf6 Issue #15876: Fix a refleak in the curses module by Ross Lagerwall · 12 years ago
  82. 4e25140 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  83. 5f38121 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  84. 693320a Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  85. 74b65c8 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  86. 0897683 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  87. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 12 years ago
  88. 6d1fb5a Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  89. 7dd06e1 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  90. d9c1bf7 After the jump in line 1051 unicode_tmp is NULL. Found by Coverity. by Stefan Krah · 12 years ago
  91. 527a240 _testbuffer.c: In all current use cases of cmp_structure() dest->format and by Stefan Krah · 12 years ago
  92. b2a61e1 add whatsnew entry for PEP 421 by Eric Snow · 12 years ago
  93. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  94. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  95. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  96. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  97. e8677c0 Issue #15855: updated related manual entries. by Alexander Belopolsky · 12 years ago
  98. f73c69e Issue #15855: added docstrings for memoryview methods and data descriptors new in 3.3. by Alexander Belopolsky · 12 years ago
  99. e370c38 Issue #15855: added docstrings for memoryview methods and data descriptors (merge 3.2). by Alexander Belopolsky · 12 years ago
  100. 397e5c9 Issue #15855: added docstrings for memoryview methods and data descriptors. by Alexander Belopolsky · 12 years ago