summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Enable catching WARN-level logging messages in distutils' test_sdistÉric Araujo2011-09-021-5/+4
* Remove obsolete commentÉric Araujo2011-09-011-2/+0
* Clarify compileall command-line options (#10454).Éric Araujo2011-09-011-13/+26
* Fix test_sysconfig when run from a Python installed under /site (#10086).Éric Araujo2011-08-311-2/+2
* Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+4
* Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-294-25/+41
* Fix test failures when Python is compiled without thread support.Nadeem Vawda2011-08-291-9/+1
* Provide a better diagnosis on socket errorsAntoine Pitrou2011-08-271-2/+4
* Add FIXME note as a reminderÉric Araujo2011-08-261-0/+2
* Branch mergeÉric Araujo2011-08-265-62/+317
|\
| * Backport tests for the distutils install commandÉric Araujo2011-08-261-2/+193
| * Try to fix test_distutils on Windows (#12678)Éric Araujo2011-08-261-0/+1
| * Add tests for build_ext --user (backport from 3.2)Éric Araujo2011-08-261-0/+36
| * Refactor helpers for compiling the xx module in distutils tests.Éric Araujo2011-08-252-59/+85
| * Add missing name in shutil.__all__Éric Araujo2011-08-211-1/+2
* | Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoidCharles-François Natali2011-08-252-6/+47
* | Update link to the decimal arithmetic specification.Raymond Hettinger2011-08-251-1/+1
* | Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte...Antoine Pitrou2011-08-241-7/+1
* | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-1/+82
* | Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-231-6/+2
* | #9200: backport tests but run them on wide builds only.Ezio Melotti2011-08-221-2/+185
* | Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-211-0/+1
|/
* #5301: add image/vnd.microsoft.icon (.ico) MIME typeSandro Tosi2011-08-201-0/+1
* Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+43
* 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
|/