1. 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
  2. 7a8634d backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 12 years ago
  3. 059ba52 merge by Christian Heimes · 12 years ago
  4. d8edcb6 Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 by Christian Heimes · 12 years ago
  5. 8fa3be2 - Mention _heapq in Setup.dist. by doko@ubuntu.com · 12 years ago
  6. 8c1bce0 Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  7. 4e80eea Fixed possible reference leak to mod when type_name() returns NULL by Christian Heimes · 12 years ago
  8. 074ebce PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. by Christian Heimes · 12 years ago
  9. 8b54d6d Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  10. 10fc104 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  11. b9495c7 closes #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  12. 1b6e7c4 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  13. b676727 Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  14. a99c7de #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  15. e299cae Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  16. f84dcff Fix for fcc629208842 BSD's make doesn't support some of the features. by Christian Heimes · 12 years ago
  17. bc71f2c Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  18. f2acf63 Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option. by Christian Heimes · 12 years ago
  19. 6fd3248 Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently by Christian Heimes · 12 years ago
  20. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  21. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 12 years ago
  22. 80f4553 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  23. f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 12 years ago
  24. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  25. cd36662 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  26. 2b326e4 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  27. f6407a1 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  28. 6bb9c73 Add missing comma. by Ezio Melotti · 12 years ago
  29. 1321c44 Closes #15710: accept long in _checkLevel. by Vinay Sajip · 12 years ago
  30. a116df0 Merged upstream changes. by Vinay Sajip · 12 years ago
  31. 3d212e6 Closes #15807: Removed incorrect directive from help. by Vinay Sajip · 12 years ago
  32. da4277a Issue #15765: Fix quirky NetBSD getcwd() behaviour. by Trent Nelson · 12 years ago
  33. 23d49d3 use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  34. 25cf30f - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64 by Matthias Klose · 12 years ago
  35. 555b9e0 - fix paste error (whitespace) from previous commit by Matthias Klose · 12 years ago
  36. 63c6f51 - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target. by Matthias Klose · 12 years ago
  37. 7d97890 #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect by Hynek Schlawack · 12 years ago
  38. 8662c84 #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  39. 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
  40. 3196529 Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 12 years ago
  41. c63be46 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 12 years ago
  42. 088cec3 Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  43. 85ede8d Add glossary references by Antoine Pitrou · 12 years ago
  44. f3e0a69 Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  45. 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
  46. 8622f09 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  47. e565cf8 Remove patch artifacts. by Georg Brandl · 12 years ago
  48. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  49. 07f6ea5 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  50. a8857af Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
  51. d928b6a #13579: minimize code base drift for 'a' string.Formatter change. by R David Murray · 12 years ago
  52. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  53. 2de4be2 Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  54. 2cc4974 Fix typo in tutorial by Eli Bendersky · 12 years ago
  55. 6ee2187 Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis by Eli Bendersky · 12 years ago
  56. 85307b4 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  57. 73b19d0 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  58. 3c3ab22 Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  59. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  60. 4ffe9a0 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  61. c7b8f80 #15543: reflow paragraphs. by R David Murray · 12 years ago
  62. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  63. 2d44cee #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  64. becfcc0 #15269: document dircmp.left and right. by R David Murray · 12 years ago
  65. 6ce21a3 fix typo by Sandro Tosi · 12 years ago
  66. 92636bf - Issue #15647: Make isdir static for windows and posix by Matthias Klose · 12 years ago
  67. c551776 Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  68. 7cd8b42 #9161: Fix test to use standard optparse test pattern (what was I thinking?) by R David Murray · 12 years ago
  69. 6bcd00a Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  70. faee75c Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  71. fe9efc5 #9161: add test for the bug fixed by r82581. by R David Murray · 12 years ago
  72. bc77d36 Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  73. 33f87a5 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  74. 2f76f73 Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  75. 614e44a complete cgi.parse() signature; thanks to Aaron Bingham from docs@ by Sandro Tosi · 12 years ago
  76. eca4006 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  77. 106c250 it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 12 years ago
  78. 018e14d add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  79. 6c625e6 update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  80. 682100e add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  81. 02144cc Remove unused variables in parsetok(). by Georg Brandl · 12 years ago
  82. eb068f9 Fix casing of SocketServer module in 2.7. by Georg Brandl · 12 years ago
  83. d26b658 Graft a89d654adaa2 from 3.2 branch. Fixes #15620. by Georg Brandl · 12 years ago
  84. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  85. a939105 Fix #15567. collections.deque wasn't imported by Brian Curtin · 12 years ago
  86. 774c8a3 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  87. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  88. 359b503 make documented file() kw names and actual ones agree (closes #15572) by Benjamin Peterson · 12 years ago
  89. decdb74 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  90. 6702804 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  91. 947f358 Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. by Vinay Sajip · 12 years ago
  92. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  93. 7687f3f add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  94. 76370f4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  95. 4fa7a5f #15512: Declarations reorganization by Jesus Cea · 12 years ago
  96. d52544d #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  97. d4e58dc Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  98. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  99. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  100. 4c36aa4 Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago