Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add whatsnew section about the html package. | Ezio Melotti | 2013-11-25 | 1 | -0/+21 |
| | |||||
* | merge with 3.3 | Georg Brandl | 2013-11-24 | 1 | -0/+1 |
|\ | |||||
| * | Doc/Makefile: also do "make suspicious" during daily autobuild | Georg Brandl | 2013-11-24 | 1 | -0/+1 |
| | | |||||
* | | Fix suspicious markup in the docs. | Georg Brandl | 2013-11-24 | 6 | -16/+18 |
| | | |||||
* | | Fix a few markup problems in the new import doc. | Georg Brandl | 2013-11-24 | 1 | -2/+4 |
| | | |||||
* | | Issue #3158: doctest can now find doctests in functions and methods | Zachary Ware | 2013-11-24 | 1 | -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 Storchaka | 2013-11-23 | 1 | -0/+61 |
| | | | | | | | | Original patch by Berker Peksag. | ||||
* | | Issue #19722: Added opcode.stack_effect(), which accurately | Larry Hastings | 2013-11-23 | 1 | -0/+7 |
| | | | | | | | | computes the stack effect of bytecode instructions. | ||||
* | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 2 | -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-endian | Serhiy Storchaka | 2013-11-23 | 2 | -0/+11 |
| | | | | | | | | samples to little-endian and vice versa. | ||||
* | | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 3 | -2/+10 |
| | | |||||
* | | #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of ↵ | Ezio Melotti | 2013-11-23 | 1 | -0/+33 |
| | | | | | | | | unittest methods. | ||||
* | | #19639: update the repr of the match objects in the docs. Patch by Claudiu ↵ | Ezio Melotti | 2013-11-23 | 3 | -18/+18 |
| | | | | | | | | Popa. | ||||
* | | Issue #17810: Implement PEP 3154, pickle protocol 4. | Antoine Pitrou | 2013-11-23 | 2 | -9/+41 |
| | | | | | | | | Most of the work is by Alexandre. | ||||
* | | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when ↵ | Ezio Melotti | 2013-11-23 | 1 | -11/+24 |
| | | | | | | | | True, automatically converts all character references. | ||||
* | | Issue #19668: Added support for the cp1125 encoding. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+4 |
| | | |||||
* | | Tweak ssl docs | Antoine Pitrou | 2013-11-23 | 1 | -23/+53 |
| | | |||||
* | | merge | Christian Heimes | 2013-11-23 | 1 | -7/+10 |
|\ \ | |||||
| * | | Issue #17201: ZIP64 extensions now are enabled by default. | Serhiy Storchaka | 2013-11-23 | 1 | -7/+10 |
| | | | | | | | | | | | | Patch by William Mallard. | ||||
* | | | Issue #19689: Add ssl.create_default_context() factory function. It creates | Christian Heimes | 2013-11-23 | 1 | -0/+18 |
| | | | | | | | | | | | | a new SSLContext object with secure default settings. | ||||
* | | | Correct documentation clientAuth -> CLIENT_AUTH | Christian Heimes | 2013-11-23 | 1 | -2/+2 |
|/ / | |||||
* | | Issue #19292: Add SSLContext.load_default_certs() to load default root CA | Christian Heimes | 2013-11-23 | 1 | -1/+30 |
| | | | | | | | | | | certificates from default stores or system stores. By default the method loads CA certs for authentication of server certs. | ||||
* | | Document create_connection | Antoine Pitrou | 2013-11-23 | 1 | -0/+71 |
| | | |||||
* | | Start documenting the event loop | Antoine Pitrou | 2013-11-23 | 1 | -0/+57 |
| | | |||||
* | | Document asyncio transport APIs | Antoine Pitrou | 2013-11-23 | 1 | -0/+170 |
| | | |||||
* | | Issue #18874: Remove tracemalloc.set_traceback_limit() | Victor Stinner | 2013-11-23 | 2 | -29/+25 |
| | | | | | | | | tracemalloc.start() now has an option nframe parameter | ||||
* | | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 4 | -2/+666 |
| | | |||||
* | | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ | Christian Heimes | 2013-11-23 | 1 | -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 Deily | 2013-11-23 | 1 | -3/+2 |
| | | |||||
* | | Update What's New with PEP 453 progress | Nick Coghlan | 2013-11-23 | 1 | -9/+19 |
| | | |||||
* | | Close #7475: Restore binary & text transform codecs | Nick Coghlan | 2013-11-23 | 2 | -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. | ||||
* | | Add source link for asyncio. | Guido van Rossum | 2013-11-23 | 1 | -0/+3 |
| | | |||||
* | | Finish protocol documentation | Antoine Pitrou | 2013-11-23 | 1 | -12/+54 |
| | | |||||
* | | Start documenting protocols | Antoine Pitrou | 2013-11-23 | 1 | -0/+130 |
| | | |||||
* | | Mention threadpool interface in asyncio overview. | Guido van Rossum | 2013-11-22 | 1 | -0/+4 |
| | | |||||
* | | Issue #19291: add crude stubs to the asyncio docs | Antoine Pitrou | 2013-11-22 | 1 | -5/+94 |
| | | |||||
* | | Wording changes | Andrew Kuchling | 2013-11-22 | 1 | -5/+5 |
| | | |||||
* | | Wording changes to pathlib docs. | Andrew Kuchling | 2013-11-22 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | Only possibly-controversial change: joinpath() was described as: "Calling this method is equivalent to indexing the path with each of the *other* arguments in turn." 'Indexing' is an odd word to use, because you can't subscript Path or PurePath objects, so I changed it to "combining". | ||||
* | | Fix markup of notes recommending asyncio. | Guido van Rossum | 2013-11-22 | 2 | -4/+8 |
| | | |||||
* | | Merge heads | Zachary Ware | 2013-11-22 | 4 | -3/+9 |
|\ \ | |||||
| * | | Add note to asyncore/asynchat recommending asyncio for new code. | Guido van Rossum | 2013-11-22 | 2 | -0/+6 |
| | | | |||||
| * | | Move select, selectors, asyncio to section 18 (IPC). | Guido van Rossum | 2013-11-22 | 2 | -3/+3 |
| | | | |||||
* | | | Issue #18326: merge with 3.3 | Zachary Ware | 2013-11-22 | 2 | -2/+7 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue #18326: Clarify that list.sort's arguments are keyword-only. | Zachary Ware | 2013-11-22 | 2 | -2/+7 |
| | | | | | | | | | | Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters. | ||||
* | | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl ↵ | Guido van Rossum | 2013-11-22 | 2 | -0/+21 |
| | | | | | | | | Ibarra Corretgé (mostly). | ||||
* | | Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). | Antoine Pitrou | 2013-11-22 | 5 | -0/+902 |
| | | |||||
* | | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 3 | -210/+409 |
| | | |||||
* | | Close #17916: dis.Bytecode based replacement for distb | Nick Coghlan | 2013-11-22 | 2 | -2/+13 |
| | | | | | | | | | | | | | | - Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa | ||||
* | | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 2 | -3/+22 |
| | | |||||
* | | Issue #19619: Update What's New for codec blacklist | Nick Coghlan | 2013-11-22 | 1 | -11/+12 |
| | |