summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.Yury Selivanov2016-01-121-2/+1
* #25517: fix regex in the regex howto. Patch by Elena Oat.Ezio Melotti2016-01-111-3/+4
* #25991: fix readline example to limit history size. Patch by Daniel Dye.Ezio Melotti2016-01-111-0/+4
* Fix versionadded to use 3.5.1 only for 3.5 branchAndrew Svetlov2016-01-111-1/+1
* merge 3.4Andrew Svetlov2016-01-111-48/+64
|\
| * Document asyncio.timeout()Andrew Svetlov2016-01-111-46/+63
* | merge 3.4 (#26066)Benjamin Peterson2016-01-101-11/+0
|\ \ | |/
| * delete old crypto prose (closes #26066)Benjamin Peterson2016-01-101-11/+0
* | Issue23675 - A tiny clarification in the MRO glossary term.Senthil Kumaran2016-01-101-1/+2
* | Issue #26029: Finish correction.Terry Jan Reedy2016-01-091-1/+1
* | Issue #26029: Remove extraneous word. Patch by Upendra Kumar.Terry Jan Reedy2016-01-091-1/+1
* | Issue20969 - Set the Epub Author and Epub Publisher in Python docs.Senthil Kumaran2016-01-081-0/+5
* | merge 3.4 (#26046)Benjamin Peterson2016-01-081-1/+1
|\ \ | |/
| * fix typo in unittest docs (closes #26046)Benjamin Peterson2016-01-081-1/+1
* | Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ...Berker Peksag2016-01-071-2/+4
* | merge from 3.4Senthil Kumaran2016-01-071-0/+5
|\ \ | |/
| * Issue16544 - Add a link to an external documentation resource in ast module d...Senthil Kumaran2016-01-071-0/+5
* | Cross-reference os.DirEntry and pathlib.Path for issue #22570.Guido van Rossum2016-01-062-0/+10
* | Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)Guido van Rossum2016-01-061-0/+1
|\ \ | |/
| * Add versionadded (3.4.5) to docs for issue #22570.Guido van Rossum2016-01-061-0/+1
* | Docs for issue #22570. (Merge 3.4->3.5)Guido van Rossum2016-01-061-0/+17
|\ \ | |/
| * Docs for issue #22570.Guido van Rossum2016-01-061-0/+17
* | merge from 3.4Senthil Kumaran2016-01-041-4/+3
|\ \ | |/
| * Issue24898 - Improve str.find documentation.Senthil Kumaran2016-01-041-4/+3
* | merge from 3.4Senthil Kumaran2016-01-031-3/+5
|\ \ | |/
| * Issue21221 - Explain the usage of tm_isdst attribute of mktime, with validSenthil Kumaran2016-01-031-3/+5
* | merge from 3.4Senthil Kumaran2016-01-022-4/+2
|\ \ | |/
| * Issue25917 : Fix howto links in docs. Point the reference documentation inste...Senthil Kumaran2016-01-022-4/+2
* | Fix grammar.Zachary Ware2016-01-011-1/+1
* | merge 3.4Benjamin Peterson2016-01-011-24/+0
|\ \ | |/
| * merge 3.3Benjamin Peterson2016-01-011-24/+0
| |\
| | * remove some copyright notices supserseded by the toplevel onesBenjamin Peterson2016-01-011-24/+0
* | | merge 3.4Benjamin Peterson2016-01-012-4/+4
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2016-01-012-4/+4
| |\ \ | | |/
| | * 2016 will be another year of writing copyrighted codeBenjamin Peterson2016-01-012-2/+2
* | | Backport of fix for issue #25930Brett Cannon2015-12-291-5/+5
* | | Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtensio...Brett Cannon2015-12-272-19/+0
* | | Issue #25874: Clarify platform support in the "Using Python on Windows" doc.Brett Cannon2015-12-271-0/+8
* | | #1753718: clarify RFC compliance and bytes/string argument types.R David Murray2015-12-241-57/+71
* | | docs: Document ASYNC/AWAIT tokens (issue #25580)Yury Selivanov2015-12-171-0/+6
* | | Merge 3.4Yury Selivanov2015-12-172-6/+6
|\ \ \ | |/ /
| * | docs/asyncio: Twek sections names per Nick Coghlan suggestionYury Selivanov2015-12-172-6/+6
* | | docs/asyncio: Update ensure_future & run_coroutine_threadsafe docsYury Selivanov2015-12-151-1/+4
* | | docs/whatsnew/3.5: Fix ref linkYury Selivanov2015-12-151-1/+1
* | | whatsnew/3.5: Mention new asyncio APIs in 3.5.1Yury Selivanov2015-12-151-0/+12
* | | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()Gregory P. Smith2015-12-141-3/+3
* | | Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.R David Murray2015-12-131-3/+6
|\ \ \ | |/ /
| * | #25495: Clarify b2a_base64 documentation vis 57 bytes.R David Murray2015-12-131-3/+6
* | | Issue #22341: Drop Python 2 workaround and document CRC initial valueMartin Panter2015-12-112-34/+26
* | | Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-102-2/+3