summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #13248: Delete remaining references of inspect.getargspec().Berker Peksag2015-07-311-3/+1
* Merge with 3.5Terry Jan Reedy2015-07-301-2/+0
|\
| * Merge with 3.4Terry Jan Reedy2015-07-301-2/+0
| |\
| | * Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.Terry Jan Reedy2015-07-301-2/+0
* | | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
|\ \ \ | |/ /
| * | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
| |\ \ | | |/
| | * Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
* | | Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.Berker Peksag2015-07-302-0/+10
|\ \ \ | |/ /
| * | Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.Berker Peksag2015-07-302-0/+10
* | | Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in diff...Berker Peksag2015-07-291-62/+1
|\ \ \ | |/ /
| * | Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in diff...Berker Peksag2015-07-291-62/+1
* | | Merge with 3.5 for Issue #24729Jason R. Coombs2015-07-291-3/+3
|\ \ \ | |/ /
| * | Merge with 3.4 for Issue #24729Jason R. Coombs2015-07-291-3/+3
| |\ \ | | |/
| | * MergeJason R. Coombs2015-07-291-3/+3
| | |\
| | | * Issue #24729: Correct reference to open function.Jason R. Coombs2015-07-291-2/+2
| | | * Issue #24729: Update tutorial to match implementation.Alessandro Cucci2015-07-281-3/+3
* | | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-4/+2
|\ \ \ \ | |/ / /
| * | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-4/+2
| |\ \ \ | | |/ /
| | * | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-4/+2
| | |/
* | | Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
|\ \ \ | |/ /
| * | Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
| |\ \ | | |/
| | * Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
* | | Merge 3.5 (doc)Victor Stinner2015-07-292-0/+11
|\ \ \ | |/ /
| * | What's New in Python 3.5: document os.urandom() changesVictor Stinner2015-07-292-0/+11
* | | Merge 3.5 (doc)Victor Stinner2015-07-281-0/+4
|\ \ \ | |/ /
| * | What's New in Python 3.5: document socket.sendall() change on timeoutVictor Stinner2015-07-281-0/+4
* | | Merge 3.5 (doc)Victor Stinner2015-07-281-0/+9
|\ \ \ | |/ /
| * | What's New in Python 3.5: Document ssl methods change on timeoutVictor Stinner2015-07-281-0/+9
* | | Merge 3.5 (doc)Victor Stinner2015-07-281-52/+65
|\ \ \ | |/ /
| * | What's New in Python 3.5: move PEP 475 docVictor Stinner2015-07-281-52/+65
* | | Issue #24420: Fix documentation regression introduced by f0a00ee094ff.Berker Peksag2015-07-251-3/+19
|\ \ \ | |/ /
| * | Issue #24420: Fix documentation regression introduced by f0a00ee094ff.Berker Peksag2015-07-251-3/+19
* | | Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-251-1/+1
|\ \ \ | |/ /
| * | Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-251-1/+1
| |\ \ | | |/
| | * Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-251-1/+1
* | | Add versionchanged information for mock_open.Robert Collins2015-07-231-0/+8
|\ \ \ | |/ /
| * | Add versionchanged information for mock_open.Robert Collins2015-07-231-0/+8
| |\ \ | | |/
| | * Add versionchanged information for mock_open.Robert Collins2015-07-231-0/+8
* | | Issue #21750: Further fixup to be styled like other mock APIs.Robert Collins2015-07-231-3/+5
|\ \ \ | |/ /
| * | Issue #21750: Further fixup to be styled like other mock APIs.Robert Collins2015-07-231-3/+5
| |\ \ | | |/
| | * Issue #21750: Further fixup to be styled like other mock APIs.Robert Collins2015-07-231-3/+5
* | | Sync NEWS (re removed inspect.getargspec and inspect.getmoduleinfo)Yury Selivanov2015-07-231-1/+1
* | | Issue #13248: Remove inspect.getmoduleinfo() from 3.6 (deprecated in 3.3)Yury Selivanov2015-07-232-20/+5
* | | Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0)Yury Selivanov2015-07-232-19/+2
* | | Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-221-4/+4
|\ \ \ | |/ /
| * | Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-221-4/+4
| |\ \ | | |/
| | * Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-221-4/+4
* | | Merge unittest docs suspicious fix.Robert Collins2015-07-221-4/+4
|\ \ \ | |/ /
| * | Merge unittest docs suspicious fix.Robert Collins2015-07-221-4/+4
| |\ \ | | |/
| | * Fix suspicious after the unittest docs change.Robert Collins2015-07-221-4/+4