- 17 May, 2018 6 kayıt (commit)
-
-
Thomas Jones yazdı
Patch by Thomas Jones.
-
Matthias Bussonnier yazdı
`obj.async` is now a syntax error, so the warning/shim is quasi-unnecessary.
-
Andrés Delfino yazdı
-
Zvezdan Petkovic yazdı
The editline emulation needs to be initialized *after* the name is defined. This fixes the long open issue.
-
Serhiy Storchaka yazdı
-
INADA Naoki yazdı
Only gcmodule.c uses _PyGC_REFS* macros now. This makes easy to read GC code.
-
- 16 May, 2018 16 kayıt (commit)
-
-
Steve Dower yazdı
-
Barry Warsaw yazdı
-
Eric Snow yazdı
Add more tests for subinterpreters. This patch also fixes a few small defects in the channel implementation.
-
Alex Gaynor yazdı
-
Nina Zakharenko yazdı
-
Petr Viktorin yazdı
* test_ssl: Remove skip_if_broken_ubuntu_ssl We no longer support OpenSSL 0.9.8.15.15. * bpo-28167: Remove platform.linux_distribution
-
Gregory P. Smith yazdı
* bpo-24318: Rewrite the README PGO section. Merged from a phone on an airplane. :)
-
Eric V. Smith yazdı
-
Christopher Beacham yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
This condition as already tested before this code is called.
-
Eric V. Smith yazdı
To be more consistent with other code (and so people stop hassling me!), reflow the dataclasses comments to not use a single space indentation when continuing a paragraph of text.
-
Eric V. Smith yazdı
This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from.
-
Isaiah Peng yazdı
-
Eitan Adler yazdı
-
Eric V. Smith yazdı
-
- 15 May, 2018 12 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Christian Heimes yazdı
The ssl module now contains OP_NO_RENEGOTIATION constant, available with OpenSSL 1.1.0h or 1.1.1. Note, OpenSSL 1.1.0h hasn't been released yet. Signed-off-by: Christian Heimes <christian@python.org>
-
Stéphane Wirtel yazdı
-
Victor Stinner yazdı
Don't crash on warnings.warn_explicit() if module_globals is not a dict.
-
Barry Warsaw yazdı
-
Terry Jan Reedy yazdı
Added to the eye-verified htest, not to the unittests. Also remove some stray leftover comments.
-
Matthias Bussonnier yazdı
Also bump PendingDeprecationWarning to DeprecationWarning.
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
Eitan Adler yazdı
Instead of passing configure args such as --without-gcc or --with-icc, instead prefer to rely on the native way of finding the compiler: passing CC (or CPP or CXX depending). This allows configure to find the correct compiler instead of having to be explicitly told. It also more correctly builds on both macOS and FreeBSD since the system compiler is used by default (cc)
-
Eric V. Smith yazdı
-
- 14 May, 2018 6 kayıt (commit)
-
-
Segev Finer yazdı
-
Ned Deily yazdı
-
Travis DePrato yazdı
-
Amber Brown yazdı
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804)
-
Eric V. Smith yazdı
-
Alex Gaynor yazdı
-