summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ↵Jesus Cea2012-05-102-2/+3
|\ | | | | | | HOME is '/'
| * Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME ↵Jesus Cea2012-05-102-2/+3
| | | | | | | | is '/'
* | unicode_writer_finish() checks string consistencyVictor Stinner2012-05-091-0/+4
| |
* | Issue #14727: Fix race in test_multiprocessingRichard Oudkerk2012-05-081-1/+1
| |
* | Minor fix for test_multiprocessingRichard Oudkerk2012-05-081-1/+1
| |
* | merge 3.2Benjamin Peterson2012-05-081-9/+0
|\ \ | |/
| * remove basically bitrotted XXXsBenjamin Peterson2012-05-081-9/+0
| |
* | explicitly set UnsupportedOperation's module rather than relying on ↵Benjamin Peterson2012-05-081-0/+3
| | | | | | | | incorrect globals on startup (closes #14745)
* | Issue #14742: Don't include DirectoryTestCase from test_unparse in ↵Mark Dickinson2012-05-071-1/+1
| | | | | | | | test_tools until we can speed it up.
* | Issue #14583: Fix importlib bug when a package's __init__.py would first ↵Antoine Pitrou2012-05-073-2/+62
| | | | | | | | import one of its modules then raise an error.
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+2
|\ \ | |/
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
| |
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+23
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set ↵Mark Dickinson2012-05-071-0/+23
| | | | | | | | comprehensions.
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+8
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+8
| |
| * #13183: backport fixes to test_pdb to 3.2 branchGeorg Brandl2012-05-061-2/+5
| |
| * Fix for issue 14725 for 3.2 branchRichard Oudkerk2012-05-052-1/+21
| |
* | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow ↵Mark Dickinson2012-05-071-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 Dickinson2012-05-071-0/+5
| |
* | Rename lzma.check_is_supported() to is_check_supported() to avoid ↵Nadeem Vawda2012-05-062-5/+5
| | | | | | | | grammatical confusion.
* | Add lzma.{encode,decode}_filter_properties().Nadeem Vawda2012-05-062-0/+44
| |
* | Really fix test_gzip failures on Windows.Nadeem Vawda2012-05-061-5/+7
| |
* | Make test_multiprocessing more lenient about another timeout checkRichard Oudkerk2012-05-061-4/+7
| |
* | Make AcquirerProxy.acquire() support timeout argumentRichard Oudkerk2012-05-061-2/+3
| |
* | Fix test_gzip failures on Windows.Nadeem Vawda2012-05-061-3/+3
| |
* | Separate tests for gzip.GzipFile and gzip.open.Nadeem Vawda2012-05-061-15/+14
| |
* | Closes #13989: Add support for text modes to gzip.open().Nadeem Vawda2012-05-062-9/+121
| | | | | | | | Also, add tests for gzip.open().
* | #12660: Skip test_gdb when run from an installed Python.Vinay Sajip2012-05-061-0/+4
| |
* | Issue #9116: Allowed test to pass on Windows by adjusting the test condition ↵Vinay Sajip2012-05-061-2/+2
| | | | | | | | slightly to allow for a Windows-specific error message.
* | Closes #14729: Allowed test to pass on Windows by adjusting the test ↵Vinay Sajip2012-05-061-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 Hastings2012-05-051-0/+31
| |
* | Fix for Issue 14725 for 3.3 branch.Richard Oudkerk2012-05-052-9/+33
| |
* | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.Lars Gustäbel2012-05-052-192/+73
| | | | | | | | The ExFileObject class was removed, some of its code went into _FileInFile.
* | don't append the bytecode suffix to the source suffixes globalBenjamin Peterson2012-05-051-2/+1
| |
* | Clean up a docstring.Brett Cannon2012-05-041-6/+1
| |
* | Jython-friendly tweak.Brett Cannon2012-05-041-1/+1
| |
* | Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-048-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 Cannon2012-05-042-37/+37
| |
* | Fix test connecting to sha256.tbs-internet.com.Antoine Pitrou2012-05-042-114/+119
|\ \ | |/ | | | | The certificate has changed and the test now needs SNI to pass.
| * Fix test connecting to sha256.tbs-internet.com.Antoine Pitrou2012-05-042-114/+119
| | | | | | | | The certificate has changed and the test now needs SNI to pass.
* | Give test_multiprocessing better chance of avoiding timeout failures on WindowsRichard Oudkerk2012-05-041-7/+16
| |
* | Issue #14127: Fix no-op stub for platforms that lack some "os" functions.Larry Hastings2012-05-031-1/+1
| |
* | Fix dangling warning for test_multiprocessingRichard Oudkerk2012-05-032-1/+7
| |
* | Merged hanged order of cleanup operations from 3.2.Vinay Sajip2012-05-031-1/+1
|\ \ | |/
| * Changed order of cleanup operations to be more sensible.Vinay Sajip2012-05-031-1/+1
| |
* | Issue #14127: Add ns= parameter to utime, futimes, and lutimes.Larry Hastings2012-05-032-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 Natali2012-05-021-8/+13
|\ \
| * | Make test_multiprocessing cleanup properlyRichard Oudkerk2012-05-021-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 Natali2012-05-021-2/+2
|\ \ \ | |/ / |/| / | |/