summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e...Steve Dower2015-02-262-0/+32
* Issue #15955: Add an option to limit the output size in bz2.decompress().Antoine Pitrou2015-02-261-6/+30
* Merge 3.4 (asyncio doc)Victor Stinner2015-02-261-3/+11
|\
| * 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
|\ \ | |/
| * Issue #23511: Port email-simple.py to Python 3.Berker Peksag2015-02-254-10/+10
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-258-166/+201
|\ \ | |/
| * 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
* | Merge with 3.4Georg Brandl2015-02-251-1/+1
|\ \ | |/
| * Remove unsupported (in latex) character from the source.Georg Brandl2015-02-251-1/+1
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-231-0/+2
|\ \ | |/
| * asyncio doc: close explicitly event loopsVictor Stinner2015-02-231-0/+2
* | Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+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
* | Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2015-02-211-0/+3
* | Issue #23422: Clarify some things around importlib.import_module()Brett Cannon2015-02-201-6/+13
* | Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-201-0/+6
|\ \ | |/
| * 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
* | Merge with 3.4Zachary Ware2015-02-201-1/+1
|\ \ | |/
| * Fix a typo pointed out on docs@Zachary Ware2015-02-201-1/+1
* | merge 3.4 (#23410)Benjamin Peterson2015-02-181-0/+12
|\ \ | |/
| * document the requestline and close_connection attributes, use real booleans, ...Benjamin Peterson2015-02-181-0/+12
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-172-33/+36
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * Fix typo in os.supports_effective_ids documentation.Berker Peksag2015-02-161-1/+2
* | Issue #23239: ssl.match_hostname() now supports matching of IP addresses.Antoine Pitrou2015-02-151-4/+7
* | Add a whatsnew entry for issue #22003.Berker Peksag2015-02-141-1/+2
* | Issue #13637: Remove outdated versionchanged directives.Berker Peksag2015-02-141-6/+0
|\ \ | |/
| * Issue #13637: Remove outdated versionchanged directives.Berker Peksag2015-02-141-6/+0
* | Issue #23437: Update NEWS and whatsnew/3.5Steve Dower2015-02-141-0/+7
* | Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...Steve Dower2015-02-141-1/+1
* | Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.Berker Peksag2015-02-132-4/+39
* | Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.Berker Peksag2015-02-132-8/+35
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-126-42/+72
|\ \ | |/
| * 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
* | Issue #23344: marshal.dumps() is now 20-25% faster on average.Serhiy Storchaka2015-02-111-2/+3
* | Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster onSerhiy Storchaka2015-02-111-0/+3
* | Fix typos in Doc/whatsnew/3.5.rst.Berker Peksag2015-02-111-3/+3
* | Added respect_handler_level to QueueListener.Vinay Sajip2015-02-092-2/+18
* | Merge.Larry Hastings2015-02-081-7/+11
|\ \