summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #26304: Additional “allows to” fix specific to 3.6Martin Panter2016-02-101-1/+1
* Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-1013-41/+41
|\
| * Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-1013-41/+41
* | Issue #26136: Upgrade the generator_stop warning to DeprecationWarningMartin Panter2016-02-101-0/+8
* | Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter2016-02-102-3/+15
* | Issues #26310, 26311: Merge typo fixes from 3.5Martin Panter2016-02-103-4/+4
|\ \ | |/
| * 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
|\ \ | |/
| * 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 #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().Serhiy Storchaka2016-02-072-0/+34
* | Merge string formatting doc fixes from 3.5Martin Panter2016-02-089-29/+31
|\ \ | |/
| * Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-089-29/+31
* | merge from 3.5Senthil Kumaran2016-02-061-1/+1
|\ \ | |/
| * Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
* | Merge with 3.5Zachary Ware2016-02-041-1/+1
|\ \ | |/
| * Python for .NET has moved to Github.Zachary Ware2016-02-041-1/+1
* | Merge with 3.5Zachary Ware2016-02-021-1/+1
|\ \ | |/
| * Fix typo.Zachary Ware2016-02-021-1/+1
* | Issue #26244: Merge zlib documentation from 3.5Martin Panter2016-02-031-3/+4
|\ \ | |/
| * 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
* | mergeRaymond Hettinger2016-02-021-2/+2
* | Merge 3.5 (doc)Victor Stinner2016-01-311-35/+38
|\ \ | |/
| * Enhance os.scandir() docVictor Stinner2016-01-311-35/+38
* | Issue #26242: Fix another one in importlib.rstBerker Peksag2016-01-301-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * 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 "Creating Virtual Environments" link in venv documentationBerker Peksag2016-01-301-1/+1
* | Update output of venv -hBerker Peksag2016-01-301-4/+5
|\ \ | |/
| * Update output of venv -hBerker Peksag2016-01-301-4/+5
* | Add a link to PEP 384 in stable.rstBerker Peksag2016-01-281-1/+1
|\ \ | |/
| * Add a link to PEP 384 in stable.rstBerker Peksag2016-01-281-1/+1
* | Issue #19023: Merge ctypes doc and tests from 3.5Martin Panter2016-01-291-4/+54
|\ \ | |/
| * 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 #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 #26199: Fix broken link in unittest.mock-examples.rstBerker Peksag2016-01-281-1/+1
* | Issue #26220: Merge Unicode how-to from 3.5Martin Panter2016-01-291-3/+0
|\ \ | |/
| * Issue #26220: Remove outdated comment about a question markMartin Panter2016-01-291-3/+0
* | mergeRaymond Hettinger2016-01-271-0/+3
|\ \ | |/
| * Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+3
* | Issue #18018: Raise an ImportError if a relative import is attemptedBrett Cannon2016-01-231-0/+4
* | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-222-7/+17
* | Merge from 3.5Brett Cannon2016-01-221-1/+1
|\ \ | |/
| * Fix a typo in a code exampleBrett Cannon2016-01-221-1/+1
* | Merge 3.5 (i18n doc, issue #25907)Victor Stinner2016-01-223-59/+59
|\ \ | |/