]> granicus.if.org Git - python/shortlog
python
2016-10-30 Serhiy StorchakaIssue #23262: The webbrowser module now supports Firefo...
2016-10-30 Serhiy Storchaka- Issue #23262: The webbrowser module now supports...
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 StorchakaIssue #27939: Fixed bugs in tkinter.ttk.LabeledScale...
2016-10-30 Serhiy StorchakaIssue #27939: Fixed bugs in tkinter.ttk.LabeledScale...
2016-10-30 Serhiy StorchakaIssue #28561: Clean up UTF-8 encoder: remove dead code...
2016-10-30 Serhiy StorchakaIssue #28561: Clean up UTF-8 encoder: remove dead code...
2016-10-30 Serhiy StorchakaMerge from 3.6.
2016-10-30 Serhiy StorchakaMerge from 3.5.
2016-10-30 Serhiy StorchakaBacked out changeset 9f7505019767 (issue #27275).
2016-10-30 Martin PanterIssue #26638: Merge option warning fixes from 3.6
2016-10-30 Martin PanterIssue #26638: Merge option warning fixes from 3.5 into 3.6
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-30 Raymond Hettingermerge
2016-10-30 Raymond HettingerIssue #18844: Strengthen tests to include a case with...
2016-10-29 Raymond Hettingermerge
2016-10-29 Raymond HettingerIssue #18844: Make the various ways for specifing weigh...
2016-10-29 Guido van RossumIssue #28556: updates to typing.py (add Coroutine,...
2016-10-29 Guido van RossumIssue #28556: updates to typing.py (add Coroutine,...
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 (fix copy, deepcopy...
2016-10-29 Guido van RossumIssue #28556: updates to typing.py (fix copy, deepcopy...
2016-10-29 Steve DowerAdds missing _asyncio.pyd to installer and generally...
2016-10-29 Steve DowerAdds missing _asyncio.pyd to installer and generally...
2016-10-29 Guido van RossumIssue #28556: updates to typing.py (3.6->3.7)
2016-10-29 Guido van RossumIssue #28556: updates to typing.py (3.5->3.6)
2016-10-29 Guido van RossumIssue #28556: updates to typing.py
2016-10-29 Steve DowerMerge from 3.6
2016-10-29 Steve DowerMakes test_underpth* tests more robust by copying the...
2016-10-29 Xavier de GayeIssue #28444: Merge with 3.6.
2016-10-29 Xavier de GayeIssue #28444: Merge with 3.5.
2016-10-29 Xavier de GayeIssue #28444: Fix missing extensions modules when cross...
2016-10-29 Serhiy StorchakaIssue #28199: Microoptimized dict resizing. Based...
2016-10-29 Serhiy StorchakaIssue #28199: Microoptimized dict resizing. Based...
2016-10-29 Victor StinnerMerge 3.6
2016-10-29 Victor StinnerIssue #28544: Fix inefficient call to _PyObject_CallMet...
2016-10-28 Yury SelivanovMerge 3.6 (issue #28544)
2016-10-28 Yury SelivanovIssue #28544: Pass `PyObject*` to _PyDict_Pop, not...
2016-10-28 Yury SelivanovMerge 3.6 (issue #28544)
2016-10-28 Yury SelivanovIssue #28544: Fix compilation of _asynciomodule.c on...
2016-10-28 Steve DowerRemoves incorrect condition from lib_pdb.msi
2016-10-28 Steve DowerRemoves incorrect condition from lib_pdb.msi
2016-10-28 Steve DowerRemoves incorrect condition from lib_pdb.msi
2016-10-28 Victor StinnerMerge 3.6
2016-10-28 Victor StinnerIssue #28544: Fix _asynciomodule.c on Windows
2016-10-28 Yury SelivanovMerge 3.6 (issue #28544)
2016-10-28 Yury SelivanovIssue #28544: Implement asyncio.Task in C.
2016-10-28 Xavier de GayeMerge heads.
2016-10-28 Xavier de GayeMerge heads.
2016-10-28 Xavier de GayeIssue #28046: Merge with 3.6.
2016-10-28 Xavier de GayeIssue #28046: Fix the removal of the sysconfigdata...
2016-10-28 Serhiy StorchakaFixed possible NULL decrefing.
2016-10-28 Serhiy StorchakaFixed possible NULL decrefing.
2016-10-28 Serhiy StorchakaFixed possible NULL decrefing.
2016-10-28 Serhiy StorchakaIssue #28353: Make test_os.WalkTests.test_walk_bad_dir...
2016-10-28 Serhiy StorchakaIssue #28353: Make test_os.WalkTests.test_walk_bad_dir...
2016-10-28 Serhiy StorchakaIssue #28353: Make test_os.WalkTests.test_walk_bad_dir...
2016-10-27 Steve DowerIssue #28522: Fixes mishandled buffer reallocation...
2016-10-27 Steve DowerIssue #28522: Fixes mishandled buffer reallocation...
2016-10-27 Serhiy StorchakaIssue #22949: Documented that fnmatch.translate() is...
2016-10-27 Serhiy StorchakaIssue #22949: Documented that fnmatch.translate() is...
2016-10-27 Serhiy StorchakaIssue #22949: Documented that fnmatch.translate() is...
2016-10-27 Serhiy StorchakaIssue #22493: Updated an example for fnmatch.translate().
2016-10-27 Serhiy StorchakaIssue #22493: Updated an example for fnmatch.translate().
2016-10-27 Steve DowerMerge from 3.6
2016-10-27 Steve DowerRevert incorrect file merge from 3.5.
2016-10-27 Steve DowerMerge from 3.5
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 #28496: Mark up constants 0, 1 and -1 that denote...
2016-10-27 Serhiy StorchakaIssue #28496: Mark up constants 0, 1 and -1 that denote...
2016-10-27 Serhiy StorchakaIssue #28426: Deprecated undocumented functions PyUnico...
2016-10-27 Serhiy StorchakaIssue #28426: Deprecated undocumented functions PyUnico...
2016-10-27 Serhiy StorchakaIssue #28526: Use PyUnicode_AsEncodedString() instead of
2016-10-27 Serhiy StorchakaIssue #28526: Use PyUnicode_AsEncodedString() instead of
2016-10-27 Serhiy StorchakaIssue #28526: Use PyUnicode_AsEncodedString() instead of
2016-10-27 INADA NaokiIssue #28509: dict.update() no longer allocate unnecess...
2016-10-27 INADA NaokiIssue #28509: dict.update() no longer allocate unnecess...
2016-10-26 Zachary WareRemove unused suspicious rules
2016-10-26 Zachary WareMerge from 3.6
2016-10-26 Zachary WareIgnore harmless suspicious markup
2016-10-26 Zachary WareMerge from 3.6
2016-10-26 Zachary WareMerge from 3.5
2016-10-26 Zachary WareFix default role usage
2016-10-26 Guido van RossumIssue #25002: Back out asyncore/asynchat deprecation...
2016-10-26 Guido van RossumIssue #25002: Back out asyncore/asynchat deprecation.
2016-10-26 Martin PanterIssue #26240: Merge subprocess doc string from 3.6
2016-10-25 Martin PanterIssue #26240: Merge subprocess doc string from 3.5...
2016-10-25 Martin PanterIssue #26240: Clean up the subprocess module doc string
2016-10-25 Steve DowerIssue #28333: Fixes off-by-one error that was adding...
2016-10-25 Steve DowerIssue #28333: Fixes off-by-one error that was adding...
2016-10-25 Serhiy StorchakaNull merge
2016-10-25 Serhiy StorchakaNull merge
2016-10-25 Serhiy StorchakaIssue #28353: Fixed tests of os.fwalk() with broken...
2016-10-25 Guido van RossumIssue #28107: Update typing module documentation for...
2016-10-25 Guido van RossumIssue #28107: Update typing module documentation for...
2016-10-25 Serhiy StorchakaIssue #28353: Try to fix tests.
next