]> granicus.if.org Git - python/shortlog
python
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.
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 None as literal text.
2016-10-16 Victor StinnerIssue #27896: Allow passing sphinx options to Doc/Makefile
2016-10-18 Serhiy StorchakaIssue #23782: Fixed possible memory leak in _PyTracebac...
2016-10-17 Berker PeksagFix default value of StreamReader.readuntil()
2016-10-17 Victor StinnerIssue #28409: regrtest: fix the parser of command line...
2016-10-17 Berker PeksagIssue #28455: Clarify example of overriding the convert...
2016-10-16 Benjamin Petersonremove extra PyErr_Format arguments (closes #28454)
2016-10-16 Berker PeksagIssue #28432: Fix first parameter name in PyUnicode_Enc...
2016-10-15 Ned DeilyRemove spurious article.
2016-10-15 Martin PanterIssue #27800: Document limitation and workaround for...
2016-10-15 Martin PanterIssue #23231: Document codecs.iterencode(), iterdecode...
2016-10-14 Senthil KumaranIssue28438 - Fix the link for pkgutil.get_data doc...
2016-10-13 Guido van RossumIssue #18789: Update XML vulnerability table to use...
2016-10-13 Guido van RossumIssue #26869: Document unittest.TestCase.longMessage...
2016-10-13 Guido van RossumIssue #21443: Show how to change log level for asyncio.
2016-10-13 Guido van RossumIssue #24452: Make webbrowser support Chrome on Mac...
2016-10-12 Xavier de GayeIssue #20766: Fix references leaked by pdb in the handl...
2016-10-11 Zachary WareIssue #28248: Merge with 3.4
2016-10-11 Zachary WareIssue #28248: Update Windows build to use OpenSSL 1...
2016-10-10 Martin PanterIssue #28394: Spelling and typo fixes in code comments...
2016-10-09 Guido van RossumIssue #28339: Remove ByteString.register(memoryview...
2016-10-09 Yury SelivanovIssue #27972: Prohibit Tasks to await on themselves.
2016-10-09 Yury SelivanovIssue #28399: Remove UNIX socket from FS before binding.
2016-10-09 Berker PeksagIssue #28389: Fix ProxiedTransport example in xmlrpc...
2016-10-09 Guido van RossumMerge further typing.py changes from upstream.
2016-10-09 Guido van RossumAdjust ClassVar example to use pre-PEP-526 syntax....
2016-10-09 Guido van RossumIssue #28388: update typing module documentation.
2016-10-08 Serhiy StorchakaIssue #28379: Added sanity checks and tests for PyUnico...
2016-10-08 Serhiy StorchakaIssue #28376: The type of long range iterator is now...
2016-10-08 Serhiy StorchakaIssue #28376: The constructor of range_iterator now...
2016-10-08 Serhiy StorchakaIssue #28376: Fixed typos.
2016-10-08 Serhiy StorchakaIssue #26906: Resolving special methods of uninitialize...
2016-10-07 Serhiy StorchakaIssue #25783: Fixed test_traceback when run directly...
2016-10-07 Serhiy StorchakaIssue #28257: Improved error message when pass a non...
2016-10-07 Serhiy StorchakaIssue #18287: PyType_Ready() now checks that tp_name...
2016-10-07 Serhiy StorchakaIssue #26293: Fixed writing ZIP files that starts not...
2016-10-07 Serhiy StorchakaIssue #24098: Fixed possible crash when AST is changed...
2016-10-07 Yury Selivanovasyncio: Only allow Unix Stream sockets for loop.create...
2016-10-06 Yury SelivanovNull merge with 3.4
2016-10-06 Yury SelivanovIssue #27759: Fix selectors incorrectly retain invalid...
2016-10-06 Benjamin Petersonensure read size is initialized
2016-10-06 Benjamin Petersondo not leak buffer if mmap is not writable
2016-10-06 Benjamin Petersonskip test on windows
2016-10-06 Benjamin Petersonfix bug in 48797808a302
2016-10-06 Benjamin Petersonskip test if resizing is not supported
2016-10-06 Benjamin Petersonmmap: do all internal arithmetic with Py_ssize_t while...
2016-10-05 Yury Selivanovasyncio: Add "call_connection_made" arg to SSLProtocol...
2016-10-05 Yury SelivanovIssue #28372: Fix asyncio to support formatting of...
2016-10-05 Yury SelivanovIssue #28371: Deprecate passing asyncio.Handles to...
next