1. f3be68e Issue #14502: it's RuntimeError on 3.3 by Sandro Tosi · 12 years ago
  2. e0029ba merge 3.2 by Benjamin Peterson · 12 years ago
  3. 5d1c2f0 Issue #14502: merge with 3.2 by Sandro Tosi · 12 years ago
  4. fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 12 years ago
  5. 9a13b43 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. by Georg Brandl · 12 years ago
  6. 4f61a2d A few tweaks to whatsnew/3.3 (fixes #14362) by Éric Araujo · 12 years ago
  7. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  8. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  9. 283b96b Move ChainMap versionadded to be less ambiguous. by Georg Brandl · 12 years ago
  10. e50d6ab add XXX by Benjamin Peterson · 12 years ago
  11. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  12. 1470f35 Add time.CLOCK_HIGHRES constant, needed on Solaris by Victor Stinner · 12 years ago
  13. 2489167 Fix markup errors found by "make suspicious". by Georg Brandl · 12 years ago
  14. 204e789 Remove parens around link. by Georg Brandl · 12 years ago
  15. bf80308 Issue #14394: Use elaborate phrases that boil down to "one to two orders by Stefan Krah · 12 years ago
  16. 5b072ef merge with 3.2 by Sandro Tosi · 12 years ago
  17. 165a2c2 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 12 years ago
  18. 8bbe9b4 Fix formatting by Antoine Pitrou · 12 years ago
  19. 682d443 Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  20. 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  21. 4cc229a merge with 3.2 by Sandro Tosi · 12 years ago
  22. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  23. dc60f94 merge with 3.2 by Sandro Tosi · 12 years ago
  24. 9ee65f1 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 12 years ago
  25. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  26. 3288e94 Merge #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  27. 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  28. c1d9869 Issue #14006: improve the documentation of xml.etree.ElementTree by Eli Bendersky · 12 years ago
  29. dbaedb8 fix typo in glossary by Eli Bendersky · 12 years ago
  30. 6bdb650 Added the "provisional package" glossary term from PEP 411 by Eli Bendersky · 12 years ago
  31. e55f663 Fix typo in unittest.mock docs by Michael Foord · 12 years ago
  32. eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 12 years ago
  33. 8c69632 Merge #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  34. 07cf1d8 #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  35. 909f5bc Fix newlines. by Georg Brandl · 12 years ago
  36. 324b58b Update unittest.mock.patch example by Michael Foord · 12 years ago
  37. 2309ed8 Re-order unittest.mock documentation to put magic method support before the helpers by Michael Foord · 12 years ago
  38. 9015536 Adding an example to unittest.mock.patch documentation by Michael Foord · 12 years ago
  39. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  40. a9e6fb2 Unsplit unittest.mock documentation by Michael Foord · 12 years ago
  41. ede001a Fix doc typo noticed by Amaury Forgeot d'Arc by Eli Bendersky · 12 years ago
  42. 3a4875e Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code by Eli Bendersky · 12 years ago
  43. 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 12 years ago
  44. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  45. 4a1ad91 #14413: tweak word order in deprecation section by R David Murray · 12 years ago
  46. 38a12af Updated handler documentation. by Vinay Sajip · 12 years ago
  47. 8ece80f Minor documentation tweak. by Vinay Sajip · 12 years ago
  48. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago
  49. 87b3caf merge with 3.2 by Georg Brandl · 12 years ago
  50. d34fc8b Add missing files for new doc theme. by Georg Brandl · 12 years ago
  51. 288b9bf merge with 3.2 by Georg Brandl · 12 years ago
  52. ab71214 Switch to new "lighter" doc design. by Georg Brandl · 12 years ago
  53. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 12 years ago
  54. 1a7742e merge with 3.2 by Georg Brandl · 12 years ago
  55. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 12 years ago
  56. 60ee049 Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to by Eli Bendersky · 12 years ago
  57. ecc92db merge 3.2 by Martin v. Löwis · 12 years ago
  58. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 12 years ago
  59. 226ed7e Fix indentation. by Georg Brandl · 12 years ago
  60. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  61. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  62. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  63. 2ac82f8 Fix indentation. by Georg Brandl · 12 years ago
  64. 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
  65. 851a07e Document decimal.MIN_ETINY. by Stefan Krah · 12 years ago
  66. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  67. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 12 years ago
  68. 2bf1f3b time.steady() doc: don't repeat the default value by Victor Stinner · 12 years ago
  69. da3d8e0 Merge #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  70. 1623aff #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 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. 9b3d484 Merge #11780: s/throw/raise/ by R David Murray · 12 years ago
  82. 4191434 #11780: s/throw/raise/ by R David Murray · 12 years ago
  83. 1ad2eea Merge #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 12 years ago
  84. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 12 years ago
  85. c105cf5 Issue #14202: some additional doc fixes by Eli Bendersky · 12 years ago
  86. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 12 years ago
  87. 68ca5a6 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 12 years ago
  88. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 12 years ago
  89. 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 12 years ago
  90. 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 12 years ago
  91. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 12 years ago
  92. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 12 years ago
  93. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 12 years ago
  94. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 12 years ago
  95. a4e0188 (sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 by Giampaolo Rodola' · 12 years ago
  96. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  97. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  98. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 12 years ago
  99. 4775def merge by Raymond Hettinger · 12 years ago
  100. 13ec112 Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release. by Raymond Hettinger · 12 years ago