]> granicus.if.org Git - python/shortlog
python
2016-05-16 Serhiy StorchakaIssue #27031: Removed dummy methods in Tkinter widget...
2016-05-16 Yury SelivanovMerge 3.5 (issue #27040)
2016-05-16 Serhiy StorchakaIssue #27039: Fixed bytearray.remove() for values great...
2016-05-16 Yury SelivanovIssue #27040: Add loop.get_exception_handler method
2016-05-16 Serhiy StorchakaIssue #27039: Fixed bytearray.remove() for values great...
2016-05-16 Steve DowerMerge with 3.5
2016-05-16 Steve DowerFixes magic numbers for 3.6.
2016-05-16 Steve DowerIssue #26073: Updates magic number comment in _bootstra...
2016-05-16 Steve DowerIssue #26073: Updates magic number comment in _bootstra...
2016-05-16 Martin PanterIssue #14132, Issue #17214: Merge two redirect handling...
2016-05-16 Serhiy StorchakaIssue #26995: Added tests for "f", "d", "D", "S", ...
2016-05-16 Serhiy StorchakaIssue #26995: Added tests for "f", "d", "D", "S", ...
2016-05-16 Serhiy StorchakaNull merge
2016-05-16 Serhiy StorchakaBackported tests for issue #18531.
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-16 Martin PanterIssue #17214: Percent-encode non-ASCII bytes in redirec...
2016-05-16 Martin PanterIssue #14132: Fix redirect handling when target is...
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...
next