summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.R David Murray2012-03-291-4/+6
* | Merge #14416: add missing LOG_SYSLOG facility to syslog docs.R David Murray2012-03-291-1/+2
|\ \ | |/
| * #14416: add missing LOG_SYSLOG facility to syslog docs.R David Murray2012-03-291-1/+2
* | Fix newlines.Georg Brandl2012-03-291-0/+7
* | Update unittest.mock.patch exampleMichael Foord2012-03-281-2/+2
* | Re-order unittest.mock documentation to put magic method support before the h...Michael Foord2012-03-281-219/+220
* | Adding an example to unittest.mock.patch documentationMichael Foord2012-03-281-0/+9
* | Minor unittest.mock.patch doc / docstring improvementMichael Foord2012-03-281-11/+14
* | Unsplit unittest.mock documentationMichael Foord2012-03-287-1733/+1701
* | Fix doc typo noticed by Amaury Forgeot d'ArcEli Bendersky2012-03-271-1/+1
* | Issue #6488: Explain the XPath support of xml.etree.ElementTree, with codeEli Bendersky2012-03-261-30/+132
* | Issue #14410: merge with 3.2Sandro Tosi2012-03-261-2/+2
|\ \ | |/
| * Issue #14410: fix typo in argparse doc; patch by Tshepang LekhonkhobeSandro Tosi2012-03-261-2/+2
* | #14413: tweak word order in deprecation sectionR David Murray2012-03-261-1/+2
* | Updated handler documentation.Vinay Sajip2012-03-261-2/+8
|\ \ | |/
| * Minor documentation tweak.Vinay Sajip2012-03-261-1/+1
* | Adding unittest.mock documentationMichael Foord2012-03-257-0/+3513
* | merge with 3.2Georg Brandl2012-03-253-0/+348
|\ \ | |/
| * Add missing files for new doc theme.Georg Brandl2012-03-253-0/+348
* | merge with 3.2Georg Brandl2012-03-254-4/+9
|\ \ | |/
| * Switch to new "lighter" doc design.Georg Brandl2012-03-254-4/+9
* | Remove extra spaces in doc example.Andrew Svetlov2012-03-251-3/+3
* | merge with 3.2Georg Brandl2012-03-251-3/+3
|\ \ | |/
| * Closes #14401: fix typos in curses howto.Georg Brandl2012-03-251-3/+3
* | Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst toEli Bendersky2012-03-241-3/+4
* | merge 3.2Martin v. Löwis2012-03-241-1/+1
|\ \ | |/
| * Issue #14400: Fix typo.Martin v. Löwis2012-03-241-1/+1
* | Fix indentation.Georg Brandl2012-03-241-24/+24
* | Use the same exception hierarchy as decimal.py. FloatOperation now alsoStefan Krah2012-03-231-1/+1
* | Issue #13782: streamline argument type-checking in ET.ElementEli Bendersky2012-03-231-5/+7
* | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicodeR David Murray2012-03-231-3/+3
* | Fix indentation.Georg Brandl2012-03-221-2/+3
* | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...Antoine Pitrou2012-03-211-1/+34
* | Document decimal.MIN_ETINY.Stefan Krah2012-03-211-9/+12
* | Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-213-32/+237
* | Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.Larry Hastings2012-03-201-0/+9
* | time.steady() doc: don't repeat the default valueVictor Stinner2012-03-191-1/+1
* | Merge #14355: remove obsolete doc reference to previously removed init_frozen.R David Murray2012-03-191-1/+1
|\ \ | |/
| * #14355: remove obsolete doc reference to previously removed init_frozen.R David Murray2012-03-191-1/+1
* | merge with 3.2Georg Brandl2012-03-171-2/+3
|\ \ | |/
| * Closes #14250: regex.flags has not only explicit flags but also implicit flag...Georg Brandl2012-03-171-2/+3
* | merge with 3.2Georg Brandl2012-03-171-24/+2
|\ \ | |/
| * Closes #14343: avoid shadowing builtin input() in example code.Georg Brandl2012-03-171-2/+2
| * Closes #14342: remove out-of-date section about avoiding recursion errors.Georg Brandl2012-03-171-22/+0
* | merge with 3.2Georg Brandl2012-03-171-5/+5
|\ \ | |/
| * Closes #14306: clarify expensiveness of try-except and update code snippetGeorg Brandl2012-03-171-5/+5
* | updated whatsnew/3.3.rst with the new methods added to list and bytearray (is...Eli Bendersky2012-03-171-0/+4
* | merge from 3.2 - issue6566Senthil Kumaran2012-03-171-0/+8
|\ \ | |/
| * 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch ...Senthil Kumaran2012-03-171-0/+8
* | Merge #11780: s/throw/raise/R David Murray2012-03-171-1/+1
|\ \ | |/