summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Branch mergeÉric Araujo2011-08-192-1/+6
|\
| * Guard shutil._make_archive against a logger=None argument.Éric Araujo2011-08-192-1/+6
* | Fix resource leaks in test_subprocess.Nadeem Vawda2011-08-191-0/+4
* | Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-181-12/+0
|/
* Issue #12650: only run the tests on Unix.Charles-François Natali2011-08-181-58/+58
* Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-182-1/+58
* The simplest possible fix for the regression in bug 12752 by encoding unicodesBarry Warsaw2011-08-152-0/+7
* #12266: move the tests in test_unicode.Ezio Melotti2011-08-152-17/+19
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-0/+17
* Remove the un-exercised in-module test code.Senthil Kumaran2011-08-101-68/+0
* Issue 12717: Fix-up an earlier backport in ConfigParser.Raymond Hettinger2011-08-092-1/+23
* #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
* whitespace fix.Senthil Kumaran2011-08-071-1/+0
* Remove the old dead test program within the module in 2.7.Senthil Kumaran2011-08-071-62/+0
* Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-062-1/+5
* add svn+ssh testcase for urljoin.Senthil Kumaran2011-08-031-0/+1
* include svn+ssh as well.Senthil Kumaran2011-08-031-1/+1
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-032-1/+3
* Branch mergeÉric Araujo2011-08-021-3/+4
|\
| * Fix incorrect mtime comparison in distutils (#11933).Éric Araujo2011-08-021-3/+4
* | Backport 68b5f87566fbStefan Krah2011-08-011-0/+3
|/
* Branch mergeÉric Araujo2011-08-013-35/+74
|\
| * Stop trying to write into the stdlib during lib2to3 tests (#12331).Éric Araujo2011-07-311-7/+11
| * Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-312-28/+63
* | running tests enables us to discover that they actually workBenjamin Peterson2011-07-311-1/+1
* | using test_support.transient_internet helper method in the urllib2net test.Senthil Kumaran2011-07-311-3/+5
|/
* Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-292-8/+26
* Branch mergeÉric Araujo2011-07-291-4/+0
|\
| * Merge #12417 followup, also removing an extra docstringÉric Araujo2011-07-281-4/+0
| |\
| | * Remove mentions of previous license in profile module (#12417 followup)Éric Araujo2011-07-281-2/+0
| | * fix wsBenjamin Peterson2011-06-291-3/+3
| | * update profile license (closes #12417)Benjamin Peterson2011-06-272-48/+28
| | * Replay svn r88850.v2.6.7Barry Warsaw2011-06-043-3/+3
| | * Replay changeset 70248:c714e2f92f63 from fubar branch. Original commitBarry Warsaw2011-05-233-3/+3
| | * Replay changeset 70238:03e488b5c009 from fubar branch. Original commitBarry Warsaw2011-05-233-3/+3
* | | Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-291-3/+5
* | | Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with...Senthil Kumaran2011-07-285-5/+5
* | | - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-271-2/+2
* | | Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr isRoss Lagerwall2011-07-272-0/+66
|/ /
* | merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfusca...Senthil Kumaran2011-07-272-5/+13
* | Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-1/+1
* | Issue #8746: Use tempfile module to get tempdir and randomize theNed Deily2011-07-261-1/+3
* | Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.Antoine Pitrou2011-07-243-1/+35
* | Fix typo in dbf1e1a27427 that was causing some buildbots to fail.Nadeem Vawda2011-07-231-1/+1
* | Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-235-31/+63
* | merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test cover...Senthil Kumaran2011-07-231-2/+9
* | verify the types of AST strings and identifiers (closes #12609 and #12610)Benjamin Peterson2011-07-221-0/+14
* | #12601: fix typo.Ezio Melotti2011-07-211-1/+1
* | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-195-0/+1083
* | #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-192-8/+14