]> granicus.if.org Git - python/shortlog
python
2015-05-07 Benjamin Petersonremove word we don't need
2015-05-07 Zachary WareFix copy/paste errors.
2015-05-06 Serhiy StorchakaFixed English in error message.
2015-05-06 Serhiy StorchakaIssue #24134: assertRaises(), assertRaisesRegex(),...
2015-05-06 Serhiy StorchakaIssue #24125: Saved error's line and column numbers...
2015-05-05 doko@ubuntu.com - Issue #24122, fix quoting for LIBPL
2015-05-05 Guido van RossumIssue 24088: Clarify semantics of yield expression.
2015-05-03 Benjamin Petersonupdate example, since python.org is HTTPS-only now...
2015-05-03 Benjamin Petersonmerge 3.3 (#24096)
2015-05-03 Benjamin Petersonbe more robust against the filters list changing under...
2015-05-03 Serhiy StorchakaIssue #23330: h2py now supports arbitrary filenames...
2015-05-03 Benjamin Petersonmerge 3.3 (#24094)
2015-05-03 Benjamin Petersonjust sort the items tuple directly (closes #24094)
2015-05-03 Guido van RossumAsyncio issue 222 / PR 231 (Victor Stinner) -- fix...
2015-05-02 R David Murray#24108: Update fnmatch.translate example to show correc...
2015-05-02 R David Murray#24081: Remove obsolete caveat from import docs.
2015-05-02 Raymond HettingerDefer deleted item decref until after the deque is...
2015-05-02 Raymond HettingerIssues #24099, #24100, and #24101: Fix free-after-use...
2015-05-02 Serhiy StorchakaFixed a typo.
2015-05-02 Vinay SajipIssue #24060: Made logging.Formatter documentation...
2015-04-30 Benjamin Petersonupdate links
2015-04-30 doko@ubuntu.com - remove unused EXTRAPLATDIR macro in Makefile.pre.in
2015-04-29 Benjamin Petersonimprove phrasing
2015-04-29 Ned DeilyIssue #24077: Fix typo in man page for -I command optio...
2015-04-27 Andrew SvetlovIssue #21354: PyCFunction_New function is exposed by...
2015-04-27 Berker PeksagIssue #24062: Fix os.stat links. Patch by July Tikhonov.
2015-04-26 Benjamin Petersonremove extern definition, since it's in a header file...
2015-04-26 Antoine PitrouIssue #23996: Avoid a crash when a delegated generator...
2015-04-26 Berker PeksagIssue #23356: Simplify convert_arg_line_to_args example.
2015-04-26 Gregory P.... Fix computation of max_fd on OpenBSD. Issue #23852.
2015-04-25 Benjamin Petersonfix relative link (closes #24057)
2015-04-24 Victor StinnerIssue #9246: On POSIX, os.getcwd() now supports paths...
2015-04-24 Benjamin Petersonremove dead *-import checking code (closes #24049)
2015-04-23 Benjamin Petersonmerge 3.3 (#24044)
2015-04-23 Benjamin Petersonmerge 3.2 (#24044)
2015-04-23 Benjamin Petersonproperly handle malloc failure (closes #24044)
2015-04-23 Christian HeimesIssue #24031: make patchcheck now supports git checkout...
2015-04-23 Serhiy StorchakaIssue #23713: Fixed fragility of test_imap_unordered_ha...
2015-04-23 Serhiy StorchakaUse more precise Tcl version checks in tests.
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Christian HeimesNext attempt: fix .gitignore for Unix and OSX. Sorry...
2015-04-22 Christian HeimesFix .gitignore for 'python' binary.
2015-04-22 Benjamin Petersonimproved range docstring (closes #22785)
2015-04-22 Serhiy StorchakaIssue #16840. Turn off bignum support in tkinter with...
2015-04-22 Serhiy StorchakaFixed full Tcl version parsing in tests for pre-final...
2015-04-21 Andrew Kuchling#15183: clarify timeit documentation to say that setup...
2015-04-21 Serhiy StorchakaIssue #23008: Fixed resolving attributes with boolean...
2015-04-21 Benjamin Petersondo not call into python api if an exception is set...
2015-04-20 Benjamin Petersonrecommend requests library (closes #23989)
2015-04-20 Guido van RossumFix asyncio issue 235: Queue subclass bug caused by...
2015-04-20 Serhiy StorchakaIssue #16840: Turn on support of bignums only in final...
2015-04-20 Serhiy StorchakaIssue #23908: os functions now reject paths with embedd...
2015-04-20 Serhiy StorchakaIssue #23728: binascii.crc_hqx() could return an intege...
2015-04-20 Serhiy StorchakaIssue #23842: Added tests for os.major(), os.minor...
2015-04-20 Benjamin Petersonfix grammar
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19 Serhiy StorchakaFixed error message for the "u#" format code.
2015-04-19 Berker PeksagMark TarInfo.frombuf() and TarInfo.fromtarfile() as...
2015-04-19 Berker PeksagIssue #15566: Document encoding and errors parameters...
2015-04-18 Vinay SajipIssue #23536: Clarified scope of fileConfig()'s API.
2015-04-16 Serhiy StorchakaBackported tests from issue #20175.
2015-04-14 R David Murray#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_l...
2015-04-14 Zachary WareIssue #23956: Fix typo in imp.py docstring.
2015-04-14 R David Murray#23957: fix typo.
2015-04-14 Gregory P.... issue9014: Include more formatting on :c:type:`PyObject...
2015-04-14 Gregory P.... issue9014: Properly document PyObject_HEAD and friends...
2015-04-14 Gregory P.... remove trailing space :)
2015-04-14 Gregory P.... issue22046: mention that zipfile can raise NotImplement...
2015-04-14 Berker PeksagIssue #23811: Add missing newline to the PyCompileError...
2015-04-14 Andrew KuchlingReword NEWS item a bit
2015-04-13 Andrew Kuchling#17898: reset k and v so that the loop doesn't use...
2015-04-13 Andrew Kuchling#23883: add names missing from __all__ (l*gettext,...
2015-04-14 Łukasz LangaIssue #23310: Fix MagicMock's initializer to work with...
2015-04-14 Berker PeksagIssue #23943: Fix typos. Patch by Piotr Kasprzyk.
2015-04-14 Benjamin Petersonremove useless word (closes #23929)
2015-04-13 Zachary WareMake Argument Clinic's '--make' option work on Windows.
2015-04-13 Zachary WareIssue #23730: Document the return value of ZipFile...
2015-04-13 doko@ubuntu.com - Makefile.pre.in (LIBPL): Use the definition from...
2015-04-13 doko@ubuntu.com - Use PLATDIR for the platform directory everywhere...
2015-04-13 doko@ubuntu.com - merge heads
2015-04-13 Antoine PitrouFix duplicate doc entry for SSLContext.get_ca_certs()
2015-04-13 doko@ubuntu.com - the PKG_PROG_PKG_CONFIG macro is not part of autocon...
2015-04-13 Antoine PitrouIssue #22982: Improve BOM handling when seeking to...
2015-04-13 Antoine PitrouMerge
2015-04-13 Antoine PitrouIssue #23309: Avoid a deadlock at shutdown if a daemon...
2015-04-13 Zachary WareForce the Windows readme to CRLF
2015-04-13 Zachary WareIssue #17202: Add .bat to .hgeol to force them to CRLF.
2015-04-13 Zachary WareIssue #23932: Update the tutorial section on function...
2015-04-13 Zachary WareAttribute Michael Dorman for his initial patch on issue...
2015-04-13 Zachary WareMerge heads
2015-04-13 Zachary WareIssue #18402: Also look for 64 bit Perl in build_ssl.py.
2015-04-13 R David MurrayDon't gitignore the Python directory on case insensitiv...
2015-04-13 R David Murray#17380: Document tp_init return value in extending...
2015-04-12 Berker PeksagIssue #12955: Change the urlopen() examples to use...
2015-04-11 Antoine PitrouClose #23904: fix pathlib documentation misleadingly...
2015-04-11 Guido van RossumUnittest for Issue 21511 by Christie Wilson bobcatfish...
2015-04-11 Berker PeksagIssue #23912: Fix code formatting in datamodel.rst.
2015-04-11 Benjamin Petersonuse imperative
next