1. c5fe407 #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  2. 33b5769 Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation by Jesus Cea · 12 years ago
  3. fd448da Close issue #16073: fix map() example in list comprehension documentation. by Chris Jerdonek · 12 years ago
  4. 7a1901f Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 12 years ago
  5. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  6. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  7. 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  8. 1654d74 switch assertion to an explicit ValueError by Benjamin Peterson · 12 years ago
  9. a820c7c fix test_compileall when run with -O[O] by Benjamin Peterson · 12 years ago
  10. d388c4e use modern conditional syntax by Benjamin Peterson · 12 years ago
  11. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  12. df12f2b Issue #16015: Make welcome message more realistic in tutorial example. by Chris Jerdonek · 12 years ago
  13. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  14. 9bb56a6 Issue #16015: Fix NameError doctest example in tutorial introduction. by Chris Jerdonek · 12 years ago
  15. 05ee581 Issue #14167: restore statement about breaks in finally clauses. by Mark Dickinson · 12 years ago
  16. 8618fb6 #16019, #16020: fix syntax highlight. by Ezio Melotti · 12 years ago
  17. c926c59 #16017: capitalize URLs. by Ezio Melotti · 12 years ago
  18. 4f24af0 #16014: fix broken link. by Ezio Melotti · 12 years ago
  19. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  20. 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
  21. 20b8d99 #15949, #15899: use \ufffd instead of ?. by Ezio Melotti · 12 years ago
  22. b1d0e5b #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-pdf`). by Ezio Melotti · 12 years ago
  23. 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  24. e418d76 #15304: fix wrong warning message in test.support.temp_cwd(). by Ezio Melotti · 12 years ago
  25. 0847db7 #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  26. 98b1c44 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  27. f8a9a83 remove gdb noise about linux-vdso by Benjamin Peterson · 12 years ago
  28. 57caede Issue #15973: fixed 3.2 backport. by Alexander Belopolsky · 12 years ago
  29. 6f543a3 merge by Alexander Belopolsky · 12 years ago
  30. 3ec1536 Issue #15973: Fixed segmentation fault on timezone comparison to other types. by Alexander Belopolsky · 12 years ago
  31. c286e58 Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  32. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 12 years ago
  33. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 12 years ago
  34. 8bbcb58 Fix markup in smtpd.rst. by Ezio Melotti · 12 years ago
  35. a3ccb23 Fix rst markup in timeit docs. by Ezio Melotti · 12 years ago
  36. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  37. ab02db2 Silence compiler warnings on Solaris 10 via explicit (void *) casts. by Trent Nelson · 12 years ago
  38. 16d2b47 #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  39. 26e5878 #11643: fix rst markup error in site.rst. by Ezio Melotti · 12 years ago
  40. 13bec9b #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  41. 8a53dbe Issue #15526: try to fix test_startfile's inability to clean up after itself in time. by Antoine Pitrou · 12 years ago
  42. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  43. e34f8a9 #15932: use with statement in csv doc examples. Patch by Dario Bertini. by Ezio Melotti · 12 years ago
  44. 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
  45. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  46. 56f37aa #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 12 years ago
  47. 2dceb35 Update merge from 2.7: s/basetring/str by Barry Warsaw · 12 years ago
  48. eaae1b7 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 12 years ago
  49. 55ad651 Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
  50. 1526582 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
  51. 79b97ee Fix out of bounds read in long_new() for empty bytes with an explicit base. int(b'', somebase) calls PyLong_FromString() with char* of length 1 but the function accesses the first argument at offset 1. CID 715359 by Christian Heimes · 12 years ago
  52. 4b2f9e9 - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  53. d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  54. 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
  55. 2fd8bdb Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  56. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  57. e8db356 #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) by Jesus Cea · 12 years ago
  58. 1f2799b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  59. 3159cb5 #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  60. 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
  61. 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
  62. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  63. 01beb69 backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 12 years ago
  64. b517596 Issue #15901: Change example to use byte string instead of string by Richard Oudkerk · 12 years ago
  65. 48d8d21 Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 by Christian Heimes · 12 years ago
  66. 837e53a Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  67. a0e7e41 Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  68. d5a8804 PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  69. 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
  70. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  71. 7330da4 Issue #15881: Added NEWS entry and proper credit. by Alexander Belopolsky · 12 years ago
  72. 5bedef3 Issue #15881: Fixed 3.2 backport. by Alexander Belopolsky · 12 years ago
  73. 3635156 Fixed whitespace by Alexander Belopolsky · 12 years ago
  74. 59fb38b Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  75. 47bcfff Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  76. 14d66a9 #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  77. 8bdcdc2 Merge heads. by Ezio Melotti · 12 years ago
  78. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  79. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  80. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  81. 96efdd4 Issue #15868: Fix refleak in bytesio.c (Coverity #715365). by Stefan Krah · 12 years ago
  82. 7ff1822 Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 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. 0897683 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  85. 7dd06e1 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  86. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  87. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  88. 397e5c9 Issue #15855: added docstrings for memoryview methods and data descriptors. by Alexander Belopolsky · 12 years ago
  89. 94dd7cb #15509: If %action substitution produces a null string, drop it. by R David Murray · 12 years ago
  90. c7dedb0 put * in the normal place by Benjamin Peterson · 12 years ago
  91. c5d7518 move variable decl to the top of the function by Benjamin Peterson · 12 years ago
  92. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  93. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  94. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  95. 2a0fb14 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  96. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  97. a45afca Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  98. ecc4757 Issue #15800: fix the closing of input / output files when gzip is used as a script. by Antoine Pitrou · 12 years ago
  99. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  100. 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago