summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+5
* Applied patch #2617 from Frank Wierzbicki wit some extras from meChristian Heimes2008-04-121-0/+3
* Add a note about the zlib.decompressobj().flush() fix.Gregory P. Smith2008-04-091-0/+3
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-0/+37
* Add a NEWS entry for previous checkinAmaury Forgeot d'Arc2008-04-081-0/+4
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-071-0/+4
* Make file objects as thread safe as the underlying libc FILE* implementation.Gregory P. Smith2008-04-061-0/+5
* News entry for: Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-041-0/+4
* Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gccThomas Heller2008-04-041-0/+3
* - Issue #2385: distutils.core.run_script() makes __file__ available, so theFred Drake2008-04-041-0/+4
* post release updatesBarry Warsaw2008-04-041-1/+25
* #1733757: the interpreter would hang on shutdown, if the function set by sys....Amaury Forgeot d'Arc2008-04-031-0/+4
* Added updates with respect to recent changes to TimedRotatingFileHandler.Vinay Sajip2008-04-021-8/+17
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-291-0/+3
* Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-281-0/+3
* Patch #1810 by Thomas Lee, reviewed by myself:Georg Brandl2008-03-281-0/+3
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-281-0/+3
* Issue2495: tokenize.untokenize did not insert space between two consecutive s...Amaury Forgeot d'Arc2008-03-271-0/+4
* #2248: return result of QUIT from quit().Georg Brandl2008-03-271-1/+3
* Patch #2477: Added from __future__ import unicode_literalsChristian Heimes2008-03-261-0/+8
* Updated Misc/NEWSChristian Heimes2008-03-261-0/+4
* Issue #2482: Make sure that the coefficient of a DecimalMark Dickinson2008-03-251-0/+4
* Issue #2478: Decimal(sqrt(0)) failed when the decimal contextMark Dickinson2008-03-251-0/+2
* #2359: add Py3k warning for array.read/array.write.Georg Brandl2008-03-251-0/+2
* #2355: py3k warning for buffer().Georg Brandl2008-03-251-1/+3
* Patch #2240: Implement signal.setitimer and signal.getitimer.Martin v. Löwis2008-03-241-0/+5
* Install 2to3 script.Martin v. Löwis2008-03-241-0/+2
* Issue 2460: Make Ellipsis objects copyable.Raymond Hettinger2008-03-241-0/+2
* Issue 1681432: Add triangular distribution the random module.Raymond Hettinger2008-03-231-0/+2
* #1477: ur'\U0010FFFF' raised in narrow unicode builds.Amaury Forgeot d'Arc2008-03-231-0/+6
* Applied patch #1657 epoll and kqueue wrappers for the select moduleChristian Heimes2008-03-211-0/+2
* #2348: add py3k warning for file.softspace.Georg Brandl2008-03-211-0/+2
* #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack ...Georg Brandl2008-03-211-0/+2
* #2358: add py3k warning to sys.exc_clear().Georg Brandl2008-03-211-0/+2
* Issue #2432: give DictReader the dialect and line_num attributesGeorg Brandl2008-03-211-0/+3
* #2136: allow single quotes in realm spec.Georg Brandl2008-03-211-0/+3
* Add news items for platform module changes.Marc-André Lemburg2008-03-201-0/+8
* Forgot to add NEWS item about smtplib SSL readline hang fix.Sean Reifscheider2008-03-201-0/+2
* test_nis would fail if test.test_support.verbose was true but NIS was not setBrett Cannon2008-03-191-0/+3
* Import lib2to3.Martin v. Löwis2008-03-191-0/+3
* Issue #2400: Allow relative imports to "import *".Martin v. Löwis2008-03-191-0/+2
* Backport of the print function, using a __future__ import.Eric Smith2008-03-181-0/+3
* news entry for the chown fixGregory P. Smith2008-03-181-0/+3
* Issue 1577: shutil.move() where destination is a directory was doing aSean Reifscheider2008-03-181-0/+3
* Issue 2332: add new attribute names for instance method objectsNeal Norwitz2008-03-181-0/+3
* - Issue 2379: Raise a Py3K warning for __getitem__ or __getslice__ onGuido van Rossum2008-03-181-0/+3
* Issue #2341: Add a Py3k warning when raising an exception that doesn'tGuido van Rossum2008-03-181-1/+2
* The output directory for tests that compare against stdout is now gone!Brett Cannon2008-03-181-0/+2
* Remove our implementation of memmove() and strerror(); both are in the C89Brett Cannon2008-03-181-0/+3
* test_errno was a no-op test; now it actually tests things and uses unittest.Brett Cannon2008-03-181-0/+2