]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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-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
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-13  Serhiy StorchakaIssue #26718: super.__init__ no longer leaks memory...
2016-04-13  Senthil Kumaran[minor] - Correct the docstring of locale.str. Patch...
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-12  Victor Stinnerconfigure: fix HAVE_GETRANDOM_SYSCALL check
2016-04-12  Victor StinnerFix os.urandom() on Solaris 11.3
2016-04-12  Victor StinnerIssue #26647: Fix typo in test_grammar
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-11  Serhiy StorchakaIssue #25910: Fixed more links in the docs.
2016-04-11  Victor Stinnertyping doc: add versionadded 3.5
2016-04-11  Berker PeksagAdd a versionchanged directive to document addition...
2016-04-11  Serhiy StorchakaMerge heads
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  Martin PanterIssue #14456: Remove contradiction about blocking signa...
2016-04-10  Serhiy StorchakaIssue #26200: Added Py_SETREF and replaced Py_XSETREF...
2016-04-10  Serhiy StorchakaIssue #26719: More efficient formatting of ints and...
2016-04-10  Serhiy StorchakaIssue #25339: PYTHONIOENCODING now has priority over...
next