summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use _RPCFile.write properly.Martin v. Löwis2012-07-111-2/+2
* Don't use TextIOBase implementations in _RPCFile.Martin v. Löwis2012-07-111-2/+8
* Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.Martin v. Löwis2012-07-112-2/+2
* Backport test for nested namespace packages.Antoine Pitrou2012-07-091-2/+44
* normalize whitespaceMartin v. Löwis2012-07-091-1/+1
* Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-093-3/+25
* Issue 12510: Delete actual first param name for all methods; revise tests.Terry Jan Reedy2012-07-091-14/+20
* revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-092-6/+0
* issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-081-1/+1
* Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-082-1/+7
* Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-072-1/+5
* 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
* urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
* Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
* #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-292-0/+20
* #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-283-7/+9
* Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-1/+1
* #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-282-5/+42
* 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
* Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-1/+16
* Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...Vinay Sajip2012-06-251-1/+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
* Partial backport of 612f34e31270: fix spacing error in exception message.Georg Brandl2012-06-241-2/+2
* 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
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-222-4/+10
* #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-192-4/+18
* Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-3/+6
* Update out of date docstring.R David Murray2012-06-171-7/+5
* 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-152-0/+12
* Issue #14937: Fix typo. Patch by Roger Serwy.Martin v. Löwis2012-06-141-1/+1
* Issue #12510: Revise and triple # of calltip tests, with an eye to unittestTerry Jan Reedy2012-06-072-70/+131
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-062-3/+33
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-062-3/+16
* Revert the modification of e.strerror in 3.2 as that kind of change couldGregory P. Smith2012-06-031-3/+0
* Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSErrorGregory P. Smith2012-06-032-8/+48
* PEP 3131: support non-ASCII characters in auto-completion of identifiers.Martin v. Löwis2012-06-032-2/+2