summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #11726: clarify linecache doc: linecache is written to cache PythonVictor Stinner2015-03-181-2/+5
* Issue #19428: Document that PyMarshal_ReadLongFromFile() andVictor Stinner2015-03-181-6/+15
* Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
* 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
* Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
* __getslice__ certainly won't appear in the outputBenjamin Peterson2015-03-131-1/+1
* Make the case to only support Python 2.7 when supporting 2/3 simultaneouslyBrett Cannon2015-03-131-13/+13
* 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 #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
* 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 #23605: os.walk() doc now mentions shutil.rmtree() in the last exampleVictor Stinner2015-03-101-2/+3
* Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
* indicate correct version (closes #23608)Benjamin Peterson2015-03-081-1/+1
* replace Amazon links in the documentation (closes #23579)Benjamin Peterson2015-03-072-4/+4
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-3/+11
* wrap everything at 80 charsBenjamin Peterson2015-03-021-98/+97
* link to the correct dis method or function (closes #23561)Benjamin Peterson2015-03-021-3/+3
* Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021-4/+4
* Fix the clarification as to why division cannot be ported automaticallyBrett Cannon2015-02-271-2/+3
* Fix copy/paste error in bytes.isupper() doc.Zachary Ware2015-02-271-2/+2
* asyncio doc: lock classes are not thread safeVictor Stinner2015-02-261-3/+11
* Issue #23511: Port email-simple.py to Python 3.Berker Peksag2015-02-254-10/+10
* asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-256-0/+22
* asyncio doc: begin with warnings on asyncio trapsVictor Stinner2015-02-251-0/+5
* asyncio doc: move queues to a new pageVictor Stinner2015-02-253-166/+174
* Remove unsupported (in latex) character from the source.Georg Brandl2015-02-251-1/+1
* asyncio doc: close explicitly event loopsVictor Stinner2015-02-231-0/+2
* Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+2
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-211-2/+5
* Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-201-0/+6
* Fix typo pointed out on docs@ by Yaniv SayehZachary Ware2015-02-201-1/+1
* Fix a typo pointed out on docs@Zachary Ware2015-02-201-1/+1
* document the requestline and close_connection attributes, use real booleans, ...Benjamin Peterson2015-02-181-0/+12
* asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_doneVictor Stinner2015-02-171-28/+36
* asyncio doc: fix the sphinx extension for coroutine commandsVictor Stinner2015-02-171-5/+0
* Issue #22883: Update PyInt to PyLong in C API example.Serhiy Storchaka2015-02-171-1/+1
* Fix typo in os.supports_effective_ids documentation.Berker Peksag2015-02-161-1/+2
* Issue #13637: Remove outdated versionchanged directives.Berker Peksag2015-02-141-6/+0
* asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-126-42/+72
* Amend b8ebf381390f: find patchlevel.py in extensions.Martin v. Löwis2015-02-091-1/+1
* Fix a copyright notice that still said 2014.v3.4.3rc1Larry Hastings2015-02-081-1/+1
* Corrected typo.Vinay Sajip2015-02-071-1/+1
* Minor change to documentation on creating venvs.Vinay Sajip2015-02-071-4/+7
* Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
* asyncio doc: explain how to display ResourceWarning in the debug mode sectionVictor Stinner2015-02-041-15/+24
* asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-031-6/+4