summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+13
* Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test caseNed Deily2012-08-091-1/+4
* Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-051-5/+7
* Fix universal newlines test to avoid the newline translation done by sys.stdout.Antoine Pitrou2012-08-041-26/+28
* Fix test_sys under Windows (issue #13119)Antoine Pitrou2012-08-041-1/+2
* Close #13119: use "\r\n" newline for sys.stdout/err on WindowsVictor Stinner2012-08-031-0/+17
* #15512: Remove remnants of debugging codeJesus Cea2012-08-031-2/+0
* Closes #15469: Correct __sizeof__ support for dequeJesus Cea2012-08-031-0/+16
* Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+41
* Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-012-0/+16
* Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-291-0/+11
* Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-291-3/+17
* Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-293-148/+121
* Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-291-10/+41
* Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-1/+35
* Issue #15320: Make iterating the list of tests thread-safe when running tests...Antoine Pitrou2012-07-251-12/+28
* Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-231-4/+4
* Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-231-0/+10
* Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-221-6/+3
* #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-221-12/+26
* #12353: argparse now correctly handles null argument values.R David Murray2012-07-221-0/+1
* Fix test_pprint random dict ordering.Florent Xicluna2012-07-211-2/+3
* Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-211-0/+9
* Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...Antoine Pitrou2012-07-201-4/+26
* Use posixpath.join() explicitely in posixpath.join() testHynek Schlawack2012-07-171-1/+1
* #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-171-10/+14
* Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp d...Nick Coghlan2012-07-171-1/+1
* Fix context manager use in posixpath.join() testsHynek Schlawack2012-07-171-9/+12
* one more test fix for systems without select.poll. tested by deletingGregory P. Smith2012-07-161-3/+6
* Fix unchecked select.poll reference in setUp and tearDown forGregory P. Smith2012-07-161-5/+7
* Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
* Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-161-7/+89
* #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-2/+9
* Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-141-156/+268
* Try other approach to fix issue #15334.Antoine Pitrou2012-07-131-3/+8
* Issue #15334: skip test_dynamic_key when run in non-interactive mode.Antoine Pitrou2012-07-131-0/+1
* 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