| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #20404: blacklist non-text encodings in io.TextIOWrapper | Nick Coghlan | 2014-02-04 | 2 | -8/+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.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 | 2 | -10/+11 |
|
|
* | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 1 | -4/+4 |
|\ |
|
| * | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 1 | -4/+4 |
|
|
* | | 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 | 2 | -8/+23 |
|\ \
| |/ |
|
| * | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug... | Antoine Pitrou | 2014-02-03 | 2 | -8/+24 |
|
|
* | | 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 | 2 | -10/+58 |
|\ \
| |/ |
|
| * | Issue #20368: The null character now correctly passed from Tcl to Python. | Serhiy Storchaka | 2014-02-03 | 2 | -10/+58 |
|
|
* | | 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 |
|
|
* | | inspect.signature: Add (restore) support for builtin classes #20473 | Yury Selivanov | 2014-02-03 | 2 | -131/+190 |
|
|
* | | 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 | 2 | -1/+16 |
|\ \
| |/ |
|
| * | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran... | Antoine Pitrou | 2014-02-02 | 2 | -1/+16 |
|
|
* | | 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 |
|
|
* | | inspect.signature: Use 'inspect.isbuiltin' in 'Signature.from_builtin' | Yury Selivanov | 2014-02-02 | 1 | -1/+2 |
|
|
* | | whatsnew: filecmp.clear_cache, and reword description of cache in docs. | R David Murray | 2014-02-02 | 1 | -2/+2 |
|
|
* | | Update the python.gif icon for the Idle classbrowser and pathbowser | Terry Jan Reedy | 2014-02-02 | 1 | -0/+0 |
|\ \
| |/ |
|
| * | Update the python.gif icon for the Idle classbrowser and pathbowser | Terry Jan Reedy | 2014-02-02 | 1 | -0/+0 |
|
|
* | | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 9 | -50/+434 |
|
|
* | | #20288: merge with 3.3. | Ezio Melotti | 2014-02-01 | 2 | -3/+9 |
|\ \
| |/ |
|
| * | #20288: fix handling of invalid numeric charrefs in HTMLParser. | Ezio Melotti | 2014-02-01 | 2 | -3/+9 |
|
|
* | | inspect.tests: Fix tests to work on python built with '--without-doc-strings'... | Yury Selivanov | 2014-02-01 | 1 | -0/+3 |
|
|
* | | Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot | Victor Stinner | 2014-02-01 | 1 | -1/+2 |
|
|
* | | test_hash: Fix a BytesWarning in get_hash_command() | Victor Stinner | 2014-02-01 | 1 | -1/+1 |
|
|
* | | test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot | Victor Stinner | 2014-02-01 | 1 | -1/+1 |
|
|
* | | tracemalloc: Fix slicing traces and fix slicing a traceback. | Victor Stinner | 2014-02-01 | 2 | -6/+16 |
|
|
* | | Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows | Victor Stinner | 2014-02-01 | 1 | -7/+8 |
|
|
* | | Issue #20452: test_asyncio checks also the granularity | Victor Stinner | 2014-02-01 | 1 | -0/+8 |
|
|
* | | Issue #20319: concurrent.futures.wait() can block forever even if Futures hav... | Brian Quinlan | 2014-02-01 | 1 | -2/+4 |
|
|
* | | inspect: Add some comments in Parameter.__eq__ method | Yury Selivanov | 2014-01-31 | 1 | -0/+11 |
|
|
* | | inspect.Signauture.from_function: validate duck functions in Signature constr... | Yury Selivanov | 2014-01-31 | 1 | -5/+11 |
|
|
* | | inspect.signature: Support duck-types of Python functions (Cython, for instan... | Yury Selivanov | 2014-01-31 | 2 | -2/+90 |
|
|
* | | inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly ... | Yury Selivanov | 2014-01-31 | 2 | -1/+5 |
|
|
* | | Issue #20452: test_asyncio: Add more info if the test fails | Victor Stinner | 2014-01-31 | 1 | -2/+7 |
|
|
* | | Issue #20455: Add a resolution attribute to IocpProactor (1 ms) | Victor Stinner | 2014-01-31 | 3 | -0/+4 |
|
|
* | | Issue #20455: asyncio: use the same code to round a timeout than the selectors | Victor Stinner | 2014-01-31 | 1 | -4/+9 |
|
|
* | | Issue #20455: math.ceil() returns an int in Python 3, no need to cast the | Victor Stinner | 2014-01-31 | 1 | -1/+1 |
|
|
* | | Issue #20455: asyncio: write a new write pipe transport class for proactor (on | Victor Stinner | 2014-01-31 | 1 | -12/+26 |
|
|
* | | asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is | Victor Stinner | 2014-01-31 | 1 | -1/+4 |
|
|
* | | Issue #20452: Remove debug code, no more needed | Victor Stinner | 2014-01-31 | 2 | -22/+2 |
|
|