- 02 Şub, 2014 8 kayıt (commit)
-
-
R David Murray yazdı
-
Yury Selivanov yazdı
-
R David Murray yazdı
get_magic->util.MAGIC_NUMBER, source_from_cache, and cache_from_source.
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
-
Terry Jan Reedy yazdı
from the old green snake to the new new blue and yellow snakes.
-
Terry Jan Reedy yazdı
from the old green snake to the new new blue and yellow snakes.
-
- 01 Şub, 2014 19 kayıt (commit)
-
-
Victor Stinner yazdı
* 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 yazdı
-
Ezio Melotti yazdı
-
Yury Selivanov yazdı
-
R David Murray yazdı
-
Larry Hastings yazdı
including correctly generating code for Clinic blocks inside C preprocessor conditional blocks.
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
looks to be slow
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
platforms. Bug seen on 64-bit Linux when using "make profile-opt". Only align the "frame_t" structure on 32-bit when Visual Studio is used. Before the alignment to 32-bit was applied to the whole file any compiler supporting "#pragma pack(4)" which includes GCC.
-
Victor Stinner yazdı
caused a crash on PowerPC 64-bit (ppc64).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Improve also the "Logging" section
-
Victor Stinner yazdı
Use the granularity to check the minimum time delta, instead of arbitrary value.
-
Victor Stinner yazdı
-
Brian Quinlan yazdı
-
Brian Quinlan yazdı
-
- 31 Ock, 2014 13 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Patch by OSAMU NAKAMURA.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Andrew Kuchling yazdı
-
Brett Cannon yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-