- 30 Ara, 2002 40 kayıt (commit)
-
-
Just van Rossum yazdı
- new import hooks in import.c, exposed in the sys module - new module called 'zipimport' - various changes to allow bootstrapping from zip files I hope I didn't break the Windows build (or anything else for that matter), but then again, it's been sitting on sf long enough... Regarding the latest discussions on python-dev: zipimport sets pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as /path/to/Archive.zip/subdir/ are supported again.
-
Jack Jansen yazdı
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
-
Guido van Rossum yazdı
-
Tim Peters yazdı
make the callers figure out the right tzinfo arguments to pass, instead of making the callees guess. The code is uglier this way, but it's less brittle (when the callee guesses, the caller can get surprised).
-
Fred Drake yazdı
the i in naive. More markup fixups.
-
Guido van Rossum yazdı
env. This adds @CFLAGS@ and @CPPFLAGS@ to the end of the respective variable definitions. It also adds $(LDFLAGS) to the $(CC) invocation to build $(PGEN).
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
version 4.1.1 and works with up to BerkeleyDB 4.1.25.
-
Barry Warsaw yazdı
test suite tests.
-
Tim Peters yazdı
of the timetz case. A tzinfo method will always see a datetimetz arg, or None, now. In the former case, it's still possible that it will get a datetimetz argument belonging to a different timezone. That will get fixed next.
-
Fred Drake yazdı
eventually.
-
Barry Warsaw yazdı
extension module now supports it.
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Neil Schemenauer yazdı
-
Raymond Hettinger yazdı
-
Neil Schemenauer yazdı
with sequences.
-
Jack Jansen yazdı
up in the Carbon package.
-
Neil Schemenauer yazdı
integers checked for integer overflow but longs did not.
-
Jack Jansen yazdı
-
Neil Schemenauer yazdı
andsq_inplace_repeat. This fixes a number of corner case bugs (see #624807). Consolidate the int and long sequence repeat code. Before the change, integers checked for integer overflow but longs did not.
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
Header.append()
-
Barry Warsaw yazdı
bug #648119.
-
Barry Warsaw yazdı
is passed straight through to the unicode() and ustr.encode() calls. I think it's the best we can do to address the UnicodeErrors in badly encoded headers such as is described in SF bug #648119.
-
Barry Warsaw yazdı
need more vetting, and it will be included in Python 2.3a1.
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
file, needed because some binary distros (read RPMs) don't include the test module in their standard Python package. This eliminates an external dependency and closes SF bug # 650441.
-
Barry Warsaw yazdı
binary distros (read RPMs) don't include the test module in their standard Python package. This eliminates an external dependency and closes SF bug # 650441.
-
Tim Peters yazdı
and that conversion to "timezone" None is the same as stripping the tzinfo member.
-
Barry Warsaw yazdı
the day in an RFC 2822 date.
-
Barry Warsaw yazdı
and the day number in an RFC 2822 date specification. See bug #552345.
-
Tim Peters yazdı
west of the US zones getting converted, and also by using Eastern "as if" it were UTC (wrt Pacific), and vice versa.
-
Barry Warsaw yazdı
-
Guido van Rossum yazdı
Check for readline 2.2 features. This should make it possible to compile readline.c again with GNU readline versions 2.0 or 2.1; this ability was removed in readline.c rev. 2.49. Apparently the older versions are still in widespread deployment on older Solaris installations. With an older readline, completion behavior is subtly different (a space is always added).
-
Barry Warsaw yazdı
specifically that dots are allowed in obs-phrase. This fixes parsing of dots in realnames.
-
Barry Warsaw yazdı
RFC 2822's rules w.r.t. dots in the realname part of address fields.
-
Andrew M. Kuchling yazdı
-