]> granicus.if.org Git - python/shortlog
python
2016-04-24 Serhiy StorchakaIssue #26801: shutil.get_terminal_size() now handles...
2016-04-24 Serhiy StorchakaIssue #26801: shutil.get_terminal_size() now handles...
2016-04-24 Martin PanterIssue #24911: Merge socket context manager doc from 3.5
2016-04-24 Berker PeksagIssue #23277: Remove unused sys and os imports
2016-04-24 Martin PanterIssue #24911: All socket objects are context managers...
2016-04-24 Martin PanterIssue #23806: Merge susp-ignored.csv from 3.5
2016-04-24 Martin PanterIssue #23806: Update susp-ignored.csv
2016-04-24 Berker PeksagIssue #26041: Remove "will be removed in Python 3.7...
2016-04-24 Berker PeksagIssue #26041: Remove "will be removed in Python 3.7...
2016-04-24 Berker PeksagIssue #19731: Update copyright year in docs.p.o footer
2016-04-24 Berker PeksagIssue #19731: Update copyright year in docs.p.o footer
2016-04-24 Berker PeksagIssue #18572: Remove redundant note about surrogates...
2016-04-24 Berker PeksagIssue #18572: Remove redundant note about surrogates...
2016-04-24 Berker PeksagIssue #18353: Remove PyUnicode_WRITE_CHAR macro link...
2016-04-24 Berker PeksagIssue #18353: Remove PyUnicode_WRITE_CHAR macro link...
2016-04-23 Berker PeksagIssue #21382: Clarify signal.signal() documentation...
2016-04-23 Berker PeksagIssue #21382: Clarify signal.signal() documentation...
2016-04-23 Berker PeksagIssue #26089: Remove duplicate field 'license' from...
2016-04-23 Berker PeksagIssue #20112: Improve BaseHTTPRequestHandler.error_mess...
2016-04-23 Berker PeksagIssue #20112: Improve BaseHTTPRequestHandler.error_mess...
2016-04-23 Serhiy StorchakaIssue #26822: itemgetter, attrgetter and methodcaller...
2016-04-23 Serhiy StorchakaIssue #26822: itemgetter, attrgetter and methodcaller...
2016-04-23 Benjamin Petersonmerge 3.5 (#26827)
2016-04-23 Benjamin Petersonfix python 3 mod init function declaration (closes...
2016-04-23 Serhiy StorchakaIssue #26733: Disassembling a class now disassembles...
2016-04-23 Serhiy StorchakaIssue #26733: Disassembling a class now disassembles...
2016-04-23 Senthil Kumaranmerge 3.5
2016-04-23 Senthil KumaranIssue23806 - Document the no_proxy environment variable...
2016-04-23 Martin PanterIssue #22359: Merge cross-compilation fix from 3.5
2016-04-23 Martin PanterIssue #22359: Disable running cross-compiled _freeze_im...
2016-04-22 Victor StinnerIssue #26249: Try test_capi on Windows
2016-04-22 Victor StinnerPyMem_Malloc() now uses the fast pymalloc allocator
2016-04-21 Senthil Kumaran[minor] Doc fix in old python doc.
2016-04-20 Victor StinnerMerge 3.5
2016-04-20 Victor Stinnergdb/libpython.py: inline _type_void_ptr()
2016-04-20 Victor StinnerMerge 3.5
2016-04-20 Victor StinnerIssue #26799: Fix typo in Misc/NEWS
2016-04-20 Victor StinnerMerge 3.5: Issue #26799
2016-04-20 Victor Stinnerpython-gdb.py: get C types at runtime
2016-04-20 Victor StinnerIssue #21668: Add also Chi Hsuan Yen to Misc/ACKS
2016-04-20 Victor StinnerIssue #21668: Fix author of the patch.
2016-04-19 Martin PanterAdditional grammar fix
2016-04-19 Martin PanterMerge doc and comment fixes from 3.5
2016-04-19 Victor StinnerNull merge 3.5 (changes already applied to test_gdb)
2016-04-19 Victor StinnerBackport test_gdb fix for s390x buildbots
2016-04-19 Victor StinnerOptimize func(*tuple) function call
2016-04-19 Paul MooreMerge with 3.5
2016-04-19 Serhiy StorchakaIssue #26802: Optimized calling a function with *args...
2016-04-19 Victor StinnerMerge 3.5: issue #26801
2016-04-19 Victor StinnerFix shutil.get_terminal_size() error handling
2016-04-19 Jesus CeaMERGE: Trivial typo
2016-04-19 Jesus CeaTrivial typo
2016-04-19 Paul MooreMention types.SimpleNamespace in collections.namedtuple doc
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-19 Martin PanterFix spelling (inital), grammar (may translates) in...
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
next