summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* merge heads.Senthil Kumaran2011-07-301-0/+3
|\
| * also make NotImplementedType callableBenjamin Peterson2011-07-291-2/+2
| * merge headsBenjamin Peterson2011-07-291-0/+5
| |\
| * | make the types of None and Ellipsis callableBenjamin Peterson2011-07-291-0/+3
* | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-301-0/+4
| |/ |/|
* | Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-291-0/+5
|\ \ | |/ |/|
| * Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-291-0/+5
* | bytes should be verboten in sum() (fixes #12654)Benjamin Peterson2011-07-291-0/+2
* | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-291-0/+3
|\ \ | |/
| * Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-292-0/+4
* | Merge fix for #8887 from 3.2Éric Araujo2011-07-291-0/+3
|\ \ | |/
| * Make “pydoc somebuiltin.somemethod” work (#8887)Éric Araujo2011-07-291-0/+3
| * Branch mergeÉric Araujo2011-07-291-33/+34
| |\
| | * Change one line I missed in 7527f3f9829Éric Araujo2011-07-291-1/+1
| | * Branch mergeÉric Araujo2011-07-281-0/+9
| | |\
| | * \ Branch merge.Éric Araujo2011-07-261-32/+33
| | |\ \
| | | * | Fix sorting or wording of some NEWS entries.Éric Araujo2011-07-261-27/+28
* | | | | Branch mergeÉric Araujo2011-07-291-0/+10
|\ \ \ \ \
| * | | | | Remove indirection in threading (issue #10968).Éric Araujo2011-07-271-0/+7
| * | | | | Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-271-1/+4
* | | | | | Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-292-0/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-292-0/+4
* | | | | | Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.Eli Bendersky2011-07-291-1/+6
* | | | | | Issue 12647: Add __bool__() method to the None object.Raymond Hettinger2011-07-281-0/+4
* | | | | | Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-271-0/+2
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-271-0/+2
| | |_|/ | |/| |
* | | | Issue #12607: Merge with 3.2.Ross Lagerwall2011-07-271-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr isRoss Lagerwall2011-07-271-0/+3
* | | | Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-0/+3
* | | | merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ...Senthil Kumaran2011-07-271-0/+3
|\ \ \ \ | |/ / /
| * | | Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...Senthil Kumaran2011-07-271-0/+3
| |/ /
* | | Issue #10639: reindent.py tool now accepts a --newline option to specify the ...Jason R. Coombs2011-07-261-0/+1
* | | Merge with 3.2 Issue #10639: reindent.py should not convert newlines.Jason R. Coombs2011-07-261-1/+4
|\ \ \ | |/ /
| * | Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-261-0/+6
| |/
* | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch byCharles-François Natali2011-07-251-0/+1
* | Issue #12102: Merge with 3.2.Ross Lagerwall2011-07-251-0/+3
|\ \ | |/
| * Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-251-0/+3
* | Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-242-0/+3
|\ \ | |/
| * Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-242-0/+3
* | Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-241-0/+2
|\ \ | |/
| * Issue #1813: Fix codec lookup under Turkish locales.Antoine Pitrou2011-07-241-0/+2
* | Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-231-0/+5
|\ \ | |/
| * Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-231-0/+5
* | Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-231-0/+3
|\ \ | |/
| * Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-231-0/+3
* | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-231-0/+4
|\ \ | |/
| * Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-231-0/+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