summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-272-2/+4
|\
| * Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-272-2/+4
* | fix doc typo for library/test.rstEli Bendersky2011-07-271-1/+1
* | Issue #11049: added test_support to regrtest.STDTESTS listEli Bendersky2011-07-271-0/+1
* | merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met...Senthil Kumaran2011-07-273-6/+6
|\ \ | |/
| * Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt...Senthil Kumaran2011-07-273-6/+6
* | Issue #12607: Merge with 3.2.Ross Lagerwall2011-07-273-0/+68
|\ \ | |/
| * Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr isRoss Lagerwall2011-07-274-0/+76
* | 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-272-1/+4
|\ \ | |/
| * Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-272-1/+4
* | merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ...Senthil Kumaran2011-07-273-3/+25
|\ \ | |/
| * Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...Senthil Kumaran2011-07-273-3/+25
* | Actually port ecfe9bf0117b to defaultAntoine Pitrou2011-07-262-287/+310
* | Null mergeAntoine Pitrou2011-07-260-0/+0
|\ \ | |/
| * When testing for an hg repo, use a file that always exists, even with the "sh...Antoine Pitrou2011-07-262-289/+312
* | Null mergeAntoine Pitrou2011-07-260-0/+0
|\ \ | |/
| * 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
* | Issue #10639: reindent.py tool now accepts a --newline option to specify the ...Jason R. Coombs2011-07-262-4/+13
* | Merge with 3.2 Issue #10639: reindent.py should not convert newlines.Jason R. Coombs2011-07-262-4/+16
|\ \ | |/
| * Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-262-3/+18
* | Add debug output for failing buildbotAntoine Pitrou2011-07-261-0/+2
* | #12547: Fix example in nntplib doc. Patch by July Tikhonov.Ezio Melotti2011-07-262-3/+3
* | 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
* | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch byCharles-François Natali2011-07-252-4/+4
* | Issue #12102: Merge with 3.2.Ross Lagerwall2011-07-253-0/+10
|\ \ | |/
| * Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-253-0/+10
* | Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-244-2/+5
|\ \ | |/
| * Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-244-2/+5
* | Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-244-1/+30
|\ \ | |/
| * 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-243-1/+17
* | Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-233-8/+24
|\ \ | |/
| * Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-233-8/+24
* | Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-233-17/+52
|\ \ | |/
| * Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-233-17/+52
* | Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrap...Antoine Pitrou2011-07-231-1/+9
* | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-234-8/+45
|\ \ | |/
| * Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-234-8/+45
* | Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls().Charles-François Natali2011-07-231-4/+4
* | Add Misc/NEWS entry for d68765bd6490.Nadeem Vawda2011-07-231-0/+2
|\ \ | |/
| * Add Misc/NEWS entry for c741ba9e37ef.Nadeem Vawda2011-07-231-0/+2
* | 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