]> granicus.if.org Git - python/shortlog
python
2016-05-08 Serhiy StorchakaIssue #26156: Make expressions grammar description...
2016-05-08 Serhiy StorchakaIssue #23815: Fixed crashes related to directly created...
2016-05-08 Martin PanterCorrections for a/an in code comments and documentation
2016-05-08 Martin PanterFix typos in comments, documentation and test method...
2016-05-08 Martin PanterIssue #26512: Clarify Integral; tidy up table of roundi...
2016-05-07 Berker PeksagFix self.fail() call in test_data_header
2016-05-07 Berker PeksagReplace example.com with pythontest.net in test_urllibnet
2016-05-07 Serhiy StorchakaIssue #17765: weakref.ref() no longer silently ignores...
2016-05-07 Serhiy StorchakaIssue #26736: Used HTTPS for external links in the...
2016-05-07 Serhiy StorchakaIssue #26889: Fixed hyperlinks formatting.
2016-05-07 Serhiy StorchakaIssue #26889: Tweaked xmlrpc.client documentation.
2016-05-06 Terry Jan ReedyIssue 26912: fix broken imports in test_email package.
2016-05-06 Terry Jan ReedyIssue 26911: fix import (other problems remain).
2016-05-04 Berker PeksagIssue #26957: Remove duplicate 'the' from datetime...
2016-05-04 Serhiy StorchakaIssue #26811: gc.get_objects() no longer contains a...
2016-05-04 Jason R. CoombsIssue #20120: Use RawConfigParser for .pypirc parsing...
2016-05-04 Serhiy StorchakaIssue #26873: xmlrpc now raises ResponseError on unsupp...
2016-05-03 Serhiy StorchakaIssue #24950: Fixed expanduser tests when the users...
2016-05-02 Terry Jan ReedyClarify IDLE-console differences with respect to the...
2016-05-02 Donald StufftUpgrade ensurepip bundled setuptools to 20.10.1
2016-05-02 Donald StufftUpgrade ensurepip bundled setuptools to 20.10.1
2016-05-02 Berker PeksagIssue #18916: Update thread module docstrings
2016-05-01 Serhiy StorchakaRegenerate Argument Clinic code for issue #26874.
2016-05-01 Ethan Furmanissue26893: use mro() to examine class heirarchy
2016-05-01 Serhiy StorchakaIssue #26711: Fixed the comparison of plistlib.Data...
2016-05-01 Serhiy StorchakaFixed declarations of _Py_DumpTraceback() and _Py_DumpT...
2016-05-01 Berker PeksagIssue #26898: Fix typo in math.isclose() docstring
2016-05-01 Berker PeksagIssue #23960: Cleanup args and kwargs on error in PyErr...
2016-05-01 Meador IngeIssue #24114: Fix an uninitialized variable in `ctypes...
2016-04-30 Martin PanterIssue #26864: Fix case insensitivity and suffix compari...
2016-04-29 Berker PeksagIssue #25551: Test condition behavior instead of its...
2016-04-29 Berker PeksagIssue #26322: Document typing.Set, patch by Joseph...
2016-04-29 Serhiy StorchakaIssue #26822: Decreased an overhead of using _PyArg_NoK...
2016-04-28 Zachary WareIssue #26875: Fix mmap example
2016-04-28 Zachary WareIssue #26874: Simplify the divmod docstring
2016-04-28 Zachary WareIssue #26874: Fix divmod docstring
2016-04-27 Serhiy Storchakafileinput.hook_encoded() uses builtin open(), not codec...
2016-04-26 Martin PanterIssue #20598: Replace trivial split() calls with lists...
2016-04-26 Raymond HettingerIssue #24715: Improve sort stability example
2016-04-26 Serhiy StorchakaIssue #26634: recursive_repr() now sets __qualname__...
2016-04-25 Senthil KumaranIssue #26804: urllib.request will prefer lower_case...
2016-04-25 Zachary WareFileExistsError is raised by mkdir when dir exists
2016-04-25 Berker PeksagIssue #23662: Document default value of RFC 2109 attributes
2016-04-25 Serhiy StorchakaIssue #26837: assertSequenceEqual() now correctly outpu...
2016-04-24 Serhiy StorchakaRemove duplicated tests.
2016-04-24 Serhiy StorchakaIssue #26801: shutil.get_terminal_size() now handles...
2016-04-24 Martin PanterIssue #24911: All socket objects are context managers...
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 #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 #18353: Remove PyUnicode_WRITE_CHAR macro link...
2016-04-23 Berker PeksagIssue #21382: Clarify signal.signal() documentation...
2016-04-23 Berker PeksagIssue #20112: Improve BaseHTTPRequestHandler.error_mess...
2016-04-23 Serhiy StorchakaIssue #26822: itemgetter, attrgetter and methodcaller...
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 Senthil KumaranIssue23806 - Document the no_proxy environment variable...
2016-04-23 Martin PanterIssue #22359: Disable running cross-compiled _freeze_im...
2016-04-20 Victor Stinnergdb/libpython.py: inline _type_void_ptr()
2016-04-20 Victor StinnerIssue #26799: Fix typo in Misc/NEWS
2016-04-20 Victor Stinnerpython-gdb.py: get C types at runtime
2016-04-19 Martin PanterFix spelling (inital), grammar (may translates) in...
2016-04-19 Victor StinnerBackport test_gdb fix for s390x buildbots
2016-04-19 Paul MooreMention types.SimpleNamespace in collections.namedtuple doc
2016-04-19 Victor StinnerFix shutil.get_terminal_size() error handling
2016-04-19 Jesus CeaTrivial typo
2016-04-19 Zachary WareReplace assert statements with self.assertXxx() calls
2016-04-19 Victor Stinnersetup.py: add missing libm dependency
2016-04-19 Lars GustäbelIssue #24838: Fix test_tarfile.py for non-utf8 filesyst...
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 Guido van Rossumtyping.py: Consider ellipsis in TupleMeta.__eq__. By...
2016-04-18 Victor StinnerFix test_asyncio.test_timeout_disable()
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-17 Serhiy StorchakaIssue #26778: Fixed "a/an/and" typos in code comment...
2016-04-17 Martin PanterIssue #26717: Stop encoding Latin-1-ized WSGI paths...
2016-04-16 Martin PanterIssue #26782: Acknowledge the incomplete status of...
2016-04-16 Benjamin Petersonfix slice cache finalization to use gc del
2016-04-16 Benjamin Petersontest_support -> support
2016-04-16 Benjamin Petersonadd gc support to slice (closes #26659)
2016-04-16 Serhiy StorchakaIssue #26783: test_os.WalkTests.test_walk_topdown did...
2016-04-16 Senthil Kumaranissue26775 - Improve test coverage for urllib.parse
2016-04-16 Martin PanterIssue #10838: Run test__all__() everywhere, even if...
2016-04-16 Martin PanterFix typos in code comments and documentation
2016-04-16 Martin PanterIssue #26638: Fix links to some CLI options and section...
2016-04-14 Ethan FurmanIssue26748: Enum classes should evaluate as True
2016-04-09 Martin PanterIssue #25314: Remove confused statement about const...
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.... Exclude super long running tests from the PROFILE_TASK...
2016-04-15 Martin PanterIssue #26535: Correct docs regarding the struct buffer...
2016-04-15 Brett CannonIssue #26760: Minimally document PyFrameObject
2016-04-15 Brett CannonIssue #25609: Backport typing.ContextManager.
2016-04-15 Serhiy StorchakaIssue #26764: Bacported tests for bytes formatting.
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-14 Zachary WareIssue #26706: Update OpenSSL version in PCbuild/readme.txt
2016-04-14 Berker PeksagFix unused variable 'libver' warning in Modules/_ssl.c
next