]> granicus.if.org Git - python/shortlog
python
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...
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-09 Martin PanterIssue #21069: Move test_fileno() from test_urllibnet...
2016-04-09 Martin PanterIssue #26609: Fix HTTP server tests to request an absol...
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 #16329: Add .webm to mimetypes.types_map
2016-04-09 Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-08 Brett CannonIssue #26587: Remove an incorrect statement from the...
2016-04-08 Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
2016-04-06 Martin PanterIssue #26257: Eliminate buffer_tests.py and fix ByteArr...
2016-04-06 Steve DowerAdds version info to all signed binaries on Windows.
2016-04-06 Serhiy StorchakaIssue #22570: Renamed Py_SETREF to Py_XSETREF.
2016-04-05 Guido van RossumAdd Text=str. Make ItemsView derive from AbstractSet...
2016-04-05 Guido van RossumMany changes from the upstream repo (https://github...
2016-04-05 Martin PanterIssue #6953: Rearrange and expand Readline module docum...
2016-04-05 Martin PanterFix typos in documentation and comments
2016-04-03 Martin PanterIssue #23735: Avoid sighandler_t Gnu-ism
next