]> granicus.if.org Git - python/shortlog
python
2016-06-12 Berker PeksagIssue #27221: Merge from 3.5
2016-06-12 Berker PeksagIssue #27221: Delete an outdated paragraph about pickle...
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of recursive functo...
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of recursive functo...
2016-06-12 Serhiy StorchakaNull merge
2016-06-12 Serhiy StorchakaMerge heads
2016-06-12 Serhiy StorchakaMerge heads
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of ElementTree...
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of ElementTree...
2016-06-12 Serhiy StorchakaIssue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CAL...
2016-06-12 Serhiy StorchakaIssue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CAL...
2016-06-12 Martin PanterAdd grammatical article to “an ASCII letter”
2016-06-12 Martin PanterMerge typo fixes from 3.5
2016-06-12 Martin PanterFix typos and English grammar in documentation and...
2016-06-12 Martin PanterIssue #27030: Merge RE fix from 3.5
2016-06-12 Martin PanterFix buggy RE “\parrot_example.py”, uncovered by Issue...
2016-06-12 Martin PanterIssue #16484: Merge pydoc Windows fixes from 3.5
2016-06-12 Martin PanterIssue #16484: Fix pydoc link and test on Windows, by...
2016-06-12 Martin PanterDrop unused import
2016-06-12 Martin PanterIssue #24136: Adjust f-strings doc for interable unpacking
2016-06-12 Martin PanterIssue #24136: Merge unpacking doc from 3.5
2016-06-12 Martin PanterIssue #24136: Document generalized unpacking, PEP 448
2016-06-12 Łukasz Langamerge heads
2016-06-12 Łukasz LangaMerge 3.5, issue #14209
2016-06-12 Łukasz LangaIssue #14209: pkgutil.iter_zipimport_modules ignores...
2016-06-12 Gregory P.... Clarify that md5 is in the algorithms_guaranteed list...
2016-06-12 Gregory P.... merge heads
2016-06-12 Gregory P.... issue15468 - use sha256 instead of md5 or sha1 in the...
2016-06-11 Łukasz LangaMerge 3.5, issue #27194
2016-06-11 Łukasz LangaIssue #27194: superfluous truncate calls in tarfile...
2016-06-11 Serhiy StorchakaIssue #27140: Added BUILD_CONST_KEY_MAP opcode.
2016-06-11 Serhiy StorchakaIssue #27294: Improved repr for Tkinter event objects.
2016-06-11 Benjamin Petersonmerge 3.5 (#26556)
2016-06-11 Benjamin Petersonmerge 3.4 (#26556)
2016-06-11 Benjamin Petersonupgrade expt to 2.1.1 (closes #26556)
2016-06-11 Benjamin Petersonmerge 3.5
2016-06-11 Benjamin Petersonmerge 3.4
2016-06-11 Benjamin Petersonraise an error when STARTTLS fails
2016-06-11 Berker PeksagMerge from 3.5
2016-06-11 Berker PeksagFix typo and silence a Sphinx warning in Doc/glossary.rst
2016-06-11 Berker PeksagMerge from 3.5
2016-06-11 Berker PeksagSilence 'make suspicious' warnings
2016-06-11 Berker PeksagIssue #20508: Improve exception message of IPv{4,6...
2016-06-11 Berker PeksagIssue #21386: Merge from 3.5
2016-06-11 Berker PeksagIssue #21386: Implement missing IPv4Address.is_global...
2016-06-11 Terry Jan ReedyMerge Issue #22558.
2016-06-11 Terry Jan ReedyIssue #22558: Add remaining doc links to source code...
2016-06-11 Serhiy StorchakaIssue #27029: Removed deprecated support of universal...
2016-06-11 Serhiy StorchakaIssue #27030: The re.LOCALE flag now can be used only...
2016-06-11 Serhiy StorchakaIssue #27030: Unknown escapes consisting of ``'\'`...
2016-06-11 Yury SelivanovMerge 3.5 (issue #22970)
2016-06-11 Yury SelivanovIssue #22970: asyncio: Fix inconsistency cancelling...
2016-06-11 Yury SelivanovMerge 3.5 (issue #27223)
2016-06-11 Yury SelivanovIssue #27223: aio: Fix _read_ready and _write_ready...
2016-06-11 Terry Jan ReedyIDLE NEWS entries
2016-06-11 Terry Jan ReedyMerge Issue #5124: NEWS entries.
2016-06-11 Terry Jan ReedyIssue #5124: NEWS entries.
2016-06-11 Ned DeilyIssue #27262: fix missing parameter typo
2016-06-11 Terry Jan ReedyIssue #5124: rename PyShell back to pyshell and patch...
2016-06-11 Terry Jan ReedyMerge with 3.5
2016-06-11 Terry Jan ReedyIssue #5124: Paste with selection should always replace.
2016-06-11 Terry Jan ReedyIssue #5124: Temporary pyshell rename to avoid case...
2016-06-10 Terry Jan ReedyIssue *24750: Switch all scrollbars in IDLE to ttk...
2016-06-10 Brett CannonIssue #27186: Add os.PathLike support to DirEntry
2016-06-10 Berker PeksagIssue #20900: Merge from 3.5
2016-06-10 Berker PeksagIssue #20900: distutils register command now decodes...
2016-06-10 Brett CannonIssue #27186: Add os.PathLike support to pathlib.
2016-06-10 doko@ubuntu.com- Issue #17500, and https://github.com/python/pythondot...
2016-06-10 Berker PeksagIssue #27280: Fix typo in IPv6Network documentation
2016-06-09 Serhiy StorchakaIssue #26282: PyArg_ParseTupleAndKeywords() and Argumen...
2016-06-10 doko@ubuntu.com- Issue #17500, and https://github.com/python/pythondot...
2016-06-10 Berker PeksagIssue #27280: Merge from 3.5
2016-06-10 Martin PanterIssue #24617: Merge os.mkdir() doc from 3.5
2016-06-10 Martin PanterMerge comment fix from 3.5
2016-06-10 Martin PanterFix typo and move comment to appropriate condition
2016-06-10 Berker PeksagAdd a versionadded directive to os.PathLike
2016-06-10 Terry Jan ReedyIssue #24759: IDLE requires tk 8.5 and availability...
2016-06-10 Terry Jan ReedyIssue #24759: Add test for IDLE syntax colorizoer.
2016-06-10 Martin PanterIssue #8491: Merge readline doc from 3.5
2016-06-10 Martin PanterIssue #8491: Add link to Gnu Readline configuration...
2016-06-09 Brett CannonMerge
2016-06-09 Brett CannonIssue #27186: Document PyOS_FSPath().
2016-06-09 Martin PanterIssue #15476: Merge index entries from 3.5
2016-06-09 Brett CannonIssue #27182: Document os.PathLike.
2016-06-09 Brett CannonAdd a missing :term:.
2016-06-09 Brett CannonClarify the os.fspath() documentation.
2016-06-09 Brett CannonClarify documentation for os.fspath().
2016-06-09 Brett CannonFix some PEP 8 violations.
2016-06-09 Yury SelivanovMerge 3.5 (issue #27243)
2016-06-09 Yury SelivanovIssue #27243: Fix __aiter__ protocol
2016-06-09 Serhiy StorchakaIssue #26305: Argument Clinic now uses braces in C...
2016-06-09 Serhiy StorchakaIssue #26305: Argument Clinic now escapes braces. No...
2016-06-09 Serhiy StorchakaIssue #26305: Argument Clinic now escapes braces. No...
2016-06-09 Serhiy StorchakaRegenerate Argument Clinic code for issue #23026.
2016-06-08 Terry Jan ReedyIssue #27239: idlelib.macosx.isXyzTk functions initiali...
2016-06-08 Barry WarsawNull merge.
2016-06-08 Barry WarsawFix a comment.
2016-06-08 Barry WarsawIssue #27066: Fixed SystemError if a custom opener...
2016-06-08 Barry WarsawIssue #27066: Fixed SystemError if a custom opener...
2016-06-08 Terry Jan ReedyIssue #27262: move Aqua unbinding code, which enable...
next