]> granicus.if.org Git - python/shortlog
python
2016-10-25 Serhiy StorchakaIssue #27275: Fixed implementation of pop() and popitem...
2016-10-25 Serhiy StorchakaIssue #27275: Fixed implementation of pop() and popitem...
2016-10-25 Serhiy StorchakaIssue #28255: calendar.TextCalendar().prmonth() no...
2016-10-25 Serhiy StorchakaIssue #28255: calendar.TextCalendar().prmonth() no...
2016-10-25 Serhiy StorchakaIssue #20491: The textwrap.TextWrapper class now honors...
2016-10-25 Serhiy StorchakaIssue #20491: The textwrap.TextWrapper class now honors...
2016-10-25 Serhiy StorchakaIssue #28353: os.fwalk() no longer fails on broken...
2016-10-25 Serhiy StorchakaIssue #28353: os.fwalk() no longer fails on broken...
2016-10-25 Serhiy StorchakaMerge heads
2016-10-25 Serhiy StorchakaIssue #28408: Fixed a leak and remove redundant code...
2016-10-25 INADA NaokiIssue #28430: Fix iterator of C implemented asyncio...
2016-10-25 Serhiy StorchakaIssue #28314: Added tests for xml.etree.ElementTree...
2016-10-25 Serhiy StorchakaIssue #28314: Added tests for xml.etree.ElementTree...
2016-10-25 Serhiy StorchakaIssue #28426: Fixed potential crash in PyUnicode_AsDeco...
2016-10-25 Serhiy StorchakaIssue #28426: Fixed potential crash in PyUnicode_AsDeco...
2016-10-25 Serhiy StorchakaIssue #28426: Fixed potential crash in PyUnicode_AsDeco...
2016-10-25 Serhiy StorchakaIssue #27025: Generated names for Tkinter widgets now...
2016-10-25 Serhiy StorchakaIssue #28517: Fixed of-by-one error in the peephole...
2016-10-25 Benjamin Petersonmerge 3.5 (#28525)
2016-10-25 Benjamin Petersonfix name of keyword parameter to gc.collect() (closes...
2016-10-24 Serhiy StorchakaIssue #25464: Fixed HList.header_exists() in tkinter...
2016-10-24 Serhiy StorchakaIssue #25464: Fixed HList.header_exists() in tkinter...
2016-10-24 Raymond HettingerIssue #5830: Remove old comment. Add empty slots.
2016-10-24 Serhiy StorchakaMerge heads
2016-10-24 Yury Selivanovasyncio: Increase asyncio.Future test coverage; test...
2016-10-23 Serhiy StorchakaSome distutils tests require zlib for creating tar...
2016-10-23 Serhiy StorchakaSome distutils tests require zlib for creating tar...
2016-10-23 Serhiy StorchakaIssue #28115: ZIP creation test requires zlib.
2016-10-23 Serhiy StorchakaIssue #28115: ZIP creation test requires zlib.
2016-10-23 Serhiy StorchakaIssue #28488: shutil.make_archive() no longer adds...
2016-10-23 Serhiy StorchakaIssue #28488: shutil.make_archive() no longer adds...
2016-10-23 Serhiy StorchakaIssue #28115: Added tests for CLI of the zipfile module.
2016-10-23 Serhiy StorchakaIssue #28115: Added tests for CLI of the zipfile module.
2016-10-23 Serhiy StorchakaIssue #25953: re.sub() now raises an error for invalid...
2016-10-22 Guido van RossumIssue #27989: Tweak inspect.formatannotation() to impro...
2016-10-22 Guido van RossumIssue #27989: Tweak inspect.formatannotation() to impro...
2016-10-22 Martin PanterIssue #28435: Merge urllib test fixes from 3.5 into 3.6
2016-10-22 Martin PanterIssue #28435: Avoid no_proxy environment variable inter...
2016-10-22 Martin PanterIssue #26620: Fix ResourceWarning in test_urllib2_localnet
2016-10-22 Guido van RossumTwo minor typing.py fixes (upstream #305) (3.5->3.6)
2016-10-22 Guido van RossumTwo minor typing.py fixes (upstream #305)
2016-10-21 Guido van RossumIssue #28482: Skip a few test_typing tests if asyncio...
2016-10-21 Guido van RossumIssue #28482: Skip a few test_typing tests if asyncio...
2016-10-21 Yury SelivanovMerge 3.5 (issue #26796)
2016-10-21 Yury SelivanovIssue #26796: Don't configure the number of workers...
2016-10-21 Guido van RossumFix indent (merge)
2016-10-21 Guido van RossumFix indent
2016-10-21 Guido van RossumSync typing.py from upstream (3.5->3.6)
2016-10-21 Guido van RossumSync typing.py from upstream
2016-10-21 Yury SelivanovMerge 3.5 (issue #26923)
2016-10-21 Yury SelivanovIssue #26923: Fix asyncio.Gather to refuse being cancel...
2016-10-21 Yury SelivanovIssue #28500: Fix asyncio to handle async gens GC from...
2016-10-21 Brett CannonMerge (issue #25152)
2016-10-21 Brett CannonIssue #25152: Mention the deprecation of pyvenv
2016-10-21 Brett CannonMerge (issue #28396)
2016-10-21 Brett CannonIssue #28396: Remove any mention of .pyo files from...
2016-10-21 Serhiy StorchakaIssue #28214: Improved exception reporting for problema...
2016-10-21 Serhiy StorchakaIssue #28410: Added _PyErr_FormatFromCause() -- the...
2016-10-21 Serhiy StorchakaIssue #28410: Keep the traceback of original exception...
2016-10-21 Serhiy StorchakaIssue #28410: Keep the traceback of original exception...
2016-10-21 INADA NaokiIssue #18219: Optimize csv.DictWriter for large number...
2016-10-21 Benjamin Petersonmark dtrace stubs as static inline; remove stubs
2016-10-21 INADA NaokiIssue #28448: Fix C implemented asyncio.Future didn...
2016-10-20 Martin PanterIssue #28484: Skip tests if GIL is not used or multithr...
2016-10-20 Ned DeilyIssue #24381: Avoid unused function warning when buildi...
2016-10-20 Yury SelivanovIssue #26010: Document CO_* constants
2016-10-20 Martin PanterIssue #28471: Avoid ResourceWarning by detaching test...
2016-10-20 Yury SelivanovIssue #28493: Fix typos in _asynciomodule.c
2016-10-20 Yury SelivanovIssue #26010: fix typos; rewording
2016-10-20 Yury SelivanovIssue #28492: Fix how StopIteration is raised in _async...
2016-10-20 Ned DeilyIssue #24381: merge from 3.5
2016-10-20 Yury SelivanovMerge 3.5 + document CO_ASYNC_GENERATOR; issue #26010
2016-10-20 Martin PanterIssue #28480: Adjust or skip tests if multithreading...
2016-10-20 Martin PanterIssue #28480: Avoid label at end of compound statement...
2016-10-19 Victor StinnerClose #28479: Fix reST syntax in windows.rst
2016-10-19 Serhiy StorchakaIssue #19795: Fixed formatting a table.
2016-10-19 Serhiy StorchakaIssue #19795: Fixed formatting a table.
2016-10-19 Serhiy StorchakaIssue #19795: Improved more markups of True/False.
2016-10-19 Serhiy StorchakaIssue #19795: Improved more markups of True/False.
2016-10-19 Serhiy StorchakaIssue #19795: Fixed markup errors.
2016-10-19 Serhiy StorchakaIssue #19795: Fixed markup errors.
2016-10-19 Serhiy StorchakaIssue #19795: Mark up True and False as literal text...
2016-10-19 Serhiy StorchakaIssue #19795: Mark up True and False as literal text...
2016-10-19 Serhiy StorchakaIssue #19795: Mark up None as literal text.
2016-10-19 Serhiy StorchakaIssue #19795: Mark up None as literal text.
2016-10-19 Xavier de GayeIssue #26944: Fix test_posix for Android where 'id...
2016-10-19 Benjamin Petersonalways use double quotes for SystemTap string literals...
2016-10-19 Benjamin Petersonbold arguments
2016-10-18 Yury SelivanovIssue #28471: Fix crash (GIL state related) in socket...
2016-10-18 Victor StinnerMerge 3.5
2016-10-18 Serhiy StorchakaIssue #23782: Fixed possible memory leak in _PyTracebac...
2016-10-18 Serhiy StorchakaIssue #23782: Fixed possible memory leak in _PyTracebac...
2016-10-18 INADA NaokiIssue #28452: Remove _asyncio._init_module function
2016-10-17 Berker PeksagMerge from 3.5
2016-10-17 Berker PeksagFix default value of StreamReader.readuntil()
2016-10-17 Victor StinnerMerge 3.6: Issue #28409: regrtest: fix the parser of...
2016-10-17 Victor StinnerIssue #28409: regrtest: fix the parser of command line...
2016-10-17 Berker PeksagIssue #28455: Merge from 3.5
2016-10-17 Berker PeksagIssue #28455: Clarify example of overriding the convert...
2016-10-16 Benjamin Petersonmerge 3.5 (#28454)
next