- 10 Eyl, 2016 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
R David Murray yazdı
This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar.
-
- 09 Eyl, 2016 20 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Steve Dower yazdı
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Guido van Rossum yazdı
This is now an official "protected" API that can be used to write classes that are duck-type-compatible with Future without subclassing it. (For that purpose I also changed isinstance(result, Future) to check for this attribute instead.) Hopefully Amber Brown can use this to make Twisted.Deferred compatible with asyncio.Future. Tests and docs are TBD.
-
Benjamin Peterson yazdı
-
issue14976.
-
-
Steve Dower yazdı
-
R David Murray yazdı
This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
R David Murray yazdı
-
- 08 Eyl, 2016 11 kayıt (commit)
-
-
Too many build tool chains do not properly support it, including building and linking an executable fine that simply segfaults when you try to run it (such as debian jessie 8.5's gcc 4.9). On others where it does appear to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb failures to deal with. We're not going to spend time attempting to maintain a complicated white list of what does and doesn't work in our configure.ac file.
-
Raymond Hettinger yazdı
-
Senthil Kumaran yazdı
-
Davin Potts yazdı
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
-
-
Berker Peksag yazdı
Patch by Claude Paroz.
-
Senthil Kumaran yazdı
Initial patch contributed by Denver Coneybeare.
-
Gregory P. Smith yazdı
-
-
between runs given the same Grammar.txt input regardless of the hash randomization setting.
-
Vinay Sajip yazdı
-
- 07 Eyl, 2016 5 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Gregory P. Smith yazdı
required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes.
-
R David Murray yazdı
Original patch by Martin Panter, new policy fixes by me.
-