summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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-212-32/+150
* 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 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
|\ \ | |/
| * #11780: s/throw/raise/R David Murray2012-03-171-1/+1
* | Merge #11780: document that email.encoders throw TypeError on multipart messa...R David Murray2012-03-171-0/+4
|\ \ | |/
| * #11780: document that email.encoders throw TypeError on multipart messages.R David Murray2012-03-171-0/+4
* | Issue #14202: some additional doc fixesEli Bendersky2012-03-161-14/+13
|\ \ | |/
| * Issue #14202: some additional doc fixesEli Bendersky2012-03-161-14/+13
* | Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.Eli Bendersky2012-03-161-16/+68
|\ \ | |/
| * Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.Eli Bendersky2012-03-161-16/+68
* | Issue #13709: some fixes to the ctypes documentation. In addition to fixingEli Bendersky2012-03-161-80/+14
* | Issue #9257: clarify the events iterparse acceptsEli Bendersky2012-03-161-5/+8
|\ \ | |/
| * Issue #9257: clarify the events iterparse acceptsEli Bendersky2012-03-161-5/+8
* | Issue #14207: the ParseError exception raised by _elementtree was madeEli Bendersky2012-03-161-1/+18
* | Explain the use of charset parameter with Content-Type header: issue11082Senthil Kumaran2012-03-162-26/+55
|\ \ | |/
| * Explain the use of charset parameter with Content-Type header. Issue11082Senthil Kumaran2012-03-162-24/+53
* | (sched) when run() is invoked with blocking=False return the deadline of the ...Giampaolo Rodola'2012-03-151-1/+2
* | Merge #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
|\ \ | |/
| * #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
* | Closes issue #14163 - tkinter: problems with hello doc exampleAndrew Svetlov2012-03-151-29/+24
* | mergeRaymond Hettinger2012-03-151-9/+8
|\ \
| * \ cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issu...Senthil Kumaran2012-03-151-9/+8
| |\ \ | | |/
| | * Fix the wrong urllib exampls which use str for POST data. Closes Issue11261Senthil Kumaran2012-03-151-12/+11
* | | Issue #13248: Removed docs for two deprecated unittest features. To be cons...Raymond Hettinger2012-03-151-30/+0
|/ /
* | Issue #10278: Add an optional strict argument to time.steady(), False by defaultVictor Stinner2012-03-151-1/+6
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...Victor Stinner2012-03-141-18/+8
* | deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-141-27/+51
* | #14283: merge with 3.2Georg Brandl2012-03-141-5/+4
|\ \ | |/
| * Closes #14283: match() and search() are regex methods, not match methods.Georg Brandl2012-03-141-5/+4
* | default: closes Issue12365 - Add an example explaining the context manager us...Senthil Kumaran2012-03-141-5/+13
|\ \ | |/
| * closes Issue12365 - Add an example explaining the context manager use case of...Senthil Kumaran2012-03-141-5/+13
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-141-17/+22
* | Fix doc of datetime.date*.*fromtimestamp() methodsVictor Stinner2012-03-131-5/+9
* | Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()Victor Stinner2012-03-131-3/+7