]> granicus.if.org Git - python/shortlog
python
2016-05-16 Serhiy StorchakaIssue #26765: Ensure that bytes- and unicode-specific...
2016-05-16 Serhiy StorchakaIssue #27033: The default value of the decode_data...
2016-05-16 Serhiy StorchakaExpand abbreviations FIFO and LIFO.
2016-05-16 Serhiy StorchakaIssue #27034: Removed deprecated class asynchat.fifo.
2016-05-16 Terry Jan ReedyMerge with 3.5
2016-05-16 Terry Jan ReedyIssue 18910: Edit idle_test/README.txt to add 'requires...
2016-05-16 Robert CollinsIssue #26807: mock_open 'files' no longer error on...
2016-05-16 Robert CollinsIssue #26807: mock_open 'files' no longer error on...
2016-05-16 Terry Jan ReedyMerge with 3.5
2016-05-16 Terry Jan ReedyIssue #23977: Tweak IDLE Delegator and its test.
2016-05-15 Terry Jan ReedyMerge with 3.5
2016-05-15 Terry Jan ReedyIssue #25747: remove undependable and possibly useless...
2016-05-15 Terry Jan ReedyMerge with 3.5
2016-05-15 Terry Jan ReedyIssue #20640: Add https: to url prefixes so test passes...
2016-05-15 Martin PanterIssue #26870: Poll() also fails on OS X; try select()
2016-05-15 Martin PanterIssue #26870: Avoid using kqueue() with pseudo-terminals
2016-05-15 Serhiy StorchakaIssue #26039: Document ZipInfo.is_dir() and make force_...
2016-05-15 Terry Jan ReedyMerge with 3.5
2016-05-15 Terry Jan ReedyIssue #20640: Add tests for idlelib.configHelpSourceEdit.
2016-05-15 Senthil Kumaranmerge from 3.5
2016-05-15 Senthil Kumaranissue27018 - Fix the documentation of select.epoll...
2016-05-15 Martin PanterIssue #26870: Temporary debugging for OS X Snow Leopard...
2016-05-15 Martin PanterIssue #26870: Close pty master in case of exception
2016-05-15 Martin PanterIssue #26870: Add readline.set_auto_history(), original...
2016-05-15 Martin PanterIssue #25533: Merge frozen module docs from 3.5
2016-05-15 Martin PanterIssue #25533: Update documentation regarding the frozen...
2016-05-14 Martin PanterRemove old Python 2 compatibility from ctypes test
2016-05-14 Martin PanterMerge ctypes from 3.5
2016-05-14 Martin PanterRemove outdated PEP 291 compatibility requirement comment
2016-05-13 Yury SelivanovMerge 3.5 (asyncio)
2016-05-13 Yury Selivanovasyncio/tests: Ensure a gc_collect for __del__ testing
2016-05-13 Yury SelivanovMerge 3.5 (asyncio)
2016-05-13 Yury Selivanovasyncio: Fix unix pipe transport 'repr' methods
2016-05-13 Yury SelivanovMerge 3.5 (asyncio)
2016-05-13 Yury Selivanovasyncio: Break reference cycle in StreamReaderProtocol...
2016-05-13 Yury SelivanovMerge 3.5 (asyncio)
2016-05-13 Yury Selivanovasyncio: ease the cert failed regex
2016-05-13 Yury SelivanovMerge 3.5 (issue #26848)
2016-05-13 Yury SelivanovIssue #26848: Fix asyncio/subprocess.communicate()...
2016-05-13 Serhiy StorchakaRestored test_interleaved. After issue #8886 it was...
2016-05-13 Serhiy StorchakaRestored test_interleaved. After issue #8886 it was...
2016-05-13 Serhiy StorchakaIssue #26039: zipfile.ZipFile.open() can now be used...
2016-05-13 Senthil Kumaranmerge from 3.5
2016-05-13 Senthil KumaranIssue #26892: Honor debuglevel flag in urllib.request...
2016-05-13 Martin PanterIssue #22274: Merge stderr=STDOUT fix from 3.5
2016-05-13 Benjamin Petersonmerge 3.5
2016-05-13 Benjamin Petersonfix indentation of comments in cellobject.c (closes...
2016-05-13 Martin PanterIssue #22274: Redirect stderr=STDOUT when stdout not...
2016-05-12 Serhiy StorchakaMake bytes and bytearray subclass tests compatible...
2016-05-12 Serhiy StorchakaIssue #23640: int.from_bytes() no longer bypasses const...
2016-05-11 Serhiy StorchakaRemoved duplicated NEWS entity for issue #26881.
2016-05-11 Serhiy StorchakaIssue #26881: Restored the name of scan_opcodes_25().
2016-05-11 Steven D'ApranoNEWS message for issue #26977.
2016-05-11 Steven D'ApranoIssue 26977, remove unneeded line in pvariance (duplica...
2016-05-10 Eric SnowIssue #21099: Switch applicable importlib tests to...
2016-05-12 Serhiy StorchakaMake bytes and bytearray subclass tests compatible...
2016-05-12 Serhiy StorchakaIssue #23640: int.from_bytes() no longer bypasses const...
2016-05-12 Serhiy StorchakaIssue #27005: Fixed the call of PyObject_CallFunctionOb...
2016-05-12 Serhiy StorchakaIssue #27005: Optimized the float.fromhex() class metho...
2016-05-11 Serhiy StorchakaMerge 3.5.
2016-05-11 Serhiy StorchakaNull merge
2016-05-11 Steven D'ApranoUpdate NEWS.
2016-05-11 Steven D'ApranoMerge NEWS update from 3.5 for issue #26977.
2016-05-11 Steven D'ApranoBranch merge for issue 26977
2016-05-10 Eric SnowFixes #19711: Add tests for reloading namespace packages.
2016-05-10 Serhiy StorchakaIssue #23921: Standardized documentation whitespace...
2016-05-10 Serhiy StorchakaIssue #23921: Standardized documentation whitespace...
2016-05-10 Benjamin Petersonmerge 3.5 (#26986)
2016-05-10 Benjamin Petersonimprove PyFunction_New docs (closes #26986)
2016-05-09 Zachary WareCloses #26987: Merge with 3.5
2016-05-09 Zachary WareIssue #26987: Correct implementation to match comment
2016-05-08 Serhiy StorchakaIssue #25745: Fixed leaking a userptr in curses panel...
2016-05-08 Serhiy StorchakaIssue #25745: Fixed leaking a userptr in curses panel...
2016-05-08 Serhiy StorchakaIssue #26881: The modulefinder module now supports...
2016-05-08 Serhiy StorchakaIssue #26881: The modulefinder module now supports...
2016-05-08 Serhiy StorchakaIssue #18531: Single var-keyword argument of dict subty...
2016-05-08 Serhiy StorchakaIssue #26156: Make expressions grammar description...
2016-05-08 Serhiy StorchakaIssue #26156: Make expressions grammar description...
2016-05-08 Serhiy StorchakaIssue #23815: Fixed crashes related to directly created...
2016-05-08 Serhiy StorchakaIssue #23815: Fixed crashes related to directly created...
2016-05-08 Martin PanterMerge typo fixes from 3.5
2016-05-08 Martin PanterCorrections for a/an in code comments and documentation
2016-05-08 Martin PanterFix typos in comments, documentation and test method...
2016-05-08 Martin PanterIssue #26512: Clarify Integral; tidy up table of roundi...
2016-05-08 Steven D'ApranoIssue 26977, remove unneeded line in pvariance (duplica...
2016-05-08 Martin PanterIssue #26512: Merge rounding doc from 3.5
2016-05-07 Berker PeksagIssue #26924: Fix Windows buildbots
2016-05-07 Berker PeksagIssue #26924: Do not define _multiprocessing.sem_unlink...
2016-05-07 Berker PeksagFix self.fail() call in test_data_header
2016-05-07 Berker PeksagFix self.fail() call in test_data_header
2016-05-07 Serhiy StorchakaIssue #26708: Use the "const" qualifier for immutable...
2016-05-07 Berker PeksagReplace example.com with pythontest.net in test_urllibnet
2016-05-07 Berker PeksagReplace example.com with pythontest.net in test_urllibnet
2016-05-07 Serhiy StorchakaIssue #17765: weakref.ref() no longer silently ignores...
2016-05-07 Serhiy StorchakaIssue #17765: weakref.ref() no longer silently ignores...
2016-05-07 Serhiy StorchakaIssue #26736: Used HTTPS for external links in the...
2016-05-07 Serhiy StorchakaIssue #26736: Used HTTPS for external links in the...
2016-05-07 Serhiy StorchakaIssue #26889: Fixed hyperlinks formatting.
2016-05-07 Serhiy StorchakaIssue #26889: Fixed hyperlinks formatting.
2016-05-07 Serhiy StorchakaIssue #26889: Tweaked xmlrpc.client documentation.
next