1. 3a4875e Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code by Eli Bendersky · 13 years ago
  2. 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 13 years ago
  3. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  4. 4a1ad91 #14413: tweak word order in deprecation section by R David Murray · 13 years ago
  5. 38a12af Updated handler documentation. by Vinay Sajip · 13 years ago
  6. 8ece80f Minor documentation tweak. by Vinay Sajip · 13 years ago
  7. 944e02d Adding unittest.mock documentation by Michael Foord · 13 years ago
  8. 87b3caf merge with 3.2 by Georg Brandl · 13 years ago
  9. d34fc8b Add missing files for new doc theme. by Georg Brandl · 13 years ago
  10. 288b9bf merge with 3.2 by Georg Brandl · 13 years ago
  11. ab71214 Switch to new "lighter" doc design. by Georg Brandl · 13 years ago
  12. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 13 years ago
  13. 1a7742e merge with 3.2 by Georg Brandl · 13 years ago
  14. 11ee31a Closes #14401: fix typos in curses howto. by Georg Brandl · 13 years ago
  15. 60ee049 Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to by Eli Bendersky · 13 years ago
  16. ecc92db merge 3.2 by Martin v. Löwis · 13 years ago
  17. 2dee394 Issue #14400: Fix typo. by Martin v. Löwis · 13 years ago
  18. 226ed7e Fix indentation. by Georg Brandl · 13 years ago
  19. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 13 years ago
  20. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 13 years ago
  21. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 13 years ago
  22. 2ac82f8 Fix indentation. by Georg Brandl · 13 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 · 13 years ago
  24. 851a07e Document decimal.MIN_ETINY. by Stefan Krah · 13 years ago
  25. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
  26. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 13 years ago
  27. 2bf1f3b time.steady() doc: don't repeat the default value by Victor Stinner · 13 years ago
  28. da3d8e0 Merge #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 13 years ago
  29. 1623aff #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 13 years ago
  30. 869ac78 merge with 3.2 by Georg Brandl · 13 years ago
  31. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 13 years ago
  32. 9758fcf merge with 3.2 by Georg Brandl · 13 years ago
  33. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
  34. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
  35. 2ba1428 merge with 3.2 by Georg Brandl · 13 years ago
  36. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
  37. 7add4ea updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516) by Eli Bendersky · 13 years ago
  38. 8df2634 merge from 3.2 - issue6566 by Senthil Kumaran · 13 years ago
  39. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  40. 9b3d484 Merge #11780: s/throw/raise/ by R David Murray · 13 years ago
  41. 4191434 #11780: s/throw/raise/ by R David Murray · 13 years ago
  42. 1ad2eea Merge #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  43. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  44. c105cf5 Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  45. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  46. 68ca5a6 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  47. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  48. 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 13 years ago
  49. 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  50. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  51. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
  52. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 13 years ago
  53. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  54. 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' · 13 years ago
  55. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  56. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  57. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
  58. 4775def merge by Raymond Hettinger · 13 years ago
  59. 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 · 13 years ago
  60. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  61. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  62. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
  63. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
  64. 30162be merge with 3.2 by Georg Brandl · 13 years ago
  65. 300a691 Closes #14305: fix typo. by Georg Brandl · 13 years ago
  66. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
  67. 846acf5 #14289: merge with 3.2 by Georg Brandl · 13 years ago
  68. 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 13 years ago
  69. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 13 years ago
  70. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
  71. b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 13 years ago
  72. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  73. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  74. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
  75. 30c825c What's New in Python 3.3: Repeat the dict lookup change in Porting section by Victor Stinner · 13 years ago
  76. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 13 years ago
  77. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
  78. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  79. 9186850 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  80. 6080db7 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  81. 68e994e closes issue14257 - cpython - minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  82. a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  83. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
  84. a08e7e1 Close #14248: fix typo. by Georg Brandl · 13 years ago
  85. c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
  86. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  87. 6aacc14 Merge with 3.2. by Georg Brandl · 13 years ago
  88. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 13 years ago
  89. 8c43e69 Issue #14205: Document the dict lookup change in What's New in Python 3.3 by Victor Stinner · 13 years ago
  90. f5a1d76 Fix indentation. by Georg Brandl · 13 years ago
  91. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 13 years ago
  92. 74d5657 Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe by Senthil Kumaran · 13 years ago
  93. 4dcf474 Fix indentation. by Georg Brandl · 13 years ago
  94. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 13 years ago
  95. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  96. 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  97. d6c4340 Add todo item about hash randomization. by Georg Brandl · 13 years ago
  98. f67e494 merge by Brett Cannon · 13 years ago
  99. abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 13 years ago
  100. b9b281b Add some simple examples to the PEP 380 section of What's New by Nick Coghlan · 13 years ago