Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.3 | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 |
|\ | |||||
| * | rm extra whitespace | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 |
* | | merge 3.3 | Benjamin Peterson | 2014-01-18 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | link to builtin open not io.open | Benjamin Peterson | 2014-01-18 | 1 | -6/+6 |
* | | merge 3.3 (#17814) | Benjamin Peterson | 2014-01-18 | 1 | -8/+16 |
|\ \ | |/ | |||||
| * | describe type of Popen streams (closes #17814) | Benjamin Peterson | 2014-01-18 | 1 | -8/+16 |
* | | Issue #20287: Argument Clinic's output is now configurable, allowing | Larry Hastings | 2014-01-18 | 1 | -1/+319 |
* | | Issue #20265: Merge with 3.3 | Zachary Ware | 2014-01-17 | 1 | -13/+10 |
|\ \ | |/ | |||||
| * | Issue #20265: Updated some parts of the Using Windows document. | Zachary Ware | 2014-01-17 | 1 | -13/+10 |
* | | Merged documentation update from 3.3. | Vinay Sajip | 2014-01-17 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | Added example to recently added cookbook entry. | Vinay Sajip | 2014-01-17 | 1 | -0/+28 |
* | | Issues #20194,20195: Add missing :deprecated: markers to some module | Brett Cannon | 2014-01-17 | 2 | -3/+4 |
* | | Issue #20208: Clarify some things in the Python porting HOWTO. | Brett Cannon | 2014-01-17 | 1 | -9/+11 |
* | | Issue #18394: Document that cgi.FieldStorage now cleans up after its | Brett Cannon | 2014-01-17 | 2 | -3/+17 |
* | | Issue #20266: Merge with 3.3 | Zachary Ware | 2014-01-17 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Issue #20266: Update parts of the Windows FAQ | Zachary Ware | 2014-01-17 | 1 | -5/+7 |
* | | asyncio: oops, add missing word :-) | Victor Stinner | 2014-01-17 | 1 | -2/+2 |
* | | Issue #20226: Major improvements to Argument Clinic. | Larry Hastings | 2014-01-16 | 2 | -42/+229 |
* | | asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" | Victor Stinner | 2014-01-16 | 4 | -39/+41 |
* | | asyncio: add a new "Develop with asyncio" section to the documentation | Victor Stinner | 2014-01-16 | 3 | -0/+219 |
* | | merge 3.3 (#20272) | Benjamin Peterson | 2014-01-16 | 1 | -16/+16 |
|\ \ | |/ | |||||
| * | linkify chain.from_iterable (closes #20272) | Benjamin Peterson | 2014-01-16 | 1 | -16/+16 |
* | | merge 3.3 (#20278) | Benjamin Peterson | 2014-01-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | update pysqlite website (closes #20278) | Benjamin Peterson | 2014-01-16 | 1 | -1/+1 |
* | | Merged documentation update from 3.3. | Vinay Sajip | 2014-01-15 | 3 | -2/+94 |
|\ \ | |/ | |||||
| * | Added cookbook entry on alternative formatting styles. | Vinay Sajip | 2014-01-15 | 3 | -2/+94 |
* | | Merged documentation update from 3.3. | Vinay Sajip | 2014-01-15 | 1 | -8/+9 |
|\ \ | |/ | |||||
| * | Clarified documentation note on module-level convenience functions. | Vinay Sajip | 2014-01-15 | 1 | -8/+9 |
* | | Issue #14455: Fix some issues with plistlib | Ronald Oussoren | 2014-01-15 | 2 | -5/+16 |
* | | Issue #20268: Argument Clinic now supports cloning the parameters | Larry Hastings | 2014-01-15 | 1 | -0/+43 |
* | | Issue #20255: Update the about and bugs pages. | Zachary Ware | 2014-01-14 | 2 | -16/+26 |
|\ \ | |/ | |||||
| * | Issue #20255: Update the about and bugs pages. | Zachary Ware | 2014-01-14 | 2 | -16/+26 |
* | | Closes #20253: Merge typo fix | Zachary Ware | 2014-01-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #20253: Fixed a typo in the ipaddress docs that advertised an | Zachary Ware | 2014-01-14 | 1 | -2/+2 |
* | | Merge typo fix. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo. Found by David Pesta on docs@. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
* | | Merge typo fix. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo. Found by David Pesta on docs@. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
* | | merge | Georg Brandl | 2014-01-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | small grammar fix. | Georg Brandl | 2014-01-12 | 1 | -1/+1 |
* | | | merge with 3.3 | Georg Brandl | 2014-01-14 | 2 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for P... | Georg Brandl | 2014-01-14 | 2 | -2/+2 |
* | | | Merge typo fix. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix typo. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
* | | | Correct a typo. Found by Lauri Hakko on docs@. | Zachary Ware | 2014-01-13 | 1 | -1/+1 |
* | | | Merge #20236: Fix sphinx markup. | R David Murray | 2014-01-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #20236: Fix sphinx markup. | R David Murray | 2014-01-13 | 1 | -1/+1 |
* | | | merge from 3.3 | Senthil Kumaran | 2014-01-13 | 1 | -0/+64 |
|\ \ \ | |/ / | |||||
| * | | Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul... | Senthil Kumaran | 2014-01-13 | 1 | -0/+64 |
* | | | Minor doc fix in Clinic howto. | Larry Hastings | 2014-01-12 | 1 | -3/+4 |