]> granicus.if.org Git - python/shortlog
python
2015-04-16 Christian HeimesFix typo in assert statement
2015-04-16 Serhiy StorchakaNull merge
2015-04-16 Serhiy StorchakaBackported tests from issue #20175.
2015-04-16 Serhiy StorchakaIssue #20175: Converted the _io module to Argument...
2015-04-16 Larry HastingsIssue #23935: Argument Clinic's understanding of format...
2015-04-16 Ned DeilyIssues #22980, 23969: For OS X, use PEP 3149-style...
2015-04-15 Berker PeksagIssue #23703: Fix a regression in urljoin() introduced...
2015-04-15 Steve DowerIssue #4254: Adds _curses.update_lines_cols() Patch...
2015-04-15 doko@ubuntu.com#22980: fix triplet configure test for powerpc-linux-gnu
2015-04-15 R David Murray#23949: Improve tuple unpacking error messages.
2015-04-15 Steve DowerUpdates layout of some text in the Windows installer.
2015-04-15 Steve DowerIssue 19933: Provide default argument for ndigits in...
2015-04-15 doko@ubuntu.com - #22980: fix typo in Lib/test/test_sysconfig.py tripl...
2015-04-15 doko@ubuntu.com - configure.ac: remove duplicate PLATDIR definition
2015-04-15 doko@ubuntu.com- Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd...
2015-04-15 Eric V. SmithIssue 23193: Add numeric_owner to tarfile.TarFile.extra...
2015-04-15 Benjamin Petersonadd Allison Kaptur (#21217)
2015-04-15 Benjamin Petersonproperly wrap
2015-04-14 Gregory P.... Add a subprocess.run() function than returns a CalledPr...
2015-04-14 Antoine PitrouIssue #21217: inspect.getsourcelines() now tries to...
2015-04-14 Steve DowerUpdates Windows installer to promote per-user installs...
2015-04-14 Steve DowerGenerates and signs a self-extracting executable contai...
2015-04-14 Gregory P.... issue9859: add the missing versionadded tag to the...
2015-04-14 Larry HastingsIssue #23944: Argument Clinic now wraps long impl proto...
2015-04-14 R David MurrayMerge: #23925: stop (eg) PYTHONSTARTUP from causing...
2015-04-14 R David Murray#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_l...
2015-04-14 Gregory P.... issue9859: Use an expected failure rather than a skip.
2015-04-14 Zachary WareCloses #23956: Merge with 3.4
2015-04-14 Zachary WareIssue #23956: Fix typo in imp.py docstring.
2015-04-14 R David MurrayMerge: #23957: fix typo.
2015-04-14 R David Murray#23957: fix typo.
2015-04-14 Gregory P.... issue9859: Document test.support.detect_api_mismatch...
2015-04-14 Gregory P.... issue9859: rename CPyMatchTest to APIMismatchTest and...
2015-04-14 Gregory P.... issue9859: Adds a CPyMatchTest test case to compare...
2015-04-14 Gregory P.... issue9859: Adds a test.support.detect_api_mismatch...
2015-04-14 Gregory P.... issue9014: Include more formatting on :c:type:`PyObject...
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.... issue9014: Properly document PyObject_HEAD and friends...
2015-04-14 Gregory P.... remove trailing space
2015-04-14 Gregory P.... remove trailing space :)
2015-04-14 Gregory P.... issue22046: mention that zipfile can raise NotImplement...
2015-04-14 Gregory P.... issue22046: mention that zipfile can raise NotImplement...
2015-04-14 Zachary WareUpdate Tcl/Tk to 8.6.4.
2015-04-14 Zachary WareActually build Tix.
2015-04-14 Berker PeksagIssue #23811: Add missing newline to the PyCompileError...
2015-04-14 Berker PeksagIssue #23811: Add missing newline to the PyCompileError...
2015-04-14 Andrew Kuchling#21146: give a more efficient recipe in gzip docs
2015-04-14 Andrew KuchlingMerge from 3.4
2015-04-14 Andrew KuchlingReword NEWS item a bit
2015-04-14 Andrew KuchlingMerge from 3.4
2015-04-14 Łukasz LangaMerge 3.4 (#23310)
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 Berker PeksagIssue #23943: Fix typos. Patch by Piotr Kasprzyk.
2015-04-14 Łukasz LangaIssue #23310: Fix MagicMock's initializer to work with...
2015-04-14 Benjamin Petersonmerge 3.4 (#23929)
2015-04-14 Benjamin Petersonremove useless word (closes #23929)
2015-04-14 R David Murray#11754: test contents of string module attributes.
2015-04-13 Zachary WareMerge with 3.4
2015-04-13 Zachary WareMake Argument Clinic's '--make' option work on Windows.
2015-04-13 Zachary WareIssue #20586: Argument Clinic now ensures signatures...
2015-04-13 Larry HastingsIssue #22631: Added Linux-specific socket constant...
2015-04-13 Zachary WareCloses #23730: merge with 3.4
2015-04-13 Zachary WareIssue #23730: Document the return value of ZipFile...
2015-04-13 Zachary WareCloses #23938: List Windows XP as an unsupported platform.
2015-04-13 Brett CannonFix a grammar error in the porting HOWTO as found by...
2015-04-13 Brett CannonIssue #23822: Fix test_py_compile to not fail under -O.
2015-04-13 Brett CannonIssue #23733: Mention bytes.__mod__ in the porting...
2015-04-13 doko@ubuntu.commerge heads
2015-04-13 doko@ubuntu.commerge 3.4
2015-04-13 doko@ubuntu.com - Makefile.pre.in (LIBPL): Use the definition from...
2015-04-13 Zachary WareIssue #21741: Update 147 test modules to use test disco...
2015-04-13 doko@ubuntu.com - merge 3.4
2015-04-13 doko@ubuntu.com - Use PLATDIR for the platform directory everywhere...
2015-04-13 doko@ubuntu.com - merge heads
2015-04-13 doko@ubuntu.com - merge heads
2015-04-13 Antoine PitrouFix doc build error
2015-04-13 Antoine PitrouFix duplicate doc entry for SSLContext.get_ca_certs()
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 doko@ubuntu.com - the PKG_PROG_PKG_CONFIG macro is not part of autocon...
2015-04-13 Antoine PitrouIssue #21116: Avoid blowing memory when allocating...
2015-04-13 Brett CannonIssue #23732: Mention the new -b semantics in the porti...
2015-04-13 Brett CannonIssue #23731: Implement PEP 488.
2015-04-13 Antoine PitrouIssue #23726: Don't enable GC for user subclasses of...
2015-04-13 Antoine PitrouIssue #22982: Improve BOM handling when seeking to...
2015-04-13 Antoine PitrouIssue #22982: Improve BOM handling when seeking to...
2015-04-13 Antoine PitrouNull merge from 3.4
2015-04-13 Antoine PitrouMerge
2015-04-13 Antoine PitrouMerge
2015-04-13 Antoine PitrouIssue #23309: Avoid a deadlock at shutdown if a daemon...
2015-04-13 Antoine PitrouIssue #23309: Avoid a deadlock at shutdown if a daemon...
2015-04-13 Zachary WareMerge with 3.4
2015-04-13 Zachary WareForce the Windows readme to CRLF
2015-04-13 Zachary WareCloses #17202: Merge with 3.4
2015-04-13 Zachary WareIssue #17202: Add .bat to .hgeol to force them to CRLF.
2015-04-13 Nick CoghlanActually run the builtins Argument Clinic test
2015-04-13 Zachary WareCloses #23932: Merge with 3.4
2015-04-13 Zachary WareIssue #23932: Update the tutorial section on function...
next