- 28 Ara, 2010 23 kayıt (commit)
-
-
Brian Curtin yazdı
existing and mentioned the OSError possibility.
-
Senthil Kumaran yazdı
-
Brian Curtin yazdı
when the user doesn't hold the symbolic link privilege rather than hiding it.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Replace "bytes" by "bytes object" in struct error messages * Document the API change in What's new in Python 3.2 * Fix test_wave * Remove also ugly implicit conversions in test_struct
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial.
-
Georg Brandl yazdı
-
Victor Stinner yazdı
Forbidden in C, stupid language!
-
Victor Stinner yazdı
Function removed by r83195.
-
Victor Stinner yazdı
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8.
-
- 27 Ara, 2010 12 kayıt (commit)
-
-
Victor Stinner yazdı
encoding instead of UTF-8.
-
Victor Stinner yazdı
encoding instead of UTF-8.
-
R. David Murray yazdı
I've only tested regular runs and -j runs. If I've broken anything else I'm sure I'll hear about it sooner or later.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
R. David Murray yazdı
I'm assuming that the putative path from the malformed pth file is simply not found and therefore ignored.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
R. David Murray yazdı
-
- 26 Ara, 2010 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
R. David Murray yazdı
If a .pth file contained an error, it could cause a traceback in site.py, terminating its processing. In 2.7 and 3.2, the interpreter will then not start. Previously, a message would print saying to use -v to get the traceback. In either case, the traceback generated for a failed .pth file did not include the .pth filename, making it difficult to debug the problem. Now site.py reports not only the .pth filename but also the line number causing the error, and just skips the remainder of the file.
-
Vinay Sajip yazdı
-
Éric Araujo yazdı
-
Terry Reedy yazdı
-