Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-19 | 4 | -4/+57 |
|\ | | | | | | | Add relevant tests for GzipFile, and also for BZ2File and LZMAFile. | ||||
| * | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-19 | 2 | -4/+18 |
| | | |||||
* | | Fix #14772: Return the destination from some shutil functions. | Brian Curtin | 2012-06-18 | 2 | -3/+51 |
| | | |||||
* | | Issue #15064: Make BaseManager.__enter__() start server if necessary. | Richard Oudkerk | 2012-06-18 | 2 | -6/+23 |
| | | |||||
* | | Issue #15064: Implement context manager protocol for multiprocessing types | Richard Oudkerk | 2012-06-18 | 4 | -1/+70 |
| | | |||||
* | | Issue #15101: Make pool finalizer avoid joining current thread. | Richard Oudkerk | 2012-06-18 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | Issue #15101: Make pool finalizer avoid joining current thread. | Richard Oudkerk | 2012-06-18 | 1 | -3/+6 |
| | | |||||
* | | Fiddle with timeouts in barrier tests | Richard Oudkerk | 2012-06-18 | 1 | -6/+6 |
| | | |||||
* | | Prevent test_inspect from keeping alive a ton of frames and local variables ↵ | Antoine Pitrou | 2012-06-17 | 2 | -13/+16 |
| | | | | | | | | | | | | by way of a global variable keeping a reference to a traceback. Should fix some buildbot failures. | ||||
* | | Issue #14657: The frozen instance of importlib used for bootstrap is now ↵ | Antoine Pitrou | 2012-06-17 | 2 | -9/+34 |
| | | | | | | | | also the module imported as importlib._bootstrap. | ||||
* | | Merge: Update out of date docstring. | R David Murray | 2012-06-17 | 1 | -7/+5 |
|\ \ | |/ | |||||
| * | Update out of date docstring. | R David Murray | 2012-06-17 | 1 | -7/+5 |
| | | |||||
* | | Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib) | Nick Coghlan | 2012-06-17 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Ignore X-Antivirus headers in test_nntplib | Nick Coghlan | 2012-06-17 | 1 | -1/+4 |
| | | |||||
* | | Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib) | Nick Coghlan | 2012-06-17 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Issue #15095: Use better assertions in test_imaplib | Nick Coghlan | 2012-06-17 | 1 | -5/+5 |
| | | |||||
* | | Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded) | Nick Coghlan | 2012-06-17 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | Issue #15043: skip test_gdb if the custom hooks can't be loaded | Nick Coghlan | 2012-06-17 | 1 | -0/+9 |
| | | |||||
* | | Disable test on Unix. Causes buildbots to fail. See Issue #15091 | Jason R. Coombs | 2012-06-17 | 1 | -0/+4 |
| | | |||||
* | | White space normalization. | Martin v. Löwis | 2012-06-17 | 1 | -3/+3 |
| | | |||||
* | | Issue #14055: Add __sizeof__ support to _elementtree. | Martin v. Löwis | 2012-06-17 | 1 | -2/+37 |
| | | |||||
* | | Adding test from issue6727 demonstrating that symlink import issue does not ↵ | Jason R. Coombs | 2012-06-17 | 1 | -0/+53 |
| | | | | | | | | occur here in 3.3 | ||||
* | | Improve an internal ipaddress test, add a comment explaining why treating ↵ | Nick Coghlan | 2012-06-17 | 2 | -17/+31 |
| | | | | | | | | networks as containers of interfaces rather than addresses would prove confusing | ||||
* | | Issue #15054: Fix incorrect tokenization of 'b' string literals. | Meador Inge | 2012-06-17 | 2 | -1/+77 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Normalize whitespace | Antoine Pitrou | 2012-06-16 | 2 | -2/+0 |
| | | |||||
* | | Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. | Antoine Pitrou | 2012-06-16 | 8 | -426/+1079 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Make the test more resilient to test-run order (closes #15075) | Eli Bendersky | 2012-06-16 | 1 | -8/+20 |
| | | |||||
* | | Fix "%f" format of str%args if the result is not an ASCII or latin1 string | Victor Stinner | 2012-06-16 | 1 | -0/+2 |
| | | |||||
* | | Issue #15006: Allow equality comparison between naive and aware time | Alexander Belopolsky | 2012-06-16 | 2 | -14/+20 |
| | | | | | | | | or datetime objects. | ||||
* | | Issue #14938: importlib.abc.SourceLoader.is_package() now takes the | Brett Cannon | 2012-06-16 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | | module name into consideration when determining whether a module is a package or not. This prevents importing a module's __init__ module directly and having it considered a package, which can lead to duplicate sub-modules. Thanks to Ronan Lamy for reporting the bug. | ||||
* | | Issue #13959: Add to imp.find_module() and load_module's docstrings | Brett Cannon | 2012-06-15 | 1 | -4/+6 |
| | | | | | | | | | | that they are deprecated (previous commit documented this fact in the module docs). | ||||
* | | Merge | Brett Cannon | 2012-06-15 | 20 | -285/+708 |
|\ \ | |||||
| * | | Removed redundant code | Alexander Belopolsky | 2012-06-15 | 1 | -4/+2 |
| | | | |||||
| * | | Fix _TestListener.ALLOWED_TYPES and add sanity check | Richard Oudkerk | 2012-06-15 | 1 | -1/+3 |
| | | | |||||
| * | | Increase timeout used when waiting for manager to shutdown cleanly | Richard Oudkerk | 2012-06-15 | 2 | -1/+6 |
| | | | | | | | | | | | | before resorting to terminate() | ||||
| * | | Fix for 2d2f206d040e so that test_multiprocessing does not depend on ctypes | Richard Oudkerk | 2012-06-15 | 1 | -5/+9 |
| | | | |||||
| * | | #15036: Make a repeated changes and flushes work with single-file mailboxes | Petri Lehtinen | 2012-06-15 | 2 | -0/+12 |
| |\ \ | | |/ | |||||
| | * | #15036: Make a repeated changes and flushes work with single-file mailboxes | Petri Lehtinen | 2012-06-15 | 2 | -0/+12 |
| | | | |||||
| * | | Issue #14059: Implement multiprocessing.Barrier | Richard Oudkerk | 2012-06-15 | 5 | -7/+406 |
| | | | |||||
| * | | Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ↵ | Nick Coghlan | 2012-06-15 | 2 | -35/+37 |
| | | | | | | | | | | | | comparison function in hmac | ||||
| * | | Skip XincludeTest entirely instead of just ignoring failures, because it may ↵ | Eli Bendersky | 2012-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | segfault, depending on the order of running tests | ||||
| * | | Removed _SimpleElementPath and its flaky test. The test monkey-patches the ↵ | Eli Bendersky | 2012-06-15 | 2 | -48/+1 |
| | | | | | | | | | | | | module, which causes other failures and fails itself depending on the order tests are run. | ||||
| * | | mark problematic test as expected failure - investigating | Eli Bendersky | 2012-06-15 | 1 | -2/+6 |
| | | | |||||
| * | | Replace the iter/itertext methods of Element in _elementtree with true C ↵ | Eli Bendersky | 2012-06-15 | 3 | -139/+142 |
| | | | | | | | | | | | | | | | | | | implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. Also reorganized the tests a bit to be more robust. | ||||
| * | | Issue #13841: Make child processes exit using sys.exit() on Windows | Richard Oudkerk | 2012-06-14 | 5 | -55/+52 |
| | | | |||||
| * | | merge 3.2 | Martin v. Löwis | 2012-06-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #14937: Fix typo. Patch by Roger Serwy. | Martin v. Löwis | 2012-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields | Alexander Belopolsky | 2012-06-14 | 3 | -6/+58 |
| | | | | | | | | | | | | | | | | | | in struct tm, time.struct_time objects returned by time.gmtime(), time.localtime() and time.strptime() functions now have tm_zone and tm_gmtoff attributes. Original patch by Paul Boddie. | ||||
| * | | Fix test_time for adjusted/adjustable changes | Victor Stinner | 2012-06-12 | 1 | -6/+2 |
| | | | |||||
| * | | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result | Victor Stinner | 2012-06-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix also its value on Windows and Linux according to its documentation: "adjustable" indicates if the clock *can be* adjusted, not if it is or was adjusted. In most cases, it is not possible to indicate if a clock is or was adjusted. |