54825 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)
 

Author SHA1 Message Date
Richard Oudkerk 6dbca367dc Make test_multiprocessing more lenient about another timeout check 14 years ago
Richard Oudkerk 41eb85b194 Make AcquirerProxy.acquire() support timeout argument 14 years ago
Antoine Pitrou b78174c010 Fix too early decrefs. 14 years ago
Nadeem Vawda 9d9dc8eba0 Fix test_gzip failures on Windows. 14 years ago
Ezio Melotti b55d9e3e19 #14034: merge indentation fixes from 3.2. 14 years ago
Ezio Melotti 9ab3fdd8cb #14034: fix indentation. 14 years ago
Ezio Melotti 49233c4e47 Merge heads. 14 years ago
Ezio Melotti df5bedbf88 #14034: merge argparse tutorial from 3.2. 14 years ago
Nadeem Vawda 1b8a14d3f0 Separate tests for gzip.GzipFile and gzip.open. 14 years ago
Ezio Melotti 6cc7a41c2f #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. 14 years ago
Nadeem Vawda 7e126205e6 Closes #13989: Add support for text modes to gzip.open(). 14 years ago
Nadeem Vawda 54c74ece28 Fix formatting of preset values for exception messages in _lzmamodule.c. 14 years ago
Vinay Sajip f1b34ee61b #12660: Skip test_gdb when run from an installed Python. 14 years ago
Vinay Sajip 73954040f6 Issue #9116: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. 14 years ago
Vinay Sajip 363712349a Closes #14729: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. 14 years ago
Georg Brandl fc7e967c48 merge with 3.2 14 years ago
Georg Brandl b4c8902a87 #13183: backport fixes to test_pdb to 3.2 branch 14 years ago
Georg Brandl 88b95f9105 Fix some rst errors in NEWS. 14 years ago
Georg Brandl 85a2394467 Post-3.3a3 bump. 14 years ago
Larry Hastings d9728b5932 Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) 14 years ago
Benjamin Peterson eaa5eeef57 Backed out changeset 709850f1ec67 14 years ago
Larry Hastings cfe6f2af3c Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) 14 years ago
Larry Hastings faf91e75ab Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. 14 years ago
Stefan Krah 6b03f2ce45 Fix typo in exception message. 14 years ago
Richard Oudkerk cc238849df Dummy merge 14 years ago
Richard Oudkerk 7ef909cdd7 Fix for issue 14725 for 3.2 branch 14 years ago
Richard Oudkerk fdb8dcf675 Fix for Issue 14725 for 3.3 branch. 14 years ago
Lars Gustäbel 7a919e9930 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. 14 years ago
Benjamin Peterson ef5a4636d0 don't append the bytecode suffix to the source suffixes global 14 years ago
Nadeem Vawda 8f46d655b9 Fix typo in changeset eb5c5c23ca9b. 14 years ago
Antoine Pitrou c04ddee839 Merge 14 years ago
Antoine Pitrou 9a86447c12 Add some whatsnew entries 14 years ago
Brett Cannon feccc09952 Clean up a docstring. 14 years ago
Antoine Pitrou f3a42dee9a Simplify code for load_dynamic() 14 years ago
Antoine Pitrou 149e255e00 Merge 14 years ago
Antoine Pitrou 3ad58f261d Kill remaining mentions of import_nt.c 14 years ago
Brett Cannon 9dad8826e1 Kill off another entry of import_nt.c 14 years ago
Brett Cannon 0429e1a57d Issue #13959: Move module type constants to Lib/imp.py. 14 years ago
Brett Cannon 2d3ce9de4f merge 14 years ago
Brett Cannon 6b9b727695 Remove dead Windows code which no longer will compile. 14 years ago
Brett Cannon a6685e8d36 update importlib.h 14 years ago
Vinay Sajip 5182c18b1a Closes #14093: Added Mercurial version information to Windows builds. 14 years ago
Brett Cannon f19c191067 Jython-friendly tweak. 14 years ago
Brett Cannon 2657df4744 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 14 years ago
Brett Cannon 17098a5447 Properly mark names in importlib._bootstrap as private. 14 years ago
Benjamin Peterson fbd85a0fbf initialization not needed 14 years ago
Antoine Pitrou f340c21ca9 Fix test connecting to sha256.tbs-internet.com. 14 years ago
Antoine Pitrou 16f6f8338b Fix test connecting to sha256.tbs-internet.com. 14 years ago
Richard Oudkerk f072b45e34 Fix for fatal errors in os.*utime*() 14 years ago
Larry Hastings b333640aba Issue #14127: Fix two bugs with the Windows implementation. 14 years ago