1. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 12 years ago
  2. cd49d53 Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess. by Andrew Svetlov · 12 years ago
  3. 1a7742e merge with 3.2 by Georg Brandl · 12 years ago
  4. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 12 years ago
  5. 9384c7d Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  6. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  7. 60ee049 Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to by Eli Bendersky · 12 years ago
  8. ecc92db merge 3.2 by Martin v. Löwis · 12 years ago
  9. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 12 years ago
  10. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  11. 226ed7e Fix indentation. by Georg Brandl · 12 years ago
  12. 60187b5 Issue #7652: Enable linking of _decimal.so against an installed libmpdec. by Stefan Krah · 12 years ago
  13. 0175af8 Merge. by Stefan Krah · 12 years ago
  14. c64150b Fix formatting after removing tabs. by Stefan Krah · 12 years ago
  15. cd9e1d0 Whitespace. by Stefan Krah · 12 years ago
  16. 080e1cc Null merge for backported fix. by Vinay Sajip · 12 years ago
  17. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  18. c7ea19f attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  19. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  20. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  21. 4b0215f Merge with 3.2 by Kristján Valur Jónsson · 12 years ago
  22. c5d47d5 Fix typo when "PyObject*" was changed to "identifier" by Kristján Valur Jónsson · 12 years ago
  23. 4164ac1 merge by Giampaolo Rodola' · 12 years ago
  24. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 12 years ago
  25. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  26. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  27. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  28. 192195a Merge with 3.2 (Issue #14387) by Kristján Valur Jónsson · 12 years ago
  29. b81e538 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  30. 2ac82f8 Fix indentation. by Georg Brandl · 12 years ago
  31. e8b416e Issue #14382: Ensure new unittest.test.testmock is installed. by Ned Deily · 12 years ago
  32. eee50b0 merge 3.2 by Benjamin Peterson · 12 years ago
  33. f4ce114 fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 12 years ago
  34. 4a65b0a issue 10340 - forgot to update Misc/NEWS by Giampaolo Rodola' · 12 years ago
  35. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 12 years ago
  36. 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 12 years ago
  37. cc58031 merge 3.2 by Benjamin Peterson · 12 years ago
  38. 9faf5ee this should technicaly be identifier by Benjamin Peterson · 12 years ago
  39. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  40. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  41. b304764 merge 3.2 by Benjamin Peterson · 12 years ago
  42. ab79c71 check for NULL by Benjamin Peterson · 12 years ago
  43. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 12 years ago
  44. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  45. 96ad261 Fix typo. by Georg Brandl · 12 years ago
  46. 59af08f Micro-optimize PyObject_GetAttrString() by Victor Stinner · 12 years ago
  47. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  48. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  49. 04fb08f Merge. by Stefan Krah · 12 years ago
  50. 7cc5521 Whitespace. by Stefan Krah · 12 years ago
  51. 1da08e7 Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  52. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  53. 520e850 long() -> int() by Benjamin Peterson · 12 years ago
  54. b7f1da5 make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c by Benjamin Peterson · 12 years ago
  55. d614e70 rewrite this function, which was still accounting for classic classes by Benjamin Peterson · 12 years ago
  56. 65e32d1 merge heads by Benjamin Peterson · 12 years ago
  57. 851a07e Document decimal.MIN_ETINY. by Stefan Krah · 12 years ago
  58. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  59. 8bfccd8 Remove non-existing file from pythoncore project. by krisvale · 12 years ago
  60. 206d2a4 Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. by Andrew Svetlov · 12 years ago
  61. 0f71f44 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 12 years ago
  62. 1b1a8e7 correctly lookup __trunc__ in int() constructor by Benjamin Peterson · 12 years ago
  63. 9fc9bf4 some more identifier goodness by Benjamin Peterson · 12 years ago
  64. 302e790 use identifier api by Benjamin Peterson · 12 years ago
  65. 6b6e437 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 12 years ago
  66. 669b755 #14269: smtpd now conforms to the RFC and requires HELO before MAIL. by R David Murray · 12 years ago
  67. b4dcb10 merge 3.2 by Benjamin Peterson · 12 years ago
  68. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  69. 7941736 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 12 years ago
  70. 2a88641 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 12 years ago
  71. 2bf1f3b time.steady() doc: don't repeat the default value by Victor Stinner · 12 years ago
  72. 6d3a575 Merge with 3.2 for #14359. by Ross Lagerwall · 12 years ago
  73. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  74. 4ca5661 all OSErrors should indicate there are no extended attributes (closes #14358) by Benjamin Peterson · 12 years ago
  75. da3d8e0 Merge #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  76. 1623aff #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  77. 188176f Empty merge; imports rewritten in 3.3. issue #14331 may no longer apply. by Gregory P. Smith · 12 years ago
  78. c809f98 Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 12 years ago
  79. d87c298 Dummy-merge (except .hgtags) 3.2.3rc2 changes. by Georg Brandl · 12 years ago
  80. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 12 years ago
  81. 5802fdf Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  82. 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 12 years ago
  83. ed77feb Added tag v3.2.3rc2 for changeset 428f05cb7277 by Georg Brandl · 12 years ago
  84. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 12 years ago
  85. 7dabfed Fix whitespace by Raymond Hettinger · 12 years ago
  86. 7e0c581 Low overhead path for maxsize==0 by Raymond Hettinger · 12 years ago
  87. 0863d71 Merge #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  88. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  89. bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 12 years ago
  90. 87b7cde Issue #14347: Update Misc/README list of files. by Ned Deily · 12 years ago
  91. eed59e8 merge with 3.2 by Georg Brandl · 12 years ago
  92. 5ab8817 Move MANIFEST parsing change to the right position. by Georg Brandl · 12 years ago
  93. e145a79 Issue #14346: merge by Ned Deily · 12 years ago
  94. e742ade Issue #14346: Fix some typos in the Mac/README file. by Ned Deily · 12 years ago
  95. 869ac78 merge with 3.2 by Georg Brandl · 12 years ago
  96. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 12 years ago
  97. 9758fcf merge with 3.2 by Georg Brandl · 12 years ago
  98. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 12 years ago
  99. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 12 years ago
  100. 2ba1428 merge with 3.2 by Georg Brandl · 12 years ago