summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-274-38/+39
* Issue #12607: Merge with 3.2.Ross Lagerwall2011-07-271-0/+58
|\
| * Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr isRoss Lagerwall2011-07-272-0/+66
* | merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failu...Senthil Kumaran2011-07-271-6/+3
|\ \ | |/
| * Correcting issue 12576 fix, which resulted in buildbot failures.Senthil Kumaran2011-07-271-6/+3
* | Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-1/+1
|\ \ | |/
| * Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-1/+1
* | merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ...Senthil Kumaran2011-07-272-3/+22
|\ \ | |/
| * Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...Senthil Kumaran2011-07-272-3/+22
| * Backport 0398f07d4827 (fix for weird buildbot failures)Antoine Pitrou2011-07-262-4/+4
* | Try to fix weird buildbot failuresAntoine Pitrou2011-07-262-4/+4
* | Issue #8746: Use tempfile module to get tempdir and randomize theNed Deily2011-07-261-1/+3
|\ \ | |/
| * Issue #8746: Use tempfile module to get tempdir and randomize theNed Deily2011-07-261-1/+3
* | Add debug output for failing buildbotAntoine Pitrou2011-07-261-0/+2
* | Fixes #12637: Merged fix from 3.2 and added test.Vinay Sajip2011-07-252-1/+4
|\ \ | |/
| * Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de...Vinay Sajip2011-07-251-2/+3
* | Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-242-0/+27
|\ \ | |/
| * Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-241-0/+13
| * Issue #1813: Fix codec lookup under Turkish locales.Antoine Pitrou2011-07-241-0/+14
* | Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-232-8/+19
|\ \ | |/
| * Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-232-8/+19
* | Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-232-17/+49
|\ \ | |/
| * Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-232-17/+49
* | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-232-2/+27
|\ \ | |/
| * Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-232-2/+27
* | Merge: #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-234-29/+59
|\ \ | |/
| * Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-234-29/+59
* | Issue #11049: skip a test that fails on some buildbotsEli Bendersky2011-07-231-0/+1
* | merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test cover...Senthil Kumaran2011-07-231-2/+76
|\ \ | |/
| * Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet...Senthil Kumaran2011-07-231-2/+76
* | fixing whitespace in the previous commitEli Bendersky2011-07-231-10/+9
* | Issue #11049: adding some tests to test.supportEli Bendersky2011-07-232-10/+189
* | merge 3.2Benjamin Peterson2011-07-221-0/+14
|\ \ | |/
| * type check AST strings and identifiersBenjamin Peterson2011-07-221-0/+14
* | #12601: merge with 3.2.Ezio Melotti2011-07-211-1/+1
|\ \ | |/
| * #12601: fix typo.Ezio Melotti2011-07-211-1/+1
* | Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-202-0/+110
* | #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-203-8/+102
* | Fix test_multiprocessing failure under Windows.Antoine Pitrou2011-07-201-2/+2
* | Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-2/+2
|\ \ | |/
| * Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-2/+2
* | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-195-0/+1083
|\ \ | |/
| * Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-195-0/+1083
* | #7484: simplify quoteaddr: if parseaddr throws an error it is a bug.R David Murray2011-07-191-14/+8
* | Merge #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-192-11/+33
|\ \ | |/
| * #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-192-11/+33
* | Merge from 3.2.Eric V. Smith2011-07-181-0/+5
|\ \ | |/
| * Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-0/+5
| * Close the call queue in concurrent.futures.ProcessPoolExecutor whenAntoine Pitrou2011-07-161-0/+1
* | merge headsBenjamin Peterson2011-07-182-12/+23
|\ \