summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
...
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-122-7/+7
|\ \ | |/ | | | | | | Fixed 2 to 3 porting bug in pynche.ColorDB. Added few tests for __truediv__, __floordiv__ and __matmul__.
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-122-7/+7
| | | | | | | | Fixed 2 to 3 porting bug in pynche.ColorDB.
* | 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
| | | | | | | | Noticed by Nathan West.
* | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-0/+24
| | | | | | | | functions of faulthandler now accept file descriptors. Patch by Wei Wu.
* | 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
|\ \ | |/ | | | | Also, document SystemExit.code attribute explicitly.
| * Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
| | | | | | | | Also, document SystemExit.code attribute explicitly.
* | 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 #23605: os.walk() now calls os.scandir() instead of os.listdir().Victor Stinner2015-03-101-0/+5
| | | | | | | | | | The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt.
* | 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
| |
* | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()Victor Stinner2015-03-081-0/+177
| | | | | | | | | | function -- a better and faster directory iterator". Patch written by Ben Hoyt.
* | merge 3.4Benjamin Peterson2015-03-072-4/+4
|\ \ | |/
| * replace Amazon links in the documentation (closes #23579)Benjamin Peterson2015-03-072-4/+4
| | | | | | | | Patch by Sayan Chowdhury.
* | Issue #17911: Tweak traceback documentation.Berker Peksag2015-03-061-71/+95
| | | | | | | | | | | | | | | | Changes: * Fixed reSt markup * Fixed cross references * Fixed a couple of typos
* | Issue #22936: Allow showing local variables in unittest errors.Robert Collins2015-03-061-6/+19
| |
* | Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-051-10/+18
| |
* | merge 3.4Benjamin Peterson2015-03-051-3/+11
|\ \ | |/
| * expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-3/+11
| |
* | Issue #17911: traceback module overhaulRobert Collins2015-03-042-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 Furman2015-03-021-0/+3
| | | | | | | | Jason Yeo
* | merge 3.4 (#23561)Benjamin Peterson2015-03-021-100/+100
|\ \ | |/
| * 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
|\ \ | |/ | | | | | | | | TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse.
| * Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021-4/+4
| | | | | | | | | | | | TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse.
* | Closes issue #22791: Improved datetime from timestamp methods documentation.Alexander Belopolsky2015-03-011-5/+11
| | | | | | | | Original patch by Akira Li.
* | Merge with 3.4Zachary Ware2015-02-271-2/+2
|\ \ | |/
| * Fix copy/paste error in bytes.isupper() doc.Zachary Ware2015-02-271-2/+2
| | | | | | | | Reported by Jon Colburn on docs@.
* | Issue #15955: Add an option to limit the output size in bz2.decompress().Antoine Pitrou2015-02-261-6/+30
| | | | | | | | Patch by Nikolaus Rath.
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-261-3/+11
|\ \ | |/
| * asyncio doc: lock classes are not thread safeVictor Stinner2015-02-261-3/+11
| |
* | 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
| | | | | | | | | | conditional group references are used in lookbehind assertions in regular expressions.
* | Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2015-02-211-0/+3
| | | | | | | | work in lookbehind assertions in regular expressions.