- 20 Jul, 2001 23 commits
-
-
Fred Drake authored
-
Fred Drake authored
is complete: recompute _dirs_in_sys_path each time these functions are entered after module initialization is complete, and reset before returning to user code. This closes SF patch #442983.
-
Andrew M. Kuchling authored
distutils.util.get_platform() problems caused by the cruft contained in Cygwin's uname -s.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Move computation of sets of characters out of the body of the function that uses them.
-
Fred Drake authored
Work-around a font-lock bogosity.
-
Fred Drake authored
Remove unused import.
-
Fred Drake authored
to the string module. This was determined to be the right approach in SF bug #226706.
-
Andrew M. Kuchling authored
Mention additional new imaplib.py features (Don't expect to see an updated version of the Web page until around the 28th of July. Vacation time!)
-
Marc-André Lemburg authored
correctly and thus roundtrip-safe. Some minor cleanups of the code. Added tests for the roundtrip-safety.
-
Guido van Rossum authored
#caused warnings with the VMS C compiler. (SF bug #442998, in part.) On a narrow system the current code should never be executed since ch will always be < 0x10000. Marc-Andre: you may end up fixing this a different way, since I believe you have plans to generate \U for surrogate pairs. I'll leave that to you.
-
Fred Drake authored
already present in the "String literals" section, including comments on the "u" prefix and the additional escape sequences used for Unicode. This relates to SF bug #442526.
-
Guido van Rossum authored
Fix showstopper SF bug #442983: use of site.addsitedir() was broken because it references the global dirs_in_sys_path which is deleted. The fix avoids deleting that global. (My email through python.org or digicool.com is non-functional at the moment; use gvanrossum@home.com to reach me.)
-
Fred Drake authored
This closes SF bug #443059.
-
Piers Lauder authored
-
Piers Lauder authored
-
Piers Lauder authored
-
Tim Peters authored
parts Inno has no good answer for (read the comments at the top of the script).
-
Steven M. Gava authored
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
Steven M. Gava authored
-
- 19 Jul, 2001 17 commits
-
-
Fred Drake authored
Modified by Fred Drake. This closes SF patch #440827.
-
Fred Drake authored
This closes SF patch #440826.
-
Fred Drake authored
Part of SF patch #434992.
-
Fred Drake authored
This is part of SF patch #424992.
-
Fred Drake authored
This is part of SF patch #434992.
-
Fred Drake authored
This is part of SF patch #434992.
-
Fred Drake authored
-
Fred Drake authored
This is part of SF patch #434992.
-
Fred Drake authored
-
Fred Drake authored
This closes SF patch #440153.
-
Fred Drake authored
the directory separator, as required by the format specification. This closes SF bug #440693.
-
Tim Peters authored
-
Tim Peters authored
expected-output file.
-
Martin v. Löwis authored
-
Tim Peters authored
This is a Windows-specific glitch that's really due to that, e.g., ntpath.join("c:", "/abc") returned "/abc" instead of "c:/abc". Made join smarter. Bugfix candidate.
-
Fred Drake authored
This closes SF bug #440351. It should not be moved to Python 2.1.1.
-
Guido van Rossum authored
parsed correctly. Now they are.
-