summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #14705: Added support for the new 'p' format unit to skipitem().Larry Hastings2012-05-071-0/+1
|
* Add John Regehr to Misc/ACKS for his help with finding integer overflows ↵Mark Dickinson2012-05-071-0/+1
| | | | (issue #9530).
* Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.Mark Dickinson2012-05-071-0/+5
|
* Merge Misc/NEWS issue number fix from 3.2Mark Dickinson2012-05-071-1/+1
|\
| * Fix issue number in Misc/NEWS.Mark Dickinson2012-05-071-1/+1
| |
* | Add Misc/NEWS entry for rev b4a1d9287780Richard Oudkerk2012-05-061-0/+3
| |
* | Fix buildbot failures in test_lzma.Nadeem Vawda2012-05-061-7/+6
| |
* | Rename lzma.check_is_supported() to is_check_supported() to avoid ↵Nadeem Vawda2012-05-064-12/+12
| | | | | | | | grammatical confusion.
* | Add lzma.{encode,decode}_filter_properties().Nadeem Vawda2012-05-064-4/+252
| |
* | Merge with 3.2.Georg Brandl2012-05-061-3/+3
|\ \ | |/
| * Fix document title for Sphinx.Georg Brandl2012-05-061-3/+3
| |
* | Really fix test_gzip failures on Windows.Nadeem Vawda2012-05-061-5/+7
| |
* | Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ↵Mark Dickinson2012-05-063-19/+60
|\ \ | |/ | | | | Grammar.
| * Issue #14965: Fix missing support for starred assignments in ↵Mark Dickinson2012-05-063-0/+17
| | | | | | | | Tools/parser/unparse.py.
* | 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 too early decrefs.Antoine Pitrou2012-05-061-2/+2
| |
* | Fix test_gzip failures on Windows.Nadeem Vawda2012-05-061-3/+3
| |
* | #14034: merge indentation fixes from 3.2.Ezio Melotti2012-05-061-78/+78
|\ \ | |/
| * #14034: fix indentation.Ezio Melotti2012-05-061-78/+78
| |
* | Merge heads.Ezio Melotti2012-05-064-0/+776
|\ \
| * \ #14034: merge argparse tutorial from 3.2.Ezio Melotti2012-05-064-0/+776
| |\ \ | | |/
| | * #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-065-0/+777
| | |
* | | 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-064-21/+157
| | | | | | | | Also, add tests for gzip.open().
* | Fix formatting of preset values for exception messages in _lzmamodule.c.Nadeem Vawda2012-05-061-2/+2
| |
* | #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.
* | merge with 3.2Georg Brandl2012-05-060-0/+0
|\ \ | |/
| * #13183: backport fixes to test_pdb to 3.2 branchGeorg Brandl2012-05-061-2/+5
| |
* | Fix some rst errors in NEWS.Georg Brandl2012-05-061-36/+34
| |
* | Post-3.3a3 bump.Georg Brandl2012-05-062-3/+4
| |
* | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)Larry Hastings2012-05-061-0/+24
| |
* | Backed out changeset 709850f1ec67Benjamin Peterson2012-05-061-333/+31
| |
* | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)Larry Hastings2012-05-061-31/+333
| |
* | Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.Larry Hastings2012-05-054-0/+62
| |
* | Fix typo in exception message.Stefan Krah2012-05-051-1/+1
| |
* | Dummy mergeRichard Oudkerk2012-05-050-0/+0
|\ \ | |/
| * Fix for issue 14725 for 3.2 branchRichard Oudkerk2012-05-053-1/+22
| |
* | Fix for Issue 14725 for 3.3 branch.Richard Oudkerk2012-05-053-12/+34
| |
* | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.Lars Gustäbel2012-05-054-200/+80
| | | | | | | | 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
| |
* | Fix typo in changeset eb5c5c23ca9b.Nadeem Vawda2012-05-051-1/+1
| |
* | MergeAntoine Pitrou2012-05-042-128/+113
|\ \
| * | Clean up a docstring.Brett Cannon2012-05-042-128/+113
| | |
* | | Add some whatsnew entriesAntoine Pitrou2012-05-041-0/+55
|/ /
* | Simplify code for load_dynamic()Antoine Pitrou2012-05-041-43/+3
| |
* | MergeAntoine Pitrou2012-05-042-37/+0
|\ \
| * | Kill off another entry of import_nt.cBrett Cannon2012-05-041-4/+0
| | |