Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2f5f6a2595d4796fea3aecc8e2ed8b800033ecca
/
Lib
/
posixpath.py
384d249
join(): join one or more path components
by Barry Warsaw
· 28 years ago
422869a
Correct description of splitext().
by Guido van Rossum
· 28 years ago
d3876d3
Renamed all occurrences of posix to os.
by Guido van Rossum
· 28 years ago
bbb4e10
Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged.
by Guido van Rossum
· 29 years ago
a89b1ba
rationalized os.path.split() so split "/a/" yields "/a", ""
by Guido van Rossum
· 29 years ago
221df24
add splitdrive()
by Guido van Rossum
· 29 years ago
4359860
Let extensions start at the last period after the last slash in the name.
by Sjoerd Mullender
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
df56386
* posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')
by Guido van Rossum
· 31 years ago
c629d34
* change default line numbers for 'list' in pdb.py
by Guido van Rossum
· 32 years ago
4732ccf
Added emacs.py (for misc/py-connect.el).
by Guido van Rossum
· 32 years ago
509d24a
fix a typo in samestat() (ST_DEV, not STD_DEV);
by Guido van Rossum
· 33 years ago
2684738
Renamed to posixpath; changed def'n of split().
by Guido van Rossum
· 33 years ago
7ac4878
Make nicer comments. Added expanduser() and normcase() and isabs() and isfile().
by Guido van Rossum
· 33 years ago
bdfcfcc
New == syntax
by Guido van Rossum
· 33 years ago
470e761
Use AttributeError.
by Guido van Rossum
· 33 years ago
d3778f9
Added samefile() function.
by Guido van Rossum
· 33 years ago
4d0fdc3
path.cat --> join Added splitext
by Guido van Rossum
· 33 years ago
40d9304
Use 'stat' module instead of hardcoding information from <sys/stat.h>.
by Guido van Rossum
· 34 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago