- 17 Haz, 2013 22 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Reported by Arfrever Frehtes Taifersar Arahesis.
-
Victor Stinner yazdı
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner yazdı
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner yazdı
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner yazdı
locale.getlocale(name) in test.regrtest.saved_test_environment locale.getlocale() parses the locale, which is useless for saved_test_environment.
-
Victor Stinner yazdı
Skip LC_ALL becore getlocale(locale.LC_ALL) always fail, and catch also ValueError.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
get_ca_list() lists all loaded CA certificates and cert_store_stats() returns amount of loaded X.509 certs, X.509 CA certs and CRLs.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
when \r\n appears at end of 65535 bytes without other newlines.
-
Serhiy Storchaka yazdı
when \r\n appears at end of 65535 bytes without other newlines.
-
Christian Heimes yazdı
in ASN1_TIME fields.
-
Serhiy Storchaka yazdı
* Use mixins for generating tests for different compression types. * Make test_tarfile discoverable. * Use more special tests (i.e. assertEqual, assertIs) instead of assertTrue. * Add explicit test skips instead of reporting skipped tests as passed. * Wrap long lines. * Correct a comment for test_hardlink_extraction1. * Add support.requires_gzip. * Replace ImportError by ModuleNotFoundError. and some other minor enhancements.
-
Serhiy Storchaka yazdı
* Use mixins for generating tests for different compression types. * Make test_tarfile discoverable. * Use more special tests (i.e. assertEqual, assertIs) instead of assertTrue. * Add explicit test skips instead of reporting skipped tests as passed. * Wrap long lines. * Correct a comment for test_hardlink_extraction1. * Add support.requires_gzip. and some other minor enhancements.
-
- 16 Haz, 2013 18 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
The helper function makes it easier to implement imoprtlib.abc.InspectLoader.get_source() by making that function require just the raw bytes for source code and handling all other details.
-
Brett Cannon yazdı
UnicodeDecodeError as ImportError. That was over-reaching the point of raising ImportError in get_source() (which is to signal the source code was not found when it should have). Conflating the two exceptions with ImportError could lead to masking errors with the source which should be known outside of whether there was an error simply getting the source to begin with.
-
Brett Cannon yazdı
loaders where C code provides the loaded module.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
conform the the InspectLoader ABC. Perk of this is that runpy/-m can now work with namespace packages.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
To make sure there is no issue with code that is both Python 2 and 3 compatible, there are no plans to remove the module any sooner than Python 4 (unless the community moves to Python 3 solidly before then).
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
Also, improve some docstring descriptions of the 'errors' parameter. Closes #14015.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Gregory P. Smith yazdı
exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
-