summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-2/+41
* 'sunos' not 'solarisBenjamin Peterson2014-05-171-1/+1
* just skip this test on SolarisBenjamin Peterson2014-05-171-5/+5
* some platforms apparently don't care about fdopen'ing with a different modeBenjamin Peterson2014-05-171-1/+5
* Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...Senthil Kumaran2014-05-171-2/+46
* this file now has utf-8 charsBenjamin Peterson2014-05-111-0/+2
* backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-111-1/+111
* Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...Antoine Pitrou2014-05-081-0/+7
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-024-33/+60
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-2/+11
* Issue #9291 Do not attempt to re-encode mimetype data read from registry in A...Tim Golden2014-04-271-6/+44
* Issue #18944: backport typo fixTerry Jan Reedy2014-04-261-1/+1
* Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden2014-04-261-0/+9
* Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns.Zachary Ware2014-04-241-2/+2
* #1704474: mark refleak test as specific to CPythonAndrew Kuchling2014-04-151-0/+1
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...Eric V. Smith2014-04-141-0/+21
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-0/+4
* use with statementBenjamin Peterson2014-04-041-12/+10
* explicitly close file object (#21128)Benjamin Peterson2014-04-041-0/+1
* properly explicitly close file (#21128)Benjamin Peterson2014-04-041-0/+1
* make temporary read-only files writable, so rmtree can remove them (#21128)Benjamin Peterson2014-04-041-0/+3
* properly close files in test_zipfile (#20887)Benjamin Peterson2014-04-031-28/+46
* make sure to test UnicodeEncodeError, tooBenjamin Peterson2014-04-021-1/+1
* bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-021-0/+6
* use https docs url (#21115)Benjamin Peterson2014-03-311-2/+2
* fix overflow detection of strop.expandtabsBenjamin Peterson2014-03-311-0/+6
* Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-0/+11
* Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-273-18/+25
* Issue #21038: Cleanup test_epoll.pyVictor Stinner2014-03-251-3/+0
* Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-251-0/+18
* Issue #20939: Fix test_geturl failure in test_urllibnet due toNed Deily2014-03-151-1/+1
* use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)Benjamin Peterson2014-03-121-3/+8
* Issue #20283: RE pattern methods now accept the string keyword parametersSerhiy Storchaka2014-03-061-0/+13
* Correct and improve comments in test_fileinput (closes #20501).Serhiy Storchaka2014-03-031-3/+3
* fix test_posix.test_initgroups to work without supplemental groups (closes #2...Benjamin Peterson2014-03-021-1/+1
* Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-271-0/+1
* Issue #20501: fileinput module no longer reads whole file into memory when usingSerhiy Storchaka2014-02-261-1/+42
* Issue #9974: When untokenizing, use row info to insert backslash+newline.Terry Jan Reedy2014-02-241-1/+15
* Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-231-0/+1
* update logo url (#20695)Benjamin Peterson2014-02-201-1/+1
* Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environmentSerhiy Storchaka2014-02-193-6/+105
* Issue #20510: Confirm that the code attribute of the SystemExitZachary Ware2014-02-191-0/+4
* Issue #20510: Rewrote test_exit in test_sys to match existing commentsZachary Ware2014-02-181-55/+31
* Issue #8478: Untokenizer.compat now processes first token from iterator input.Terry Jan Reedy2014-02-181-1/+9
* Untokenize: An logically incorrect assert tested user input validity.Terry Jan Reedy2014-02-171-1/+15
* backout 369bf9fbaeffBenjamin Peterson2014-02-162-8/+7
* remove tests for #19081Benjamin Peterson2014-02-161-84/+21
* backout #19081 to fix #20621Benjamin Peterson2014-02-161-110/+22
* Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-141-2/+8