]> granicus.if.org Git - python/shortlog
python
2015-06-03 Benjamin Petersonupgrade xxlimited abi to 3.5
2015-06-03 Eric SnowIssue #24368: Support keyword arguments in OrderedDict...
2015-06-03 Yury SelivanovIssue 24342: No need to use PyAPI_FUNC for _PyEval_Appl...
2015-06-02 Yury SelivanovIssue 24365: Conditionalize PEP 489 additions to the...
2015-06-02 Yury SelivanovIssue 24366: Merge 3.4
2015-06-02 Yury SelivanovIssue 24366: Merge 3.3
2015-06-02 Yury SelivanovIssue 24366: Indent code (thanks to li4ick for reporting).
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 StufftUpgrade pip to 7.0.3 and setuptools to 17.0
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 SnowIssue #24359: Check for changed OrderedDict size during...
2015-06-02 Eric SnowIssue #24348: Drop superfluous increfs/decrefs.
2015-06-02 Eric SnowIssue #24347: Set KeyError if PyDict_GetItemWithError...
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.4
2015-06-02 Ned DeilyIssue #24357: fix real typo
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.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 Benjamin Petersonadd Py_tp_finalize slot (closes #24345)
2015-06-01 Serhiy StorchakaMoved Misc/NEWS entry (issue #24270) to correct section.
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: Fix asyncio.CoroWrapper to support 'async...
2015-06-01 Yury SelivanovIssue 24017: Fix asyncio.CoroWrapper to support 'async...
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: Document sys.(set|get)_coroutine_wrapper
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 Yury SelivanovIssue 24004: Fix DeprecationWarning in a unittest
2015-05-31 Serhiy StorchakaIssue #24284: The startswith and endswith methods of...
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: Support Awaitables (pep 492) in @asyncio...
2015-05-31 Yury SelivanovIssue 24004: Support Awaitables (pep 492) in @asyncio...
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 Eric SnowIssue #16991: Add odictobject.h on Windows.
2015-05-30 Eric SnowIssue #16991: Add PyODict* to Windows builds.
2015-05-30 Eric SnowIssue #16991: Fix a few leaks and other memory-related...
2015-05-30 Eric SnowIssue #16991: Drop Py_ODict_GetItemId.
2015-05-30 Eric Snowmerge
2015-05-30 Yury SelivanovIssue 22357: Merge from 3.4
2015-05-30 Yury SelivanovIssue 22357: Document __qualname__ in inspect.rst
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 Eric SnowIssue #16991: Use PyObject_TypeCheck instead of PyObjec...
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...
2015-05-30 Serhiy StorchakaSpecify default values of semantic booleans in Argument...
2015-05-30 Serhiy StorchakaSpecify default values of semantic booleans in Argument...
2015-05-30 Serhiy StorchakaUse converter names instead of format units in Argument...
2015-05-30 Serhiy StorchakaUse converter names instead of format units in Argument...
2015-05-30 Raymond Hettingermerge
2015-05-30 Raymond HettingerIssue #23509: Speed up Counter operators
2015-05-30 Benjamin PetersonMerge 3.5
2015-05-30 Benjamin Petersonuse assert method in another place
2015-05-30 Eric SnowMerge from 3.5
2015-05-30 Eric SnowIssue #16991: Add a C implementation of collections...
2015-05-30 Eric SnowIssue #16991: Add a C implementation of collections...
2015-05-29 Benjamin Petersonmerge 3.5
2015-05-29 Benjamin Petersonuse assert method (#24328)
2015-05-29 Benjamin Petersonmerge 3.5 (#24328)
2015-05-29 Benjamin Petersonfix importing one char extension modules (closes #24328)
2015-05-29 Serhiy StorchakaIssue #24326: Fixed audioop.ratecv() with non-default...
2015-05-29 Serhiy StorchakaIssue #24326: Fixed audioop.ratecv() with non-default...
2015-05-29 Serhiy StorchakaIssue #24326: Fixed audioop.ratecv() with non-default...
2015-05-29 Yury SelivanovIssue 24316: Wrap gen objects returned from callables...
2015-05-29 Yury SelivanovIssue 24316: Wrap gen objects returned from callables...
2015-05-29 Yury SelivanovIssue 24316: Fix types.coroutine() to accept objects...
2015-05-29 Yury SelivanovIssue 24316: Fix types.coroutine() to accept objects...
2015-05-29 Yury SelivanovIssue 24315: Make collections.abc.Coroutine derived...
2015-05-29 Yury SelivanovIssue 24315: Make collections.abc.Coroutine derived...
2015-05-28 Zachary WareUpdate Windows build for 3.6
2015-05-28 Yury Selivanovdocs/whatsnew/3.6: Mention that 'async' and 'await...
2015-05-28 Yury SelivanovMerge 3.5
2015-05-28 Yury Selivanovdocs/whatsnew: Mention that 'async' and 'await' will...
2015-05-28 Benjamin Petersonmerge 3.5
2015-05-28 Benjamin Petersonremove STORE_MAP, since it's unused
2015-05-28 Benjamin Petersonmerge 3.5 (#11205)
2015-05-28 Benjamin Petersonin dict displays, evaluate the key before the value...
2015-05-28 Yury SelivanovIssue 24297: Add a unittest that Lib/symbol.py is in...
next