2016-05-16 |
Yury Selivanov | Merge 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Yury Selivanov | docs: Update asyncio docs & whatsnew |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Yury Selivanov | Merge heads |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Yury Selivanov | Merge 3.5 (Issue #27041) |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Yury Selivanov | Issue #27041: asyncio: Add loop.create_future method |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #27031: Removed dummy methods in Tkinter widget... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Yury Selivanov | Merge 3.5 (issue #27040) |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #27039: Fixed bytearray.remove() for values great... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Yury Selivanov | Issue #27040: Add loop.get_exception_handler method |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #27039: Fixed bytearray.remove() for values great... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Steve Dower | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Steve Dower | Fixes magic numbers for 3.6. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Steve Dower | Issue #26073: Updates magic number comment in _bootstra... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Steve Dower | Issue #26073: Updates magic number comment in _bootstra... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Martin Panter | Issue #14132, Issue #17214: Merge two redirect handling... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #26995: Added tests for "f", "d", "D", "S", ... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #26995: Added tests for "f", "d", "D", "S", ... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Backported tests for issue #18531. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #26765: Ensure that bytes- and unicode-specific... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #27033: The default value of the decode_data... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Expand abbreviations FIFO and LIFO. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #27034: Removed deprecated class asynchat.fifo. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Terry Jan Reedy | Issue 18910: Edit idle_test/README.txt to add 'requires... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Robert Collins | Issue #26807: mock_open 'files' no longer error on... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Robert Collins | Issue #26807: mock_open 'files' no longer error on... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Terry Jan Reedy | Issue #23977: Tweak IDLE Delegator and its test. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Martin Panter | Issue #17214: Percent-encode non-ASCII bytes in redirec... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Martin Panter | Issue #14132: Fix redirect handling when target is... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Terry Jan Reedy | Issue #25747: remove undependable and possibly useless... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Terry Jan Reedy | Issue #20640: Add https: to url prefixes so test passes... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Martin Panter | Issue #26870: Poll() also fails on OS X; try select() |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Martin Panter | Issue #26870: Avoid using kqueue() with pseudo-terminals |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Serhiy Storchaka | Issue #26039: Document ZipInfo.is_dir() and make force_... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Terry Jan Reedy | Issue #20640: Add tests for idlelib.configHelpSourceEdit. |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Senthil Kumaran | merge from 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Senthil Kumaran | issue27018 - Fix the documentation of select.epoll... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Martin Panter | Issue #26870: Temporary debugging for OS X Snow Leopard... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Martin Panter | Issue #26870: Close pty master in case of exception |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Martin Panter | Issue #26870: Add readline.set_auto_history(), original... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Martin Panter | Issue #25533: Merge frozen module docs from 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Martin Panter | Issue #25533: Update documentation regarding the frozen... |
commit | commitdiff | tree | snapshot |
2016-05-14 |
Martin Panter | Remove old Python 2 compatibility from ctypes test |
commit | commitdiff | tree | snapshot |
2016-05-14 |
Martin Panter | Merge ctypes from 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-14 |
Martin Panter | Remove outdated PEP 291 compatibility requirement comment |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | Merge 3.5 (asyncio) |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | asyncio/tests: Ensure a gc_collect for __del__ testing |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | Merge 3.5 (asyncio) |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | asyncio: Fix unix pipe transport 'repr' methods |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | Merge 3.5 (asyncio) |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | asyncio: Break reference cycle in StreamReaderProtocol... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | Merge 3.5 (asyncio) |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | asyncio: ease the cert failed regex |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | Merge 3.5 (issue #26848) |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Yury Selivanov | Issue #26848: Fix asyncio/subprocess.communicate()... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Serhiy Storchaka | Restored test_interleaved. After issue #8886 it was... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Serhiy Storchaka | Restored test_interleaved. After issue #8886 it was... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Serhiy Storchaka | Issue #26039: zipfile.ZipFile.open() can now be used... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Senthil Kumaran | merge from 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Senthil Kumaran | Issue #26892: Honor debuglevel flag in urllib.request... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Martin Panter | Issue #22274: Merge stderr=STDOUT fix from 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Benjamin Peterson | merge 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Benjamin Peterson | fix indentation of comments in cellobject.c (closes... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Martin Panter | Issue #22274: Redirect stderr=STDOUT when stdout not... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Serhiy Storchaka | Make bytes and bytearray subclass tests compatible... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Serhiy Storchaka | Issue #23640: int.from_bytes() no longer bypasses const... |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Serhiy Storchaka | Removed duplicated NEWS entity for issue #26881. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Serhiy Storchaka | Issue #26881: Restored the name of scan_opcodes_25(). |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Steven D'Aprano | NEWS message for issue #26977. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Steven D'Aprano | Issue 26977, remove unneeded line in pvariance (duplica... |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Eric Snow | Issue #21099: Switch applicable importlib tests to... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Serhiy Storchaka | Make bytes and bytearray subclass tests compatible... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Serhiy Storchaka | Issue #23640: int.from_bytes() no longer bypasses const... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Serhiy Storchaka | Issue #27005: Fixed the call of PyObject_CallFunctionOb... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Serhiy Storchaka | Issue #27005: Optimized the float.fromhex() class metho... |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Serhiy Storchaka | Merge 3.5. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Steven D'Aprano | Update NEWS. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Steven D'Aprano | Merge NEWS update from 3.5 for issue #26977. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Steven D'Aprano | Branch merge for issue 26977 |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Eric Snow | Fixes #19711: Add tests for reloading namespace packages. |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Serhiy Storchaka | Issue #23921: Standardized documentation whitespace... |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Serhiy Storchaka | Issue #23921: Standardized documentation whitespace... |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Benjamin Peterson | merge 3.5 (#26986) |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Benjamin Peterson | improve PyFunction_New docs (closes #26986) |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Zachary Ware | Closes #26987: Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Zachary Ware | Issue #26987: Correct implementation to match comment |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #25745: Fixed leaking a userptr in curses panel... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #25745: Fixed leaking a userptr in curses panel... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #26881: The modulefinder module now supports... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #26881: The modulefinder module now supports... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #18531: Single var-keyword argument of dict subty... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #26156: Make expressions grammar description... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #26156: Make expressions grammar description... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #23815: Fixed crashes related to directly created... |
commit | commitdiff | tree | snapshot |
next |