]> granicus.if.org Git - python/shortlog
python
2014-02-02 Antoine PitrouIssue #20435: Fix _pyio.StringIO.getvalue() to take...
2014-02-02 Antoine PitrouIssue #20435: Fix _pyio.StringIO.getvalue() to take...
2014-02-02 Ned DeilyIssue #19990: Install test/imghdrdata.
2014-02-02 Ned DeilyIssue #19990: Install test/imghdrdata.
2014-02-02 Antoine PitrouIssue #20423: fix documentation of io.StringIO's newlin...
2014-02-02 Antoine PitrouIssue #20423: fix documentation of io.StringIO's newlin...
2014-02-02 Victor Stinnerasyncio: document the new asyncio.subprocess module
2014-02-02 Serhiy StorchakaIssue #19320: Fixed split/splitlist tests in test_tcl...
2014-02-02 Serhiy StorchakaIssue #19320: Fixed split/splitlist tests in test_tcl...
2014-02-02 Benjamin Petersonmerge 3.3 (#20102)
2014-02-02 Benjamin Petersonuse with statement to ensure zipfile is always closed...
2014-02-02 R David Murraywhatsnew: hmac accepts more bytes types, importlib...
2014-02-02 R David Murraywhatsnew: -m <namespace package>, plus 'using' doc...
2014-02-02 Yury Selivanovinspect.signature: Use 'inspect.isbuiltin' in 'Signatur...
2014-02-02 R David Murraywhatsnew: some more importlib replacements for imp...
2014-02-02 R David Murraywhatsnew: filecmp.clear_cache, and reword description...
2014-02-02 R David Murraywhatsnew: fix importlib.reload entry.
2014-02-02 Victor Stinnerasyncio doc: add "asyncio-" prefix to references
2014-02-02 Terry Jan ReedyUpdate the python.gif icon for the Idle classbrowser...
2014-02-02 Terry Jan ReedyUpdate the python.gif icon for the Idle classbrowser...
2014-02-01 Victor StinnerIssue #20400: Merge Tulip into Python: add the new...
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...
next