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