History log of /external/python/cpython2/Lib/os2emxpath.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6a8163a928f9ff04242580c09216431ddd39cdbc 15-Apr-2016 Martin Panter <vadmium+py@gmail.com> Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc

This affects documentation and code comments.
/external/python/cpython2/Lib/os2emxpath.py
2bd8b22b6de76851a7e36dc4a92d20930335ff57 12-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #21840: Fixed expanding unicode variables of form $var in
posixpath.expandvars(). Fixed all os.path implementations on
unicode-disabled builds.
/external/python/cpython2/Lib/os2emxpath.py
4cc80ca921b4f6bce11bd7eec8bc6b561aa9f524 20-Feb-2010 Ezio Melotti <ezio.melotti@gmail.com> #3426: os.path.abspath now returns unicode when its arg is unicode.
/external/python/cpython2/Lib/os2emxpath.py
7b60464ceb845c3117e9524b17f30443423c3b9d 26-Aug-2006 Jack Diederich <jackdied@gmail.com> - Move functions common to all path modules into genericpath.py and have the
OS speicifc path modules import them.
- Have os2emxpath import common functions fron ntpath instead of using copies
/external/python/cpython2/Lib/os2emxpath.py
f0de6a18bb7b016a016dd58c49364ca63b965724 22-Aug-2005 Georg Brandl <georg@python.org> Bug #1266283: lexists() is not exported from os.path
/external/python/cpython2/Lib/os2emxpath.py
649f8e7de2ad8fc42748b56e8e64574478d2d7fe 03-Aug-2005 Georg Brandl <georg@python.org> patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.
/external/python/cpython2/Lib/os2emxpath.py
ae882f798435266b41a9c8966562102345a3eda5 30-Aug-2004 Johannes Gijsbers <jlg@dds.nl> Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
/external/python/cpython2/Lib/os2emxpath.py
bdec50f0277971830e307aff8090c1494a69f4ce 08-Jun-2004 Martin v. Löwis <martin@v.loewis.de> Feature request #935915: Add os.path.devnull.
/external/python/cpython2/Lib/os2emxpath.py
f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc 20-Oct-2003 Walter Dörwald <walter@livinglogic.de> Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
/external/python/cpython2/Lib/os2emxpath.py
117910dc445a2262bd96bbfefaf43714ae59c11b 14-Feb-2003 Skip Montanaro <skip@pobox.com> Migrate definitions of several platform-dependent path-related variables
into the relevant path modules. See patch #686397.
/external/python/cpython2/Lib/os2emxpath.py
61cdac6d3d00b4a1b34c64b2fae0e1be10b5fdb4 03-Jan-2003 Neal Norwitz <nnorwitz@gmail.com> Fix SF #659228, 'realpath' function missing from os.path

Also added realpath = abspath for os2emx, similar to windows/mac
which also don't really implement realpath.

Backport candidate, I think?
/external/python/cpython2/Lib/os2emxpath.py
96a60e4af574d72f14ad70fc4db5986e1ad42aa5 31-Dec-2002 Martin v. Löwis <martin@v.loewis.de> Patch #658927: Add getctime to os.path.
Document that getatime and getmtime may return floats.
/external/python/cpython2/Lib/os2emxpath.py
8696ebcd28d38f74ee0ffa2cd82d9db1c0bad8df 08-Oct-2002 Mark Hammond <mhammond@skippinet.com.au> Add os.path.supports_unicode_filenames for all platforms,
sys.getwindowsversion() on Windows (new enahanced Tim-proof <wink>
version), and fix test_pep277.py in a few minor ways.
Including doc and NEWS entries.
/external/python/cpython2/Lib/os2emxpath.py
32200aeac697fcb3f2b4528127a2fbf0a22a8f17 01-Jun-2002 Raymond Hettinger <python@rcn.com> Replaced obsolete stat module constants with equivalent attributes
/external/python/cpython2/Lib/os2emxpath.py
54f0222547b1e92cd018ef132307a6f793dc9505 01-Jun-2002 Raymond Hettinger <python@rcn.com> SF 563203. Replaced 'has_key()' with 'in'.
/external/python/cpython2/Lib/os2emxpath.py
863ac44b74cd66f7d289748816d65c65808c149b 16-Apr-2002 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/os2emxpath.py
8ca162f417c6a72faf02831457b4054a73087b78 07-Apr-2002 Guido van Rossum <guido@python.org> Partial introduction of bools where appropriate.
/external/python/cpython2/Lib/os2emxpath.py
bc0e9108261693b6278687f4fb4709ff76c2e543 05-Apr-2002 Tim Peters <tim.peters@gmail.com> Convert a pile of obvious "yes/no" functions to return bool.
/external/python/cpython2/Lib/os2emxpath.py
5cef57131fc02de55133e4eafdee27fb76456bb8 24-Feb-2002 Andrew MacIntyre <andymac@bullseye.apana.org.au> OS/2 EMX port Library and regression test changes:
Lib/
os.py
os2emxpath.py // added - OS/2 EMX specific path manipulation routines
popen2.py
site.py
Lib/test/
test_fcntl.py
test_longexp.py
/external/python/cpython2/Lib/os2emxpath.py