summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Added the posibility to pass the timeout to FTP.connect, not only whenFacundo Batista2007-03-301-1/+7
* Added timout parameter to telnetlib.Telnet. Also createdFacundo Batista2007-03-291-2/+8
* These are actually methods.Georg Brandl2007-03-291-6/+6
* Added timeout to smtplib (to SMTP and SMTP_SSL). Also createdFacundo Batista2007-03-281-2/+8
* Added an optional timeout to poplib.POP3. Also created aFacundo Batista2007-03-271-1/+4
* Some nits.Georg Brandl2007-03-262-9/+8
* Added an optional timeout to FTP class. Also I started a test_ftplib.pyFacundo Batista2007-03-261-1/+4
* Change the docs to no longer claim that unittest is preferred over doctest forBrett Cannon2007-03-251-7/+7
* Revert accidental change.Georg Brandl2007-03-241-1/+1
* Remove typo accent.Georg Brandl2007-03-241-2/+2
* Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-232-2/+21
* Bug #1685704: use -m switch in timeit docs.Georg Brandl2007-03-221-1/+1
* Minor clarification, saying that blocking means no timeout (from bug #882297)Facundo Batista2007-03-211-1/+1
* Put code examples at left margin instead of indenting themAndrew M. Kuchling2007-03-211-19/+19
* Fix sentence, and fix typo in exampleAndrew M. Kuchling2007-03-211-2/+3
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-211-10/+12
* Try backing out 54407 to see if it corrects the problems on the WindowsNeal Norwitz2007-03-201-12/+10
* Add some doc that was left out from some change to platform.pyNeal Norwitz2007-03-201-0/+17
* Patch #1630118: add a SpooledTemporaryFile class to tempfile.Collin Winter2007-03-191-0/+17
* Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *...Georg Brandl2007-03-181-0/+2
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-171-1/+8
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-161-0/+9
* RFE #1670167: fix in isinstance() docs.Georg Brandl2007-03-161-2/+3
* Add \versionadded tag.Georg Brandl2007-03-161-0/+2
* Patch #1273829: os.walk() now has a "followlinks" parameter. If set toGeorg Brandl2007-03-161-10/+12
* Patch #1680978: consistently use "alive" instead of "active" in theGeorg Brandl2007-03-151-24/+20
* 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
* Patch #957650: "%var%" environment variable references are now properlyGeorg Brandl2007-03-131-6/+11
* Deprecate commands.getstatus().Georg Brandl2007-03-131-0/+4
* Patch #1393667: pdb now has a "run" command which restarts the debuggedGeorg Brandl2007-03-131-0/+8
* 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-131-5/+5
* Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.Thomas Heller2007-03-131-0/+6
* Patch #1533909: the timeit module now accepts callables in addition toGeorg Brandl2007-03-131-0/+25
* Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameterGeorg Brandl2007-03-131-1/+4
* Patch #1581073: add a flag to textwrap that prevents the dropping ofGeorg Brandl2007-03-131-0/+7
* This is the implementation of POSIX.1-2001 (pax) format read/writeLars Gustäbel2007-03-131-53/+104
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-131-0/+31
* Typo fix.Georg Brandl2007-03-121-1/+1
* Backport from Py3k branch:Georg Brandl2007-03-121-20/+39
* Patch #1677862: Require a space or tab after import in .pth files.Martin v. Löwis2007-03-121-6/+11
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-102-4/+15
* Bug #1629566: clarify the docs on the return values of parsedate() and parsed...Collin Winter2007-03-092-4/+4
* Patch #957003: Implement smtplib.LMTP.Martin v. Löwis2007-03-091-0/+17
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-081-0/+8
* Fix #1676656: \em is different from \emph...Georg Brandl2007-03-081-1/+1
* Add missing ) in parenthical remark.Martin v. Löwis2007-03-081-1/+1
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-1/+6
* Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position.Georg Brandl2007-03-071-1/+3