summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #11241: subclasses of ctypes.Array can now be subclassed.Amaury Forgeot d'Arc2011-08-301-0/+2
* Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+3
* Branch mergeÉric Araujo2011-08-301-0/+3
|\
| * Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-291-0/+3
* | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments inAntoine Pitrou2011-08-291-0/+3
* | Issue #11564: Avoid crashes when trying to pickle huge objects or containersAntoine Pitrou2011-08-291-0/+3
|/
* Issue #12287: Fix a stack corruption in ossaudiodev module when the FD isCharles-François Natali2011-08-281-0/+3
* Issue #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-282-0/+4
* MergeAntoine Pitrou2011-08-231-0/+6
|\
| * Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-231-0/+6
* | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-0/+3
|/
* #9200: The str.is* methods now work with strings that contain non-BMP charact...Ezio Melotti2011-08-221-0/+3
* Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-211-0/+1
* Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-0/+3
* Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+3
* Issue #12326: sys.platform is now always 'linux2' on LinuxVictor Stinner2011-08-201-0/+3
* Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-181-0/+5
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-0/+12
* Fix #11513: wrong exception handling for the case that GzipFile itself raises...Georg Brandl2011-08-131-0/+3
* in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-131-0/+3
* Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-111-0/+3
* News item for Issue10087.Senthil Kumaran2011-08-111-0/+2
* Issue #12540: Prevent zombie IDLE processes on Windows due to changesNed Deily2011-08-031-0/+3
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-0/+3
* Stop trying to write into the stdlib during lib2to3 tests (#12331).Éric Araujo2011-07-311-0/+3
* Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-312-0/+5
* Issue #12626: In regrtest, allow to filter tests using a glob filterAntoine Pitrou2011-07-291-0/+5
* Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-292-0/+4
* 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
* | | | Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-292-0/+4
* | | | Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.Charles-François Natali2011-07-271-0/+2
| |_|/ |/| |
* | | 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
* | | Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...Senthil Kumaran2011-07-271-0/+3
|/ /
* | Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-261-0/+6
|/
* 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 #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 #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
* Add Misc/NEWS entry for c741ba9e37ef.Nadeem Vawda2011-07-231-0/+2
* Issue #12592: Make Python build on OpenBSD 5 (and future major releases).Charles-François Natali2011-07-221-0/+2
* type check AST strings and identifiersBenjamin Peterson2011-07-221-0/+3
* Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-211-0/+2