]> granicus.if.org Git - python/shortlog
python
2016-04-19 Paul MooreMention types.SimpleNamespace in collections.namedtuple doc
2016-04-19 Zachary WareMerge with 3.5
2016-04-19 Zachary WareReplace assert statements with self.assertXxx() calls
2016-04-19 Victor StinnerDon't define _PyMem_PymallocEnabled() if pymalloc is...
2016-04-19 Victor StinnerMerge 3.5: Issue #21668
2016-04-19 Victor Stinnersetup.py: add missing libm dependency
2016-04-19 Lars GustäbelIssue #24838: Merge test_tarfile.py fix from 3.5.
2016-04-19 Lars GustäbelIssue #24838: Fix test_tarfile.py for non-utf8 filesyst...
2016-04-19 Lars GustäbelIssue #24838: Merge tarfile fix from 3.5.
2016-04-19 Lars GustäbelIssue #24838: tarfile's ustar and gnu formats now corre...
2016-04-18 Berker PeksagIssue #26615: Add missing __qualname__ entry to functoo...
2016-04-18 Berker PeksagIssue #26615: Add missing __qualname__ entry to functoo...
2016-04-18 Guido van Rossumtyping.py: merge 3.5->3.6 (Tuple/ellipsis/equality).
2016-04-18 Guido van Rossumtyping.py: Consider ellipsis in TupleMeta.__eq__. By...
2016-04-18 Victor StinnerMerge 3.5 (test_asyncio)
2016-04-18 Victor StinnerFix test_asyncio.test_timeout_disable()
2016-04-18 Martin PanterIssue #26657: Merge http.server fix from 3.5
2016-04-18 Georg Brandl#25987: add versionadded to Reversible.
2016-04-18 Raymond HettingerFix spelling error
2016-04-18 Martin PanterIssue #26657: Fix Windows directory traversal vulnerabi...
2016-04-18 Guido van RossumSync test_typing.py with upstream git repo (typing...
2016-04-18 Guido van RossumSync test_typing.py with upstream git repo (typing...
2016-04-17 Serhiy StorchakaIssue #26745: Removed redundant code in _PyObject_Gener...
2016-04-17 Victor StinnerAvoid fcntl() if possible in set_inheritable()
2016-04-17 Serhiy StorchakaIssue #26778: Fixed "a/an/and" typos in code comment...
2016-04-17 Serhiy StorchakaIssue #26778: Fixed "a/an/and" typos in code comment...
2016-04-17 Steven D'ApranoAutomated merge with ssh://hg.python.org/cpython
2016-04-17 Steven D'ApranoShorten secrets module docstring, add function docstrings.
2016-04-17 Steven D'ApranoFix a few minor typos to secrets documentation.
2016-04-17 Martin PanterIssue #26717: Merge wsgiref fix from 3.5
2016-04-17 Martin PanterIssue #26717: Stop encoding Latin-1-ized WSGI paths...
2016-04-16 Martin PanterIssue #26782: Add STARTUPINFO to subprocess.__all__...
2016-04-16 Martin PanterIssue #26782: Merge test_subprocess from 3.5
2016-04-16 Martin PanterIssue #26782: Acknowledge the incomplete status of...
2016-04-16 Benjamin Petersonmerge 3.5
2016-04-16 Benjamin Petersonfix slice cache finalization to use gc del
2016-04-16 Benjamin Petersonmerge 3.5
2016-04-16 Benjamin Petersontest_support -> support
2016-04-16 Benjamin Petersonmerge 3.5 (#26659)
2016-04-16 Benjamin Petersonadd gc support to slice (closes #26659)
2016-04-16 Steven D'ApranoDocumentation for secrets.py
2016-04-16 Serhiy StorchakaIssue #26783: test_os.WalkTests.test_walk_topdown did...
2016-04-16 Serhiy StorchakaIssue #26783: test_os.WalkTests.test_walk_topdown did...
2016-04-16 Senthil Kumaranmerge 3.5
2016-04-16 Senthil Kumaranissue26775 - Improve test coverage for urllib.parse
2016-04-16 Martin PanterMerge subprocess test from 3.5
2016-04-16 Martin PanterIssue #10838: Run test__all__() everywhere, even if...
2016-04-16 Martin PanterMerge typo fixes from 3.5
2016-04-16 Martin PanterFix typos in code comments and documentation
2016-04-16 Martin PanterIssue #26638: Merge link fixes from 3.5
2016-04-16 Martin PanterIssue #26638: Fix links to some CLI options and section...
2016-04-16 Martin PanterIssue #25314: Merge argparse doc from 3.5
2016-04-15 Gregory P.... Issue #25702: A --with-lto configure option has been...
2016-04-15 Gregory P.... Issue #25702: A --with-lto configure option has been...
2016-04-15 Gregory P.... merge heads
2016-04-15 Gregory P.... merge heads
2016-04-15 Gregory P.... merge heads
2016-04-15 Gregory P.... Exclude super long running tests from the PROFILE_TASK...
2016-04-15 Gregory P.... Exclude super long running tests from the PROFILE_TASK...
2016-04-15 Martin PanterIssue #26535: Merge struct doc from 3.5
2016-04-15 Martin PanterIssue #26535: Correct docs regarding the struct buffer...
2016-04-15 Berker PeksagIssue #26766: Remove redundant bytearray_format() from...
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
next