Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17911: Tweak traceback documentation. | Berker Peksag | 2015-03-06 | 1 | -71/+95 |
| | | | | | | | | Changes: * Fixed reSt markup * Fixed cross references * Fixed a couple of typos | ||||
* | Issue #22936: Allow showing local variables in unittest errors. | Robert Collins | 2015-03-06 | 1 | -6/+19 |
| | |||||
* | Issue #22936: Make it possible to show local variables in tracebacks. | Robert Collins | 2015-03-05 | 1 | -10/+18 |
| | |||||
* | merge 3.4 | Benjamin Peterson | 2015-03-05 | 1 | -3/+11 |
|\ | |||||
| * | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 1 | -3/+11 |
| | | |||||
* | | Issue #17911: traceback module overhaul | Robert Collins | 2015-03-04 | 2 | -0/+132 |
| | | | | | | | | | | | | | | | | | | Provide a way to seed the linecache for a PEP-302 module without actually loading the code. Provide a new object API for traceback, including the ability to not lookup lines at all until the traceback is actually rendered, without any trace of the original objects being kept alive. | ||||
* | | issue19075: add visual sorting algorithms to turtledemo; original code from ↵ | Ethan Furman | 2015-03-02 | 1 | -0/+3 |
| | | | | | | | | Jason Yeo | ||||
* | | merge 3.4 (#23561) | Benjamin Peterson | 2015-03-02 | 1 | -100/+100 |
|\ \ | |/ | |||||
| * | wrap everything at 80 chars | Benjamin Peterson | 2015-03-02 | 1 | -98/+97 |
| | | |||||
| * | link to the correct dis method or function (closes #23561) | Benjamin Peterson | 2015-03-02 | 1 | -3/+3 |
| | | |||||
* | | Issue #20521: Change ``TOS`` to TOS in dis documentation. | Berker Peksag | 2015-03-02 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | | | TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse. | ||||
| * | Issue #20521: Change ``TOS`` to TOS in dis documentation. | Berker Peksag | 2015-03-02 | 1 | -4/+4 |
| | | | | | | | | | | | | TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse. | ||||
* | | Add a versionadded directive for PEP 486. | Berker Peksag | 2015-03-02 | 1 | -0/+2 |
| | | |||||
* | | Closes issue #22791: Improved datetime from timestamp methods documentation. | Alexander Belopolsky | 2015-03-01 | 1 | -5/+11 |
| | | | | | | | | Original patch by Akira Li. | ||||
* | | Issue #20204: Deprecation warning is now raised for builtin type without the | Serhiy Storchaka | 2015-03-01 | 1 | -0/+5 |
| | | | | | | | | __module__ attribute. | ||||
* | | Merge with 3.4 for porting HOWTO tweaks | Brett Cannon | 2015-02-27 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fix the clarification as to why division cannot be ported automatically | Brett Cannon | 2015-02-27 | 1 | -2/+3 |
| | | |||||
* | | Merge with 3.4 | Zachary Ware | 2015-02-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix copy/paste error in bytes.isupper() doc. | Zachary Ware | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | | Reported by Jon Colburn on docs@. | ||||
* | | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵ | Steve Dower | 2015-02-26 | 2 | -0/+32 |
| | | | | | | | | environments (patch by Paul Moore) | ||||
* | | Issue #15955: Add an option to limit the output size in bz2.decompress(). | Antoine Pitrou | 2015-02-26 | 1 | -6/+30 |
| | | | | | | | | Patch by Nikolaus Rath. | ||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
|\ \ | |/ | |||||
| * | asyncio doc: lock classes are not thread safe | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
| | | |||||
* | | Issue #23511: Port email-simple.py to Python 3. | Berker Peksag | 2015-02-25 | 4 | -10/+10 |
|\ \ | |/ | | | | | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. | ||||
| * | Issue #23511: Port email-simple.py to Python 3. | Berker Peksag | 2015-02-25 | 4 | -10/+10 |
| | | | | | | | | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon. | ||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-25 | 8 | -166/+201 |
|\ \ | |/ | |||||
| * | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 6 | -0/+22 |
| | | |||||
| * | asyncio doc: begin with warnings on asyncio traps | Victor Stinner | 2015-02-25 | 1 | -0/+5 |
| | | |||||
| * | asyncio doc: move queues to a new page | Victor Stinner | 2015-02-25 | 3 | -166/+174 |
| | | |||||
* | | Merge with 3.4 | Georg Brandl | 2015-02-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove unsupported (in latex) character from the source. | Georg Brandl | 2015-02-25 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | asyncio doc: close explicitly event loops | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
| | | |||||
* | | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
| | | |||||
| * | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -2/+5 |
| | | | | | | | | | | conditional group references are used in lookbehind assertions in regular expressions. | ||||
* | | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2015-02-21 | 1 | -0/+3 |
| | | | | | | | | work in lookbehind assertions in regular expressions. | ||||
* | | Issue #23422: Clarify some things around importlib.import_module() | Brett Cannon | 2015-02-20 | 1 | -6/+13 |
| | | |||||
* | | Issue #23439: Add missing entries to http.client.__all__. | Berker Peksag | 2015-02-20 | 1 | -0/+6 |
|\ \ | |/ | | | | | | | | | | | Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter. | ||||
| * | Issue #23439: Add missing entries to http.client.__all__. | Berker Peksag | 2015-02-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter. | ||||
| * | Fix typo pointed out on docs@ by Yaniv Sayeh | Zachary Ware | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Zachary Ware | 2015-02-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix a typo pointed out on docs@ | Zachary Ware | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#23410) | Benjamin Peterson | 2015-02-18 | 1 | -0/+12 |
|\ \ | |/ | |||||
| * | document the requestline and close_connection attributes, use real booleans, ↵ | Benjamin Peterson | 2015-02-18 | 1 | -0/+12 |
| | | | | | | | | | | | | and add tests (closes #23410) Patch by Martin Panter. | ||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-17 | 2 | -33/+36 |
|\ \ | |/ | |||||
| * | asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done | Victor Stinner | 2015-02-17 | 1 | -28/+36 |
| | | | | | | | | methods | ||||
| * | asyncio doc: fix the sphinx extension for coroutine commands | Victor Stinner | 2015-02-17 | 1 | -5/+0 |
| | | |||||
* | | Issue #22883: Update PyInt to PyLong in C API example. | Serhiy Storchaka | 2015-02-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #22883: Update PyInt to PyLong in C API example. | Serhiy Storchaka | 2015-02-17 | 1 | -1/+1 |
| | |