- 03 Feb, 2014 7 commits
-
-
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 11 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
-
R David Murray authored
-
Larry Hastings authored
including correctly generating code for Clinic blocks inside C preprocessor conditional blocks.
-
Victor Stinner authored
I picked the value from the error message: ====================================================================== FAIL: test_ucs2_string (test.test_hash.StrHashRandomizationTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/cpython/buildslave/cc-64/3.x.snakebite-sol10-sparc-cc-64/build/Lib/test/test_hash.py", line 292, in test_ucs2_string self.assertEqual(self.get_hash(self.repr_ucs2, seed=42), h) AssertionError: -3927695501187247084 != None
-
Victor Stinner authored
-
Victor Stinner authored
looks to be slow
-
Victor Stinner authored
-
Victor Stinner authored
-