Zachary Ware
|
f126fa59f6
|
Issue #15414: Clean and correct the os.path.join docs.
In particular, correctly describe the behavior of ntpath.join.
Based on a patch by Dave Sawyer.
|
2014-10-10 16:03:14 -05:00 |
Benjamin Peterson
|
ecb4a1e49a
|
clarify that islink only really works if python knows about symlinks (closes #13143)
Patch from Yayoi Ukai.
|
2014-06-22 17:59:35 -07:00 |
Serhiy Storchaka
|
26d936a71e
|
Issue #19795: Improved markup of True/False constants.
|
2013-11-29 12:16:53 +02:00 |
Serhiy Storchaka
|
361994c8e9
|
Issue #19207: Improved cross-references in the os, os.path, and posix modules
documentation.
|
2013-10-13 20:25:30 +03:00 |
Georg Brandl
|
dc801844c1
|
Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time
|
2013-10-06 09:52:55 +02:00 |
R David Murray
|
4f0102f189
|
#18389: Clarify that relpath does not access the file system.
Initial patch by Madison May.
|
2013-07-12 18:21:41 -04:00 |
Terry Jan Reedy
|
271e56e887
|
Issue #17415: Trim trailing whitespace
|
2013-03-17 15:28:10 -04:00 |
Terry Jan Reedy
|
3e50fb3f69
|
Issue #17415: Clarify 'this' referent by moving containing sentence just after
the sentence referred to. Make other minor edits to improve flow.
|
2013-03-17 15:21:26 -04:00 |
R David Murray
|
b847c7fcfe
|
#16877: Add mention that shell-style path expansions are not automatic.
|
2013-01-06 16:14:57 -05:00 |
Chris Jerdonek
|
55b4cfb992
|
Add hyperlinks to the docs of some os.path functions (issue #16552).
|
2012-11-25 20:35:23 -08:00 |
Ezio Melotti
|
510ff54324
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
R David Murray
|
17e2b40aae
|
#9921: clarify os.path.join joining algorithm
The new wording is based on the comments in the code, which
match the actual behavior.
|
2011-06-23 21:19:25 -04:00 |
Georg Brandl
|
420cca92e8
|
Merged revisions 85253,85452-85454 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85253 | georg.brandl | 2010-10-06 10:52:48 +0200 (Mi, 06 Okt 2010) | 1 line
Copyedit of os.symlink() docs.
........
r85452 | georg.brandl | 2010-10-14 08:43:22 +0200 (Do, 14 Okt 2010) | 1 line
#10046: small correction to atexit docs.
........
r85453 | georg.brandl | 2010-10-14 08:46:08 +0200 (Do, 14 Okt 2010) | 1 line
#6825: small correction to split() docs.
........
r85454 | georg.brandl | 2010-10-14 08:48:47 +0200 (Do, 14 Okt 2010) | 1 line
Mention 2to3.
........
|
2010-11-26 07:21:01 +00:00 |
Victor Stinner
|
46287f551b
|
Merged revisions 84701,84784 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84701 | victor.stinner | 2010-09-11 02:22:12 +0200 (sam., 11 sept. 2010) | 5 lines
Issue #767645: fix os.path.supports_unicode_filenames definition
os.listdir(str) always returns unicode and it can return non-ascii filenames
even if supports_unicode_filenames is False.
........
r84784 | victor.stinner | 2010-09-13 21:41:36 +0200 (lun., 13 sept. 2010) | 2 lines
Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X
(macpath module).
........
|
2010-09-13 20:31:34 +00:00 |
Georg Brandl
|
7d4bfb338d
|
Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
#8578: mention danger of not incref'ing weak referenced object.
........
r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
#7973: Fix distutils options spelling.
........
r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
#7386: add example that shows that trailing path separators are stripped.
........
r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
#8172: how does one use a property?
........
r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
#9451: strengthen warning about __*__ special name usage.
........
r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
#7280: note about nasmw.exe.
........
r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
#8861: remove unused variable.
........
r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
#8648: document UTF-7 codec functions.
........
r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line
#9037: add example how to raise custom exceptions from C code.
........
r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line
#9111: document that do_help() looks at docstrings.
........
r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line
Clarify that abs() is not a namespace.
........
r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line
#6867: epoll.register() returns None.
........
r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line
#9238: zipfile does handle archive comments.
........
|
2010-08-02 21:44:25 +00:00 |
Benjamin Peterson
|
7aaef849f9
|
Availability gets its own line
|
2010-05-06 22:33:46 +00:00 |
Georg Brandl
|
16a57f6a34
|
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
|
2009-04-27 15:29:09 +00:00 |
Georg Brandl
|
5d19610f8d
|
#1718017: document the relation of os.path and the posixpath, ntpath etc. modules better.
|
2009-04-05 10:41:02 +00:00 |
Georg Brandl
|
89b1296ab9
|
Normalize spelling of Mac OS X.
|
2009-04-05 10:29:57 +00:00 |
Ronald Oussoren
|
008af85dc0
|
Fix for issue 13095
|
2009-03-30 20:02:08 +00:00 |
Georg Brandl
|
9af9498c6e
|
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
|
2008-09-13 17:41:16 +00:00 |
Benjamin Peterson
|
fc7f493738
|
rephrase
|
2008-06-20 20:33:33 +00:00 |
Benjamin Peterson
|
0893a0a961
|
Add Py3k warnings to os.path.walk
|
2008-05-09 00:27:01 +00:00 |
Georg Brandl
|
0522548d61
|
Slashes allowed on Windows.
|
2008-01-26 11:02:22 +00:00 |
Georg Brandl
|
fe7dd50907
|
#1934: fix os.path.isabs docs.
|
2008-01-26 09:43:35 +00:00 |
Georg Brandl
|
cf3fb25932
|
Add :term: for generators.
|
2007-10-21 10:52:38 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |