- 28 Dec, 2010 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install.
-
Georg Brandl authored
-
Georg Brandl authored
Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial.
-
Georg Brandl authored
-
Victor Stinner authored
Forbidden in C, stupid language!
-
Victor Stinner authored
Function removed by r83195.
-
Victor Stinner authored
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8.
-
- 27 Dec, 2010 12 commits
-
-
Victor Stinner authored
encoding instead of UTF-8.
-
Victor Stinner authored
encoding instead of UTF-8.
-
R. David Murray authored
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 authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
R. David Murray authored
I'm assuming that the putative path from the malformed pth file is simply not found and therefore ignored.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
R. David Murray authored
-
- 26 Dec, 2010 7 commits
-
-
Vinay Sajip authored
-
R. David Murray authored
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 authored
-
Éric Araujo authored
-
Terry Reedy authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 Dec, 2010 2 commits
-
-
Victor Stinner authored
pipes (bug specific to Windows). Improve also the unit test: write a portable unit test.
-
Brian Quinlan authored
-
- 24 Dec, 2010 9 commits
-
-
Brian Quinlan authored
-
R. David Murray authored
The RFC is bit hard to understand on this point, but the examples clearly show that parameter values that are encoded according to its charset/language rules don't have surrounding quotes, and the ABNF does not allow for quotes. So when we produce such encoded values, we no longer add quotes.
-
Terry Reedy authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-