- 20 Jul, 2001 14 commits
-
-
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 26 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.
-
Guido van Rossum authored
doesn't work -- it actually prevents the extensions from being built properly. So I'm changing the "sharedmods" target to what I presume it was before: PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
-
Andrew M. Kuchling authored
Add new low-level API for interpreter introspection Bump version number.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
SF patch #436376.
-
Martin v. Löwis authored
back-out 1.215 of configure.in and 1.34 of Makefile.pre.in Check for -Kpthread compiler support, and use this as the sole option for MT if available.
-
Martin v. Löwis authored
-
Thomas Wouters authored
bug #442627.
-
Steven M. Gava authored
-