- 31 Ara, 2002 6 kayıt (commit)
-
-
Guido van Rossum yazdı
nested list.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
The only thing missing now is the new date/time stuff.
-
Guido van Rossum yazdı
-
Neal Norwitz yazdı
I can't test this on the snake farm (no aix box is working). This change works for the submitter seems correct. Can anybody test this on 32- and 64- bit AIX?
-
- 30 Ara, 2002 34 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Fred Drake yazdı
- added docstring to exceptions
-
Fred Drake yazdı
- document InterpolationSyntaxError
-
Neal Norwitz yazdı
XXX Not sure this is correct.
-
Neal Norwitz yazdı
-
Fred Drake yazdı
- when the thread module isn't available, subsequent attempts to import threading should not suceed
-
Greg Ward yazdı
setrecsrc() -> set_recsrc().
-
Jack Jansen yazdı
-
Jack Jansen yazdı
things.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
it pass.
-
Fred Drake yazdı
-
Fred Drake yazdı
- correct some module names, add hyperlinks - wrap some long lines
-
Guido van Rossum yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
622537), with some nitpicking editorial changes.
-
Neal Norwitz yazdı
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 yazdı
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 yazdı
Disallow zero for days and months
-
Jack Jansen yazdı
-
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.
-