]> granicus.if.org Git - python/shortlog
python
2014-02-04 Guido van RossumAdd missing word ("thread") to sentence about call_soon...
2014-02-04 Victor Stinnerasyncio doc: add an example to schedule a coroutine...
2014-02-04 Vinay SajipCloses #20509: Merged documentation update from 3.3.
2014-02-04 Vinay SajipIssue #20509: Added cross-reference in documentation.
2014-02-04 Benjamin Petersonmerge 3.3 (#19186)
2014-02-04 Benjamin Petersonrestore namespacing of pyexpat symbols (closes #19186)
2014-02-04 Nick CoghlanClose #20053: ignore default pip config settings
2014-02-04 Nick CoghlanClose #20404: blacklist non-text encodings in io.TextIO...
2014-02-04 Victor StinnerIssue #17162: Fix compilation, replace non-breaking...
2014-02-04 Martin v. LöwisIssue #17162: Add PyType_GetSlot.
2014-02-04 Victor Stinnerasyncio: Fix _ProactorWritePipeTransport._pipe_closed()
2014-02-03 Victor StinnerOops, undo unwanted changes in test_asyncio: mistakes...
2014-02-03 Victor Stinnerasyncio doc: add an example of asyncio.subprocess with...
2014-02-03 Victor Stinnerasyncio.subprocess: Replace Process.get_subprocess...
2014-02-03 Ned DeilyIssue #20474: Fix "unexpected success" test_socket...
2014-02-03 Ned DeilyIssue #20474: Fix "unexpected success" test_socket...
2014-02-03 Serhiy StorchakaSkip expr* tests for large integers for Tcl <8.5.
2014-02-03 Serhiy StorchakaSkip expr* tests for large integers for Tcl <8.5.
2014-02-03 Antoine PitrouIssue #20426: When passing the re.DEBUG flag, re.compil...
2014-02-03 Antoine PitrouIssue #20426: When passing the re.DEBUG flag, re.compil...
2014-02-03 Serhiy StorchakaMerge heads
2014-02-03 Serhiy StorchakaIssue #19761: Fixed Tkinter tests on OS X.
2014-02-03 Serhiy StorchakaIssue #19761: Fixed Tkinter tests on OS X.
2014-02-03 Serhiy StorchakaIssue #20368: The null character now correctly passed...
2014-02-03 Serhiy StorchakaIssue #20368: The null character now correctly passed...
2014-02-03 Benjamin Petersonremove extra backtick
2014-02-03 Serhiy StorchakaIssue #20368: Add tests for Tkinter methods exprstring...
2014-02-03 Serhiy StorchakaIssue #20368: Add tests for Tkinter methods exprstring...
2014-02-03 Benjamin Petersonremove code which does nothing but cause refleaks
2014-02-03 Andrew KuchlingMerge from 3.3
2014-02-03 Andrew KuchlingUse different word
2014-02-03 Vinay SajipMerged documentation update from 3.3.
2014-02-03 Vinay SajipAdded cookbook entry on logging filter configuration...
2014-02-03 Yury Selivanovinspect.signature: Add (restore) support for builtin...
2014-02-03 R David Murraywhatsnew: read/write on closed SSL socket exception...
2014-02-03 R David Murraywhatsnew: html.escape 10x faster, _gestalt module gone.
2014-02-02 Victor StinnerIssue #20472: asyncio: Adjust the note about Mac OS...
2014-02-02 Victor StinnerIssue #20472: test_asyncio: skip PTY tests on Mac OS...
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...
next