- 11 Dec, 2014 4 commits
-
-
Victor Stinner authored
Mark the write end of the stdin pipe as non-inheritable.
-
Victor Stinner authored
socket transport
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
- 10 Dec, 2014 7 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section.
-
Serhiy Storchaka authored
is run with pythonw.exe.
-
Benjamin Peterson authored
-
R David Murray authored
Patch by Chaitanya Agrawal.
-
Berker Peksag authored
An exception handler assumed that that OSError objects always have a 'winerror' attribute. That is not the case, so the exception handler itself raised AttributeError when run on Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward.
-
- 09 Dec, 2014 1 commit
-
-
Berker Peksag authored
Patch by Éric Araujo.
-
- 08 Dec, 2014 5 commits
-
-
Yury Selivanov authored
Issue #1218234. Initial patch by Berker Peksag.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Closes issue #23009.
-
- 07 Dec, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
-
- 06 Dec, 2014 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Kurt Roeckx.
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
information.
-
Benjamin Peterson authored
-
- 05 Dec, 2014 8 commits
-
-
Brett Cannon authored
-
Serhiy Storchaka authored
-
Brett Cannon authored
automated process.
-
Victor Stinner authored
finalization. Before the module kept a reference to the builtins module, but the module attributes are cleared during Python finalization. Instead, keep directly a reference to the open() function. This enhancement is not perfect, calling tokenize.open() can still fail if called very late during Python finalization. Usually, the function is called by the linecache module which is called to display a traceback or emit a warning.
-
Terry Jan Reedy authored
and case. Edit some of the explanatory sentences and end all with a period.
-
Yury Selivanov authored
-
Victor Stinner authored
event loop if a BaseException is raised, because the event loop is already stopped.
-
Victor Stinner authored
Call _stop_accept_futures() before sestting the _closed attribute, otherwise call_soon() raises an error.
-
- 04 Dec, 2014 5 commits
-
-
Victor Stinner authored
written by Torsten Landschoff. create_task(), call_at(), call_soon(), call_soon_threadsafe() and run_in_executor() now raise an error if the event loop is closed.
-
Victor Stinner authored
* mock also resume_reading() * ensure that resume_reading() is called
-
Victor Stinner authored
avoid attribute errors in destructors.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
from idlelib/help.txt, add 'C' comment, and remove obsolete ^Z comment Original patch by Zach Ware.
-