- 30 Dec, 2002 40 commits
-
-
Guido van Rossum authored
tempfile.py already contained code to let it run without threads present; for Queue.py this is considered a useful feature too.
-
Guido van Rossum authored
-
Guido van Rossum authored
622537), with some nitpicking editorial changes.
-
Neal Norwitz authored
Initialize the small integers and __builtins__ in startup. This removes some if conditions. Change XDECREF to DECREF for values which shouldn't be NULL.
-
Jack Jansen authored
knows about plat-mac subdirectories, and configure adds a variable EXTRAPLATDIR. These together take care of copying Lib/plat-mac to the destination on darwin. Adding plat-mac is still done with a .pth file which is only created when you do a framework build. I'm not 100% happy with this, but fixing it really needs a functional pythonw in non-framework builds, and I don't think I can do that before 2.3a1 (but I'll try:-).
-
Neal Norwitz authored
Disallow zero for days and months
-
Jack Jansen authored
-
Just van Rossum authored
- 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 authored
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 authored
-
Tim Peters authored
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 authored
the i in naive. More markup fixups.
-
Guido van Rossum authored
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 authored
-
Barry Warsaw authored
version 4.1.1 and works with up to BerkeleyDB 4.1.25.
-
Barry Warsaw authored
test suite tests.
-
Tim Peters authored
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 authored
eventually.
-
Barry Warsaw authored
extension module now supports it.
-
Barry Warsaw authored
-
Fred Drake authored
-
Neil Schemenauer authored
-
Raymond Hettinger authored
-
Neil Schemenauer authored
with sequences.
-
Jack Jansen authored
up in the Carbon package.
-
Neil Schemenauer authored
integers checked for integer overflow but longs did not.
-
Jack Jansen authored
-
Neil Schemenauer authored
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 authored
-
Barry Warsaw authored
-
Barry Warsaw authored
Header.append()
-
Barry Warsaw authored
bug #648119.
-
Barry Warsaw authored
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 authored
need more vetting, and it will be included in Python 2.3a1.
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Barry Warsaw authored
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 authored
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 authored
and that conversion to "timezone" None is the same as stripping the tzinfo member.
-
Barry Warsaw authored
the day in an RFC 2822 date.
-