Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Jython-friendly tweak. | Brett Cannon | 2012-05-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. | Brett Cannon | 2012-05-04 | 8 | -56/+25 |
| | | | | | | | | | | | | This introduces a new function, imp.extension_suffixes(), which is currently undocumented. That is forthcoming once issue #14657 is resolved and how to expose file suffixes is decided. | ||||
* | | Properly mark names in importlib._bootstrap as private. | Brett Cannon | 2012-05-04 | 2 | -37/+37 |
| | | |||||
* | | Fix test connecting to sha256.tbs-internet.com. | Antoine Pitrou | 2012-05-04 | 2 | -114/+119 |
|\ \ | |/ | | | | | The certificate has changed and the test now needs SNI to pass. | ||||
| * | Fix test connecting to sha256.tbs-internet.com. | Antoine Pitrou | 2012-05-04 | 2 | -114/+119 |
| | | | | | | | | The certificate has changed and the test now needs SNI to pass. | ||||
* | | Give test_multiprocessing better chance of avoiding timeout failures on Windows | Richard Oudkerk | 2012-05-04 | 1 | -7/+16 |
| | | |||||
* | | Issue #14127: Fix no-op stub for platforms that lack some "os" functions. | Larry Hastings | 2012-05-03 | 1 | -1/+1 |
| | | |||||
* | | Fix dangling warning for test_multiprocessing | Richard Oudkerk | 2012-05-03 | 2 | -1/+7 |
| | | |||||
* | | Merged hanged order of cleanup operations from 3.2. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Changed order of cleanup operations to be more sensible. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 |
| | | |||||
* | | Issue #14127: Add ns= parameter to utime, futimes, and lutimes. | Larry Hastings | 2012-05-03 | 2 | -15/+73 |
| | | | | | | | | | | | | Removed futimens as it is now redundant. Changed shutil.copystat to use st_atime_ns and st_mtime_ns from os.stat and ns= parameter to utime--it once again preserves exact metadata on Linux! | ||||
* | | Merge. | Charles-François Natali | 2012-05-02 | 1 | -8/+13 |
|\ \ | |||||
| * | | Make test_multiprocessing cleanup properly | Richard Oudkerk | 2012-05-02 | 1 | -8/+13 |
| | | | | | | | | | | | | | | | | | | | | | Previously, when an error was encountered some processes would not be stopped until atexit callbacks were run. On Windows that was too late to prevent a PermissionError when regrtest tried to remove the temp directory it ran the tests in. | ||||
* | | | os.popen().close() returns None on success, not 0... | Charles-François Natali | 2012-05-02 | 1 | -2/+2 |
|\ \ \ | |/ / |/| / | |/ |