summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Prevent expandtabs() on string and unicode objects from causing a segfault whenNeal Norwitz2007-06-091-0/+3
* Bug #1733488: Fix compilation of bufferobject.c on AIX.Martin v. Löwis2007-06-081-0/+2
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-061-0/+3
* FTP.ntransfercmd method now uses create_connection when passive,Facundo Batista2007-06-061-0/+4
* Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when itHye-Shik Chang2007-06-051-0/+4
* Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace insteadBrett Cannon2007-06-031-0/+3
* Have configure raise an error when building on AtheOS. Code specific to AtheOSBrett Cannon2007-06-021-0/+2
* Fix wrong issue number.Georg Brandl2007-06-011-1/+1
* Bug #1722484: remove docstrings again when running with -OO.Georg Brandl2007-06-011-0/+2
* SF 1668596/1720897: distutils now copies data filesNeal Norwitz2007-06-011-0/+3
* Have cfmfile raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-311-0/+2
* Cause buildtools to raise a DeprecationWarning.Brett Cannon2007-05-311-0/+2
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-311-0/+2
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-301-0/+2
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-301-0/+2
* Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.Brett Cannon2007-05-301-0/+2
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-271-0/+3
* Add the new function object attribute names from py3k.Neal Norwitz2007-05-271-0/+3
* Added an optional timeout parameter to urllib.ftpwrapper, with testsFacundo Batista2007-05-241-0/+2
* shlex.split() now has an optional "posix" parameter.Georg Brandl2007-05-241-0/+2
* Add -3 option to the interpreter to warn about features that areNeal Norwitz2007-05-231-0/+3
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-211-0/+3
* Added timeout support to HTTPSConnection, through theFacundo Batista2007-05-211-1/+1
* Cause posixfile to raise a DeprecationWarning. Documented as deprecated sinceBrett Cannon2007-05-201-0/+2
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-201-0/+4
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-201-0/+2
* Clear data so random memory does not get freed. Will backport.Neal Norwitz2007-05-191-0/+2
* Backport PEP 3110's new 'except' syntax to 2.6.Collin Winter2007-05-181-0/+4
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-161-0/+3
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-161-0/+3
* Mention removal of some directories for obsolete platformsNeal Norwitz2007-05-161-0/+3
* HTML-escape the plain traceback in cgitb's HTML output, to preventGeorg Brandl2007-05-151-0/+4
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-0/+2
* Updates of recent changes to logging.Vinay Sajip2007-05-061-5/+16
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-051-0/+2
* Fix for #1303614 and #1174712:Armin Rigo2007-05-021-7/+3
* Patch #1698768: updated the "using Python on the Mac" intro.Georg Brandl2007-04-251-0/+2
* Bug #1706381: Specifying the SWIG option "-c++" in the setup.py fileGeorg Brandl2007-04-241-0/+4
* Added a comment about last change in urllib2.py (all 2xx responsesFacundo Batista2007-04-241-0/+4
* When __slots__ are set to a unicode string, make it work the same asNeal Norwitz2007-04-141-0/+3
* Fix utf-8-sig incremental decoder, which didn't recognise a BOM when theWalter Dörwald2007-04-121-0/+2
* SF 1193128: Let str.translate(None) be an identity transformationRaymond Hettinger2007-04-121-0/+4
* SF 1191699: Make slices picklableRaymond Hettinger2007-04-111-0/+2
* Doc that file.next() has undefined behaviour when called on a file opened withBrett Cannon2007-04-081-0/+3
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+2
* Implement a contextmanager test.test_support.catch_warning that canWalter Dörwald2007-04-031-0/+3
* - Fix an off-by-one bug in locale.strxfrm().Matthias Klose2007-04-031-0/+3
* time.strptime's caching of its locale object was being recreated when theBrett Cannon2007-04-011-0/+3
* SF #1685563, MSVCCompiler creates redundant and long PATH stringsNeal Norwitz2007-04-011-1/+3
* Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGSGeorg Brandl2007-03-311-0/+4