summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #15338: skip test_UNC_path when the current user doesn't have enough pe...Antoine Pitrou2012-07-131-0/+7
* Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-111-1/+5
* Backport test for nested namespace packages.Antoine Pitrou2012-07-091-2/+44
* revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-5/+0
* Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-0/+5
* Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-071-0/+4
* Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+8
* Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-0/+15
* Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
* Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
* #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+17
* #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-2/+27
* Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
* Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-3/+5
* Backport test_nntplib fixes from default.Antoine Pitrou2012-06-251-2/+5
* Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the testGregory P. Smith2012-06-251-5/+5
* Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.Georg Brandl2012-06-241-1/+1
* Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-0/+236
* Speed up test_io by >2x by reducing the sleep time using setitimer instead ofGregory P. Smith2012-06-241-5/+5
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+11
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-191-0/+14
* Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-171-1/+4
* Issue #15095: Use better assertions in test_imaplibNick Coghlan2012-06-171-5/+5
* Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-171-0/+9
* #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+11
* 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
* Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSErrorGregory P. Smith2012-06-031-6/+34
* Added test skip under Windows, as not applicable there.Vinay Sajip2012-05-311-0/+1
* #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-0/+13
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+5
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-4/+4
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-0/+7
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-191-0/+28
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+9
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-181-0/+5
* Forward port additional tests from 2.7 (issue #14829).Antoine Pitrou2012-05-161-3/+44
* Cleanup so subsequent tests won't fail. Needs to be moved into a support rout...Eric V. Smith2012-05-161-0/+3
* Issue #14817: Add rudimentary tests for pkgutil.extend_path.Eric V. Smith2012-05-161-1/+47
* Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-5/+6
* Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-151-0/+15
* Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-141-0/+5
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+30
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-101-0/+3
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-0/+1
* Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
* Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-0/+23
* Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+8
* #13183: backport fixes to test_pdb to 3.2 branchGeorg Brandl2012-05-061-2/+5
* Fix for issue 14725 for 3.2 branchRichard Oudkerk2012-05-051-0/+17