]> granicus.if.org Git - python/shortlog
python
2016-11-12 Serhiy StorchakaIssue #28648: Fixed crash in Py_DecodeLocale() in debug...
2016-11-12 Serhiy StorchakaIssue #28648: Fixed crash in Py_DecodeLocale() in debug...
2016-11-12 Serhiy StorchakaIssue #28648: Fixed crash in Py_DecodeLocale() in debug...
2016-11-11 Guido van RossumIssue 28644: Document recent changes in typing.py ...
2016-11-11 Serhiy StorchakaIssue #28664: test_bz2 now works on non-Windows platfor...
2016-11-11 Serhiy StorchakaIssue #19398: Extra slash no longer added to sys.path...
2016-11-11 Serhiy StorchakaIssue #23839: Various caches now are cleared before...
2016-11-10 Guido van RossumIssue #28649: fix second issue with _ForwardRef (#328)
2016-11-10 Guido van RossumIssue #28649: fix first issue with _ForwardRef (#327)
2016-11-09 Yury SelivanovIssue #28653: Fix a refleak in functools.lru_cache.
2016-11-09 Serhiy StorchakaIssue #28649: Clear the typing module caches when searc...
2016-11-09 Guido van RossumIssue #28649: typing-clear-caches.patch
2016-11-09 Guido van RossumIssue #28649: fix-typing-test-v2.diff
2016-11-09 Guido van RossumIssue #28556: More typing.py updates from upstream.
2016-11-09 Yury SelivanovIssue #28652: Make loop methods reject socket kinds...
2016-11-09 Yury Selivanovssue #27942: Fix memory leak in codeobject.c
2016-11-09 Andrew KuchlingUse http instead of https, due to certificate error
2016-11-09 Andrew KuchlingUpdate URL for requests documentation after IRC request
2016-11-09 Yury SelivanovIssue #28639: Fix inspect.isawaitable to always return...
2016-11-09 Yury Selivanovgenobject: Remove unnecessary tp_free slots from aiter_...
2016-11-09 Yury Selivanovasyncio: Fix _format_coroutine for coroutine-like objec...
2016-11-08 Serhiy StorchakaFixed possible abort in ceval loop if _PyUnicode_FromId...
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08 Serhiy StorchakaIssue #28585: Restored docstring of os._isdir().
2016-11-08 Yury SelivanovIssue #28613: Expose asyncio._get_running_loop() and...
2016-11-07 Yury SelivanovIssue #28634: Fix asyncio.isfuture() to support mocks
2016-11-07 Yury SelivanovIssue #27392: Document loop.connect_accepted_socket()
2016-11-07 Berker PeksagIssue #28088: Don't include self in method signature
2016-11-06 Benjamin Petersonmake sure dict view types are initialized
2016-11-06 Berker PeksagIssue #21864: Remove outdated section about exceptions...
2016-11-06 Serhiy StorchakaIssue #23996: Added _PyGen_SetStopIterationValue for...
2016-11-05 Martin PanterFix spacing after C++ in documentation
2016-11-05 Martin PanterIssue #28485: Check for negative workers even without...
2016-11-04 Ned DeilyIssue #28616: Correct help for sys.version_info release...
2016-11-04 Yury SelivanovIssue #28613: Fix get_event_loop() to return the curren...
2016-11-04 INADA NaokiIssue #28088: Document Transport.set_protocol and get_p...
2016-11-03 Yury Selivanovasyncio: Sync with upstream
2016-11-03 Yury SelivanovIssue #28600: Optimize loop.call_soon().
2016-11-03 Guido van RossumIssue #26980: Improve docs for create_unix_connection...
2016-11-03 Serhiy StorchakaIssue #28387: Fixed possible crash in _io.TextIOWrapper...
2016-11-02 Donald StufftMerge new pip/setuptools from 3.4
2016-11-02 Donald StufftUpgrade pip to 9.0 and setuptools to 28.7.1
2016-11-02 Serhiy StorchakaFixed hyperlinks for tarfile CLI options.
2016-11-02 Serhiy StorchakaIssue #28513: Documented command-line interface of...
2016-10-31 Ned DeilyIssue #28248: Update macOS installer build to use OpenS...
2016-10-31 INADA NaokiIssue #28553: Fix logic error in example code of int...
2016-10-31 Serhiy StorchakaIssue #27517: LZMA compressor and decompressor no longe...
2016-10-30 Serhiy StorchakaIssue #28549: Fixed segfault in curses's addch() with...
2016-10-30 Serhiy StorchakaIssue #28449: tarfile.open() with mode "r" or "r:"...
2016-10-30 Serhiy StorchakaIssue #28385: An error message when non-empty format...
2016-10-30 Serhiy StorchakaIssue #23262: The webbrowser module now supports Firefo...
2016-10-30 Serhiy StorchakaIssue #27939: Fixed bugs in tkinter.ttk.LabeledScale...
2016-10-30 Serhiy StorchakaBacked out changeset 9f7505019767 (issue #27275).
2016-10-30 Martin PanterIssue #26638: Work around more CLI options that can...
2016-10-30 Martin PanterIssue #26638: Mask undefined CLI options to defeat...
2016-10-29 Guido van RossumIssue #28556: updates to typing.py (add Coroutine,...
2016-10-29 Guido van RossumIssue #28556: updates to typing.py (fix copy, deepcopy...
2016-10-29 Guido van RossumIssue #28556: updates to typing.py
2016-10-29 Xavier de GayeIssue #28444: Fix missing extensions modules when cross...
2016-10-28 Steve DowerRemoves incorrect condition from lib_pdb.msi
2016-10-28 Serhiy StorchakaFixed possible NULL decrefing.
2016-10-28 Serhiy StorchakaIssue #28353: Make test_os.WalkTests.test_walk_bad_dir...
2016-10-27 Serhiy StorchakaIssue #22949: Documented that fnmatch.translate() is...
2016-10-27 Steve DowerUpdates release build to collect symbols and binaries...
2016-10-27 Serhiy StorchakaIssue #28496: Mark up constants 0, 1 and -1 that denote...
2016-10-27 Serhiy StorchakaIssue #28526: Use PyUnicode_AsEncodedString() instead of
2016-10-26 Zachary WareFix default role usage
2016-10-25 Martin PanterIssue #26240: Clean up the subprocess module doc string
2016-10-25 Serhiy StorchakaIssue #28353: Fixed tests of os.fwalk() with broken...
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 #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 #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 Benjamin Petersonfix name of keyword parameter to gc.collect() (closes...
2016-10-24 Serhiy StorchakaIssue #25464: Fixed HList.header_exists() in tkinter...
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 #28488: shutil.make_archive() no longer adds...
2016-10-23 Serhiy StorchakaIssue #28115: Added tests for CLI of the zipfile module.
2016-10-22 Guido van RossumIssue #27989: Tweak inspect.formatannotation() to impro...
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)
2016-10-21 Guido van RossumIssue #28482: Skip a few test_typing tests if asyncio...
2016-10-21 Yury SelivanovIssue #26796: Don't configure the number of workers...
2016-10-21 Guido van RossumFix indent
2016-10-21 Guido van RossumSync typing.py from upstream
2016-10-21 Yury SelivanovIssue #26923: Fix asyncio.Gather to refuse being cancel...
2016-10-21 Brett CannonIssue #25152: Mention the deprecation of pyvenv
2016-10-21 Brett CannonIssue #28396: Remove any mention of .pyo files from...
2016-10-21 Serhiy StorchakaIssue #28410: Keep the traceback of original exception...
2016-10-20 Ned DeilyIssue #24381: Avoid unused function warning when buildi...
2016-10-20 Yury SelivanovIssue #26010: Document CO_* constants
2016-10-19 Serhiy StorchakaIssue #19795: Fixed formatting a table.
2016-10-19 Serhiy StorchakaIssue #19795: Improved more markups of True/False.
next