summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+3
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-151-0/+3
* 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-141-1/+2
* 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-141-0/+2
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-141-0/+3
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+4
* Patch #1185447: binascii.b2a_qp() now correctly quotes binary charactersGeorg Brandl2007-03-131-0/+5
* Patch #957650: "%var%" environment variable references are now properlyGeorg Brandl2007-03-131-0/+4
* Patch #1429539: pdb now correctly initializes the __main__ module forGeorg Brandl2007-03-131-0/+4
* NEWS entry for getstatus() deprecation.Georg Brandl2007-03-131-0/+2
* Patch #1393667: pdb now has a "run" command which restarts the debuggedGeorg Brandl2007-03-131-0/+3
* Patch #1444529: the builtin compile() now accepts keyword arguments.Georg Brandl2007-03-131-0/+2
* Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.Thomas Heller2007-03-131-0/+2
* Patch #1530482: add pydoc.render_doc() which returns the documentationGeorg Brandl2007-03-131-0/+3
* Patch #1533909: the timeit module now accepts callables in addition toGeorg Brandl2007-03-132-0/+5
* 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-132-0/+5
* Patch #1581073: add a flag to textwrap that prevents the dropping ofGeorg Brandl2007-03-131-0/+3
* Patch #1603688: ConfigParser.SafeConfigParser now checks values thatGeorg Brandl2007-03-131-0/+4
* Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-131-0/+3
* This is the implementation of POSIX.1-2001 (pax) format read/writeLars Gustäbel2007-03-131-0/+3
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-131-0/+3
* Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-131-0/+3
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-131-0/+3
* Patch #1555098: use str.join() instead of repeated stringGeorg Brandl2007-03-131-0/+3
* Patch #1635454: the csv.DictWriter class now includes the offendingGeorg Brandl2007-03-131-0/+4
* Patch #1668100: urllib2 now correctly raises URLError instead ofGeorg Brandl2007-03-131-0/+3
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-131-0/+2
* Add some other acks for recent checkins:Neal Norwitz2007-03-131-0/+3
* Add Jerry Seutter for a bunch of his recent patches refactoring testsNeal Norwitz2007-03-131-0/+1
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+3
* Bug #1678647: write a newline after printing an exception in anyGeorg Brandl2007-03-121-0/+3
* Backport from Py3k branch:Georg Brandl2007-03-121-0/+4
* Patch #1677862: Require a space or tab after import in .pth files.Martin v. Löwis2007-03-121-0/+2
* Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.Martin v. Löwis2007-03-121-0/+2
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-111-0/+3
* Patch #1675981: remove unreachable code from type.__new__() method.Žiga Seilnacht2007-03-111-0/+2
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-101-0/+4
* Add proper attribution for a bug fix.Collin Winter2007-03-101-1/+2
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+3
* Bug #1651235: When a tuple was passed to a ctypes function call,Thomas Heller2007-03-091-0/+3
* Patch #1491866: change the complex() constructor to allow parthensized forms....Collin Winter2007-03-091-0/+4
* Add Ziga Seilnacht.Martin v. Löwis2007-03-091-0/+4
* Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)Thomas Heller2007-03-091-0/+3
* Bug #1629566: clarify the docs on the return values of parsedate() and parsed...Collin Winter2007-03-091-0/+3
* Patch #957003: Implement smtplib.LMTP.Martin v. Löwis2007-03-091-0/+2
* Add NEWS item for patch #1481079 (r54234).Collin Winter2007-03-091-0/+2