| Commit message (Expand) | Author | Age | Files | Lines |
* | #5655: fix docstring oversight. | Georg Brandl | 2009-04-01 | 1 | -1/+1 |
|
|
* | Fix for glob.py if filesystem encoding is None. | Georg Brandl | 2007-03-20 | 1 | -1/+2 |
|
|
* | Patch #1001604: glob.glob() now returns unicode filenames if it was | Georg Brandl | 2007-03-07 | 1 | -4/+7 |
|
|
* | glob('anything*/') would fail because isdir is in os.path, not os. | Neal Norwitz | 2006-04-09 | 1 | -1/+1 |
|
|
* | Patch #943206: | Johannes Gijsbers | 2005-01-08 | 1 | -22/+40 |
|
|
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -2/+2 |
|
|
* | Patch #409973: Speedup glob.glob, add fnmatch.filter. | Martin v. Löwis | 2001-06-06 | 1 | -7/+6 |
|
|
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -41/+41 |
|
|
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -3/+3 |
|
|
* | New doc strings. | Guido van Rossum | 1997-04-02 | 1 | -1/+6 |
|
|
* | Never return a non-existing pathname. | Guido van Rossum | 1992-01-12 | 1 | -4/+13 |
|
|
* | Use module 'os' | Guido van Rossum | 1992-01-12 | 1 | -13/+10 |
|
|
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -2/+3 |
|
|
* | path.cat --> join | Guido van Rossum | 1991-08-16 | 1 | -2/+2 |
|
|
* | Initial revision | Guido van Rossum | 1991-01-01 | 1 | -0/+44 |
|
|