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