| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. | Yury Selivanov | 2014-02-21 | 1 | -5/+49 |
|
|
* | asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #... | Yury Selivanov | 2014-02-20 | 4 | -38/+49 |
|
|
* | asyncio.docs: Improve documentation of Streams. Issue #20696. | Yury Selivanov | 2014-02-20 | 1 | -29/+43 |
|
|
* | asyncio.docs: Document Error Handling API and asyncio.Handle | Yury Selivanov | 2014-02-20 | 1 | -2/+67 |
|
|
* | asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG | Victor Stinner | 2014-02-20 | 2 | -2/+1 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 3 | -4/+30 |
|
|
* | asyncio: document new create_unix_connection() and create_unix_server() methods | Victor Stinner | 2014-02-19 | 1 | -5/+38 |
|
|
* | Mangle __parameters in __annotations__ dict properly. Issue #20625. | Yury Selivanov | 2014-02-18 | 1 | -0/+4 |
|
|
* | Issue #20493: Document that asyncio should not exceed one day | Victor Stinner | 2014-02-18 | 1 | -0/+4 |
|
|
* | Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. | Victor Stinner | 2014-02-18 | 1 | -1/+1 |
|
|
* | Close #20652: asyncio doc: close the event loop in run_forever() example. Fix | Victor Stinner | 2014-02-17 | 1 | -3/+6 |
|
|
* | Issue #20616: Add a format() method to tracemalloc.Traceback. | Victor Stinner | 2014-02-16 | 1 | -7/+24 |
|
|
* | Merge from 3.3 | Andrew Kuchling | 2014-02-16 | 1 | -3/+0 |
|\ |
|
| * | #12211: remove paragraph about NaNs | Andrew Kuchling | 2014-02-16 | 1 | -3/+0 |
|
|
* | | Merge from 3.3 | Andrew Kuchling | 2014-02-16 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | #12211: clarify math.copysign() documentation and docstring | Andrew Kuchling | 2014-02-16 | 1 | -2/+5 |
|
|
* | | Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore | Georg Brandl | 2014-02-16 | 4 | -59/+15 |
|
|
* | | Merge from 3.3 | Andrew Kuchling | 2014-02-15 | 2 | -1/+9 |
|\ \
| |/ |
|
| * | #20241: use correct RFC number | Andrew Kuchling | 2014-02-15 | 1 | -1/+1 |
|
|
| * | #16728: Mention collections.abc.Sequence in 'sequence' glossary entry | Andrew Kuchling | 2014-02-15 | 1 | -0/+8 |
|
|
* | | Merge from 3.3 | Andrew Kuchling | 2014-02-15 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Clarify versionchanged sentence. Closes #20497. | Andrew Kuchling | 2014-02-15 | 1 | -2/+1 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2014-02-15 | 1 | -38/+35 |
|\ \
| |/ |
|
| * | #20237: make a revision pass over the XML vulnerabilities section | Andrew Kuchling | 2014-02-15 | 1 | -38/+35 |
|
|
* | | #19890: merge with 3.3. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #19890: fix typo in multiprocessing docs. Patch by Mike Short. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
|
|
* | | ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if | Victor Stinner | 2014-02-13 | 1 | -0/+6 |
|
|
* | | whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. | R David Murray | 2014-02-12 | 1 | -2/+2 |
|
|
* | | whatsnew: PyUnicode_FromFormat width/precision, thread cleanup after fork. | R David Murray | 2014-02-12 | 1 | -1/+10 |
|
|
* | | whatsnew: LOAD_CLASSDEREF, -X showrefcount | R David Murray | 2014-02-12 | 2 | -0/+10 |
|
|
* | | whatsnew: os.path.samestat on windows, keyword defaults evaluation order. | R David Murray | 2014-02-12 | 2 | -3/+11 |
|
|
* | | whatsnew: command.com support gone, int *base* can be __index__ but not float. | R David Murray | 2014-02-12 | 1 | -0/+9 |
|
|
* | | whatsnew: object.__format__ raises TypeError on non-empty string. | R David Murray | 2014-02-11 | 3 | -4/+18 |
|
|
* | | whatsnew: undocumented Popen.wait endtime is deprecated. | R David Murray | 2014-02-11 | 1 | -0/+4 |
|
|
* | | Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. | Gregory P. Smith | 2014-02-11 | 1 | -0/+5 |
|
|
* | | whatsnew: __complex__ may not return float, .so may have multiple python modules | R David Murray | 2014-02-11 | 1 | -0/+9 |
|
|
* | | Merge Python 3.4.0rc1 release branch. | Larry Hastings | 2014-02-11 | 2 | -0/+22 |
|\ \ |
|
| * | | whatsnew: slice.index no longer accepts negative values (or overflows). | R David Murray | 2014-02-11 | 1 | -0/+5 |
|
|
| * | | Fix PYTHONPATH wording. It's just PATH, not "normal posix convention". | R David Murray | 2014-02-11 | 1 | -5/+4 |
|
|
| * | | whatsnew: bytes/bytearray.join args, PYTHONPATH= is same as not set. | R David Murray | 2014-02-11 | 1 | -0/+17 |
|
|
| * | | merge with 3.3 | Georg Brandl | 2014-02-10 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | merge with 3.3.4 releasing repo | Georg Brandl | 2014-02-10 | 1 | -0/+1 |
| | |\ |
|
| | | * | doc: pydoc topic and suspicious markup update | Georg Brandl | 2014-01-25 | 1 | -0/+1 |
|
|
* | | | | Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. | Larry Hastings | 2014-02-10 | 4 | -11/+11 |
|/ / / |
|
* | | | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 2 | -41/+0 |
|
|
* | | | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-10 | 3 | -10/+67 |
|
|
* | | | More complete documentation of event loops and policies. | Eli Bendersky | 2014-02-09 | 1 | -15/+54 |
|
|
* | | | Various formatting & grammar fixes in asyncio* docs. | Eli Bendersky | 2014-02-09 | 3 | -6/+6 |
|
|
* | | | Fix typo in library/ipc.rst | Eli Bendersky | 2014-02-09 | 1 | -1/+1 |
|
|
* | | | Issue #20500: clarify that invocation may be indirect | Nick Coghlan | 2014-02-09 | 1 | -2/+3 |
|
|