Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Issue #18202: Fix minor bugs and cleanup test_coding.py. | Serhiy Storchaka | 2013-06-19 | 1 | -17/+15 | |
| | | ||||||
* | | merge | Brett Cannon | 2013-06-19 | 3 | -1/+10 | |
|\ \ | ||||||
| * \ | fixed libffi on PPC without __NO_FPRS__ | Christian Heimes | 2013-06-19 | 1 | -1/+3 | |
| |\ \ | | |/ | | | | | | | ISO C90 forbids mixed declarations and code | |||||
| | * | fixed libffi on PPC without __NO_FPRS__ | Christian Heimes | 2013-06-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | ISO C90 forbids mixed declarations and code | |||||
| | * | merge heads | Christian Heimes | 2013-06-19 | 3 | -0/+7 | |
| | |\ | ||||||
| * | \ | merge heads | Christian Heimes | 2013-06-19 | 4 | -1/+7 | |
| |\ \ \ | ||||||
| * \ \ \ | Issue #18259: Declare sethostname in socketmodule.c for AIX | Christian Heimes | 2013-06-19 | 2 | -0/+7 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Issue #18259: Declare sethostname in socketmodule.c for AIX | Christian Heimes | 2013-06-19 | 2 | -0/+7 | |
| | | | | | ||||||
* | | | | | Issue #17177: Clarify some deprecations | Brett Cannon | 2013-06-19 | 1 | -3/+11 | |
| |_|/ / |/| | | | ||||||
* | | | | Fix compilation warning with gcc 4.8 (unused typedef) | Antoine Pitrou | 2013-06-18 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. | Antoine Pitrou | 2013-06-18 | 3 | -0/+7 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. | Antoine Pitrou | 2013-06-18 | 3 | -0/+7 | |
| |/ | ||||||
* | | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if ↵ | Christian Heimes | 2013-06-18 | 4 | -2/+8 | |
|\ \ | |/ | | | | | it's available | |||||
| * | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if ↵ | Christian Heimes | 2013-06-18 | 4 | -2/+8 | |
| | | | | | | | | it's available | |||||
* | | Grammar tweak | Brett Cannon | 2013-06-17 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #17222: fix a mix-up in some exception messages. | Brett Cannon | 2013-06-17 | 1 | -2/+2 | |
| | | | | | | | | Reported by Arfrever Frehtes Taifersar Arahesis. | |||||
* | | (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null() | Victor Stinner | 2013-06-17 | 1 | -5/+5 | |
|\ \ | |/ | | | | | faulthandler._read_null() is not reliable: it does not crash on AIX. | |||||
| * | test_faulthandler: use _sigsegv() instead of _read_null() | Victor Stinner | 2013-06-17 | 1 | -5/+5 | |
| | | | | | | | | faulthandler._read_null() is not reliable: it does not crash on AIX. | |||||
* | | (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca() | Victor Stinner | 2013-06-17 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | ctypes: AIX needs an explicit #include <alloca.h> to get alloca() | Victor Stinner | 2013-06-17 | 1 | -0/+1 | |
| | | ||||||
* | | (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX | Victor Stinner | 2013-06-17 | 1 | -0/+4 | |
|\ \ | |/ | | | | | | | sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX. | |||||
| * | Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX | Victor Stinner | 2013-06-17 | 1 | -0/+4 | |
| | | | | | | | | | | sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX. | |||||
* | | Issue #18228: Use locale.setlocale(name, None) instead of | Victor Stinner | 2013-06-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | locale.getlocale(name) in test.regrtest.saved_test_environment locale.getlocale() parses the locale, which is useless for saved_test_environment. | |||||
* | | Issue #18228: Fix locale test of test.regrtest.saved_test_environment | Victor Stinner | 2013-06-17 | 1 | -2/+3 | |
| | | | | | | | | | | Skip LC_ALL becore getlocale(locale.LC_ALL) always fail, and catch also ValueError. | |||||
* | | (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler ↵ | Victor Stinner | 2013-06-17 | 1 | -1/+1 | |
|\ \ | |/ | | | | | module | |||||
| * | regrtest.py: Fix another typo in the usage of the faulthandler module | Victor Stinner | 2013-06-17 | 1 | -1/+1 | |
| | | ||||||
* | | (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module | Victor Stinner | 2013-06-17 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | regrtest.py: Fix typo in the usage of the faulthandler module | Victor Stinner | 2013-06-17 | 1 | -3/+3 | |
| | | ||||||
* | | merge heads | Christian Heimes | 2013-06-17 | 3 | -0/+35 | |
|\ \ | ||||||
| * \ | Merge heads | Serhiy Storchaka | 2013-06-17 | 2 | -2/+19 | |
| |\ \ | ||||||
| * \ \ | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data | Serhiy Storchaka | 2013-06-17 | 3 | -0/+35 | |
| |\ \ \ | | | |/ | | |/| | | | | | when \r\n appears at end of 65535 bytes without other newlines. | |||||
| | * | | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data | Serhiy Storchaka | 2013-06-17 | 3 | -0/+35 | |
| | | | | | | | | | | | | | | | | when \r\n appears at end of 65535 bytes without other newlines. | |||||
* | | | | Issue #18147: Add diagnostic functions to ssl.SSLContext(). | Christian Heimes | 2013-06-17 | 4 | -17/+212 | |
| |_|/ |/| | | | | | | | | | | | 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. | |||||
* | | | Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds | Christian Heimes | 2013-06-17 | 2 | -2/+19 | |
|/ / | | | | | | | in ASN1_TIME fields. | |||||
* | | Issue #18223: Refactor test_tarfile. | Serhiy Storchaka | 2013-06-17 | 2 | -383/+347 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||||
| * | Issue #18223: Refactor test_tarfile. | Serhiy Storchaka | 2013-06-17 | 2 | -381/+345 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||||
* | | documentation suggesting something which doesn't exist | Brett Cannon | 2013-06-16 | 1 | -2/+1 | |
| | | ||||||
* | | Merge doc/argument name fix | Brett Cannon | 2013-06-16 | 2 | -3/+3 | |
|\ \ | |/ | ||||||
| * | merge | Brett Cannon | 2013-06-16 | 9 | -33/+90 | |
| |\ | ||||||
| * | | Fix a misnaming of a method and an argument | Brett Cannon | 2013-06-16 | 3 | -1074/+1074 | |
| | | | ||||||
* | | | Issue #18076: Introduce imoportlib.util.decode_source(). | Brett Cannon | 2013-06-16 | 6 | -3554/+3611 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and | Brett Cannon | 2013-06-16 | 4 | -1730/+1718 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Issue #18115: Abstract out managing the cleanup of modules to use in | Brett Cannon | 2013-06-16 | 2 | -2461/+2491 | |
| | | | | | | | | | | | | loaders where C code provides the loaded module. | |||||
* | | | Check that warnings.showwarning() is not changed. | Brett Cannon | 2013-06-16 | 1 | -1/+6 | |
| | | | ||||||
* | | | Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader | Brett Cannon | 2013-06-16 | 5 | -1079/+1156 | |
| | | | | | | | | | | | | | | | conform the the InspectLoader ABC. Perk of this is that runpy/-m can now work with namespace packages. | |||||
* | | | merge | Brett Cannon | 2013-06-16 | 5 | -15/+41 | |
|\ \ \ | ||||||
| * \ \ | Merge with 3.3 | Andrew Kuchling | 2013-06-16 | 5 | -15/+41 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Describe 'surrogateescape' in the documentation. | Andrew Kuchling | 2013-06-16 | 5 | -15/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also, improve some docstring descriptions of the 'errors' parameter. Closes #14015. | |||||
* | | | | Issue #17177: The imp module is pending deprecation. | Brett Cannon | 2013-06-16 | 15 | -85/+103 | |
|/ / / | | | | | | | | | | | | | | | | 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). | |||||
* | | | Stop using the deprecated unittest.TestCase.assertRaisesRegexp() | Brett Cannon | 2013-06-16 | 1 | -5/+5 | |
| | | |