Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14366: Support lzma compression in zip files. | Martin v. Löwis | 2012-05-13 | 3 | -18/+237 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Issue #13959: Introduce importlib.find_loader(). | Brett Cannon | 2012-05-12 | 3 | -10/+89 |
| | | | | | | The long-term goal is to deprecate imp.find_module() in favour of this API, but it will take some time as some APIs explicitly return/use what imp.find_module() returns. | ||||
* | Remove a now worthless test. | Brett Cannon | 2012-05-12 | 1 | -8/+0 |
| | |||||
* | Try to fix test_shutil failure under Fedora - patch by Hynek. | Antoine Pitrou | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit | Stefan Krah | 2012-05-12 | 1 | -3/+3 |
| | | | | | universal: it returns a meaningless result. Use sys.maxsize instead of platform.architecture as a fallback. Patch by Ned Deily. | ||||
* | Issue #14082: shutil.copy2() now copies extended attributes, if possible. | Antoine Pitrou | 2012-05-12 | 4 | -19/+135 |
| | | | | Patch by Hynek Schlawack. | ||||
* | Issue #13959: Have | Brett Cannon | 2012-05-11 | 6 | -43/+113 |
| | | | | | | | | | | importlib.abc.FileLoader.load_module()/get_filename() and importlib.machinery.ExtensionFileLoader.load_module() have their single argument be optional as the loader's constructor has all the ncessary information. This allows for the deprecation of imp.load_source()/load_compile()/load_package(). | ||||
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes on | Brett Cannon | 2012-05-11 | 13 | -68/+110 |
| | | | | | | | | | | | importlib.machinery that provide the suffix details for import. The attributes were not put on imp so as to compartmentalize everything importlib needs for setting up imports in importlib.machinery. This also led to an indirect deprecation of inspect.getmoduleinfo() as it directly returned imp.get_suffix's returned tuple which no longer makes sense. | ||||
* | Issue #14764: Update importlib.test.benchmark to work in a world where | Brett Cannon | 2012-05-11 | 1 | -0/+14 |
| | | | | import machinery is no longer implicit. | ||||
* | Issue #14662: Prevent shutil failures on OS X when destination does not | Ned Deily | 2012-05-11 | 2 | -2/+33 |
| | | | | support chflag operations. (Patch by Hynek Schlawack) | ||||
* | use yield from | Benjamin Peterson | 2012-05-10 | 1 | -6/+3 |
| | |||||
* | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 2 | -1/+8 |
|\ | | | | | | | Patch by Hynek Schlawack. | ||||
| * | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 2 | -1/+8 |
| | | | | | | | | Patch by Hynek Schlawack. | ||||
* | | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 | Richard Oudkerk | 2012-05-10 | 4 | -43/+32 |
| | | | | | | | | | | | | | | | | In Python 3.2 and earlier, Process.join() and Connection.poll() treated negative timeouts as zero timeouts. Earlier versions from the 3.3 line of development treat them as infinite timeouts. The patch reverts to the old behaviour. | ||||
* | | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ↵ | Jesus Cea | 2012-05-10 | 2 | -2/+3 |
|\ \ | |/ | | | | | HOME is '/' | ||||
| * | Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME ↵ | Jesus Cea | 2012-05-10 | 2 | -2/+3 |
| | | | | | | | | is '/' | ||||
* | | unicode_writer_finish() checks string consistency | Victor Stinner | 2012-05-09 | 1 | -0/+4 |
| | | |||||
* | | Issue #14727: Fix race in test_multiprocessing | Richard Oudkerk | 2012-05-08 | 1 | -1/+1 |
| | | |||||
* | | Minor fix for test_multiprocessing | Richard Oudkerk | 2012-05-08 | 1 | -1/+1 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2012-05-08 | 1 | -9/+0 |
|\ \ | |/ | |||||
| * | remove basically bitrotted XXXs | Benjamin Peterson | 2012-05-08 | 1 | -9/+0 |
| | | |||||
* | | explicitly set UnsupportedOperation's module rather than relying on ↵ | Benjamin Peterson | 2012-05-08 | 1 | -0/+3 |
| | | | | | | | | incorrect globals on startup (closes #14745) | ||||
* | | Issue #14742: Don't include DirectoryTestCase from test_unparse in ↵ | Mark Dickinson | 2012-05-07 | 1 | -1/+1 |
| | | | | | | | | test_tools until we can speed it up. | ||||
* | | Issue #14583: Fix importlib bug when a package's __init__.py would first ↵ | Antoine Pitrou | 2012-05-07 | 3 | -2/+62 |
| | | | | | | | | import one of its modules then raise an error. | ||||
* | | Issue #14741: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #14741: Fix missing support for ellipsis in parser module. | Mark Dickinson | 2012-05-07 | 1 | -0/+2 |
| | | |||||
* | | Issue #14697: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | Issue #14697: Fix missing parser module support for set displays and set ↵ | Mark Dickinson | 2012-05-07 | 1 | -0/+23 |
| | | | | | | | | comprehensions. | ||||
* | | Issue #14701: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Issue #14701: Add missing support for 'raise ... from' in parser module. | Mark Dickinson | 2012-05-07 | 1 | -0/+8 |
| | | |||||
| * | #13183: backport fixes to test_pdb to 3.2 branch | Georg Brandl | 2012-05-06 | 1 | -2/+5 |
| | | |||||
| * | Fix for issue 14725 for 3.2 branch | Richard Oudkerk | 2012-05-05 | 2 | -1/+21 |
| | | |||||
* | | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow ↵ | Mark Dickinson | 2012-05-07 | 1 | -0/+4 |
| | | | | | | | | checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch. | ||||
* | | Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools. | Mark Dickinson | 2012-05-07 | 1 | -0/+5 |
| | | |||||
* | | Rename lzma.check_is_supported() to is_check_supported() to avoid ↵ | Nadeem Vawda | 2012-05-06 | 2 | -5/+5 |
| | | | | | | | | grammatical confusion. | ||||
* | | Add lzma.{encode,decode}_filter_properties(). | Nadeem Vawda | 2012-05-06 | 2 | -0/+44 |
| | | |||||
* | | Really fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -5/+7 |
| | | |||||
* | | Make test_multiprocessing more lenient about another timeout check | Richard Oudkerk | 2012-05-06 | 1 | -4/+7 |
| | | |||||
* | | Make AcquirerProxy.acquire() support timeout argument | Richard Oudkerk | 2012-05-06 | 1 | -2/+3 |
| | | |||||
* | | Fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -3/+3 |
| | | |||||
* | | Separate tests for gzip.GzipFile and gzip.open. | Nadeem Vawda | 2012-05-06 | 1 | -15/+14 |
| | | |||||
* | | Closes #13989: Add support for text modes to gzip.open(). | Nadeem Vawda | 2012-05-06 | 2 | -9/+121 |
| | | | | | | | | Also, add tests for gzip.open(). | ||||
* | | #12660: Skip test_gdb when run from an installed Python. | Vinay Sajip | 2012-05-06 | 1 | -0/+4 |
| | | |||||
* | | Issue #9116: Allowed test to pass on Windows by adjusting the test condition ↵ | Vinay Sajip | 2012-05-06 | 1 | -2/+2 |
| | | | | | | | | slightly to allow for a Windows-specific error message. | ||||
* | | Closes #14729: Allowed test to pass on Windows by adjusting the test ↵ | Vinay Sajip | 2012-05-06 | 1 | -1/+1 |
| | | | | | | | | condition slightly to allow for a Windows-specific error message. | ||||
* | | Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. | Larry Hastings | 2012-05-05 | 1 | -0/+31 |
| | | |||||
* | | Fix for Issue 14725 for 3.3 branch. | Richard Oudkerk | 2012-05-05 | 2 | -9/+33 |
| | | |||||
* | | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. | Lars Gustäbel | 2012-05-05 | 2 | -192/+73 |
| | | | | | | | | The ExFileObject class was removed, some of its code went into _FileInFile. | ||||
* | | don't append the bytecode suffix to the source suffixes global | Benjamin Peterson | 2012-05-05 | 1 | -2/+1 |
| | | |||||
* | | Clean up a docstring. | Brett Cannon | 2012-05-04 | 1 | -6/+1 |
| | |