2014-02-01 |
Ezio Melotti | #20288: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Ezio Melotti | #20288: fix handling of invalid numeric charrefs in... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Yury Selivanov | inspect.tests: Fix tests to work on python built with... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
R David Murray | whatsnew: move of reload, update new windows-only ssl... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Larry Hastings | #Issue 20456: Several improvements and bugfixes for... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | test_hash: Fix a BytesWarning in get_hash_command() |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | test_asyncio: relax timing, the "AMD64 Windows Server... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | tracemalloc: Fix slicing traces and fix slicing a trace... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | Issue #20354: Mention the fix in Misc/NEWS |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | Issue #20354: Fix alignment issue in the tracemalloc... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | Issue #20162: Fix an alignment issue in the siphash24... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | asyncio doc: add "Concurrency and multithreading" section |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | asyncio doc: document the granularity of the event... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | Issue #20452: Fix test_time_and_call_at() of test_async... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | Issue #20452: test_asyncio checks also the granularity |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Brian Quinlan | Fix extra line added in 0bcf23a52d55 |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Brian Quinlan | Issue #20319: concurrent.futures.wait() can block forev... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect: Add some comments in Parameter.__eq__ method |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect.Signauture.from_function: validate duck functio... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect.signature: Support duck-types of Python functio... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | NEWS: Add news item for #18801 |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect.classify_class_attrs: Classify object.__new__... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Issue #20460: Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Issue #20460: Render 'bytes' as a class, not a function. |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Fix unfinished thought in xml overview page. Suggested... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Andrew Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Brett Cannon | The function name for cmath.isinf in PyArg_ParseTuple... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: test_asyncio: Add more info if the test... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: Add a resolution attribute to IocpProacto... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: asyncio: use the same code to round a... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: math.ceil() returns an int in Python... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Windows buildbot: use --timeout feature in Tools/buildb... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Larry Hastings | Issue #20390: Removing detritus from Argument Clinic... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: asyncio: write a new write pipe transport... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeE... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20311, #20452: poll and epoll now round the... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: Remove debug code, no more needed |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | asyncio: Fix error message in BaseEventLoop.subprocess_... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: select and selectors round (again) timeou... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: Oops, fix debug code :-/ |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: add more info in case of test_asyncio... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Guido van Rossum | asyncio: Fix misc whitespace issues. |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | asyncio: Fix granularity of test_utils.TestLoop. |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | asyncio: Future.set_exception(exc) should instantiate... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Victor Stinner | overlapped.c: Fix usage of the union |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Gregory P.... | Remove issue 19081 Misc/NEWS entry since it isn't entir... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Gregory P.... | Remove issue 19081 Misc/NEWS entry since it isn't entir... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Yury Selivanov | inspect.doc: Soften the note about inspect.signature... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Yury Selivanov | inspect.docs: Document constructors for Signature ... |
commit | commitdiff | tree | snapshot |
2014-01-30 |
Yury Selivanov | inspect.docs: Document constructors for Signature ... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Victor Stinner | asyncio: document iscoroutine(), iscoroutinefunction... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Antoine Pitrou | Issue #20373: generalize use of test.script_helper... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Antoine Pitrou | Issue #20373: generalize use of test.script_helper... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Guido van Rossum | More asyncio news. |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Victor Stinner | asyncio: subprocess_shell() and subprocess_exec() now... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Victor Stinner | asyncio: Fix _make_subprocess_transport(): pass extra... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Guido van Rossum | asyncio: wait_for() now accepts None as timeout (Victor... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Guido van Rossum | asyncio: Pass through pause/resume from subprocess... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Guido van Rossum | asyncio: Refactor drain logic in streams.py to be reusable. |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Victor Stinner | asyncio: Get rid of _try_connected(). |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Guido van Rossum | asyncio: Add write flow control to unix pipes. |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Guido van Rossum | asyncio: Refactoring: move write flow control to a... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Victor Stinner | asyncio: _fatal_error() of _UnixWritePipeTransport... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.Signature.from_function: Use CO_VARARGS & CO_VA... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.signature: Make sure that if a callable object... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.Signature.bind: Update method signature to... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect: Rename private helper function |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.test.getfullargspec: Add a unittest to ensure... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.getfullargspec: Use inspect.signature API behin... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.Signature: ensure that non-default params don... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.signature: Add support for decorated (wrapped... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.Signature: Make from_builtin to raise an except... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Serhiy Storchaka | Issue #20424: Python implementation of io.StringIO... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Serhiy Storchaka | Move Misc/NEWS entries committed after releasing 3... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Serhiy Storchaka | Issue #20424: Python implementation of io.StringIO... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Terry Jan Reedy | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Terry Jan Reedy | Idlelib: forward port changes that silenced 2.7 -3... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.Signature.bind: Add **kwargs/positional-only... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Victor Stinner | asyncio doc: close the loop at exit |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.Signature.bind: Fix pos-only params with defaul... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect: Fix docstrings for Parameter & Signature classes |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.signature: Handle bound methods with '(*args... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.tests: Remove redundant unittest |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Jason R. Coombs | Issue #20411: Use readline.get_current_history_length... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Stefan Krah | Issue #9709: Revert 97fb852c5c26. Many extensions are... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Larry Hastings | Issue #20326: Argument Clinic now uses a simple, unique... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Ned Deily | Fix doc reference to OS X 10.9 Mavericks. |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Victor Stinner | asyncio doc: list Windows and Mac OS X limitations... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | NEWS: Add few missing news items |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.signature: Support classes without user-defined... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | asyncio: remove temporary aliases |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | inspect.signature: Add support for 'functools.partialme... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | asyncio doc: subprocess_exec/subprocess_shell are not... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Issue #19456: ntpath.join() now joins relative paths... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Issue #19456: ntpath.join() now joins relative paths... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | inspect.signature: Use '/' to separate positional-only... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | doc/inspect: Clarify docs for __defaults__, add docs... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | inspect.getfile: Don't crash on classes without '__modu... |
commit | commitdiff | tree | snapshot |
next |