| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 3 | -30/+13 |
|\ |
|
| * | Branch merge | Éric Araujo | 2011-07-28 | 9 | -14/+94 |
| |\ |
|
| | * | Merge profile docs followup (#12417) from 3.1 | Éric Araujo | 2011-07-28 | 1 | -4/+0 |
| | |\ |
|
| | | * | Remove mentions of previous license in profile module docs (#12417 followup). | Éric Araujo | 2011-07-28 | 1 | -4/+0 |
|
|
| * | | | Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) | Éric Araujo | 2011-07-26 | 2 | -26/+13 |
|
|
* | | | | Modernize modulefinder module and tests a bit. | Éric Araujo | 2011-07-28 | 2 | -32/+31 |
|
|
* | | | | Remove indirection in threading (issue #10968). | Éric Araujo | 2011-07-27 | 2 | -34/+8 |
|
|
* | | | | Add shlex.quote function, to escape filenames and command lines (#9723). | Éric Araujo | 2011-07-27 | 4 | -38/+39 |
|
|
* | | | | Issue #12607: Merge with 3.2. | Ross Lagerwall | 2011-07-27 | 1 | -0/+58 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is | Ross Lagerwall | 2011-07-27 | 2 | -0/+66 |
|
|
* | | | | merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failu... | Senthil Kumaran | 2011-07-27 | 1 | -6/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Correcting issue 12576 fix, which resulted in buildbot failures. | Senthil Kumaran | 2011-07-27 | 1 | -6/+3 |
|
|
* | | | | Issue #12590: IDLE editor window now always displays the first line | Ned Deily | 2011-07-27 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #12590: IDLE editor window now always displays the first line | Ned Deily | 2011-07-27 | 1 | -1/+1 |
|
|
* | | | | merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ... | Senthil Kumaran | 2011-07-27 | 2 | -3/+22 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o... | Senthil Kumaran | 2011-07-27 | 2 | -3/+22 |
|
|
| * | | | Backport 0398f07d4827 (fix for weird buildbot failures) | Antoine Pitrou | 2011-07-26 | 2 | -4/+4 |
|
|
* | | | | Try to fix weird buildbot failures | Antoine Pitrou | 2011-07-26 | 2 | -4/+4 |
|
|
* | | | | Issue #8746: Use tempfile module to get tempdir and randomize the | Ned Deily | 2011-07-26 | 1 | -1/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #8746: Use tempfile module to get tempdir and randomize the | Ned Deily | 2011-07-26 | 1 | -1/+3 |
| |/ / |
|
* | | | Add debug output for failing buildbot | Antoine Pitrou | 2011-07-26 | 1 | -0/+2 |
|
|
* | | | Fixes #12637: Merged fix from 3.2 and added test. | Vinay Sajip | 2011-07-25 | 2 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de... | Vinay Sajip | 2011-07-25 | 1 | -2/+3 |
|
|
* | | | Add a test for issue #1813: getlocale() failing under a Turkish locale | Antoine Pitrou | 2011-07-24 | 2 | -0/+27 |
|\ \ \
| |/ / |
|
| * | | Add a test for issue #1813: getlocale() failing under a Turkish locale | Antoine Pitrou | 2011-07-24 | 1 | -0/+13 |
|
|
| * | | Issue #1813: Fix codec lookup under Turkish locales. | Antoine Pitrou | 2011-07-24 | 1 | -0/+14 |
|
|
* | | | Issue #12624: It is now possible to fail after the first failure when | Antoine Pitrou | 2011-07-23 | 2 | -8/+19 |
|\ \ \
| |/ / |
|
| * | | Issue #12624: It is now possible to fail after the first failure when | Antoine Pitrou | 2011-07-23 | 2 | -8/+19 |
|
|
* | | | Issue #12591: Improve support of "universal newlines" in the subprocess | Antoine Pitrou | 2011-07-23 | 2 | -17/+49 |
|\ \ \
| |/ / |
|
| * | | Issue #12591: Improve support of "universal newlines" in the subprocess | Antoine Pitrou | 2011-07-23 | 2 | -17/+49 |
|
|
* | | | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 2 | -2/+27 |
|\ \ \
| |/ / |
|
| * | | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 2 | -2/+27 |
|
|
* | | | Merge: #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 4 | -29/+59 |
|\ \ \
| |/ / |
|
| * | | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 4 | -29/+59 |
|
|
* | | | Issue #11049: skip a test that fails on some buildbots | Eli Bendersky | 2011-07-23 | 1 | -0/+1 |
|
|
* | | | merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test cover... | Senthil Kumaran | 2011-07-23 | 1 | -2/+76 |
|\ \ \
| |/ / |
|
| * | | Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet... | Senthil Kumaran | 2011-07-23 | 1 | -2/+76 |
|
|
* | | | fixing whitespace in the previous commit | Eli Bendersky | 2011-07-23 | 1 | -10/+9 |
|
|
* | | | Issue #11049: adding some tests to test.support | Eli Bendersky | 2011-07-23 | 2 | -10/+189 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2011-07-22 | 1 | -0/+14 |
|\ \ \
| |/ / |
|
| * | | type check AST strings and identifiers | Benjamin Peterson | 2011-07-22 | 1 | -0/+14 |
|
|
* | | | #12601: merge with 3.2. | Ezio Melotti | 2011-07-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #12601: fix typo. | Ezio Melotti | 2011-07-21 | 1 | -1/+1 |
|
|
* | | | Issue #12551: Provide a get_channel_binding() method on SSL sockets so as | Antoine Pitrou | 2011-07-20 | 2 | -0/+110 |
|
|
* | | | #665194: support roundtripping RFC2822 date stamps in the email.utils module | R David Murray | 2011-07-20 | 3 | -8/+102 |
|
|
* | | | Fix test_multiprocessing failure under Windows. | Antoine Pitrou | 2011-07-20 | 1 | -2/+2 |
|
|
* | | | Issue #12587: Correct faulty test file and reference in test_tokenize. | Ned Deily | 2011-07-19 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #12587: Correct faulty test file and reference in test_tokenize. | Ned Deily | 2011-07-19 | 2 | -2/+2 |
|
|
* | | | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, | Antoine Pitrou | 2011-07-19 | 5 | -0/+1083 |
|\ \ \
| |/ / |
|
| * | | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, | Antoine Pitrou | 2011-07-19 | 5 | -0/+1083 |
|
|