Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5) | Guido van Rossum | 2016-01-07 | 1 | -2/+5 |
|\ | |||||
| * | Hopeful fix for test_rglob_common on Windows without symlinks. | Guido van Rossum | 2016-01-07 | 1 | -2/+5 |
| | | |||||
* | | Add another try/except PermissionError to avoid depending on listdir order. ↵ | Guido van Rossum | 2016-01-07 | 1 | -8/+8 |
|\ \ | |/ | | | | | Fix issues #24120 and #26012. (Merge 3.4->3.5) | ||||
| * | Add another try/except PermissionError to avoid depending on listdir order. ↵ | Guido van Rossum | 2016-01-07 | 1 | -8/+8 |
| | | | | | | | | Fix issues #24120 and #26012. | ||||
* | | Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) | Guido van Rossum | 2016-01-06 | 1 | -0/+27 |
|\ \ | |/ | |||||
| * | Issue #22570: Add 'path' attribute to pathlib.Path objects. | Guido van Rossum | 2016-01-06 | 1 | -0/+27 |
| | | |||||
* | | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 1 | -1/+18 |
|\ \ | |/ | | | | | pathlib.Path.[r]glob(). (Merge 3.4->3.5) | ||||
| * | Issue #26012: Don't traverse into symlinks for ** pattern in ↵ | Guido van Rossum | 2016-01-06 | 1 | -1/+18 |
| | | | | | | | | pathlib.Path.[r]glob(). | ||||
* | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵ | Guido van Rossum | 2016-01-06 | 1 | -12/+20 |
|\ \ | |/ | | | | | Petri. (Merge 3.4->3.5) | ||||
| * | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. | Guido van Rossum | 2016-01-06 | 1 | -12/+20 |
| | | |||||
| * | Issue #25809: Skip testing platform-dependent French thousands separator | Martin Panter | 2015-12-12 | 1 | -1/+3 |
| | | |||||
* | | #22709: Use stdin as-is if it does not have a buffer attribute. | R David Murray | 2016-01-02 | 1 | -0/+11 |
| | | | | | | | | | | | | | | This restores backward compatibility lost in the fix for #21075, and is better duck typing. Patch by Akira Li. | ||||
* | | Remove a duplicate test_addresses key:value as identified by Vincent | Gregory P. Smith | 2016-01-02 | 1 | -1/+0 |
| | | | | | | | | Davis reviewing code. | ||||
* | | Make catched exception more specific and correct a comment. | Serhiy Storchaka | 2015-12-30 | 1 | -3/+3 |
| | | |||||
* | | make recording and reporting errors and nonlocal and global directives more ↵ | Benjamin Peterson | 2015-12-29 | 1 | -0/+8 |
| | | | | | | | | robust (closes #25973) | ||||
* | | Issue #25447: Copying the lru_cache() wrapper object now always works, | Serhiy Storchaka | 2015-12-28 | 1 | -2/+12 |
| | | | | | | | | | | independedly from the type of the wrapped object (by returning the original object unchanged). | ||||
* | | Issue #22995: Instances of extension types with a state that aren't | Serhiy Storchaka | 2015-12-25 | 2 | -0/+26 |
| | | | | | | | | | | | | subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview. | ||||
* | | Issue #25860: Fixed test failure caused by inconsistency of os.walk() and | Serhiy Storchaka | 2015-12-22 | 1 | -0/+2 |
| | | | | | | | | os.fwalk() parameter names. | ||||
* | | Issue #25860: os.fwalk() no longer skips remaining directories when error ↵ | Serhiy Storchaka | 2015-12-22 | 1 | -11/+20 |
| | | | | | | | | | | | | occurs. Original patch by Samson Lee. | ||||
* | | Issue #25914: Fixed and simplified OrderedDict.__sizeof__. | Serhiy Storchaka | 2015-12-22 | 1 | -0/+32 |
| | | |||||
* | | Issue #25902: Fixed various refcount issues in ElementTree iteration. | Serhiy Storchaka | 2015-12-21 | 1 | -0/+51 |
| | | |||||
* | | Issue #25766: Special method __bytes__() now works in str subclasses. | Serhiy Storchaka | 2015-12-20 | 1 | -0/+6 |
| | | |||||
* | | Fixed sizeof tests for dict and type (they were passed by accident). | Serhiy Storchaka | 2015-12-20 | 1 | -11/+22 |
| | | | | | | | | Added tests for dict views iterators. | ||||
* | | Don't create non-needed file. | Serhiy Storchaka | 2015-12-20 | 1 | -5/+0 |
| | | |||||
* | | Use correct PyGC_Head size in tests for issue #25421. | Serhiy Storchaka | 2015-12-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 1 | -0/+30 |
| | | | | | | | | | | This allows sys.getsize() to work correctly with their subclasses with __slots__ defined. | ||||
* | | Fix a couple of typos in code comments | Martin Panter | 2015-12-17 | 2 | -2/+2 |
| | | |||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | asyncio/tests: Fix a ResourceWarning due to unclosed loop | Yury Selivanov | 2015-12-17 | 1 | -0/+4 |
| | | |||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -18/+29 |
|\ \ | |/ | |||||
| * | asyncio/tests: Fix ResourceWarnings related to unclosed transports | Yury Selivanov | 2015-12-17 | 1 | -18/+29 |
| | | |||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 2 | -13/+18 |
|\ \ | |/ | |||||
| * | asyncio/tests: Fix some ResourceWarnings | Yury Selivanov | 2015-12-17 | 2 | -13/+18 |
| | | |||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | asyncio/tests: Fix deprecation warning | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Normalize whitespace | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 3 | -23/+195 |
|\ \ | |/ | |||||
| * | asyncio: Skip getaddrinfo if host is already resolved. | Yury Selivanov | 2015-12-17 | 3 | -23/+195 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | getaddrinfo takes an exclusive lock on some platforms, causing clients to queue up waiting for the lock if many names are being resolved concurrently. Users may want to handle name resolution in their own code, for the sake of caching, using an alternate resolver, or to measure DNS duration separately from connection duration. Skip getaddrinfo if the "host" passed into create_connection is already resolved. See https://github.com/python/asyncio/pull/302 for details. Patch by A. Jesse Jiryu Davis. | ||||
* | | Issue #23788: Merge redundant test_bad_address() into test_urllibnet | Martin Panter | 2015-12-16 | 2 | -35/+20 |
| | | | | | | | | | | | | | | In Python 2, these were duplicated; one for urllib.urlopen() and one for urllib2.urlopen(). The test_urllibnet version has a better precondition to avoid false failures with bad DNS, and the test_urllib2_localnet version had a more up-to-date comment and domain name. | ||||
* | | * Re-fix issue #19284: Don't generate the no-op -R command line | Gregory P. Smith | 2015-12-14 | 2 | -4/+16 |
|\ \ | |/ | | | | | | | | | | | | | parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code. * assert_python_ok docstring typo fix. * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed. | ||||
| * | Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed | Gregory P. Smith | 2015-12-14 | 1 | -3/+15 |
| | | | | | | | | due to test_hash_randomization expecting a different seed per process. | ||||
| * | assert_python_ok docstring typo fix. | Gregory P. Smith | 2015-12-14 | 1 | -1/+1 |
| | | |||||
* | | Sync asyncio with upstream git repo (conditional import in test_pep492.py). | Guido van Rossum | 2015-12-13 | 1 | -1/+4 |
| | | |||||
* | | Issue #19771: Omit irrelevant message if package could not be initialized | Martin Panter | 2015-12-12 | 1 | -0/+13 |
| | | |||||
* | | Issue #25809: Skip testing platform-dependent French thousands separator | Martin Panter | 2015-12-12 | 1 | -1/+3 |
| | | |||||
* | | Issue #25755: Move PropertyWritableDoc into the test case | Berker Peksag | 2015-12-11 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | This fixes a test failure in refleak mode because test_property_decorator_doc_writable no longer modifies the class in module level. Initial patch by Nan Wu and Torsten Landschoff (from issue 25757) | ||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-11 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | asyncio: Make Tasks check if Futures are attached to the same event loop | Yury Selivanov | 2015-12-11 | 1 | -0/+15 |
| | | | | | | | | See https://github.com/python/asyncio/pull/303 for details | ||||
* | | Merge 3.4 | Yury Selivanov | 2015-12-11 | 1 | -2/+2 |
|\ \ | |/ |