- 19 Jun, 2013 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Christian Heimes authored
ISO C90 forbids mixed declarations and code
-
Christian Heimes authored
ISO C90 forbids mixed declarations and code
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 18 Jun, 2013 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 17 Jun, 2013 22 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
Reported by Arfrever Frehtes Taifersar Arahesis.
-
Victor Stinner authored
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner authored
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner authored
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner authored
locale.getlocale(name) in test.regrtest.saved_test_environment locale.getlocale() parses the locale, which is useless for saved_test_environment.
-
Victor Stinner authored
Skip LC_ALL becore getlocale(locale.LC_ALL) always fail, and catch also ValueError.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Christian Heimes authored
-
Christian Heimes authored
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 authored
-
Serhiy Storchaka authored
when \r\n appears at end of 65535 bytes without other newlines.
-
Serhiy Storchaka authored
when \r\n appears at end of 65535 bytes without other newlines.
-
Christian Heimes authored
in ASN1_TIME fields.
-
Serhiy Storchaka authored
* 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 authored
* 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 Jun, 2013 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-