]> granicus.if.org Git - python/shortlog
python
2017-02-26 Matthias Bussonnierbpo-29655: Fixed possible reference leaks in `import...
2017-02-25 Jim Fasarakis... Fix small typos in introduction and datastructures...
2017-02-25 MariattaREADME.rst: Change the devguide url to docs.python...
2017-02-25 MariattaREADME.rst: List out relevant links to the project...
2017-02-25 Subhendu Ghoshbpo-26128: Added __init__to subprocess.STARTUPINFO...
2017-02-25 Ratnadeep Debnathbpo-16285: Update urllib quoting to RFC 3986 (#173)
2017-02-25 Nick Coghlanbpo-29644: suppress subprocess output from webbrowser...
2017-02-25 Nick Coghlanbpo-24241: Add dedicated webbrowser.register test case...
2017-02-25 David Steelebpo-24241: Improve preferred webbrowser handling (#85)
2017-02-25 Mariattabpo-28929: Add to Misc/NEWS (GH-112)
2017-02-24 Jim Fasarakis... Fix small typos in expressions.rst (GH-276)
2017-02-24 Barry Warsawbpo-25008: Deprecate smtpd and point to aiosmtpd (...
2017-02-24 Ivan Levkivskyibpo-28556: Fix regression that sneaked into recent...
2017-02-24 Matthias Bussonnierbpo-27788 : synchronise platform.py version number...
2017-02-24 Matthias Bussonnierbpo-29637: clean docstring only if not None (GH-267)
2017-02-24 Louie Lubpo-29634: Reduce deque repeat execution when maxlen...
2017-02-24 Ivan LevkivskyiUpdate to typing: treat subscripted generics as proxies...
2017-02-23 Steve Dowerbpo-29624: Adds purge step and layout test after upload...
2017-02-23 INADA Naokibpo-29622: Make AST constructor to accept less than...
2017-02-23 Victor StinnerDocument why functools.partial() must copy kwargs ...
2017-02-23 Arne de Laatbpo-28911: Clarify the behaviour of assert_called_once_...
2017-02-23 Martijn Pietersbpo-28598: Support __rmod__ for RHS subclasses of str...
2017-02-23 Benjamin Petersonmark various test data binary (#233)
2017-02-22 INADA Naokibpo-29463: Add docstring field to some AST nodes. ...
2017-02-22 Matthias Bussonnierbpo-29546: Improve from-import error message with locat...
2017-02-22 Christian HeimesAdd sockaddr_alg to sock_addr_t (#234)
2017-02-22 Anthony Zhangbpo-29110: Fix file object leak in `aifc.open` when...
2017-02-22 Matthias Bussonnierbpo-28814: Undeprecate inadvertently deprecated inspect...
2017-02-22 Xiang Zhangbpo-27660: remove unnecessary overflow checks in list_r...
2017-02-21 INADA Naokibpo-29509: skip redundant intern (GH-197)
2017-02-21 Matthieu Dartiailhbpo-29607: Fix stack_effect computation for CALL_FUNCTI...
2017-02-21 INADA Naokidoc: fix compile error on "shoddy" example extension...
2017-02-21 INADA Naoki.gitattribute -> .gitattributes (GH-213)
2017-02-21 INADA NaokiReduce conflict on Misc/NEWS (GH-212)
2017-02-21 Jim Fasarakis... bpo-29453: Remove reference to undefined dictionary...
2017-02-21 Matthias Bussonnierbpo-29554: Improve docs for pstat module and profile...
2017-02-20 Mark Dickinsonbpo-29602: fix signed zero handling in complex construc...
2017-02-20 INADA Naokibpo-24274: fix erroneous comment in dictobject.c (GH...
2017-02-20 Paul SchreiberREADME: OS X -> macOS (GH-55)
2017-02-20 Serhiy Storchakabpo-29532: Altering a kwarg dictionary passed to functo...
2017-02-20 Xiang Zhangbpo-29347: Fix possibly dereferencing undefined pointer...
2017-02-20 INADA Naokibpo-29520: doc: add missing dot (GH-182)
2017-02-20 Vinay SajipFixed bpo-29565: Corrected ctypes passing of large...
2017-02-19 INADA Naokibpo-29520: doc: fix deprecation warning from 'defindex...
2017-02-19 Berker PeksagTweak PEP 519 documentation in stdlib (#163)
2017-02-19 Steve Dowerbpo-29579: Removes readme.txt from the installer. ...
2017-02-18 Barry Warsawbpo-22807: Expose platform UUID generation safety infor...
2017-02-18 Nick Coghlanbpo-29571: Use correct locale encoding in test_re ...
2017-02-18 Nick CoghlanMake devguide link in README more prominent (#145)
2017-02-16 Senthil KumaranChange some mercurial/ hg.python.org references. (#8)
2017-02-16 matejcikupdate test_socket AEAD test for kernel 4.9 and up...
2017-02-16 Eric Appeltbpo-29026: Clarify documentation of time.time (#34)
2017-02-16 Matthias Bussonnierbpo-29576: add explicit deprecation for importlib.abc...
2017-02-16 INADA Naokibpo-29548: Fix some inefficient call API usage (GH-97)
2017-02-15 Yen Chi Hsuanbpo-29556: Remove unused #include <langinfo.h> (#98)
2017-02-15 Mariattabpo-29521 update Misc/ACKS (#106)
2017-02-15 RogerRename Doc/README.txt to Doc/README.rst and add formatt...
2017-02-15 Victor StinnerDoc/Makefile: set PYTHON to python3 (#124)
2017-02-15 Zachary WareMore Travis docs build tweaks (GH-113)
2017-02-15 Mariattabpo-29481: add versionadded 3.6.1 to typing.Deque docs...
2017-02-15 Hiroki NodaUpdate URL of Mersenne Twister Home Page (#20)
2017-02-15 Donald StufftOnly run Travis tests on master and X.Y branches (GH...
2017-02-15 Brett CannonHave Travis consider a pull request as passing as soon...
2017-02-15 Matthias Bussonnierbpo-29546: Set 'path' on ImportError for ``from .....
2017-02-14 Maximilian... Remove double definition of IPPROTO_IPV6 (#100)
2017-02-14 David Wilemskibpo-29557: Remove ambiguous line in binhex docs (#90)
2017-02-14 Mark DickinsonIssue #29534: move Misc/NEWS entry to correct section...
2017-02-14 Andrew NesterFixed #29534 - _decimal difference with _pydecimal...
2017-02-14 Berker PeksagUse 'make check' instead of 'python3 tools/rstlint...
2017-02-14 Berker PeksagOnly run CI checks when appropriate files have changed...
2017-02-14 Berker PeksagTweak .codedoc.yml to make it more useful (#71)
2017-02-14 Zachary WareVarious updates to README.rst (#21)
2017-02-13 Ivan Levkivskyibpo-28556: Various updates to typing (#28)
2017-02-13 Ned BatchelderA few README tweaks (#73)
2017-02-13 Victor StinnerAdd Travis CI and Codecov badges to README (#70)
2017-02-13 Victor StinnerTravis CI: run rstlint.py in the docs job (#68)
2017-02-13 Jim DeLaHuntbpo-29521 Fix two minor documentation build warnings...
2017-02-13 Zachary WareAllow up to a 0.01% drop in coverage (#30)
2017-02-12 Victor Stinnerbpo-29176: Fix name of the _curses.window class (#52)
2017-02-12 MRMillongetpass: update docstrings (#49)
2017-02-12 Mariattabpo-28929: Link the documentation to its source file...
2017-02-12 Victor Stinnerbpo-29524: Add Objects/call.c file (#12)
2017-02-12 Mariattabpo-29474: Improve documentation for weakref.WeakValueD...
2017-02-12 Nathaniel J... bpo-27122: Fix comment to point to correct issue number...
2017-02-12 INADA Naokibpo-29438: fixed use-after-free in key sharing dict...
2017-02-11 Ryan GonzalezFix some sphinx warnings (#9)
2017-02-11 Zachary WareMake Travis docs build more lenient (#16)
2017-02-11 Victor StinnerRename README to README.rst and enhance formatting...
2017-02-11 Donald StufftFix bpo-29528 Use a secure variable to stop spam (#13)
2017-02-11 Victor StinnerDon't treat warnings as error in Travis docs job (#7)
2017-02-10 Brett CannonSupport "bpo-" in Misc/NEWS (#1)
2017-02-10 Brett CannonFix formatting issue with Codecov badge
2017-02-10 Brett CannonAdd the Codecov badge for master
2017-02-10 Brett CannonAdd a Travis badge for the master branch
2017-02-10 Brett CannonAdd a codecov configuration file
2017-02-10 Brett CannonAdd a Travis configuration file
2017-02-10 Brett CannonDelete old pull request template
2017-02-10 Brett CannonAdd a CONTRIBUTING file
2017-02-10 Victor StinnerBacked out changeset f23fa1f7b68f
2017-02-10 Victor StinnerIssue #29465: Add Objects/call.c file
next