1. a4fd0dc #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  2. ec2807c #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  3. ba66c22 switch assertion to an explicit ValueError by Benjamin Peterson · 12 years ago
  4. 0dea936 - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  5. 671138f Issue #16037: Limit httplib's _read_status() function to work around broken by Christian Heimes · 12 years ago
  6. d41dc7c 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 12 years ago
  7. 3dec449 Issue #16015: Fix NameError doctest example in tutorial introduction. by Chris Jerdonek · 12 years ago
  8. 5a53a41 Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining. by Mark Dickinson · 12 years ago
  9. 9c1c52b #16019, #16020: fix syntax highlight. by Ezio Melotti · 12 years ago
  10. 4baf480 #16017: capitalize URLs. by Ezio Melotti · 12 years ago
  11. fe11e81 #16014: fix broken link. by Ezio Melotti · 12 years ago
  12. 8112ea2 Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 12 years ago
  13. cadff70 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  14. 003014b #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  15. 3d2fc15 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  16. fb2f409 remove gdb noise about linux-vdso by Benjamin Peterson · 12 years ago
  17. 39e0fb0 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 12 years ago
  18. a8e4963 Fix a few quotes/backslashes. by Ezio Melotti · 12 years ago
  19. aea83f5 Fix rst markup in timeit docs. by Ezio Melotti · 12 years ago
  20. 6d6fb3a #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  21. ba372a5 #15796: Fix \n in readline docstring. by Ezio Melotti · 12 years ago
  22. b3b32fb #11643: fix rst markup error in site.rst. by Ezio Melotti · 12 years ago
  23. 0b6f255 #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  24. eab4df5 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  25. a733d81 #15932: use with statement in csv doc examples. by Ezio Melotti · 12 years ago
  26. 714e64e #15831: avoid using 3.x syntax for keyword-only args. by Ezio Melotti · 12 years ago
  27. ed3f590 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  28. 7d85760 #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 12 years ago
  29. 03937a8 A follow up for issue #15906: change the test for calling the type conversion by Barry Warsaw · 12 years ago
  30. dfaf90d Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
  31. 65a0141 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
  32. 9f2cc6c Automated merge with file:///home/vagrant/3.2 by Senthil Kumaran · 12 years ago
  33. 7697983 Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch. by Senthil Kumaran · 12 years ago
  34. 03fcfbe - Issue #15906: Fix a regression in argparse caused by the preceding change, by Barry Warsaw · 12 years ago
  35. a8a5b39 Closes #15793: Stack corruption in ssl.RAND_egd(). Python 2.7 hasn't any issue about this, but add a test just to be sure by Jesus Cea · 12 years ago
  36. 8e03b4c #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) by Jesus Cea · 12 years ago
  37. 20f0ea1 #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  38. 3fb774e Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes by Jesus Cea · 12 years ago
  39. 03a9d2a Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes by Jesus Cea · 12 years ago
  40. dc0170a #15676: Proper attribution in Misc/ACKS by Jesus Cea · 12 years ago
  41. 4709ac1 #14649: add sample files omitted from previous checkin. by R David Murray · 12 years ago
  42. f6cdd35 merge by Christian Heimes · 12 years ago
  43. 47770ed 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
  44. 8d58053 #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  45. 7a8634d backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 12 years ago
  46. 059ba52 merge by Christian Heimes · 12 years ago
  47. d8edcb6 Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 by Christian Heimes · 12 years ago
  48. 8fa3be2 - Mention _heapq in Setup.dist. by doko@ubuntu.com · 12 years ago
  49. 8c1bce0 Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  50. 4e80eea Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  51. 074ebce PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  52. 8b54d6d Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  53. 10fc104 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  54. b9495c7 closes #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  55. 1b6e7c4 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  56. b676727 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  57. a99c7de #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  58. e299cae Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  59. f84dcff Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  60. bc71f2c Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  61. f2acf63 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  62. 6fd3248 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  63. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  64. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 12 years ago
  65. 80f4553 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  66. f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 12 years ago
  67. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  68. cd36662 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  69. 2b326e4 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  70. f6407a1 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  71. 6bb9c73 Add missing comma. by Ezio Melotti · 12 years ago
  72. 1321c44 Closes #15710: accept long in _checkLevel. by Vinay Sajip · 12 years ago
  73. a116df0 Merged upstream changes. by Vinay Sajip · 12 years ago
  74. 3d212e6 Closes #15807: Removed incorrect directive from help. by Vinay Sajip · 12 years ago
  75. da4277a Issue #15765: Fix quirky NetBSD getcwd() behaviour. by Trent Nelson · 12 years ago
  76. 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  77. 25cf30f - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64 by Matthias Klose · 12 years ago
  78. 555b9e0 - fix paste error (whitespace) from previous commit by Matthias Klose · 12 years ago
  79. 63c6f51 - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target. by Matthias Klose · 12 years ago
  80. 7d97890 #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect by Hynek Schlawack · 12 years ago
  81. 8662c84 #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  82. a00b100 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
  83. 3196529 Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 12 years ago
  84. c63be46 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 12 years ago
  85. 088cec3 Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  86. 85ede8d Add glossary references by Antoine Pitrou · 12 years ago
  87. f3e0a69 Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  88. e991236 Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 12 years ago
  89. 8622f09 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  90. e565cf8 Remove patch artifacts. by Georg Brandl · 12 years ago
  91. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  92. 07f6ea5 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  93. a8857af Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
  94. d928b6a #13579: minimize code base drift for 'a' string.Formatter change. by R David Murray · 12 years ago
  95. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  96. 2de4be2 Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  97. 2cc4974 Fix typo in tutorial by Eli Bendersky · 12 years ago
  98. 6ee2187 Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis by Eli Bendersky · 12 years ago
  99. 85307b4 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  100. 73b19d0 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago