summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-103-4/+4
* Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-081-1/+1
* Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-071-1/+2
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-089-29/+31
* Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
* Python for .NET has moved to Github.Zachary Ware2016-02-041-1/+1
* Fix typo.Zachary Ware2016-02-021-1/+1
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-3/+4
* Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-021-2/+2
* Enhance os.scandir() docVictor Stinner2016-01-311-35/+38
* Issue #26242: Fix another one in importlib.rstBerker Peksag2016-01-301-1/+1
* Fix a markup error in socket.rstBerker Peksag2016-01-301-1/+1
* Update "Creating Virtual Environments" link in venv documentationBerker Peksag2016-01-301-1/+1
* Update output of venv -hBerker Peksag2016-01-301-4/+5
* Add a link to PEP 384 in stable.rstBerker Peksag2016-01-281-1/+1
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-4/+54
* Issue #26034: Sync documentation of --clear with its behaviorBerker Peksag2016-01-281-3/+2
* Issue #26199: Fix broken link in unittest.mock-examples.rstBerker Peksag2016-01-281-1/+1
* Issue #26220: Remove outdated comment about a question markMartin Panter2016-01-291-3/+0
* Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+3
* Fix a typo in a code exampleBrett Cannon2016-01-221-1/+1
* doc: i18n HTML templatesVictor Stinner2016-01-223-59/+59
* minor clarification on Zipfile 'x' mode - exclusive creation of a file.Senthil Kumaran2016-01-221-2/+2
* Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-11/+26
* issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys andSenthil Kumaran2016-01-211-7/+7
* Issue #26106: doc: Move text of licenses to parsed literal blockVictor Stinner2016-01-211-177/+183
* merge 3.4 (#26172)Benjamin Peterson2016-01-211-1/+1
|\
| * remove script from epub (closes #26172)Benjamin Peterson2016-01-211-1/+1
* | issue25982 - Add a class definition for managers.Namespace in the multiproces...Senthil Kumaran2016-01-201-15/+17
* | Issue #5626: Remove misleading comment from socket.gethostname() documentationBerker Peksag2016-01-201-5/+0
* | Issue #26157: Fix typos in asyncio-eventloop.rstBerker Peksag2016-01-201-4/+4
* | issue23962 - Reference the correct TimeoutError in concurrent.futures documen...Senthil Kumaran2016-01-191-16/+27
* | Issue26017 - Suggest enclosing command args in double quotes when using chara...Senthil Kumaran2016-01-181-2/+4
* | Issue26135 - In the tutorial section on modules, reference importlib.reload i...Senthil Kumaran2016-01-171-1/+2
* | Issue #25089: Adds short documentation section for modifying an install.Steve Dower2016-01-161-0/+17
* | Issue26035 - Correct the argument names used in the docs of the traceback mo...Senthil Kumaran2016-01-161-34/+35
* | Issue #26127: Fix links in tokenize documentation; patch by Silent GhostMartin Panter2016-01-161-7/+7
* | #26001: mention in the tutorial that files in binary mode expect bytes, not str.Ezio Melotti2016-01-121-7/+8
* | #19006: fix wording in unittest docs.Ezio Melotti2016-01-121-3/+4
* | 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