1. 7796b08 Issue #10527: Remove dead code by Richard Oudkerk · 12 years ago
  2. 90b5d92 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 12 years ago
  3. 80a9fd7 Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 12 years ago
  4. 3d4a02a Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  5. 8c90471 test_asyncore: wait explicitly for a thread termination (this dangling thread by Charles-François Natali · 12 years ago
  6. 40056de make deque_clear void, since it's infallible by Benjamin Peterson · 12 years ago
  7. eebcb5f Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 12 years ago
  8. ef2bd67 Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill() by Charles-François Natali · 12 years ago
  9. dc157fc #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  10. 2cdb643 Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 12 years ago
  11. 92e2fc8 Issue #16933: Improve choices examples in argparse documentation. by Chris Jerdonek · 12 years ago
  12. dfae912 Issue #15539: Fix backup file creation in pindent.py on Windows by Serhiy Storchaka · 12 years ago
  13. 8b41c2e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 12 years ago
  14. 9e9cb28 Add a note about checking refleaks to patchcheck. by Ezio Melotti · 12 years ago
  15. 4b26366 Merge heads by Serhiy Storchaka · 12 years ago
  16. 8cd7f82 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 12 years ago
  17. 2534f9a grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  18. 14091a6 Merge heads. by Ezio Melotti · 12 years ago
  19. 57dfb22 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  20. d3003cb Issue #16874: fix formatting of setup.py upload options in documentation. by Chris Jerdonek · 12 years ago
  21. 5c4e32b #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 12 years ago
  22. 32851d6 #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. by R David Murray · 12 years ago
  23. bcd9971 #13934: document sqlite version strings. by R David Murray · 12 years ago
  24. 9dccb01 use PyInt_FromSsize_t instead of PyLong_FromSsize_t (#10182) by Benjamin Peterson · 12 years ago
  25. d618684 #15545: sort iterdump via SQL instead of in python code by R David Murray · 12 years ago
  26. ec8f8f7 Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and by Ned Deily · 12 years ago
  27. c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  28. c9631a1 Fix out of bound read in UTF-32 decoder on "narrow Unicode" builds. by Serhiy Storchaka · 12 years ago
  29. be2b907 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  30. 3a5fc4b Issue #16884: Updated docs to use 'note' directives. by Vinay Sajip · 12 years ago
  31. b847c7f #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  32. 9ae4711 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  33. 7be3e18 Cleanup a few minor things. by Ezio Melotti · 12 years ago
  34. 58abc5b #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  35. 717e50e Issue #16747: Reflow iterable glossary entry to match 3.x change e19ed347523e. by Chris Jerdonek · 12 years ago
  36. 830b4a8 drop email (closes #16857) by Benjamin Peterson · 12 years ago
  37. 23a32ba Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  38. 049a378 issue 10527: fix missing import by Giampaolo Rodola' · 12 years ago
  39. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  40. 8f53ded untabify by Benjamin Peterson · 12 years ago
  41. b7ee47b add Tom Tromey to ACKS by Benjamin Peterson · 12 years ago
  42. a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 12 years ago
  43. 140794d merge heads by Benjamin Peterson · 12 years ago
  44. 6b3f8d3 ensure the attribute name string is initalized before using it (closes #16839) by Benjamin Peterson · 12 years ago
  45. f29abd3 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  46. dbaac37 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  47. 5ca88d2 get the core to compile --disable-unicode by Benjamin Peterson · 12 years ago
  48. 1422442 Issue #16819: IDLE method completion now correctly works for unicode literals. by Serhiy Storchaka · 12 years ago
  49. 93b0b25 Update copyright dates in Mac plists. by Ned Deily · 12 years ago
  50. 7450a81 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  51. 856cb0f update another year by Benjamin Peterson · 12 years ago
  52. 1f7df8f merge heads by Benjamin Peterson · 12 years ago
  53. b25d611 bring Python into 2013 by Benjamin Peterson · 12 years ago
  54. 10e93a6 Issue #14958: backport to 2.7.x from 3.3 (patch by Roger Serwy) by Ned Deily · 12 years ago
  55. cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  56. 421489f Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  57. 14e27d8 Fix docstring in curses (#16782) by Andrew Svetlov · 12 years ago
  58. 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  59. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 12 years ago
  60. c4051aa Merge heads by Serhiy Storchaka · 12 years ago
  61. c195b4e Make the from_iterable() recipe more usable. by Raymond Hettinger · 12 years ago
  62. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 12 years ago
  63. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  64. 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  65. c90be30 Issue #16792: Use assertIs() to test identity. by Serhiy Storchaka · 12 years ago
  66. 8876145 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  67. 270767b Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  68. 6f70fe8 Issue #16790: add some of the recent issue #16045 int tests to test_long. by Chris Jerdonek · 12 years ago
  69. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 12 years ago
  70. a0b7e9c Null merge. by Serhiy Storchaka · 12 years ago
  71. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  72. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 12 years ago
  73. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 12 years ago
  74. 4947049 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  75. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  76. cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  77. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  78. c08ded9 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  79. 3b65a9e #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 12 years ago
  80. 4268b3a #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  81. 2380fee issue #879399 Fix line buffering of socket._fileobject by Kristján Valur Jónsson · 12 years ago
  82. 513e9b4 #16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args. by Ezio Melotti · 12 years ago
  83. 94704fc #16765: remove unused import. by Ezio Melotti · 12 years ago
  84. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  85. 332562f Keep ref to ECHILD in local scope (#16650) by Andrew Svetlov · 12 years ago
  86. 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 12 years ago
  87. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  88. 1c6c90f Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  89. f8a6b00 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  90. cddcafa Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  91. 8e1e816 Add missing label. by Georg Brandl · 12 years ago
  92. 9a772e5 Fix indentation. by Georg Brandl · 12 years ago
  93. ed512a4 ctypes: DECREF error_object _after_ re-acquiring GIL by Kristjan Valur Jonsson · 12 years ago
  94. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 12 years ago
  95. 9201442 add news note (#16597) by Benjamin Peterson · 12 years ago
  96. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 12 years ago
  97. bacf1bf replace threw with raised (#16714) by Andrew Svetlov · 12 years ago
  98. bd64460 revert comment wording (#16714) by Andrew Svetlov · 12 years ago
  99. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  100. 80ab6c5 merge heads by Andrew Svetlov · 12 years ago