| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Really fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -5/+7 |
|
|
* | | Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ... | Mark Dickinson | 2012-05-06 | 3 | -19/+60 |
|\ \
| |/ |
|
| * | Issue #14965: Fix missing support for starred assignments in Tools/parser/unp... | Mark Dickinson | 2012-05-06 | 3 | -0/+17 |
|
|
* | | 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 too early decrefs. | Antoine Pitrou | 2012-05-06 | 1 | -2/+2 |
|
|
* | | Fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -3/+3 |
|
|
* | | #14034: merge indentation fixes from 3.2. | Ezio Melotti | 2012-05-06 | 1 | -78/+78 |
|\ \
| |/ |
|
| * | #14034: fix indentation. | Ezio Melotti | 2012-05-06 | 1 | -78/+78 |
|
|
* | | Merge heads. | Ezio Melotti | 2012-05-06 | 4 | -0/+776 |
|\ \ |
|
| * \ | #14034: merge argparse tutorial from 3.2. | Ezio Melotti | 2012-05-06 | 4 | -0/+776 |
| |\ \
| | |/ |
|
| | * | #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2012-05-06 | 5 | -0/+777 |
|
|
* | | | 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 | 4 | -21/+157 |
|
|
* | | Fix formatting of preset values for exception messages in _lzmamodule.c. | Nadeem Vawda | 2012-05-06 | 1 | -2/+2 |
|
|
* | | #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 |
|
|
* | | Closes #14729: Allowed test to pass on Windows by adjusting the test conditio... | Vinay Sajip | 2012-05-06 | 1 | -1/+1 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-05-06 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | #13183: backport fixes to test_pdb to 3.2 branch | Georg Brandl | 2012-05-06 | 1 | -2/+5 |
|
|
* | | Fix some rst errors in NEWS. | Georg Brandl | 2012-05-06 | 1 | -36/+34 |
|
|
* | | Post-3.3a3 bump. | Georg Brandl | 2012-05-06 | 2 | -3/+4 |
|
|
* | | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) | Larry Hastings | 2012-05-06 | 1 | -0/+24 |
|
|
* | | Backed out changeset 709850f1ec67 | Benjamin Peterson | 2012-05-06 | 1 | -333/+31 |
|
|
* | | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) | Larry Hastings | 2012-05-06 | 1 | -31/+333 |
|
|
* | | Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. | Larry Hastings | 2012-05-05 | 4 | -0/+62 |
|
|
* | | Fix typo in exception message. | Stefan Krah | 2012-05-05 | 1 | -1/+1 |
|
|
* | | Dummy merge | Richard Oudkerk | 2012-05-05 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Fix for issue 14725 for 3.2 branch | Richard Oudkerk | 2012-05-05 | 3 | -1/+22 |
|
|
* | | Fix for Issue 14725 for 3.3 branch. | Richard Oudkerk | 2012-05-05 | 3 | -12/+34 |
|
|
* | | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. | Lars Gustäbel | 2012-05-05 | 4 | -200/+80 |
|
|
* | | don't append the bytecode suffix to the source suffixes global | Benjamin Peterson | 2012-05-05 | 1 | -2/+1 |
|
|
* | | Fix typo in changeset eb5c5c23ca9b. | Nadeem Vawda | 2012-05-05 | 1 | -1/+1 |
|
|
* | | Merge | Antoine Pitrou | 2012-05-04 | 2 | -128/+113 |
|\ \ |
|
| * | | Clean up a docstring. | Brett Cannon | 2012-05-04 | 2 | -128/+113 |
|
|
* | | | Add some whatsnew entries | Antoine Pitrou | 2012-05-04 | 1 | -0/+55 |
|/ / |
|
* | | Simplify code for load_dynamic() | Antoine Pitrou | 2012-05-04 | 1 | -43/+3 |
|
|
* | | Merge | Antoine Pitrou | 2012-05-04 | 2 | -37/+0 |
|\ \ |
|
| * | | Kill off another entry of import_nt.c | Brett Cannon | 2012-05-04 | 1 | -4/+0 |
|
|
| * | | Issue #13959: Move module type constants to Lib/imp.py. | Brett Cannon | 2012-05-04 | 2 | -37/+0 |
|
|
* | | | Kill remaining mentions of import_nt.c | Antoine Pitrou | 2012-05-04 | 3 | -10/+1 |
|/ / |
|
* | | merge | Brett Cannon | 2012-05-04 | 1 | -1/+66 |
|\ \ |
|
| * | | Closes #14093: Added Mercurial version information to Windows builds. | Vinay Sajip | 2012-05-04 | 1 | -1/+66 |
|
|
* | | | Remove dead Windows code which no longer will compile. | Brett Cannon | 2012-05-04 | 4 | -154/+0 |
|
|
* | | | update importlib.h | Brett Cannon | 2012-05-04 | 1 | -1/+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 | 19 | -3123/+2923 |
|
|
* | | Properly mark names in importlib._bootstrap as private. | Brett Cannon | 2012-05-04 | 2 | -37/+37 |
|
|
* | | initialization not needed | Benjamin Peterson | 2012-05-04 | 1 | -1/+1 |
|
|
* | | Fix test connecting to sha256.tbs-internet.com. | Antoine Pitrou | 2012-05-04 | 2 | -114/+119 |
|\ \
| |/ |
|