]> granicus.if.org Git - python/shortlog
python
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 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.
2015-05-22 Donald Stufftmerge: Upgrade pip to 7.0 and setuptools to 16.0
2015-05-22 Donald StufftUpgrade pip to 7.0 and setuptools to 16.0
2015-05-21 Yury SelivanovIssue 24180: Fixes by Berker Peksag.
2015-05-21 Berker PeksagSet stacklevel to 2 to get more accurate warning messag...
2015-05-21 Yury SelivanovFix a misplaced NEWS entry.
2015-05-21 Yury SelivanovIssue 23898: Fix inspect.classify_class_attrs() to...
2015-05-21 Yury SelivanovIssue 23898: Fix inspect.classify_class_attrs() to...
2015-05-21 Serhiy StorchakaFixed issue number for issue #22939.
2015-05-21 Serhiy StorchakaFixed issue number for issue #22939.
2015-05-21 Serhiy StorchakaIssue #23985: Fixed integer overflow in iterator object...
2015-05-21 Serhiy StorchakaIssue #23985: Fixed integer overflow in iterator object...
2015-05-21 Serhiy StorchakaIssue #15836: assertRaises(), assertRaisesRegex(),...
2015-05-21 Yury SelivanovIssue 24017: Use abc.Coroutine in inspect.iscoroutine...
2015-05-21 Yury SelivanovIssue 24180: Documentation for PEP 492 changes.
2015-05-21 Serhiy StorchakaIssue #22955: Fixed reference leak in attrgetter.repr().
2015-05-21 Benjamin Petersonimprove wording
2015-05-21 Yury SelivanovIssue 24248: Deprecate inspect.Signature.from_function...
2015-05-20 Antoine PitrouIssue #9858: Add missing method stubs to _io.RawIOBase...
2015-05-20 Serhiy StorchakaIssue #22955: Fixed test_operator. It left Python imple...
2015-05-20 Yury Selivanovinspect.Signature: Factor out Signature.from_function...
2015-05-20 Yury SelivanovIssue 20691: Add follow_wrapped arg to inspect.signatur...
2015-05-20 Serhiy StorchakaIssue 24215: Added tests for more builtin types in...
2015-05-20 Serhiy StorchakaIssue 24215: Added tests for more builtin types in...
2015-05-20 Steve DowerUpdates PCBuild.sln to open with VS 2015 by default.
2015-05-20 Serhiy StorchakaIssue #24134: Use assertRaises() in context manager...
2015-05-20 Serhiy StorchakaIssue #24134: Use assertRaises() in context manager...
2015-05-20 Serhiy StorchakaIssue #22955: attrgetter, itemgetter and methodcaller...
2015-05-20 Serhiy StorchakaIssue #24245: Eliminated senseless expect clauses that...
2015-05-20 Serhiy StorchakaIssue #24245: Eliminated senseless expect clauses that...
2015-05-20 Serhiy StorchakaIssue #24245: Eliminated senseless expect clauses that...
2015-05-20 Serhiy StorchakaIssue #16261: Converted some bare except statements...
2015-05-19 Serhiy StorchakaIssue #22107: tempfile.gettempdir() and tempfile.mkdtem...
2015-05-19 Serhiy StorchakaIssue #22107: tempfile.gettempdir() and tempfile.mkdtem...
2015-05-19 Antoine PitrouFix some compilation warnings when using gcc (-Wmaybe...
2015-05-19 Antoine PitrouFix some compilation warnings when using gcc (-Wmaybe...
2015-05-19 Antoine PitrouIssue #23985: Fix a possible buffer overrun when deleti...
2015-05-19 Antoine PitrouIssue #23985: Fix a possible buffer overrun when deleti...
2015-05-19 R David MurrayNull merge.
2015-05-19 R David Murray#24215: also back out changeset that broke test_trace...
2015-05-19 R David MurrayBack out changeset 955dffec3d94 since it broke the...
2015-05-19 R David Murray#19662: fix typo
2015-05-19 Serhiy StorchakaIssue #23780: Improved error message in os.path.join...
2015-05-19 Serhiy StorchakaIssue #6598: Increased time precision and random number...
next