]> granicus.if.org Git - python/shortlog
python
2015-06-02 Yury SelivanovIssue 24342: Let wrapper set by sys.set_coroutine_wrapp...
2015-06-02 Yury SelivanovIssue 24342: Let wrapper set by sys.set_coroutine_wrapp...
2015-06-02 Donald Stufftmerge update to pip/setuptools
2015-06-02 Donald StufftMerge update to pip/setuptools
2015-06-02 Donald StufftUpgrade pip to 7.0.3 and setuptools to 17.0
2015-06-02 Donald StufftMerge the fix for #24267
2015-06-02 Donald StufftMerge the fix for #24267
2015-06-02 Donald StufftCloses #24267 - Does not check version on ensurepip...
2015-06-02 Eric SnowMerge from 3.5.
2015-06-02 Eric SnowIssue #24359: Check for changed OrderedDict size during...
2015-06-02 Eric SnowMerge from 3.5.
2015-06-02 Eric SnowIssue #24348: Drop superfluous increfs/decrefs.
2015-06-02 Eric SnowMerge from 3.5.
2015-06-02 Eric SnowIssue #24347: Set KeyError if PyDict_GetItemWithError...
2015-06-02 Ned DeilyIssue #24357: merge from 3.5
2015-06-02 Ned DeilyIssue #24357: merge from 3.4
2015-06-02 Ned DeilyIssue #24357: use example.org instead
2015-06-02 Ned DeilyIssue #24357: merge from 3.5
2015-06-02 Ned DeilyIssue #24357: merge from 3.4
2015-06-02 Ned DeilyIssue #24357: fix real typo
2015-06-02 Ned DeilyIssue #24357: merge from 3.5
2015-06-02 Ned DeilyIssue #24357: merge from 3.4
2015-06-02 Ned DeilyIssue #24357: fix typo
2015-06-02 Ned DeilyIssue #24357: merge from 3.5
2015-06-02 Ned DeilyIssue #24357: merge from 3.4
2015-06-02 Ned DeilyIssue #24357: Change host in socket.getaddrinfo example...
2015-06-01 Yury SelivanovIssue 24017: Make PyEval_(Set|Get)CoroutineWrapper...
2015-06-01 Yury SelivanovIssue 24017: Make PyEval_(Set|Get)CoroutineWrapper...
2015-06-01 Benjamin Petersonmerge 3.5 (#24345)
2015-06-01 Benjamin Petersonadd Py_tp_finalize slot (closes #24345)
2015-06-01 Serhiy StorchakaMoved Misc/NEWS entry (issue #24270) to correct section.
2015-06-01 Serhiy StorchakaMoved Misc/NEWS entry (issue #24270) to correct section.
2015-06-01 Serhiy StorchakaMerge with 3.5.
2015-06-01 Larry HastingsMerge release engineering changes with 3.5 branch head.
2015-06-01 Larry HastingsPost-release updates for Python 3.5.0b2.
2015-06-01 Yury SelivanovIssue 24017: Add a test for CoroWrapper and 'async...
2015-06-01 Yury SelivanovIssue 24017: Add a test for CoroWrapper and 'async...
2015-06-01 Yury SelivanovIssue 24017: Fix asyncio.CoroWrapper to support 'async...
2015-06-01 Yury SelivanovIssue 24017: Fix asyncio.CoroWrapper to support 'async...
2015-06-01 Yury SelivanovIssue 24017: Fix asyncio.CoroWrapper to support 'async...
2015-05-31 Steve DowerMerge with 3.5
2015-05-31 Steve DowerIssue #24317: Makes Customize page default to installin...
2015-05-31 Steve DowerIssue #24293: Adds mapping from explicit colours to...
2015-05-31 Yury SelivanovIssue 24180: Mention sys.(get|set)_coroutine_wrapper...
2015-05-31 Yury SelivanovIssue 24180: Mention sys.(get|set)_coroutine_wrapper...
2015-05-31 Yury SelivanovIssue 24180: Document sys.(set|get)_coroutine_wrapper
2015-05-31 Yury SelivanovIssue 24180: Document sys.(set|get)_coroutine_wrapper
2015-05-31 Tal Einatminor fix of module order in whatsnew/3.5
2015-05-31 Tal Einatminor fix of module order in whatsnew/3.5
2015-05-31 Tal EinatIssue #19543: Implementation of isclose as per PEP 485
2015-05-31 Tal EinatIssue #19543: Implementation of isclose as per PEP 485
2015-05-31 Yury SelivanovIssue 24004: Fix DeprecationWarning in a unittest
2015-05-31 Yury SelivanovIssue 24004: Fix DeprecationWarning in a unittest
2015-05-31 Serhiy StorchakaIssue #24284: The startswith and endswith methods of...
2015-05-31 Serhiy StorchakaIssue #24284: The startswith and endswith methods of...
2015-05-31 Benjamin Petersonmerge 3.5
2015-05-31 Benjamin Petersonimprove section title
2015-05-31 Yury SelivanovIssue 24004: Add a unittest for @asyncio.coroutine...
2015-05-31 Yury SelivanovIssue 24004: Add a unittest for @asyncio.coroutine...
2015-05-31 Yury SelivanovIssue 24004: Support Awaitables (pep 492) in @asyncio...
2015-05-31 Yury SelivanovIssue 24004: Support Awaitables (pep 492) in @asyncio...
2015-05-31 Yury SelivanovIssue 24004: Support Awaitables (pep 492) in @asyncio...
2015-05-31 Larry HastingsChange SOURCE_URI for pydoc source URLs to point back...
2015-05-31 Larry HastingsAdded tag v3.5.0b2 for changeset 7a088af5615b
2015-05-31 Larry HastingsVersion bump for Python 3.5.0b2. v3.5.0b2
2015-05-30 Larry HastingsRegenerated pydoc topic index in preparation for Python...
2015-05-30 Yury SelivanovIssue #23934: Fix inspect.signature to fail correctly...
2015-05-30 Yury SelivanovIssue #23934: Fix inspect.signature to fail correctly...
2015-05-30 Eric SnowMerge from 3.5.
2015-05-30 Eric SnowIssue #16991: Add odictobject.h on Windows.
2015-05-30 Eric SnowIssue #16991: Use the correct version for master.
2015-05-30 Eric SnowMerge from 3.5.
2015-05-30 Eric SnowIssue #16991: Add PyODict* to Windows builds.
2015-05-30 Eric SnowIssue #16991: Ensure that the proper OrderedDict is...
2015-05-30 Eric SnowMerge from 3.5.
2015-05-30 Eric SnowIssue #16991: Fix a few leaks and other memory-related...
2015-05-30 Eric SnowMerge from 3.5.
2015-05-30 Eric SnowIssue #16991: Drop Py_ODict_GetItemId.
2015-05-30 Eric SnowMerge from 3.5.
2015-05-30 Eric Snowmerge
2015-05-30 Yury SelivanovIssue 22357: Merge from 3.5
2015-05-30 Yury SelivanovIssue 22357: Merge from 3.4
2015-05-30 Yury SelivanovIssue 22357: Document __qualname__ in inspect.rst
2015-05-30 Yury Selivanovdocs: Sync whatsnew/3.5.rst with 3.6
2015-05-30 Eric SnowIssue #16991: Do not return None from OrderedDict.__rev...
2015-05-30 Eric SnowIssue #16991: Properly handle return values in several...
2015-05-30 Serhiy StorchakaIssue #5633: Fixed timeit when the statement is a strin...
2015-05-30 Serhiy StorchakaIssue #5633: Fixed timeit when the statement is a strin...
2015-05-30 Serhiy StorchakaIssue #5633: Fixed timeit when the statement is a strin...
2015-05-30 Eric SnowMerge from 3.5.
2015-05-30 Eric SnowIssue #16991: Use PyObject_TypeCheck instead of PyObjec...
2015-05-30 Yury SelivanovNull merge
2015-05-30 Yury SelivanovReverting my previous commit.
2015-05-30 Yury SelivanovMerge 3.5
2015-05-30 Yury Selivanovdocs/whatsnew: Mention OrderedDict C implementation
2015-05-30 Serhiy StorchakaIssue #24115: Update uses of PyObject_IsTrue(), PyObjec...
2015-05-30 Serhiy StorchakaIssue #24115: Update uses of PyObject_IsTrue(), PyObjec...
2015-05-30 Serhiy StorchakaIssue #24115: Update uses of PyObject_IsTrue(), PyObjec...
2015-05-30 Serhiy StorchakaUse test.support.start_threads() in threaded lru_cache...
2015-05-30 Serhiy StorchakaUse test.support.start_threads() in threaded lru_cache...
next