summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-202-20/+11
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-193-0/+53
|\
| * Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-191-0/+14
* | Fix #14772: Return the destination from some shutil functions.Brian Curtin2012-06-181-0/+41
* | Issue #15064: Make BaseManager.__enter__() start server if necessary.Richard Oudkerk2012-06-181-6/+20
* | Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-181-0/+35
* | Fiddle with timeouts in barrier testsRichard Oudkerk2012-06-181-6/+6
* | Prevent test_inspect from keeping alive a ton of frames and local variables b...Antoine Pitrou2012-06-171-12/+15
* | Issue #14657: The frozen instance of importlib used for bootstrap is now also...Antoine Pitrou2012-06-171-1/+19
* | Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib)Nick Coghlan2012-06-171-1/+4
|\ \ | |/
| * Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-171-1/+4
* | Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib)Nick Coghlan2012-06-171-5/+5
|\ \ | |/
| * Issue #15095: Use better assertions in test_imaplibNick Coghlan2012-06-171-5/+5
* | Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)Nick Coghlan2012-06-171-0/+9
|\ \ | |/
| * Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-171-0/+9
* | Disable test on Unix. Causes buildbots to fail. See Issue #15091Jason R. Coombs2012-06-171-0/+4
* | White space normalization.Martin v. Löwis2012-06-171-3/+3
* | Issue #14055: Add __sizeof__ support to _elementtree.Martin v. Löwis2012-06-171-2/+37
* | Adding test from issue6727 demonstrating that symlink import issue does not o...Jason R. Coombs2012-06-171-0/+53
* | Improve an internal ipaddress test, add a comment explaining why treating net...Nick Coghlan2012-06-171-6/+21
* | Issue #15054: Fix incorrect tokenization of 'b' string literals.Meador Inge2012-06-171-0/+76
* | Make the test more resilient to test-run order (closes #15075)Eli Bendersky2012-06-161-8/+20
* | Fix "%f" format of str%args if the result is not an ASCII or latin1 stringVictor Stinner2012-06-161-0/+2
* | Issue #15006: Allow equality comparison between naive and aware timeAlexander Belopolsky2012-06-161-6/+6
* | MergeBrett Cannon2012-06-158-170/+566
|\ \
| * | Fix _TestListener.ALLOWED_TYPES and add sanity checkRichard Oudkerk2012-06-151-1/+3
| * | Increase timeout used when waiting for manager to shutdown cleanlyRichard Oudkerk2012-06-151-0/+5
| * | Fix for 2d2f206d040e so that test_multiprocessing does not depend on ctypesRichard Oudkerk2012-06-151-5/+9
| * | #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+11
| |\ \ | | |/
| | * #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+11
| * | Issue #14059: Implement multiprocessing.BarrierRichard Oudkerk2012-06-151-3/+334
| * | Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ...Nick Coghlan2012-06-151-21/+23
| * | Skip XincludeTest entirely instead of just ignoring failures, because it may ...Eli Bendersky2012-06-151-1/+1
| * | Removed _SimpleElementPath and its flaky test. The test monkey-patches the mo...Eli Bendersky2012-06-151-23/+0
| * | mark problematic test as expected failure - investigatingEli Bendersky2012-06-151-2/+6
| * | Replace the iter/itertext methods of Element in _elementtree with true C impl...Eli Bendersky2012-06-152-134/+141
| * | Issue #13841: Make child processes exit using sys.exit() on WindowsRichard Oudkerk2012-06-142-1/+6
| * | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-142-3/+55
| * | Fix test_time for adjusted/adjustable changesVictor Stinner2012-06-121-6/+2
| * | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() resultVictor Stinner2012-06-121-6/+6
* | | Make a test easier to read.Brett Cannon2012-06-111-4/+3
|/ /
* | Close #13857: Added textwrap.indent() function (initial patch by EzraNick Coghlan2012-06-111-2/+138
* | Relax datetime.timestamp() test around DST changeAlexander Belopolsky2012-06-081-1/+1
* | Relax datetime.timestamp() test around DST changeAlexander Belopolsky2012-06-081-3/+3
* | Issue #2736: Added datetime.timestamp() method.Alexander Belopolsky2012-06-081-0/+36
* | Merge fixes for #13854 and #12157.Richard Oudkerk2012-06-071-3/+45
|\ \ | |/
| * Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-0/+30
| * Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-3/+15
* | Issue #11823: disassembly now shows argument counts on calls with keyword argsAlexander Belopolsky2012-06-071-3/+3
* | Add test for multiprocessing.Conditon.wait() and changset 3baeb5e13dd2Richard Oudkerk2012-06-051-0/+28