| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #20404: blacklist non-text encodings in io.TextIOWrapper | Nick Coghlan | 2014-02-04 | 6 | -41/+141 |
|
|
* | Issue #17162: Fix compilation, replace non-breaking space with an ASCII space | Victor Stinner | 2014-02-04 | 1 | -1/+1 |
|
|
* | Issue #17162: Add PyType_GetSlot. | Martin v. Löwis | 2014-02-04 | 6 | -2/+30 |
|
|
* | asyncio: Fix _ProactorWritePipeTransport._pipe_closed() | Victor Stinner | 2014-02-04 | 1 | -1/+4 |
|
|
* | Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with | Victor Stinner | 2014-02-03 | 3 | -8/+17 |
|
|
* | asyncio doc: add an example of asyncio.subprocess with communicate() and wait() | Victor Stinner | 2014-02-03 | 1 | -0/+40 |
|
|
* | asyncio.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 | 3 | -27/+28 |
|
|
* | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 2 | -4/+6 |
|\ |
|
| * | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 2 | -4/+6 |
|
|
* | | Skip expr* tests for large integers for Tcl <8.5. | Serhiy Storchaka | 2014-02-03 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | Skip expr* tests for large integers for Tcl <8.5. | Serhiy Storchaka | 2014-02-03 | 1 | -4/+8 |
|
|
* | | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug... | Antoine Pitrou | 2014-02-03 | 3 | -8/+26 |
|\ \
| |/ |
|
| * | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug... | Antoine Pitrou | 2014-02-03 | 3 | -8/+27 |
|
|
* | | Merge heads | Serhiy Storchaka | 2014-02-03 | 1 | -1/+1 |
|\ \ |
|
| * | | remove extra backtick | Benjamin Peterson | 2014-02-03 | 1 | -1/+1 |
|
|
* | | | Issue #19761: Fixed Tkinter tests on OS X. | Serhiy Storchaka | 2014-02-03 | 2 | -7/+14 |
|\ \ \
| | |/
| |/| |
|
| * | | Issue #19761: Fixed Tkinter tests on OS X. | Serhiy Storchaka | 2014-02-03 | 2 | -7/+14 |
|
|
* | | | Issue #20368: The null character now correctly passed from Tcl to Python. | Serhiy Storchaka | 2014-02-03 | 4 | -78/+175 |
|\ \ \
| |/ / |
|
| * | | Issue #20368: The null character now correctly passed from Tcl to Python. | Serhiy Storchaka | 2014-02-03 | 4 | -78/+175 |
|
|
* | | | Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), | Serhiy Storchaka | 2014-02-03 | 1 | -0/+135 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), | Serhiy Storchaka | 2014-02-03 | 1 | -0/+135 |
|
|
* | | remove code which does nothing but cause refleaks | Benjamin Peterson | 2014-02-03 | 1 | -4/+0 |
|
|
* | | Merge from 3.3 | Andrew Kuchling | 2014-02-03 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Use different word | Andrew Kuchling | 2014-02-03 | 1 | -2/+1 |
|
|
* | | Merged documentation update from 3.3. | Vinay Sajip | 2014-02-03 | 1 | -0/+87 |
|\ \
| |/ |
|
| * | Added cookbook entry on logging filter configuration using dictConfig(). | Vinay Sajip | 2014-02-03 | 1 | -0/+87 |
|
|
* | | inspect.signature: Add (restore) support for builtin classes #20473 | Yury Selivanov | 2014-02-03 | 2 | -131/+190 |
|
|
* | | whatsnew: read/write on closed SSL socket exception has changed. | R David Murray | 2014-02-03 | 1 | -1/+5 |
|
|
* | | whatsnew: html.escape 10x faster, _gestalt module gone. | R David Murray | 2014-02-03 | 1 | -1/+8 |
|
|
* | | Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it | Victor Stinner | 2014-02-02 | 1 | -1/+2 |
|
|
* | | Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 | Victor Stinner | 2014-02-02 | 1 | -0/+6 |
|
|
* | | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran... | Antoine Pitrou | 2014-02-02 | 3 | -1/+19 |
|\ \
| |/ |
|
| * | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran... | Antoine Pitrou | 2014-02-02 | 3 | -1/+19 |
|
|
* | | Issue #19990: Install test/imghdrdata. | Ned Deily | 2014-02-02 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #19990: Install test/imghdrdata. | Ned Deily | 2014-02-02 | 1 | -0/+1 |
|
|
* | | Issue #20423: fix documentation of io.StringIO's newline parameter | Antoine Pitrou | 2014-02-02 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #20423: fix documentation of io.StringIO's newline parameter | Antoine Pitrou | 2014-02-02 | 1 | -2/+3 |
|
|
* | | asyncio: document the new asyncio.subprocess module | Victor Stinner | 2014-02-02 | 4 | -3/+149 |
|
|
* | | Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. | Serhiy Storchaka | 2014-02-02 | 1 | -5/+28 |
|\ \
| |/ |
|
| * | Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. | Serhiy Storchaka | 2014-02-02 | 1 | -5/+28 |
|
|
* | | merge 3.3 (#20102) | Benjamin Peterson | 2014-02-02 | 1 | -11/+9 |
|\ \
| |/ |
|
| * | use with statement to ensure zipfile is always closed (closes #20102) | Benjamin Peterson | 2014-02-02 | 1 | -11/+9 |
|
|
* | | whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. | R David Murray | 2014-02-02 | 2 | -1/+19 |
|
|
* | | whatsnew: -m <namespace package>, plus 'using' doc updates. | R David Murray | 2014-02-02 | 2 | -1/+12 |
|
|
* | | inspect.signature: Use 'inspect.isbuiltin' in 'Signature.from_builtin' | Yury Selivanov | 2014-02-02 | 1 | -1/+2 |
|
|
* | | whatsnew: some more importlib replacements for imp functions. | R David Murray | 2014-02-02 | 1 | -2/+10 |
|
|
* | | whatsnew: filecmp.clear_cache, and reword description of cache in docs. | R David Murray | 2014-02-02 | 3 | -6/+17 |
|
|
* | | whatsnew: fix importlib.reload entry. | R David Murray | 2014-02-02 | 1 | -3/+3 |
|
|
* | | asyncio doc: add "asyncio-" prefix to references | Victor Stinner | 2014-02-02 | 5 | -16/+16 |
|
|
* | | Update the python.gif icon for the Idle classbrowser and pathbowser | Terry Jan Reedy | 2014-02-02 | 2 | -0/+3 |
|\ \
| |/ |
|