summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.3 (#19805)Benjamin Peterson2013-11-271-27/+3
|\
| * recommend OrderedDict for this FAQ (closes #19805)Benjamin Peterson2013-11-271-27/+3
| |
* | Issue #19793: Improved markup for True/False constants in pathlib documentation.Serhiy Storchaka2013-11-261-28/+28
| |
* | Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
|\ \ | |/
| * Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
| |
* | merge with 3.3Georg Brandl2013-11-261-1/+0
|\ \ | |/
| * Markup fix.Georg Brandl2013-11-261-1/+0
| |
* | Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-251-2/+1
| | | | | | | | with traceback_limit=1
* | Issue #18874: apply Jim Jewett's patch on tracemalloc docVictor Stinner2013-11-251-9/+13
| |
* | #13592, #17087: add whatsnew entry about regex/match object repr improvements.Ezio Melotti2013-11-251-0/+7
| |
* | #19778: fix a couple of re reprs in the documentation.Ezio Melotti2013-11-251-4/+4
| |
* | Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
|\ \ | |/
| * Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
| |
* | Mention the new tracemalloc module in the What's New in Python 3.4 documentVictor Stinner2013-11-251-0/+18
| |
* | merge with 3.3Georg Brandl2013-11-251-5/+5
|\ \ | |/
| * Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.Georg Brandl2013-11-251-5/+5
| |
| * Fix doc markup error.Georg Brandl2013-11-251-3/+3
| |
* | Merge broken link fix from 3.3.Ezio Melotti2013-11-251-1/+1
|\ \ | |/
| * Fix broken link in html.entities docs.Ezio Melotti2013-11-251-1/+1
| |
* | Add whatsnew section about the html package.Ezio Melotti2013-11-251-0/+21
| |
* | merge with 3.3Georg Brandl2013-11-241-0/+1
|\ \ | |/
| * Doc/Makefile: also do "make suspicious" during daily autobuildGeorg Brandl2013-11-241-0/+1
| |
* | Fix suspicious markup in the docs.Georg Brandl2013-11-246-16/+18
| |
* | Fix a few markup problems in the new import doc.Georg Brandl2013-11-241-2/+4
| |
* | Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-241-3/+6
| | | | | | | | | | | | | | | | written in C. As a part of this, a few doctests have been added to the builtins module (on hex(), oct(), and bin()), a doctest has been fixed (hopefully on all platforms) on float, and test_builtins now runs doctests in builtins.
* | Issue #13477: Added command line interface to the tarfile module.Serhiy Storchaka2013-11-231-0/+61
| | | | | | | | Original patch by Berker Peksag.
* | Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+7
| | | | | | | | computes the stack effect of bytecode instructions.
* | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,Serhiy Storchaka2013-11-232-1/+36
| | | | | | | | | | | | which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett.
* | Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-232-0/+11
| | | | | | | | samples to little-endian and vice versa.
* | Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-233-2/+10
| |
* | #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of ↵Ezio Melotti2013-11-231-0/+33
| | | | | | | | unittest methods.
* | #19639: update the repr of the match objects in the docs. Patch by Claudiu ↵Ezio Melotti2013-11-233-18/+18
| | | | | | | | Popa.
* | Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-232-9/+41
| | | | | | | | Most of the work is by Alexandre.
* | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when ↵Ezio Melotti2013-11-231-11/+24
| | | | | | | | True, automatically converts all character references.
* | Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-231-0/+4
| |
* | Tweak ssl docsAntoine Pitrou2013-11-231-23/+53
| |
* | mergeChristian Heimes2013-11-231-7/+10
|\ \
| * | Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-231-7/+10
| | | | | | | | | | | | Patch by William Mallard.
* | | Issue #19689: Add ssl.create_default_context() factory function. It createsChristian Heimes2013-11-231-0/+18
| | | | | | | | | | | | a new SSLContext object with secure default settings.
* | | Correct documentation clientAuth -> CLIENT_AUTHChristian Heimes2013-11-231-2/+2
|/ /
* | Issue #19292: Add SSLContext.load_default_certs() to load default root CAChristian Heimes2013-11-231-1/+30
| | | | | | | | | | certificates from default stores or system stores. By default the method loads CA certs for authentication of server certs.
* | Document create_connectionAntoine Pitrou2013-11-231-0/+71
| |
* | Start documenting the event loopAntoine Pitrou2013-11-231-0/+57
| |
* | Document asyncio transport APIsAntoine Pitrou2013-11-231-0/+170
| |
* | Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-232-29/+25
| | | | | | | | tracemalloc.start() now has an option nframe parameter
* | Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-234-2/+666
| |
* | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+Christian Heimes2013-11-231-0/+1
| | | | | | | | The patch removes the verify_flags feature on Mac OS X 10.4 with OpenSSL 0.9.7l 28 Sep 2006.
* | Issue #19551: Update whatsnew.Ned Deily2013-11-231-3/+2
| |
* | Update What's New with PEP 453 progressNick Coghlan2013-11-231-9/+19
| |
* | Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-232-62/+104
| | | | | | | | | | | | | | | | | | | | | | | | The codecs themselves were restored in Python 3.2, this completes the restoration by adding back the convenience aliases. These aliases were originally left out due to confusing errors when attempting to use them with the text encoding specific convenience methods. Python 3.4 includes several improvements to those errors, thus permitting the aliases to be restored as well.