]> granicus.if.org Git - python/shortlog
python
2015-06-09 Tal EinatMerge from 3.4
2015-06-09 Tal Einat#23891: correctly refer to PyPI as "Python Package...
2015-06-09 Serhiy StorchakaIssue #24408: Added more tkinter.Font tests.
2015-06-09 Serhiy StorchakaIssue #24408: Added more tkinter.Font tests.
2015-06-08 Andrew KuchlingMerge from 3.4
2015-06-08 Andrew Kuchling#23891: remove extra words
2015-06-08 Andrew KuchlingMerge from 3.4
2015-06-08 Andrew Kuchling#23891: add a section to the Tutorial describing virtua...
2015-06-08 Andrew KuchlingMerge from 3.4
2015-06-08 Steve DowerIssue 24385: Adds "--as-flags=--32" when generating...
2015-06-08 Serhiy StorchakaIssue #24299: Fixed test__locale on Solaris.
2015-06-08 Serhiy StorchakaIssue #24299: Fixed test__locale on Solaris.
2015-06-08 Serhiy StorchakaIssue #24408: Fixed AttributeError in measure() and...
2015-06-08 Serhiy StorchakaIssue #14373: Other attempt to fix threaded test for...
2015-06-08 Serhiy StorchakaIssue #14373: C implementation of functools.lru_cache...
2015-06-08 Serhiy StorchakaIssue #14373: Fixed threaded test for lru_cache()....
2015-06-08 Steve DowerIssue #8232: webbrowser support incomplete on Windows...
2015-06-07 Tal Einatadded matmul and imatmul to operator.__all__
2015-06-07 Andrew KuchlingAdd link to pyvideoorg
2015-06-07 Benjamin Petersonrepair my irrational excuberance
2015-06-07 Benjamin Petersonremove unnecessary braces and indentation
2015-06-07 Andrew Kuchling#23891: rework discussion of python-list a bit
2015-06-06 Benjamin Petersonmerge 3.4
2015-06-06 Benjamin Petersonthat this is "for Python" is obvious
2015-06-05 Berker PeksagIssue #23659: Document **fmtparams in csv.register_dial...
2015-06-05 Berker PeksagIssue #23659: Document **fmtparams in csv.register_dial...
2015-06-05 Berker PeksagIssue #24148: Fix incorrect Stats.sort_stats() example.
2015-06-05 Berker PeksagIssue #24148: Fix incorrect Stats.sort_stats() example.
2015-06-04 Benjamin Petersonfix refleak when keys() fails
2015-06-04 Yury SelivanovDocs: Fix typo
2015-06-04 Yury SelivanovIssue 24374: Plug refleak in set_coroutine_wrapper
2015-06-04 Nick CoghlanIssue #24373: Eliminate PEP 489 test refleaks
2015-06-04 Eric SnowIssue #24369: Defend against key-changes during iteration.
2015-06-03 Steve DowerIssue #24376: xxlimited.c errors when building 32 and...
2015-06-03 Eric SnowIssue #24377: Fix a ref leak in OrderedDict.__repr__.
2015-06-03 Eric SnowIssue #24362: Simplify the C OrderedDict fast nodes...
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...
next