]> granicus.if.org Git - python/shortlog
python
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...
2015-05-19 Serhiy StorchakaIssue #6598: Increased time precision and random number...
2015-05-19 Yury SelivanovIssue 24205: Improve inspect.Signature.bind() error...
2015-05-18 Berker PeksagIssue #24232: Fix typos. Patch by Ville Skyttä.
2015-05-18 Berker PeksagIssue #24232: Fix typos. Patch by Ville Skyttä.
2015-05-18 Berker PeksagIssue #24233: Add a proper link to socket.getfqdn(...
2015-05-18 Berker PeksagIssue #24233: Add a proper link to socket.getfqdn(...
2015-05-18 Berker PeksagFix Sphinx compile error.
2015-05-18 Berker PeksagFix typo in Misc/NEWS.
2015-05-18 Berker PeksagFix typo in Nisc/NEWS.
2015-05-18 Serhiy StorchakaFixed typos in comments.
2015-05-18 Serhiy StorchakaFixed typos in comments.
2015-05-18 Yury SelivanovIssue 24226: Fix parsing of many sequential one-line...
2015-05-18 Serhiy StorchakaIssue #24091: Fixed various crashes in corner cases...
2015-05-18 Serhiy StorchakaIssue #24091: Fixed various crashes in corner cases...
2015-05-18 Serhiy StorchakaIssue #24102: Fixed exception type checking in standard...
2015-05-18 Serhiy StorchakaIssue #24102: Fixed exception type checking in standard...
2015-05-18 Zachary WareCloses #21931: Merge with 3.4
2015-05-18 Zachary WareIssue #21931: Fix error handling in msilib.FCICreate().
2015-05-18 Zachary WareIssue #23488: Fix a syntax error on big endian platforms.
2015-05-18 Zachary WareIssue #21337: Add bare-bones Tix test
2015-05-18 R David MurrayIssue #13866: add *quote_via* argument to urlencode.
2015-05-17 R David Murray#24211: Add missing docs for SMTPUTF8 policy instance.
2015-05-17 R David Murray#24218: Add SMTPUTF8 support to send_message.
2015-05-17 Raymond Hettingermerge
2015-05-17 Raymond HettingerIssue #23757: Only call the concrete list API for...
2015-05-17 Terry Jan ReedyIssue #22155: News entry.
2015-05-17 Terry Jan ReedyIssue #22155: News entry.
2015-05-17 Terry Jan ReedyMerge with 3.4
2015-05-17 Terry Jan ReedyIssue #22155: Add File Handlers subsection with createf...
2015-05-17 R David Murray#20098: add mangle_from_ policy option.
2015-05-17 R David Murray#24211: Add RFC6532 support to the email library.
2015-05-17 R David MurrayMerge: #24216: fix typo
2015-05-17 R David Murray#24216: fix typo
2015-05-17 Zachary WareIgnore PCbuild/.vs directory.
2015-05-16 Terry Jan ReedyMerge with 3.4
2015-05-16 Terry Jan ReedyIssue #24199: Make idlever module self updating. Syop...
next