]> granicus.if.org Git - python/shortlog
python
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: Fix types.coroutine() to accept objects...
2015-05-29 Yury SelivanovIssue 24315: Make collections.abc.Coroutine derived...
2015-05-28 Yury Selivanovdocs/whatsnew: Mention that 'async' and 'await' will...
2015-05-28 Benjamin Petersonremove STORE_MAP, since it's unused
2015-05-28 Benjamin Petersonin dict displays, evaluate the key before the value...
2015-05-28 Steve DowerFixes text in installer.
2015-05-28 Yury SelivanovIssue 24017: Drop getawaitablefunc and friends in favor...
2015-05-28 Yury Selivanovasyncio: Drop some useless code from tasks.py.
2015-05-28 Yury Selivanovasyncio: Drop some useless code from tasks.py.
2015-05-28 Yury SelivanovIssue 24298: Fix signature() to properly unwrap wrapper...
2015-05-28 Yury SelivanovIssue 24298: Fix signature() to properly unwrap wrapper...
2015-05-27 Benjamin Petersonmerge 3.4
2015-05-27 Benjamin Petersonupdate for 3.6 emerging
2015-05-27 Ned DeilyIssue 24304: Fix broken license link in FAQ.
2015-05-27 Ned DeilyIssue 24304: Fix broken license link in FAQ.
2015-05-27 Serhiy StorchakaIssue #24288: Generated opcode.h no longer contains...
2015-05-27 Yury SelivanovIssue 24297: Update symbol.py. See also issue 24017.
2015-05-27 Lars Gustäbeltarfile.open() with mode 'x' created files without...
2015-05-27 Steve DowerIssue #24293: Fixes installer colors to use system...
2015-05-27 Benjamin Petersonrephrase
2015-05-26 Nick CoghlanIssue #24285: fix importing extensions from packages
2015-05-26 Serhiy StorchakaMoved Misc/NEWS entries to correct section and fix...
2015-05-26 Serhiy StorchakaMoved Misc/NEWS entries to correct section and fix...
2015-05-26 Benjamin Petersonmerge 3.4
2015-05-26 Benjamin Petersonmerge 3.3
2015-05-26 Benjamin Petersonmerge 3.2
2015-05-26 Benjamin Petersonkeep distutils version in sync with python version...
2015-05-25 Victor Stinner(Merge 3.5) Issue #23840: tokenize.open() now closes...
2015-05-25 Victor StinnerIssue #23840: tokenize.open() now closes the temporary...
2015-05-25 Serhiy StorchakaRemove UTF-8 BOMs.
2015-05-25 Serhiy StorchakaRemove UTF-8 BOMs.
2015-05-24 Larry HastingsCreate 3.5 branch.
2015-05-24 Larry HastingsMerge.
2015-05-24 Larry HastingsPost-release fixes for 3.5.0b1.
2015-05-24 Serhiy StorchakaBacked out changeset: b0a0b9b59012
2015-05-24 Serhiy StorchakaIssue #24276: Fixed optimization of property descriptor...
2015-05-24 Steve DowerExclude _testmultiphase.pyd from embeddable ZIP file.
2015-05-24 Steve DowerPrevents attempt to sign ZIP file when building embedda...
2015-05-24 Steve DowerIssue #24268: Adds PCBuild project to build _testmultip...
2015-05-24 Larry HastingsAdded tag v3.5.0b1 for changeset 071fefbb5e3d
2015-05-24 Larry HastingsVersion bump for 3.5.0b1. v3.5.0b1
2015-05-24 Larry HastingsUpdate SOURCE_URI to reflect that we're branching 3...
2015-05-24 Larry HastingsUpdated topics (and susp-ignored) for Python 3.5.0b1.
2015-05-24 Steve DowerFixes handling of long values of PYTHONPATH on Windows.
2015-05-23 Guido van RossumFix bad indent in whatsnew/3.5.rst.
2015-05-23 Terry Jan ReedyAdd pointer to IDLE what's new file.
2015-05-23 Terry Jan ReedyMerge with 3.4
2015-05-23 Terry Jan Reedywhitespace
2015-05-23 Terry Jan ReedyMerge with 3.4
2015-05-23 Terry Jan ReedyAdd pointer to IDLE what's new file.
2015-05-23 Larry HastingsMerge backout of 57776eee74f2.
2015-05-23 Larry HastingsBacked out changeset 57776eee74f2
2015-05-23 Steve DowerIssue #24268: Adds PyModuleDef_Init and PyModuleDef_Typ...
2015-05-23 Berker PeksagFix Sphinx warnings.
2015-05-23 Terry Jan ReedyUpdate idlelib/NEWS.txt
2015-05-23 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2015-05-23 Terry Jan Reedymerge
2015-05-23 Terry Jan ReedyAdd Idle NEWS item.
2015-05-23 Steve DowerIssue #24268: Fix import naming when loading extension...
2015-05-23 Terry Jan ReedyAdd NEWS item for Idle.
2015-05-23 Terry Jan ReedyMerge with 3.4
2015-05-23 Terry Jan ReedyMake expression legal python by adding '1'.
2015-05-23 Serhiy StorchakaIssue #14373: Added C implementation of functools.lru_c...
2015-05-23 Steve DowerIssue #23970: Fixes bdist_wininst not working on non...
2015-05-23 Raymond HettingerIssue #24204: Elaborate of the str.strip() documentation.
2015-05-23 Steve DowerIssue #23970: Adds distutils._msvccompiler for new...
2015-05-23 Steve DowerIssue #24268: Fixes generation of init import name...
2015-05-23 Steve DowerFixes cast warning in bufferedio.c
2015-05-23 Raymond HettingerIssue #24269: Minor doc fixups.
2015-05-23 Benjamin Petersonmerge 3.4 (#22931)
2015-05-23 Benjamin Petersonmerge 3.3 (#22931)
2015-05-23 Benjamin Petersonmerge 3.2 (#22931)
2015-05-23 Benjamin Petersonallow square brackets in cookie values (closes #22931)
2015-05-23 Nick CoghlanIssue #24268: Address some PEP 489 refleaks
2015-05-23 Nick CoghlanPEP 489: Multi-phase extension module initialization
2015-05-23 Raymond HettingerIssue #23086: Add start and stop arguments to the Seque...
2015-05-23 Donald StufftMerge 3.4 into default, upgrading pip to 7.0.1
2015-05-23 Donald StufftUpgrade pip to 7.0.1
2015-05-23 Raymond HettingerIssue #21448: Improve performance of the email...
2015-05-22 Raymond HettingerIssue 22189: Add missing methods to UserString
2015-05-22 Raymond Hettingermerge
2015-05-22 Raymond HettingerIssue #24219: Remove duplicate literal in docs.
2015-05-22 Steve DowerRemoves lingering references to RAR now that make_zip...
2015-05-22 Gregory P.... Issue 24230: The tempfile module now accepts bytes...
2015-05-22 Steve DowerIssue #23955: Add pyvenv.cfg option to suppress registr...
2015-05-22 Steve DowerIssue 24244: Prevents termination when an invalid forma...
2015-05-22 Yury SelivanovIssue 20438: Add a note about deprecating old inspect...
2015-05-22 Yury SelivanovIssue 20438: Adjust stacklevel of inspect.getargspec...
2015-05-22 Guido van RossumPreliminary typing.py, anticipating provisional accepta...
2015-05-22 Zachary WareFix extraneous BOM in whatsnew.
2015-05-22 Zachary WareIssue #20035: Reimplement tkinter._fix module as a...
2015-05-22 Yury SelivanovIssue 20438: Deprecate inspect.getargspec() and friends.
2015-05-22 Yury Selivanovdocs: Mention PEP 479 in whatsnew.
2015-05-22 Yury SelivanovIssue 24237: Raise PendingDeprecationWarning per PEP 479
2015-05-22 Serhiy StorchakaIssue #24257: Fixed incorrect uses of PyObject_IsInstan...
2015-05-22 Serhiy StorchakaIssue #24257: Fixed incorrect uses of PyObject_IsInstan...
2015-05-22 Raymond HettingerIssue #24221: Small optimizations for heapq.
next