1. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 12 years ago
  2. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  3. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  4. 192195a Merge with 3.2 (Issue #14387) by Kristján Valur Jónsson · 12 years ago
  5. b81e538 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  6. 2ac82f8 Fix indentation. by Georg Brandl · 12 years ago
  7. e8b416e Issue #14382: Ensure new unittest.test.testmock is installed. by Ned Deily · 12 years ago
  8. eee50b0 merge 3.2 by Benjamin Peterson · 12 years ago
  9. 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
  10. 4a65b0a issue 10340 - forgot to update Misc/NEWS by Giampaolo Rodola' · 12 years ago
  11. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 12 years ago
  12. 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
  13. cc58031 merge 3.2 by Benjamin Peterson · 12 years ago
  14. 9faf5ee this should technicaly be identifier by Benjamin Peterson · 12 years ago
  15. d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  16. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  17. b304764 merge 3.2 by Benjamin Peterson · 12 years ago
  18. ab79c71 check for NULL by Benjamin Peterson · 12 years ago
  19. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 12 years ago
  20. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  21. 96ad261 Fix typo. by Georg Brandl · 12 years ago
  22. 59af08f Micro-optimize PyObject_GetAttrString() by Victor Stinner · 12 years ago
  23. 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
  24. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago
  25. 04fb08f Merge. by Stefan Krah · 12 years ago
  26. 7cc5521 Whitespace. by Stefan Krah · 12 years ago
  27. 1da08e7 Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  28. e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  29. 520e850 long() -> int() by Benjamin Peterson · 12 years ago
  30. b7f1da5 make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c by Benjamin Peterson · 12 years ago
  31. d614e70 rewrite this function, which was still accounting for classic classes by Benjamin Peterson · 12 years ago
  32. 65e32d1 merge heads by Benjamin Peterson · 12 years ago
  33. 851a07e Document decimal.MIN_ETINY. by Stefan Krah · 12 years ago
  34. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  35. 8bfccd8 Remove non-existing file from pythoncore project. by krisvale · 12 years ago
  36. 206d2a4 Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. by Andrew Svetlov · 12 years ago
  37. 0f71f44 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 12 years ago
  38. 1b1a8e7 correctly lookup __trunc__ in int() constructor by Benjamin Peterson · 12 years ago
  39. 9fc9bf4 some more identifier goodness by Benjamin Peterson · 12 years ago
  40. 302e790 use identifier api by Benjamin Peterson · 12 years ago
  41. 6b6e437 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 12 years ago
  42. 669b755 #14269: smtpd now conforms to the RFC and requires HELO before MAIL. by R David Murray · 12 years ago
  43. b4dcb10 merge 3.2 by Benjamin Peterson · 12 years ago
  44. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  45. 7941736 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 12 years ago
  46. 2a88641 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 12 years ago
  47. 2bf1f3b time.steady() doc: don't repeat the default value by Victor Stinner · 12 years ago
  48. 6d3a575 Merge with 3.2 for #14359. by Ross Lagerwall · 12 years ago
  49. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  50. 4ca5661 all OSErrors should indicate there are no extended attributes (closes #14358) by Benjamin Peterson · 12 years ago
  51. da3d8e0 Merge #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  52. 1623aff #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  53. 188176f Empty merge; imports rewritten in 3.3. issue #14331 may no longer apply. by Gregory P. Smith · 12 years ago
  54. c809f98 Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 12 years ago
  55. d87c298 Dummy-merge (except .hgtags) 3.2.3rc2 changes. by Georg Brandl · 12 years ago
  56. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 12 years ago
  57. 5802fdf Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 12 years ago
  58. 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 12 years ago
  59. ed77feb Added tag v3.2.3rc2 for changeset 428f05cb7277 by Georg Brandl · 12 years ago
  60. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 12 years ago
  61. 7dabfed Fix whitespace by Raymond Hettinger · 12 years ago
  62. 7e0c581 Low overhead path for maxsize==0 by Raymond Hettinger · 12 years ago
  63. 0863d71 Merge #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  64. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  65. bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 12 years ago
  66. 87b7cde Issue #14347: Update Misc/README list of files. by Ned Deily · 12 years ago
  67. eed59e8 merge with 3.2 by Georg Brandl · 12 years ago
  68. 5ab8817 Move MANIFEST parsing change to the right position. by Georg Brandl · 12 years ago
  69. e145a79 Issue #14346: merge by Ned Deily · 12 years ago
  70. e742ade Issue #14346: Fix some typos in the Mac/README file. by Ned Deily · 12 years ago
  71. 869ac78 merge with 3.2 by Georg Brandl · 12 years ago
  72. 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
  73. 9758fcf merge with 3.2 by Georg Brandl · 12 years ago
  74. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 12 years ago
  75. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 12 years ago
  76. 2ba1428 merge with 3.2 by Georg Brandl · 12 years ago
  77. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 12 years ago
  78. 7add4ea updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516) by Eli Bendersky · 12 years ago
  79. 8df2634 merge from 3.2 - issue6566 by Senthil Kumaran · 12 years ago
  80. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 12 years ago
  81. bc8e81d Section-off the source for better readability. by Raymond Hettinger · 12 years ago
  82. dce583e Minor beautification. by Raymond Hettinger · 12 years ago
  83. d845450 merge heads by Benjamin Peterson · 12 years ago
  84. 96384b9 make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368) by Benjamin Peterson · 12 years ago
  85. 970952b Merge #11686: news entry. by R David Murray · 12 years ago
  86. eebe111 #11686: news entry. by R David Murray · 12 years ago
  87. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  88. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  89. 9b3d484 Merge #11780: s/throw/raise/ by R David Murray · 12 years ago
  90. 4191434 #11780: s/throw/raise/ by R David Murray · 12 years ago
  91. 1ad2eea Merge #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 12 years ago
  92. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 12 years ago
  93. 7104c72 #12788: fix error in test_policy when run under refleak detection by R David Murray · 12 years ago
  94. 9a03ecf simply this slightly by Benjamin Peterson · 12 years ago
  95. 4f5139b Root variable is not changed. by Raymond Hettinger · 12 years ago
  96. 202d1ad Fix whitespace by Raymond Hettinger · 12 years ago
  97. d37fb55 Unique sentinel value for cache.get() by Raymond Hettinger · 12 years ago
  98. 6e8c817 Refactor calculation of the cache key. Minor code cleanups. by Raymond Hettinger · 12 years ago
  99. e80b29b cleanup Ellipsis and NotImplemented strings after we're done by Benjamin Peterson · 12 years ago
  100. 020bf28 Merge by Antoine Pitrou · 12 years ago