Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25767: Merge with 3.4 | Zachary Ware | 2015-12-01 | 1 | -1/+1 |
|\ | |||||
| * | Issue #25767: Link to English Wikipedia instead of French. | Zachary Ware | 2015-12-01 | 1 | -1/+1 |
| | | |||||
* | | Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ↵ | Guido van Rossum | 2015-11-02 | 1 | -3/+2 |
|\ \ | |/ | | | | | by Akira Li. (Merge 3.4->3.5) | ||||
| * | Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ↵ | Guido van Rossum | 2015-11-02 | 1 | -3/+2 |
| | | | | | | | | by Akira Li. | ||||
* | | Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! | Victor Stinner | 2015-01-13 | 1 | -2/+4 |
|/ | |||||
* | asyncio: SelectSelector is limited to 512 sockets on Windows | Victor Stinner | 2015-01-09 | 1 | -1/+2 |
| | |||||
* | asyncio doc: reformat event loop policy doc | Victor Stinner | 2014-11-28 | 1 | -8/+18 |
| | |||||
* | asyncio doc: reformat create_server() doc | Victor Stinner | 2014-10-12 | 1 | -1/+1 |
| | | | | | Fix also the reate_unix_connection() doc: the method is not support on Windows, not need to mention that ssl is not support with ProactorEventLoop. | ||||
* | Closes #22275: asyncio: enhance documentation of OS support | Victor Stinner | 2014-08-31 | 1 | -3/+5 |
| | |||||
* | asyncio: enhance documentation of platform support | Victor Stinner | 2014-07-11 | 1 | -9/+19 |
| | |||||
* | Issue #21680: Document asyncio event loops | Victor Stinner | 2014-07-08 | 1 | -0/+176 |