Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code | Eli Bendersky | 2012-03-26 | 1 | -30/+132 |
| | | | | | | samples and a reference. Also fix the other nits mentioned in the issue. This also partially addresses issue #14006. | ||||
* | Issue #14410: merge with 3.2 | Sandro Tosi | 2012-03-26 | 1 | -2/+2 |
|\ | |||||
| * | Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe | Sandro Tosi | 2012-03-26 | 1 | -2/+2 |
| | | |||||
* | | #14413: tweak word order in deprecation section | R David Murray | 2012-03-26 | 1 | -1/+2 |
| | | |||||
* | | Updated handler documentation. | Vinay Sajip | 2012-03-26 | 1 | -2/+8 |
|\ \ | |/ | |||||
| * | Minor documentation tweak. | Vinay Sajip | 2012-03-26 | 1 | -1/+1 |
| | | |||||
* | | Adding unittest.mock documentation | Michael Foord | 2012-03-25 | 7 | -0/+3513 |
| | | |||||
* | | merge with 3.2 | Georg Brandl | 2012-03-25 | 3 | -0/+348 |
|\ \ | |/ | |||||
| * | Add missing files for new doc theme. | Georg Brandl | 2012-03-25 | 3 | -0/+348 |
| | | |||||
* | | merge with 3.2 | Georg Brandl | 2012-03-25 | 4 | -4/+9 |
|\ \ | |/ | |||||
| * | Switch to new "lighter" doc design. | Georg Brandl | 2012-03-25 | 4 | -4/+9 |
| | | |||||
* | | Remove extra spaces in doc example. | Andrew Svetlov | 2012-03-25 | 1 | -3/+3 |
| | | |||||
* | | merge with 3.2 | Georg Brandl | 2012-03-25 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Closes #14401: fix typos in curses howto. | Georg Brandl | 2012-03-25 | 1 | -3/+3 |
| | | |||||
* | | Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to | Eli Bendersky | 2012-03-24 | 1 | -3/+4 |
| | | | | | | | | correctly list the stack params it expects. | ||||
* | | merge 3.2 | Martin v. Löwis | 2012-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #14400: Fix typo. | Martin v. Löwis | 2012-03-24 | 1 | -1/+1 |
| | | |||||
* | | Fix indentation. | Georg Brandl | 2012-03-24 | 1 | -24/+24 |
| | | |||||
* | | Use the same exception hierarchy as decimal.py. FloatOperation now also | Stefan Krah | 2012-03-23 | 1 | -1/+1 |
| | | | | | | | | | | inherits from TypeError. Cleanup in module initialization to make repeated import failures robust. | ||||
* | | Issue #13782: streamline argument type-checking in ET.Element | Eli Bendersky | 2012-03-23 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | append, extend and insert now consistently type-check their argument in both the C and Python implementations, and raise TypeError for non-Element argument. Added tests | ||||
* | | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode | R David Murray | 2012-03-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Previously it would just accept the unicode, which would wind up as unicode in the transfer-encoded message object, which is just wrong. Patch by Jeff Knupp. | ||||
* | | Fix indentation. | Georg Brandl | 2012-03-22 | 1 | -2/+3 |
| | | |||||
* | | Issue #14204: The ssl module now has support for the Next Protocol ↵ | Antoine Pitrou | 2012-03-21 | 1 | -1/+34 |
| | | | | | | | | | | | | Negotiation extension, if available in the underlying OpenSSL library. Patch by Colin Marc. | ||||
* | | Document decimal.MIN_ETINY. | Stefan Krah | 2012-03-21 | 1 | -9/+12 |
| | | |||||
* | | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 3 | -32/+237 |
| | | | | | | | | | | up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. | ||||
* | | Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. | Larry Hastings | 2012-03-20 | 1 | -0/+9 |
| | | | | | | | | | | | | They're optional-only for now (unlike in pure Python) but that's all I needed. The syntax can easily be relaxed if we want to support required keyword-only arguments for extension types in the future. | ||||
* | | time.steady() doc: don't repeat the default value | Victor Stinner | 2012-03-19 | 1 | -1/+1 |
| | | |||||
* | | Merge #14355: remove obsolete doc reference to previously removed init_frozen. | R David Murray | 2012-03-19 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Eric Snow. | ||||
| * | #14355: remove obsolete doc reference to previously removed init_frozen. | R David Murray | 2012-03-19 | 1 | -1/+1 |
| | | | | | | | | Patch by Eric Snow. | ||||
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Closes #14250: regex.flags has not only explicit flags but also implicit ↵ | Georg Brandl | 2012-03-17 | 1 | -2/+3 |
| | | | | | | | | flags and those from the pattern | ||||
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -24/+2 |
|\ \ | |/ | |||||
| * | Closes #14343: avoid shadowing builtin input() in example code. | Georg Brandl | 2012-03-17 | 1 | -2/+2 |
| | | |||||
| * | Closes #14342: remove out-of-date section about avoiding recursion errors. | Georg Brandl | 2012-03-17 | 1 | -22/+0 |
| | | |||||
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Closes #14306: clarify expensiveness of try-except and update code snippet | Georg Brandl | 2012-03-17 | 1 | -5/+5 |
| | | |||||
* | | updated whatsnew/3.3.rst with the new methods added to list and bytearray ↵ | Eli Bendersky | 2012-03-17 | 1 | -0/+4 |
| | | | | | | | | (issue 10516) | ||||
* | | merge from 3.2 - issue6566 | Senthil Kumaran | 2012-03-17 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch ↵ | Senthil Kumaran | 2012-03-17 | 1 | -0/+8 |
| | | | | | | | | contributed Kirubakaran Athmanathan | ||||
* | | Merge #11780: s/throw/raise/ | R David Murray | 2012-03-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #11780: s/throw/raise/ | R David Murray | 2012-03-17 | 1 | -1/+1 |
| | | |||||
* | | Merge #11780: document that email.encoders throw TypeError on multipart ↵ | R David Murray | 2012-03-17 | 1 | -0/+4 |
|\ \ | |/ | | | | | messages. | ||||
| * | #11780: document that email.encoders throw TypeError on multipart messages. | R David Murray | 2012-03-17 | 1 | -0/+4 |
| | | |||||
* | | Issue #14202: some additional doc fixes | Eli Bendersky | 2012-03-16 | 1 | -14/+13 |
|\ \ | |/ | |||||
| * | Issue #14202: some additional doc fixes | Eli Bendersky | 2012-03-16 | 1 | -14/+13 |
| | | |||||
* | | Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. | Eli Bendersky | 2012-03-16 | 1 | -16/+68 |
|\ \ | |/ | | | | | Patch by Florian Mladitsch | ||||
| * | Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. | Eli Bendersky | 2012-03-16 | 1 | -16/+68 |
| | | | | | | | | Patch by Florian Mladitsch | ||||
* | | Issue #13709: some fixes to the ctypes documentation. In addition to fixing | Eli Bendersky | 2012-03-16 | 1 | -80/+14 |
| | | | | | | | | | | | | | | | | | | the problems pointed in the issue, I removed the confusing Windows/Linux distinction. It serves no real goal in the documentation, and is probably wrong anyway since for Windows the WINFUNCTYPE constructor should be used. In addition, the "look, this is faster on Linux" comment is misleading since it's not explained. The outcome may just be an artifact of qsort implementation for this particular input, and may change between C runtime version releases. | ||||
* | | Issue #9257: clarify the events iterparse accepts | Eli Bendersky | 2012-03-16 | 1 | -5/+8 |
|\ \ | |/ | |||||
| * | Issue #9257: clarify the events iterparse accepts | Eli Bendersky | 2012-03-16 | 1 | -5/+8 |
| | |