]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-04-15  Brett CannonMerge for issue #26760
2016-04-15  Brett CannonIssue #26760: Minimally document PyFrameObject
2016-04-15  Steven D'ApranoRemove python fallback for compare_digest.
2016-04-15  Brett CannonMerge for issue #25609
2016-04-15  Brett CannonIssue #25609: Backport typing.ContextManager.
2016-04-15  Victor StinnerIssue #26766: Fix _PyBytesWriter_Finish()
2016-04-15  Serhiy StorchakaNull merge
2016-04-15  Serhiy StorchakaIssue #26764: Bacported tests for bytes formatting.
2016-04-15  Serhiy StorchakaIssue #26764: Fixed SystemError in bytes.__rmod__.
2016-04-15  Martin PanterIssue #15984: Merge PyUnicode doc from 3.5
2016-04-15  Martin PanterIssue #15984: Correct PyUnicode_FromObject() and _FromE...
2016-04-15  Martin PanterCorrect “an” → “a” with “Unicode”, “user”, “UTF”, etc
2016-04-15  Steven D'ApranoFix missing parens.
2016-04-15  Steven D'ApranoImprove tests with more modern assert* methods and...
2016-04-14  Steven D'Apranorun Tools/reindent.py on secrets.py to satisfy the...
2016-04-14  Steven D'ApranoAdd secrets module and tests.
2016-04-14  Zachary WareCloses #26706: Merge with 3.5
2016-04-14  Zachary WareIssue #26706: Update OpenSSL version in PCbuild/readme.txt
2016-04-14  Berker PeksagFix unused variable 'libver' warning in Modules/_ssl.c
2016-04-14  Berker PeksagFix unused variable 'libver' warning in Modules/_ssl.c
2016-04-14  Serhiy Storchakafs_unicode_converter is no longer used.
2016-04-14  Serhiy StorchakaIssues #26716, #26057: Regenerate Argument Clinic code.
2016-04-14  Serhiy StorchakaIssue #26716: Regenerate Argument Clinic code.
2016-04-14  Ethan FurmanIssue26748: Enum classes should evaluate as True
2016-04-14  Ethan FurmanIssue26748: Enum classes should evaluate as True
2016-04-14  Ethan FurmanIssue26748: Enum classes should evaluate as True
2016-04-13  Serhiy StorchakaIssue #26057: Got rid of nonneeded use of PyUnicode_Fro...
2016-04-13  Serhiy StorchakaIssue #26718: super.__init__ no longer leaks memory...
2016-04-13  Serhiy StorchakaIssue #26718: super.__init__ no longer leaks memory...
2016-04-13  Senthil Kumaranmerge 3.5.
2016-04-13  Senthil Kumaran[minor] - Correct the docstring of locale.str. Patch...
2016-04-13  Martin PanterIssue #25496: Merge tarfile doc from 3.5
2016-04-13  Martin PanterIssue #25496: Document compresslevel defaults to 9...
2016-04-13  Steve DowerCloses #26624: Adds validation of ucrtbase[d].dll versi...
2016-04-13  Steve DowerCloses #26624: Adds validation of ucrtbase[d].dll versi...
2016-04-13  Martin PanterIssue #26404: Add context manager to socketserver,...
2016-04-12  Victor StinnerMerge 3.5 (os.urandom)
2016-04-12  Victor Stinnerconfigure: fix HAVE_GETRANDOM_SYSCALL check
2016-04-12  Victor StinnerFix os.urandom() on Solaris 11.3
2016-04-12  Victor StinnerUpdate pygettext.py to get ride of imp
2016-04-12  Victor StinnerMerge 3.5
2016-04-12  Victor StinnerIssue #26647: Fix typo in test_grammar
2016-04-12  Victor StinnerIssue #26647: Cleanup modulefinder
2016-04-12  Victor StinnerIssue #26647: Cleanup opcode
2016-04-12  Georg Brandlmerge with 3.5
2016-04-12  Georg BrandlClarify greedy-qualifier example, avoid HTML.
2016-04-12  Serhiy StorchakaIssue #26733: Fixed formatting line numbers in test_dis.
2016-04-12  Serhiy StorchakaIssue #26733: Fixed formatting line numbers in test_dis.
2016-04-11  Serhiy StorchakaIssue #25910: Fixed more links in the docs.
2016-04-11  Serhiy StorchakaIssue #25910: Fixed more links in the docs.
2016-04-11  Victor StinnerMerge 3.5
2016-04-11  Victor Stinnertyping doc: add versionadded 3.5
2016-04-11  Berker PeksagAdd a versionchanged directive to document addition...
2016-04-11  Berker PeksagAdd a versionchanged directive to document addition...
2016-04-11  Serhiy StorchakaNull merge
2016-04-11  Serhiy StorchakaMerge heads
2016-04-11  Serhiy StorchakaMerge heads
2016-04-11  Serhiy StorchakaIssue #25910: Fixed dead links in the docs.
2016-04-11  Berker PeksagFix typos in mock and exceptions docs
2016-04-11  Berker PeksagFix typos in mock and exceptions docs
2016-04-11  Serhiy StorchakaIssue #25910: Fixed dead links in the docs.
2016-04-11  Serhiy StorchakaIssue #26200: Restored more safe usages of Py_SETREF.
2016-04-11  Serhiy StorchakaIssue #26200: Restored more safe usages of Py_SETREF.
2016-04-11  Martin PanterIssue #14456: Merge signal doc fix from 3.5
2016-04-11  Martin PanterIssue #14456: Remove contradiction about blocking signa...
2016-04-11  Martin PanterIssue #26585: Eliminate _quote_html() and use html...
2016-04-11  Martin PanterIssue #26685: Raise OSError if closing a socket fails
2016-04-10  Serhiy StorchakaIssue #26200: Added Py_SETREF and replaced Py_XSETREF...
2016-04-10  Serhiy StorchakaIssue #26200: Added Py_SETREF and replaced Py_XSETREF...
2016-04-10  Serhiy StorchakaIssue #26623: TypeError message for JSON unserializible...
2016-04-10  Serhiy StorchakaIssue #17339: Improved TypeError message in bytes const...
2016-04-10  Serhiy StorchakaIssue #26719: More efficient formatting of ints and...
2016-04-10  Serhiy StorchakaIssue #26719: More efficient formatting of ints and...
2016-04-10  Serhiy StorchakaIssue #25339: PYTHONIOENCODING now has priority over...
2016-04-10  Serhiy StorchakaIssue #25339: PYTHONIOENCODING now has priority over...
2016-04-10  Martin PanterIssue #26712: Merge string_tests cleanup from 3.5
2016-04-10  Martin PanterRemove relics of str8 (became bytes) and buffer (bytear...
2016-04-10  Martin PanterIssue #26712: Unify (r)split, (l/r)strip tests into...
2016-04-10  Martin PanterIssue #25609: Double back-ticks to avoid “make check...
2016-04-09  Martin PanterIssue #21069: Merge test_fileno() from 3.5
2016-04-09  Martin PanterIssue #21069: Move test_fileno() from test_urllibnet...
2016-04-09  Martin PanterIssue #26609: Merge HTTP tests from 3.5
2016-04-09  Victor StinnerMerge 3.5: fcntl doc
2016-04-09  Victor StinnerUpdate fcntl doc: replace IOError with OSError
2016-04-09  Berker PeksagIssue #17264: Fix cross refs and a markup error in...
2016-04-09  Berker PeksagIssue #17264: Fix cross refs and a markup error in...
2016-04-09  Berker PeksagIssue #16329: Add .webm to mimetypes.types_map
2016-04-09  Berker PeksagIssue #16329: Add .webm to mimetypes.types_map
2016-04-09  Martin PanterIssue #26609: Fix HTTP server tests to request an absol...
2016-04-09  Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-09  Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-09  Berker PeksagIssue #26687: Use Py_RETURN_NONE macro in sqlite3 module
2016-04-08  Brett CannonMerge w/ 3.5 for issue #26587
2016-04-08  Brett CannonIssue #26587: Remove an incorrect statement from the...
2016-04-08  Brett CannonIssue #26587: Allow .pth files to specify file paths...
2016-04-08  Brett CannonIssue #26668: Remove the redundant Lib/test/test_import...
2016-04-08  Brett CannonNormalize whitespace
2016-04-08  Brett CannonIssue #25609: Introduce contextlib.AbstractContextManag...
2016-04-08  Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
2016-04-08  Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
next