<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/macpath.py, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #9850: Fixed macpath.join() for empty first component.  Patch by</title>
<updated>2014-09-27T15:53:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-09-27T15:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ca534ab4957f3ed081133f2174543d8a560a4051'/>
<id>ca534ab4957f3ed081133f2174543d8a560a4051</id>
<content type='text'>
Oleg Oshmyan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oleg Oshmyan.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)</title>
<updated>2013-07-04T21:43:24+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2013-07-04T21:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cd171c8e92c10d327151400fd8f16b11a4964615'/>
<id>cd171c8e92c10d327151400fd8f16b11a4964615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18200: Update the stdlib (except tests) to use</title>
<updated>2013-06-14T00:57:26+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2013-06-14T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a140668faf18bf7f8d2ea15e57da5e2a0625292'/>
<id>0a140668faf18bf7f8d2ea15e57da5e2a0625292</id>
<content type='text'>
ModuleNotFoundError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ModuleNotFoundError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16706: get rid of os.error</title>
<updated>2012-12-18T20:02:39+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2012-12-18T20:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ad28c7f9dad791567afa0624acfb3ba430851965'/>
<id>ad28c7f9dad791567afa0624acfb3ba430851965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X</title>
<updated>2010-09-13T19:41:36+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-09-13T19:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ccb706cf0ab1e8feb9f0b8e29b4e14767f364dcf'/>
<id>ccb706cf0ab1e8feb9f0b8e29b4e14767f364dcf</id>
<content type='text'>
(macpath module).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(macpath module).
</pre>
</div>
</content>
</entry>
<entry>
<title>#9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes.</title>
<updated>2010-06-25T10:56:11+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2010-06-25T10:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5a3ef5b22af607666111c76764db0efffbef82be'/>
<id>5a3ef5b22af607666111c76764db0efffbef82be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 79195 via svnmerge from</title>
<updated>2010-03-21T12:29:50+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2010-03-21T12:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=54467e0daaadb5a9bb5ca8a3c7654dd310d2f230'/>
<id>54467e0daaadb5a9bb5ca8a3c7654dd310d2f230</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines

  Issue #8179: Fix macpath.realpath() on a non-existing path.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines

  Issue #8179: Fix macpath.realpath() on a non-existing path.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix macpath to deal with bytes</title>
<updated>2010-03-08T12:25:35+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2010-03-08T12:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=19b02d4558515e761755346dd1c119cf6ad55352'/>
<id>19b02d4558515e761755346dd1c119cf6ad55352</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue3187 for Macintosh platform:</title>
<updated>2008-10-03T21:57:20+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-10-03T21:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b186f3438419a6c881705a42db1ecc4e52f5241e'/>
<id>b186f3438419a6c881705a42db1ecc4e52f5241e</id>
<content type='text'>
macpath.py now accepts both unicode string and bytes as file names.
Also add more tests for these functions.

Reviewed by Benjamin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
macpath.py now accepts both unicode string and bytes as file names.
Also add more tests for these functions.

Reviewed by Benjamin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove os.path.walk</title>
<updated>2008-05-08T23:44:58+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2008-05-08T23:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d71ca41b37a2d57ac355de8194fdee846a612837'/>
<id>d71ca41b37a2d57ac355de8194fdee846a612837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
