- 01 Şub, 2014 14 kayıt (commit)
-
-
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 26 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ı
-
Victor Stinner yazdı
module Sort also imports
-
Victor Stinner yazdı
result again to int
-
Victor Stinner yazdı
Use the same default timeout than Makefile: 1 hour (3600 seconds).
-
Larry Hastings yazdı
-
Victor Stinner yazdı
Windows) instead of using the "duplex" pipe transport. The new class uses a simpler overlapped read to be notified when the pipe is closed. So the protocol doesn't need to implement eof_received(): connection_lost() is called instead. _UnixWritePipeTransport has the same approach.
-
Victor Stinner yazdı
closed, but only if there was pending write
-
Victor Stinner yazdı
instead of rounding towards zero, in select and selectors modules: select.epoll.poll(), selectors.PollSelector.poll() and selectors.EpollSelector.poll(). For example, a timeout of one microsecond (1e-6) is now rounded to one millisecondi (1e-3), instead of being rounded to zero. Mention the change in Misc/NEWS.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
by Vajrasky Kok.
-
Victor Stinner yazdı
poll and epoll Improve also debug info to analyze the issue
-
Victor Stinner yazdı
Add also event more debug info
-
Victor Stinner yazdı
failure on buildbot "x86 Ubuntu Shared 3.x"
-
Guido van Rossum yazdı
-