20842 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
Nadeem Vawda 9d9dc8eba0 Fix test_gzip failures on Windows. 14 years ago
Nadeem Vawda 1b8a14d3f0 Separate tests for gzip.GzipFile and gzip.open. 14 years ago
Nadeem Vawda 7e126205e6 Closes #13989: Add support for text modes to gzip.open(). 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 b4c8902a87 #13183: backport fixes to test_pdb to 3.2 branch 14 years ago
Larry Hastings faf91e75ab Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. 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
Brett Cannon feccc09952 Clean up a docstring. 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
Antoine Pitrou 16f6f8338b Fix test connecting to sha256.tbs-internet.com. 14 years ago
Richard Oudkerk 009b15e2c3 Give test_multiprocessing better chance of avoiding timeout failures on Windows 14 years ago
Larry Hastings b14544807e Issue #14127: Fix no-op stub for platforms that lack some "os" functions. 14 years ago
Richard Oudkerk a6becaa9cb Fix dangling warning for test_multiprocessing 14 years ago
Vinay Sajip 89282afafb Changed order of cleanup operations to be more sensible. 14 years ago
Larry Hastings 76ad59b7e8 Issue #14127: Add ns= parameter to utime, futimes, and lutimes. 14 years ago
Charles-François Natali 39687ee9db os.popen().close() returns None on success, not 0... 14 years ago
Richard Oudkerk 225cb8d077 Make test_multiprocessing cleanup properly 14 years ago
Charles-François Natali e8a255a5a2 Issue #14698: Make test_posix more robust when the current UID doesn't have an 14 years ago
Martin v. Löwis 67880cc962 Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) 14 years ago
Senthil Kumaran cb172041d3 fix windows test failure - issue13183 14 years ago
Benjamin Peterson 1c5ae55c85 don't use assertEqual for test for bool equality 14 years ago
Martin v. Löwis 7f9d181d56 Include micro version even if it is 0. 14 years ago
Benjamin Peterson 7295c6a871 fix calling the classmethod descriptor directly (closes #14699) 14 years ago
Benjamin Peterson 49a69e4d48 strip is_ prefixes on clock_info fields 14 years ago
Martin v. Löwis d099b56be7 Check extract_version when opening a zipfile. 14 years ago
Georg Brandl c9d77b2455 Add an option to timeit to use time.process_time() and mark -t and -c as deprecated. 14 years ago
Georg Brandl b613a3d458 Disable test_13183 temporarily on Windows for 3.3a3 release. 14 years ago
Georg Brandl ab0ef20663 Bump to 3.3.0a3. 14 years ago
Georg Brandl 0aca6a8235 Regenerate pydoc topics. 14 years ago
Georg Brandl 4bde9caf74 test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are cleaned up. 14 years ago
Georg Brandl 5c01678174 Add missing comma in __all__ list. 14 years ago
Martin v. Löwis 2a2ce328fb Recognize unsupported feature "compressed patch data set" from zip 2.7. 14 years ago
Martin v. Löwis b3260f08cf Detect unsupported compression types. 14 years ago
Martin v. Löwis f6b16a4b50 Issue #14371: Support bzip2 in zipfile module. 14 years ago
Raymond Hettinger 9acbb6074f Move make_key() out of the decorator body. Make keys that only need to be hashed once. 14 years ago
Raymond Hettinger 018b4fbb9b Use a flag to indicate when the circular queue is fully populated and stable. 14 years ago
Senthil Kumaran 42d7081806 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye 14 years ago
Raymond Hettinger 34d94a2101 Handle a possible race condition 14 years ago
Richard Oudkerk 2452419921 Issue #14669: Skip multiprocessing connection pickling test on MacOSX 14 years ago
Richard Oudkerk 4460c3476d Minor fix for multiprocessing unit test 14 years ago
Richard Oudkerk 3e268aac3b Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" 14 years ago