summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #14082: shutil.copy2() now copies extended attributes, if possible.Antoine Pitrou2012-05-124-19/+135
* | Issue #13959: HaveBrett Cannon2012-05-116-43/+113
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-1113-68/+110
* | Issue #14764: Update importlib.test.benchmark to work in a world whereBrett Cannon2012-05-111-0/+14
* | Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-112-2/+33
* | use yield fromBenjamin Peterson2012-05-101-6/+3
* | Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-102-1/+8
|\ \ | |/
| * Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-102-1/+8
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-104-43/+32
* | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...Jesus Cea2012-05-102-2/+3
|\ \ | |/
| * Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-102-2/+3
* | 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 incorrect...Benjamin Peterson2012-05-081-0/+3
* | Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tool...Mark Dickinson2012-05-071-1/+1
* | Issue #14583: Fix importlib bug when a package's __init__.py would first impo...Antoine Pitrou2012-05-073-2/+62
* | 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 comp...Mark Dickinson2012-05-071-0/+23
* | 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 checks...Mark Dickinson2012-05-071-0/+4
* | 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 grammatical...Nadeem Vawda2012-05-062-5/+5
* | 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
* | #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
* | Closes #14729: Allowed test to pass on Windows by adjusting the test conditio...Vinay Sajip2012-05-061-1/+1
* | 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
* | 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
* | 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
|\ \ | |/
| * Fix test connecting to sha256.tbs-internet.com.Antoine Pitrou2012-05-042-114/+119