]> granicus.if.org Git - python/shortlog
python
2016-06-14 Ned DeilyMerge 3.6.0a2 releasing branch into default
2016-06-14 Ned DeilyStart 3.6.0a3
2016-06-14 Martin PanterIssue #22636: Merge ctypes.util shell injection fixes...
2016-06-14 Martin PanterIssue #16182: Merge readline locale fix from 3.5
2016-06-14 Martin PanterIssue #17500: Remove merge conflict scar tissue
2016-06-14 Martin PanterIssue #22636: avoid using a shell in the ctypes.util...
2016-06-14 Martin PanterIssue #16182: Fix readline begidx, endidx, and use...
2016-06-14 Ned DeilyIssue #27310: Fix IDLE.app failure to launch on OS...
2016-06-14 Ned DeilyIssue #27310: remove vestigial import in IDLE.app
2016-06-13 Martin PanterIssue #27136: Merge test_asyncio fix from 3.5
2016-06-13 Berker PeksagIssue #27306: Merge from 3.5
2016-06-13 Berker PeksagIssue #27306: Fix typo in tarfile documentation
2016-06-13 Berker PeksagMerge from 3.5
2016-06-13 Berker PeksagReplace more boilerplate code with modern unittest...
2016-06-13 Ned DeilyAdded tag v3.6.0a2 for changeset 378893423552
2016-06-13 Ned DeilyVersion bump for 3.6.0a2 v3.6.0a2
2016-06-13 Ned DeilyUpdate pydoc topics for 3.6.0a2
2016-06-13 Larry HastingsMerge the 3.4.5rc1 tag all the way into default (3.6).
2016-06-13 Larry HastingsForward-merge from 3.5 to default.
2016-06-13 Larry HastingsForward-merge from 3.4 to 3.5.
2016-06-13 doko@ubuntu.com- Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK...
2016-06-13 Serhiy StorchakaIssue #27025: Generated names for Tkinter widgets are...
2016-06-13 Terry Jan ReedyWhitespace
2016-06-13 Terry Jan ReedyIssue #27163: Add idlelib/IDLE entry to What's New...
2016-06-13 Martin PanterIssue #27186: Skip scandir(bytes) test with os.name...
2016-06-13 Larry HastingsMerge 3.5.2rc1 with current 3.5 branch.
2016-06-13 Larry HastingsPost-release fixups for Python 3.5.2rc1.
2016-06-13 Martin PanterIssue #27136: Change test to use ::1 for better OS...
2016-06-12 Brett CannonIgnore the VS Code config directory
2016-06-12 Brett CannonIssue #27186: add Include/osmodule.h to the proper...
2016-06-12 Terry Jan ReedyIssue #27239: Continue refactoring idlelib.macosx and...
2016-06-12 Berker PeksagMerge from 3.5
2016-06-12 Berker PeksagModernize sqlite3 tests
2016-06-12 Brett CannonIssue #27186: skip bytes path test for os.scandir(...
2016-06-12 Berker PeksagMerge from 3.5
2016-06-12 Berker PeksagFix typo in _sqlite/module.h
2016-06-12 Serhiy StorchakaIssue #27095: Simplified MAKE_FUNCTION and removed...
2016-06-12 Serhiy StorchakaComment fixes extracted from patch by Demur Rumed.
2016-06-12 Berker PeksagIssue #15657: Null merge from 3.5
2016-06-12 Berker PeksagIssue #15657: Delete incorrect statement from PyMethodD...
2016-06-12 Berker PeksagIssue #27289: Merge from 3.5
2016-06-12 Berker PeksagIssue #27289: Prevent test_urllib2net failures due...
2016-06-12 Serhiy StorchakaIssue #25455: Clean up reference loops created in tests...
2016-06-12 Serhiy StorchakaIssue #25455: Clean up reference loops created in tests...
2016-06-12 Berker PeksagIssue #27190: Merge from 3.5
2016-06-12 Berker PeksagIssue #27190: Raise NotSupportedError if sqlite3 is...
2016-06-12 Berker PeksagIssue #27188: Merge from 3.5
2016-06-12 Berker PeksagIssue #27188: Fix various sqlite3 documentation errors
2016-06-12 Berker PeksagMerge from 3.5
2016-06-12 Berker PeksagUse exc role for ValueError in multiprocessing.rst
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 Larry HastingsAdded tag v3.4.5rc1 for changeset 3631bb4a2490
2016-06-12 Larry HastingsRelease bump for 3.4.5rc1. v3.4.5rc1
2016-06-12 Larry HastingsRegenerate pydoc topics for 3.4.5rc1.
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 Larry HastingsAdded tag v3.5.2rc1 for changeset 68feec6488b2
2016-06-12 Larry HastingsUpdated header for README for 3.5.2rc1. v3.5.2rc1
2016-06-12 Larry HastingsRelease bump for 3.5.2rc1.
2016-06-12 Larry HastingsRegenerated pydoc topics for 3.5.2rc1.
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...
next