- 3ff9e55 Minor clarification, saying that blocking means no timeout (from bug #882297) by Facundo Batista · 18 years ago
- 4732c6e Put code examples at left margin instead of indenting them by Andrew M. Kuchling · 18 years ago
- 7af1bdf Fix sentence, and fix typo in example by Andrew M. Kuchling · 18 years ago
- cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
- c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
- b9523df Add some doc that was left out from some change to platform.py by Neal Norwitz · 18 years ago
- a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
- 1d4b834 Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *_buf. by Georg Brandl · 18 years ago
- 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 18 years ago
- 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
- 6ab8452 RFE #1670167: fix in isinstance() docs. by Georg Brandl · 18 years ago
- 5a80ff6 Add \versionadded tag. by Georg Brandl · 18 years ago
- 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 18 years ago
- 8784bae Patch #1680978: consistently use "alive" instead of "active" in the by Georg Brandl · 18 years ago
- 90fd76a Its time to stop listing (Unix, Windows) when we really mean "everything but Mac OS 9" by Gregory P. Smith · 18 years ago
- 859b7c1 correct order and names of the less often used keyword parameters. by Gregory P. Smith · 18 years ago
- 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 18 years ago
- 8044e5b Deprecate commands.getstatus(). by Georg Brandl · 18 years ago
- 8e84c65 Patch #1393667: pdb now has a "run" command which restarts the debugged by Georg Brandl · 18 years ago
- c3a6431 Add versionadded marker for ctypes.c_bool. by Thomas Heller · 18 years ago
- 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
- 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 18 years ago
- d9bef35 Patch #1533909: the timeit module now accepts callables in addition to by Georg Brandl · 18 years ago
- 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
- 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 18 years ago
- c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
- 0692a26 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
- f252c7b Typo fix. by Georg Brandl · 18 years ago
- 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
- 2681beb Patch #1677862: Require a space or tab after import in .pth files. by Martin v. Löwis · 18 years ago
- ae04106 Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer. by Collin Winter · 18 years ago
- b7b2b4e Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822. by Collin Winter · 18 years ago
- 1190a38 Patch #957003: Implement smtplib.LMTP. by Martin v. Löwis · 18 years ago
- a30fcb4 Introduce test.test_support.TransientResource. It's a context manager to by Brett Cannon · 18 years ago
- 6c932ad Fix #1676656: \em is different from \emph... by Georg Brandl · 18 years ago
- 1843b68 Add missing ) in parenthical remark. by Martin v. Löwis · 18 years ago
- 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
- f08c073 Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 18 years ago
- d0a9625 Patch #787789: allow to pass custom TestRunner instances to unittest's by Georg Brandl · 18 years ago
- cadbbfc add versionadded info by George Yoshida · 18 years ago
- ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 18 years ago
- ff432e6 Patch #1663234: you can now run doctest on test files and modules by Georg Brandl · 18 years ago
- 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
- c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 18 years ago
- f2ae27e Markup fix by Andrew M. Kuchling · 18 years ago
- 759410b Do not copy free variables to locals in class namespaces. by Jeremy Hylton · 18 years ago
- 5a3e812 - SF patch #1657613: add documentation for the Element interface by Fred Drake · 18 years ago
- d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
- cbac8ce Fixup docstrings for merge(). by Raymond Hettinger · 18 years ago
- 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
- bcc40ba Provide an example of defaultdict with non-zero constant factory function. by Raymond Hettinger · 18 years ago
- 00166c5 Add merge() function to heapq. by Raymond Hettinger · 18 years ago
- 9cb37fc Add missing \versionadded. by Georg Brandl · 19 years ago
- 983d100 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 19 years ago
- 9dca5ea Make functools.wraps() docs a bit clearer. by Georg Brandl · 19 years ago
- 91670d0 Bug #1658794: Remove extraneous 'this'. Will backport to 2.5. by Martin v. Löwis · 19 years ago
- 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 19 years ago
- c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 19 years ago
- a69aa32 Bug #1656581: Point out that external file objects are supposed to be by Lars Gustäbel · 19 years ago
- 441268f Bug #1656078: typo in in profile docs. by Georg Brandl · 19 years ago
- 7c4615b Update broken link. Will backport to 2.5. by Martin v. Löwis · 19 years ago
- 3156316 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 19 years ago
- 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
- 129bd52 No more raising of string exceptions! by Brett Cannon · 19 years ago
- a051536 Bug #1648191: typo in docs. by Georg Brandl · 19 years ago
- 391e917 Strengthen warning about using lock() by Andrew M. Kuchling · 19 years ago
- aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 19 years ago
- 1b0ce85 SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
- 3ffcfe2 [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them by Andrew M. Kuchling · 19 years ago
- f5c034a Add a note for strptime that just because strftime supports some extra by Brett Cannon · 19 years ago
- 2799aab Doc patch matching r53434 (htonl etc. now always take/return positive ints). by Guido van Rossum · 19 years ago
- 1ff01fb Added documentation for WatchedFileHandler (based on SF patch #1598415) by Vinay Sajip · 19 years ago
- 7ded34d Fix typo. by Georg Brandl · 19 years ago
- 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
- 78a132b Fix error where the end of a funcdesc environment was accidentally moved too by Brett Cannon · 19 years ago
- 764a7ec - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
- d92d3c7 typo fix by Gregory P. Smith · 19 years ago
- 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 19 years ago
- 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 19 years ago
- d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 19 years ago
- 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 19 years ago
- 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 19 years ago
- a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 19 years ago
- b688573 Two grammar fixes by Andrew M. Kuchling · 19 years ago
- 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 19 years ago
- ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 19 years ago
- 8183c63 Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 19 years ago
- 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 19 years ago
- 4cd69d4 [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 19 years ago
- 7366fce Note that guard_warnings_filter was added in 2.6 by George Yoshida · 19 years ago
- 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 19 years ago
- 0adf084 Fix a typo by Neal Norwitz · 19 years ago
- ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
- 70f4669 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 19 years ago
- 0a286d0 Fix pickle doc typo Patch #1608758 by George Yoshida · 19 years ago
- 9be4905 fix a versionchanged tag by George Yoshida · 19 years ago
- a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 19 years ago
- 73e7e05 Bug #1603789: grammatical error in Tkinter docs. by Georg Brandl · 19 years ago
- 3f96902 Bug #1601630: little improvement to getopt docs by Georg Brandl · 19 years ago
- 7ac0396 Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 19 years ago