| 2016-05-20 |
Victor Stinner | asyncio: fix ResourceWarning related to subprocesses |
commit | commitdiff | tree | snapshot |
| 2016-05-19 |
Guido van Rossum | Back out pathlib.Path.path attr. (Merge 3.4->3.5) |
commit | commitdiff | tree | snapshot |
| 2016-05-19 |
Guido van Rossum | Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. |
commit | commitdiff | tree | snapshot |
| 2016-05-19 |
Steve Dower | Issue #27053: Updates make_zip.py to correctly generate... |
commit | commitdiff | tree | snapshot |
| 2016-05-19 |
Victor Stinner | Fix os.set_inheritable() on Android |
commit | commitdiff | tree | snapshot |
| 2016-05-18 |
Steve Dower | Removes versioning from py.exe launcher installer and... |
commit | commitdiff | tree | snapshot |
| 2016-05-18 |
Guido van Rossum | Fix #27014 -- infinite recursion using typing.py. |
commit | commitdiff | tree | snapshot |
| 2016-05-18 |
Serhiy Storchaka | Issue #27036: Fixed formatting references to "bytes... |
commit | commitdiff | tree | snapshot |
| 2016-05-18 |
Serhiy Storchaka | Fixed test_sizeof for deque. |
commit | commitdiff | tree | snapshot |
| 2016-05-18 |
Senthil Kumaran | issue27045 - Use backslash in windows path to script... |
commit | commitdiff | tree | snapshot |
| 2016-05-18 |
Terry Jan Reedy | Issue #21939: Test IDLE percolator. Original patch... |
commit | commitdiff | tree | snapshot |
| 2016-05-18 |
Ned Deily | Issue #27049: fix doc typo |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Terry Jan Reedy | Issue #21676: test IDLE replace dialog. Original patch... |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Terry Jan Reedy | Issue #18410: add missing parent argument. |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Terry Jan Reedy | Issue #18410: Test IDLE's search dialog; original patch... |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Steve Dower | Fixes unnecessary rebuild when building Windows release... |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Benjamin Peterson | class definitions only get argument lists (closes ... |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Benjamin Peterson | Backed out changeset 71ff2235bb4c (closes #27042) |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Benjamin Peterson | regen importlib bytecode |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Benjamin Peterson | fix possible refleak in MAKE_FUNCTION (closes #26991) |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Terry Jan Reedy | Issue #21703: Add test for undo delegator. Patch most... |
commit | commitdiff | tree | snapshot |
| 2016-05-17 |
Terry Jan Reedy | Issue #27044: stop test_idle from leaking by deleting... |
commit | commitdiff | tree | snapshot |
| 2016-05-16 |
Yury Selivanov | asyncio/streams: Fix code style; delete LimitOverrunErr... |
commit | commitdiff | tree | snapshot |
| 2016-05-16 |
Yury Selivanov | docs: Update asyncio docs & whatsnew |
commit | commitdiff | tree | snapshot |
| 2016-05-16 |
Yury Selivanov | Issue #27041: asyncio: Add loop.create_future method |
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 | 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 |
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-16 |
Serhiy Storchaka | Issue #26995: Added tests for "f", "d", "D", "S", ... |
commit | commitdiff | tree | snapshot |
| 2016-05-16 |
Serhiy Storchaka | Backported tests for issue #18531. |
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 |
Terry Jan Reedy | Issue #23977: Tweak IDLE Delegator and its test. |
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 | Issue #20640: Add https: to url prefixes so test passes... |
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 | issue27018 - Fix the documentation of select.epoll... |
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 outdated PEP 291 compatibility requirement comment |
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 | asyncio: Fix unix pipe transport 'repr' methods |
commit | commitdiff | tree | snapshot |
| 2016-05-13 |
Yury Selivanov | asyncio: Break reference cycle in StreamReaderProtocol... |
commit | commitdiff | tree | snapshot |
| 2016-05-13 |
Yury Selivanov | asyncio: ease the cert failed regex |
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 |
Senthil Kumaran | Issue #26892: Honor debuglevel flag in urllib.request... |
commit | commitdiff | tree | snapshot |
| 2016-05-13 |
Martin Panter | Issue #22274: Redirect stderr=STDOUT when stdout not... |
commit | commitdiff | tree | snapshot |
| 2016-05-13 |
Benjamin Peterson | fix indentation of comments in cellobject.c (closes... |
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 |
Serhiy Storchaka | Issue #23921: Standardized documentation whitespace... |
commit | commitdiff | tree | snapshot |
| 2016-05-10 |
Benjamin Peterson | improve PyFunction_New docs (closes #26986) |
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 #26881: The modulefinder module now supports... |
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 |
| 2016-05-08 |
Martin Panter | Corrections for a/an in code comments and documentation |
commit | commitdiff | tree | snapshot |
| 2016-05-08 |
Martin Panter | Fix typos in comments, documentation and test method... |
commit | commitdiff | tree | snapshot |
| 2016-05-08 |
Martin Panter | Issue #26512: Clarify Integral; tidy up table of roundi... |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Berker Peksag | Fix self.fail() call in test_data_header |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Berker Peksag | Replace example.com with pythontest.net in test_urllibnet |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Serhiy Storchaka | Issue #17765: weakref.ref() no longer silently ignores... |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Serhiy Storchaka | Issue #26736: Used HTTPS for external links in the... |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Serhiy Storchaka | Issue #26889: Fixed hyperlinks formatting. |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Serhiy Storchaka | Issue #26889: Tweaked xmlrpc.client documentation. |
commit | commitdiff | tree | snapshot |
| 2016-05-06 |
Terry Jan Reedy | Issue 26912: fix broken imports in test_email package. |
commit | commitdiff | tree | snapshot |
| 2016-05-06 |
Terry Jan Reedy | Issue 26911: fix import (other problems remain). |
commit | commitdiff | tree | snapshot |
| 2016-05-04 |
Berker Peksag | Issue #26957: Remove duplicate 'the' from datetime... |
commit | commitdiff | tree | snapshot |
| 2016-05-04 |
Serhiy Storchaka | Issue #26811: gc.get_objects() no longer contains a... |
commit | commitdiff | tree | snapshot |
| 2016-05-04 |
Jason R. Coombs | Issue #20120: Use RawConfigParser for .pypirc parsing... |
commit | commitdiff | tree | snapshot |
| 2016-05-04 |
Serhiy Storchaka | Issue #26873: xmlrpc now raises ResponseError on unsupp... |
commit | commitdiff | tree | snapshot |
| 2016-05-03 |
Serhiy Storchaka | Issue #24950: Fixed expanduser tests when the users... |
commit | commitdiff | tree | snapshot |
| 2016-05-02 |
Terry Jan Reedy | Clarify IDLE-console differences with respect to the... |
commit | commitdiff | tree | snapshot |
| 2016-05-02 |
Donald Stufft | Upgrade ensurepip bundled setuptools to 20.10.1 |
commit | commitdiff | tree | snapshot |
| 2016-05-02 |
Donald Stufft | Upgrade ensurepip bundled setuptools to 20.10.1 |
commit | commitdiff | tree | snapshot |
| 2016-05-02 |
Berker Peksag | Issue #18916: Update thread module docstrings |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Serhiy Storchaka | Regenerate Argument Clinic code for issue #26874. |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Ethan Furman | issue26893: use mro() to examine class heirarchy |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Serhiy Storchaka | Issue #26711: Fixed the comparison of plistlib.Data... |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Serhiy Storchaka | Fixed declarations of _Py_DumpTraceback() and _Py_DumpT... |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Berker Peksag | Issue #26898: Fix typo in math.isclose() docstring |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Berker Peksag | Issue #23960: Cleanup args and kwargs on error in PyErr... |
commit | commitdiff | tree | snapshot |
| 2016-05-01 |
Meador Inge | Issue #24114: Fix an uninitialized variable in `ctypes... |
commit | commitdiff | tree | snapshot |
| 2016-04-30 |
Martin Panter | Issue #26864: Fix case insensitivity and suffix compari... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Berker Peksag | Issue #25551: Test condition behavior instead of its... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Berker Peksag | Issue #26322: Document typing.Set, patch by Joseph... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Serhiy Storchaka | Issue #26822: Decreased an overhead of using _PyArg_NoK... |
commit | commitdiff | tree | snapshot |
| 2016-04-28 |
Zachary Ware | Issue #26875: Fix mmap example |
commit | commitdiff | tree | snapshot |
| 2016-04-28 |
Zachary Ware | Issue #26874: Simplify the divmod docstring |
commit | commitdiff | tree | snapshot |
| 2016-04-28 |
Zachary Ware | Issue #26874: Fix divmod docstring |
commit | commitdiff | tree | snapshot |
| 2016-04-27 |
Serhiy Storchaka | fileinput.hook_encoded() uses builtin open(), not codec... |
commit | commitdiff | tree | snapshot |
| 2016-04-26 |
Martin Panter | Issue #20598: Replace trivial split() calls with lists... |
commit | commitdiff | tree | snapshot |
| next |