- 03 Feb, 2014 14 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Improved error handling in variables-related commands.
-
Serhiy Storchaka authored
Improved error handling in variables-related commands.
-
Serhiy Storchaka authored
exprlong() and exprboolean().
-
Serhiy Storchaka authored
exprlong() and exprboolean().
-
Benjamin Peterson authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Yury Selivanov authored
-
R David Murray authored
-
R David Murray authored
-
- 02 Feb, 2014 22 commits
-
-
Victor Stinner authored
requires at least Mac OS X 10.6.
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ned Deily authored
-
Ned Deily authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
-
R David Murray authored
-
Yury Selivanov authored
-
R David Murray authored
get_magic->util.MAGIC_NUMBER, source_from_cache, and cache_from_source.
-
R David Murray authored
-
R David Murray authored
Turns out I committed a work-in-progress entry because of a time gap between when I wrote it and when I committed.
-
Victor Stinner authored
-
Terry Jan Reedy authored
from the old green snake to the new new blue and yellow snakes.
-
Terry Jan Reedy authored
from the old green snake to the new new blue and yellow snakes.
-
- 01 Feb, 2014 4 commits
-
-
Victor Stinner authored
* Add a new asyncio.subprocess module * Add new create_subprocess_exec() and create_subprocess_shell() functions * The new asyncio.subprocess.SubprocessStreamProtocol creates stream readers for stdout and stderr and a stream writer for stdin. * The new asyncio.subprocess.Process class offers an API close to the subprocess.Popen class: - pid, returncode, stdin, stdout and stderr attributes - communicate(), wait(), send_signal(), terminate() and kill() methods * Remove STDIN (0), STDOUT (1) and STDERR (2) constants from base_subprocess and unix_events, to not be confused with the symbols with the same name of subprocess and asyncio.subprocess modules * _ProactorBasePipeTransport.get_write_buffer_size() now counts also the size of the pending write * _ProactorBaseWritePipeTransport._loop_writing() may now pause the protocol if the write buffer size is greater than the high water mark (64 KB by default)
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Yury Selivanov authored
-