summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix minor documentation markup error.Larry Hastings2013-08-031-1/+1
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-019-201/+201
|\
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-019-192/+192
* | #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-08-011-8/+7
* | #17616: wave.open now supports the 'with' statement.R David Murray2013-07-313-2/+11
* | Merge with 3.3Terry Jan Reedy2013-07-311-3/+3
|\ \ | |/
| * Issue #18573: More copy-paste fixes to assertWarns entry.Terry Jan Reedy2013-07-311-3/+3
* | Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).R David Murray2013-07-301-4/+9
|\ \ | |/
| * #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).R David Murray2013-07-301-4/+9
* | Merge: #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
|\ \ | |/
| * #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
* | fixed examples to work with changed attribute namesEthan Furman2013-07-301-5/+5
* | Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-302-2/+2
|\ \ | |/
| * #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-302-2/+2
* | Merge doc fixAntoine Pitrou2013-07-301-5/+4
|\ \ | |/
| * Simplify example of PyErr_Fetch() useAntoine Pitrou2013-07-301-5/+4
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-307-43/+114
* | Merge #18584: make doctest examples in email documentation pass.R David Murray2013-07-293-23/+67
|\ \ | |/
| * #18584: make doctest examples in email documentation pass.R David Murray2013-07-293-23/+67
* | Merge #15415 from 3.3Nick Coghlan2013-07-281-8/+30
|\ \ | |/
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-8/+30
* | Close #13266: Add inspect.unwrapNick Coghlan2013-07-282-3/+28
* | (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tagVictor Stinner2013-07-281-0/+2
|\ \ | |/
| * doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tagVictor Stinner2013-07-281-0/+2
* | Merge with 3.3Terry Jan Reedy2013-07-271-1/+1
|\ \ | |/
| * Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.Terry Jan Reedy2013-07-271-1/+1
* | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-252-1/+9
* | Merge #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
|\ \ | |/
| * #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
* | #16937: merge with 3.3.Ezio Melotti2013-07-251-2/+2
|\ \ | |/
| * #16937: document that stdin is always buffered, even when -u is used. Patch ...Ezio Melotti2013-07-251-2/+2
* | Closes #18541: merged update from 3.3.Vinay Sajip2013-07-241-57/+19
|\ \ | |/
| * Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
* | closes issue18042 -- a `unique` decorator is added to enum.pyEthan Furman2013-07-191-27/+66
* | Closes #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-161-1/+1
|\ \ | |/
| * Issue #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-161-1/+1
* | - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-152-8/+24
|\ \ | |/
| * - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-152-8/+24
* | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-152-2/+16
* | Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-143-4/+4
|\ \ | |/
| * Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-143-4/+4
* | #18389: Clarify that relpath does not access the file system.R David Murray2013-07-121-2/+4
|\ \ | |/
| * #18389: Clarify that relpath does not access the file system.R David Murray2013-07-121-2/+4
* | Closes #18433: Merged documentation update from 3.3.Vinay Sajip2013-07-121-3/+10
|\ \ | |/
| * Issue #18433: Clarified venv documentation.Vinay Sajip2013-07-121-3/+10
* | Merged changes.Vinay Sajip2013-07-121-0/+1
|\ \ | |/
| * Issue #18434: Updated example script to tidy up resources.Vinay Sajip2013-07-121-0/+1
* | Closes #18434: Merged documentation update from 3.3.Vinay Sajip2013-07-121-21/+28
|\ \ | |/
| * Issue #18434: Updated example script in venv docs to use setuptools rather th...Vinay Sajip2013-07-121-21/+28
* | Issue #18085: Add missed const modifier for some entries in refcounts.dat.Serhiy Storchaka2013-07-111-76/+76
|\ \ | |/