summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+2
|\
| * Issue #11726: Fix linecache example in the docVictor Stinner2015-03-181-2/+2
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+5
|\ \ | |/
| * Issue #11726: clarify linecache doc: linecache is written to cache PythonVictor Stinner2015-03-181-2/+5
* | Issue #12155: Fix queue doc example to join threadsVictor Stinner2015-03-181-13/+23
* | Merge 3.4 (marshal doc)Victor Stinner2015-03-181-6/+15
|\ \ | |/
| * Issue #19428: Document that PyMarshal_ReadLongFromFile() andVictor Stinner2015-03-181-6/+15
* | Issue #2211: Updated the implementation of the http.cookies.Morsel class.Serhiy Storchaka2015-03-182-0/+18
* | Issue #18983: Allow selection of output units in timeit.Robert Collins2015-03-171-1/+7
* | Revert changeset d927047b1d8eb87738676980a24930d053ba2150Victor Stinner2015-03-171-4/+0
* | Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
|\ \ | |/
| * Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
* | merge 3.4 (#23679)Benjamin Peterson2015-03-161-2/+6
|\ \ | |/
| * versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* | Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
|\ \ | |/
| * Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* | Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-142-1/+14
* | Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
|\ \ | |/
| * Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
* | merge 3.4Benjamin Peterson2015-03-131-1/+1
|\ \ | |/
| * __getslice__ certainly won't appear in the outputBenjamin Peterson2015-03-131-1/+1
* | Merge 3.4Brett Cannon2015-03-131-13/+13
|\ \ | |/
| * Make the case to only support Python 2.7 when supporting 2/3 simultaneouslyBrett Cannon2015-03-131-13/+13
* | Strip trailing whitespaceBrett Cannon2015-03-131-7/+8
* | Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-133-4/+275
* | testVictor Stinner2015-03-121-0/+4
* | merge 3.4Benjamin Peterson2015-03-131-1/+1
|\ \ | |/
| * use the meth role for ZipFile.openBenjamin Peterson2015-03-131-1/+1
* | Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
|\ \ | |/
| * Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
* | Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
|\ \ | |/
| * Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-122-7/+7
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-122-7/+7
* | Add versionadded directives for the matmul operator.Berker Peksag2015-03-121-0/+4
* | Issue #23651: Fix typo in allow_abbrev docs.Berker Peksag2015-03-121-1/+1
* | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-122-0/+32
* | Close issue23467: add %r compatibility to bytes and bytearrayEthan Furman2015-03-111-1/+7
* | Merge 3.4 (asyncio doc)Victor Stinner2015-03-101-4/+4
|\ \ | |/
| * asyncio doc: changes on the Queue API missed Python 3.4.3 releaseVictor Stinner2015-03-101-4/+4
* | Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
|\ \ | |/
| * Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
* | Merge 3.4 (os doc)Victor Stinner2015-03-101-2/+3
|\ \ | |/
| * Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last exampleVictor Stinner2015-03-101-2/+3
* | Issue #22524: Rephrase scandir addition in What's New in Python 3.5Victor Stinner2015-03-101-8/+18
* | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().Victor Stinner2015-03-101-0/+5
* | Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
|\ \ | |/
| * Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
* | merge 3.4 (#23608)Benjamin Peterson2015-03-081-1/+1
|\ \ | |/
| * indicate correct version (closes #23608)Benjamin Peterson2015-03-081-1/+1