summaryrefslogtreecommitdiff
path: root/fs/path.py
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typogcode@loowis.durge.org2014-10-191-1/+1
* Fixes, including hang bug in readlinewillmcgugan@gmail.com2014-10-161-1/+1
* doc fixwillmcgugan@gmail.com2014-03-201-2/+2
* createfile fixeswillmcgugan@gmail.com2013-09-101-0/+2
* doctest correctionwillmcgugan@gmail.com2013-06-281-1/+1
* simpler version of relativefromwillmcgugan@gmail.com2013-06-281-5/+6
* Added 'relativefrom' method to path.pywillmcgugan@gmail.com2013-06-281-0/+28
* More accurate (and possibly more efficient) version of the _requires_normaliz...gcode@loowis.durge.org2012-12-221-3/+1
* Made normpath('/.') and normpath('/..') behave more consistentlygcode@loowis.durge.org2012-12-221-2/+3
* Micro-optimization for normpath. I should probably leave that function alone ...willmcgugan@gmail.com2012-12-031-7/+4
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-011-43/+41
* fixwillmcgugan@gmail.com2012-11-261-1/+1
* InvalidCharsInPathErrorwillmcgugan@gmail.com2012-11-241-2/+0
* Fixes for backslashes on Linux issue, see Issue #139willmcgugan@gmail.com2012-11-241-65/+84
* Fixed backref exceptionwillmcgugan@gmail.com2012-08-071-1/+1
* Don't derive BackReferenceError from FSError. See comments on r773.btimby2012-04-201-1/+1
* Use explicit exception to detect invalid path (BackReferenceError), see comme...btimby2012-04-201-8/+12
* Some optimizationswillmcgugan2012-01-081-4/+17
* Fixes and documentationwillmcgugan2011-08-071-7/+14
* isabs functionwillmcgugan2011-05-261-0/+5
* Release Candidate!willmcgugan2011-04-241-1/+1
* Optimized normpath -- that that it was exactly snow before!willmcgugan2011-03-241-14/+16
* docstring tweak for basenamewillmcgugan2011-03-241-2/+8
* some python2.5 compatability fixes; thanks Andrew Schellerrfkelly02011-03-111-2/+2
* spelling fixesrfkelly02011-03-081-6/+6
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-4/+4
* allow uniform use of logging throughout the modulerfkelly02011-01-311-0/+4
* Fixed bug with normpath('.') and added testwillmcgugan2011-01-161-2/+2
* removed obsolute "objectree" module; use fs.path.PathMap insteadrfkelly02010-12-271-9/+35
* Some optimizationswillmcgugan2010-12-231-21/+35
* Small optimizationwillmcgugan2010-12-231-13/+17
* fs.path optimizations since these functions are called so frequentlywillmcgugan2010-12-201-30/+30
* test fixes for windozewillmcgugan2010-12-201-6/+4
* Major ftp improvmentswillmcgugan2010-12-131-0/+4
* Changed syntax for commands to be more url like, optimized sftps to use fewer...willmcgugan2010-12-091-0/+13
* Added FS command line scriptswillmcgugan2010-12-051-1/+42
* WatchableFS: generate more events in move() and movedir()rfkelly02010-09-161-4/+4
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+1
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-8/+19
* implement WatchableFS interface for OSFS using pyinotify on linuxrfkelly02010-04-071-2/+2
* include root dir in output of recursepath()rfkelly02010-04-061-7/+6
* add iternames() method to PathMaprfkelly02010-04-061-1/+29
* added PathMap class, a dict-like object with paths as keysrfkelly02010-04-061-0/+172
* More documentationwillmcgugan2010-01-021-0/+3
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-14/+54
* Some fixeswillmcgugan2009-11-291-1/+15
* Fixed issue with using copydir to copy to the root of a memoryfswillmcgugan2009-11-261-0/+4
* some error-handling simplificationsrfkelly02009-06-151-4/+2
* Rename 'helpers' to 'path'.rfkelly02009-06-041-0/+206
* Work in progresswillmcgugan2008-09-081-59/+0