summaryrefslogtreecommitdiffstats
path: root/Doc/library/fnmatch.rst
Commit message (Collapse)AuthorAgeFilesLines
* Backport source links from 3.x.Éric Araujo2011-08-191-6/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+4
| | | | informative adjunct to the docs.
* Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via ↵Georg Brandl2010-10-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82879 | stefan.krah | 2010-07-14 12:16:11 +0200 (Mi, 14 Jul 2010) | 3 lines High byte is the exit status. ........ r82958 | jean-paul.calderone | 2010-07-18 18:13:27 +0200 (So, 18 Jul 2010) | 1 line There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code. ........ r82959 | jean-paul.calderone | 2010-07-18 18:30:31 +0200 (So, 18 Jul 2010) | 1 line Document the extra epoll flags ........ r83109 | brett.cannon | 2010-07-23 18:58:21 +0200 (Fr, 23 Jul 2010) | 4 lines Mention in the fnmatch docs that meta-characters in translate cannot be quoted. Closes issue 9358. Thanks to Brian Brazil for the patch. ........ r83127 | martin.v.loewis | 2010-07-24 12:09:11 +0200 (Sa, 24 Jul 2010) | 2 lines Put listdir default argument into declaration. ........ r83224 | mark.dickinson | 2010-07-29 15:56:56 +0200 (Do, 29 Jul 2010) | 1 line Fix typo. ........ r83747 | gerhard.haering | 2010-08-06 08:12:05 +0200 (Fr, 06 Aug 2010) | 2 lines Issue #3854: Documented using the sqlite3 module with multiple threads. ........ r84162 | victor.stinner | 2010-08-18 00:01:02 +0200 (Mi, 18 Aug 2010) | 3 lines Replace :func: by :cfunc: To get links to the C functions ........
* improved phrasing, markup and exampleEzio Melotti2009-09-231-8/+9
|
* Enable doctest running for several other documents.Georg Brandl2008-03-221-1/+1
| | | | We have now over 640 doctests that are run with "make doctest".
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+91