- 08 Nis, 2016 1 kayıt (commit)
-
-
Brett Cannon yazdı
directories. Thanks to Wolfgang Langner for the bug report and initial version of the patch.
-
- 14 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #17758: Skip test_site if site.USER_SITE directory doesn't exist and cannot be created.
-
- 11 Şub, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
to format short Python version.
-
- 04 May, 2015 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 03 May, 2015 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 02 Şub, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
argument contains not permitted null character or byte.
-
- 12 Haz, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #21711: support for "site-python" directories has now been removed from the site module (it was deprecated in 3.4).
-
- 15 Nis, 2014 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
are built as builtins.
-
- 27 Mar, 2014 2 kayıt (commit)
- 11 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
Also, cleaned up an unused import.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 27 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 17 Eki, 2013 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Christian Heimes yazdı
-
- 13 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 12 Eki, 2013 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 11 Eki, 2013 3 kayıt (commit)
-
-
Christian Heimes yazdı
interpreter startup. stat_result and statvfs_result are now hard-coded to reside in the os module. The patch is based on Victor Stinner's patch.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
to speed up interpreter start.
-
- 14 Eyl, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
It now always checks, instead of only when the LICENSE file doesn't exist. It is also protected by the 'network' resource, and uses a HEAD request since we are only doing an existence check.
-
- 07 Eyl, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fixes issue #18206 Patch contributed by Berker Peksag and py.user
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 13 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
instead of manually listing tests for test.support.run_unittest().
-
- 12 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ImportError. The exception is raised by import when a module could not be found. Technically this is defined as no viable loader could be found for the specified module. This includes ``from ... import`` statements so that the module usage is consistent for all situations where import couldn't find what was requested. This should allow for the common idiom of:: try: import something except ImportError: pass to be updated to using ModuleNotFoundError and not accidentally mask ImportError messages that should propagate (e.g. issues with a loader). This work was driven by the fact that the ``from ... import`` statement needed to be able to tell the difference between an ImportError that simply couldn't find a module (and thus silence the exception so that ceval can raise it) and an ImportError that represented an actual problem.
-
- 18 Kas, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 04 Nis, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 05 Şub, 2012 2 kayıt (commit)
- 31 Eki, 2011 2 kayıt (commit)
- 03 Ock, 2011 3 kayıt (commit)
-
-
Éric Araujo yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87691 | eric.araujo | 2011-01-03 18:51:11 +0100 (lun., 03 janv. 2011) | 2 lines Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. ........
-
Éric Araujo yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87691 | eric.araujo | 2011-01-03 18:51:11 +0100 (lun., 03 janv. 2011) | 2 lines Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. ........
-
Éric Araujo yazdı
-
- 27 Ara, 2010 2 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87508 | r.david.murray | 2010-12-26 23:31:48 -0500 (Sun, 26 Dec 2010) | 5 lines Skip test that does not raise an error on Windows. I'm assuming that the putative path from the malformed pth file is simply not found and therefore ignored. ........
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87508 | r.david.murray | 2010-12-26 23:31:48 -0500 (Sun, 26 Dec 2010) | 5 lines Skip test that does not raise an error on Windows. I'm assuming that the putative path from the malformed pth file is simply not found and therefore ignored. ........
-