summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add \versionadded tag.Georg Brandl2007-03-161-0/+2
* Patch #1273829: os.walk() now has a "followlinks" parameter. If set toGeorg Brandl2007-03-164-19/+57
* Bug #1681228: the webbrowser module now correctly uses the defaultGeorg Brandl2007-03-162-18/+31
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-163-14/+79
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-153-14/+82
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-152-2/+15
* Patch #1680978: consistently use "alive" instead of "active" in theGeorg Brandl2007-03-151-24/+20
* Wrap a long line and fix a typo (is -> if)Neal Norwitz2007-03-151-3/+3
* Raise ResourceDenied in test_urllib2net when the Net connection goes bad.Brett Cannon2007-03-142-2/+4
* Note how test_socket_ssl has various exceptions that deal with a flaky NetBrett Cannon2007-03-141-0/+2
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-142-1/+3
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-143-16/+46
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-143-0/+21
* Its time to stop listing (Unix, Windows) when we really mean "everything but ...Gregory P. Smith2007-03-143-3/+0
* correct order and names of the less often used keyword parameters.Gregory P. Smith2007-03-141-4/+4
* SF bug #1582282; decode_header() incorrectly splits not-conformant RFCBarry Warsaw2007-03-143-1/+26
* Inline PyImport_GetModulesReloading().Collin Winter2007-03-131-11/+8
* Patch #1185447: binascii.b2a_qp() now correctly quotes binary charactersGeorg Brandl2007-03-133-4/+22
* Patch #1194449: correctly detect unbound methods in pydoc.Georg Brandl2007-03-131-2/+2
* Patch #957650: "%var%" environment variable references are now properlyGeorg Brandl2007-03-134-22/+64
* Patch #1429539: pdb now correctly initializes the __main__ module forGeorg Brandl2007-03-132-9/+20
* NEWS entry for getstatus() deprecation.Georg Brandl2007-03-131-0/+2
* Deprecate commands.getstatus().Georg Brandl2007-03-132-0/+6
* Patch #1393667: pdb now has a "run" command which restarts the debuggedGeorg Brandl2007-03-134-3/+49
* Add versionadded marker for ctypes.c_bool.Thomas Heller2007-03-131-0/+1
* Patch #1444529: the builtin compile() now accepts keyword arguments.Georg Brandl2007-03-134-9/+23
* Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.Thomas Heller2007-03-1310-50/+656
* Patch #1530482: add pydoc.render_doc() which returns the documentationGeorg Brandl2007-03-132-22/+29
* Patch #1533909: the timeit module now accepts callables in addition toGeorg Brandl2007-03-134-11/+83
* Fix a tab.Georg Brandl2007-03-131-2/+2
* Acks for recent patches.Georg Brandl2007-03-131-0/+3
* Add acks for recent patch checkins:Collin Winter2007-03-131-0/+6
* Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameterGeorg Brandl2007-03-135-9/+37
* Patch #1605192: list allowed states in error messages for imaplib.Georg Brandl2007-03-131-4/+8
* Patch #1581073: add a flag to textwrap that prevents the dropping ofGeorg Brandl2007-03-134-4/+26
* Patch #1603688: ConfigParser.SafeConfigParser now checks values thatGeorg Brandl2007-03-133-2/+27
* Quick fix for tests that fail on systems with an encoding otherLars Gustäbel2007-03-131-6/+7
* Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-132-10/+14
* This is the implementation of POSIX.1-2001 (pax) format read/writeLars Gustäbel2007-03-135-968/+1514
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-133-2/+14
* Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-132-2/+5
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-132-0/+6
* Patch #1555098: use str.join() instead of repeated stringGeorg Brandl2007-03-132-9/+9
* Patch #1635454: the csv.DictWriter class now includes the offendingGeorg Brandl2007-03-132-3/+8
* Patch #1668100: urllib2 now correctly raises URLError instead ofGeorg Brandl2007-03-133-18/+25
* Patch #1642844: comments to clarify the complexobject constructor.Georg Brandl2007-03-131-4/+25
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-132-0/+33
* Typo and grammar fixes.Georg Brandl2007-03-132-4/+4
* Fix some style nits:Neal Norwitz2007-03-131-13/+15
* Add some other acks for recent checkins:Neal Norwitz2007-03-131-0/+3