- 16 Eyl, 2000 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
FRED, please check my monkey-see-monkey-do Tex fiddling!
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
with the recent change in 'get_platform()', we now have directory names like "build/lib-1.5-linux-i586". Idea and original patch by Rene Liebscher.
-
Greg Ward yazdı
-
- 15 Eyl, 2000 31 kayıt (commit)
-
-
Jack Jansen yazdı
This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all.
-
Neil Schemenauer yazdı
- document some of the tricky tests (hopefully correctly :)
-
Fred Drake yazdı
-
Fred Drake yazdı
based on the available headers. Update comments on the filename extensions used to reflect library differences. Added get() and setdefault() methods to the dbm object. Added docstrings, convert all methods to PyArg_ParseTuple() so that error messages will have the method names.
-
Fred Drake yazdı
use. Change the list of flag values for open() to a table. Markup consistency nits.
-
Jeremy Hylton yazdı
query string also some doc string reformatting and use of string methods instead of older string.splitfields
-
Neil Schemenauer yazdı
they are dead. Fixes bug #113812.
-
Fred Drake yazdı
this effect. This address one aspect of SourceForge bug #113797.
-
Barry Warsaw yazdı
message and Python version number and exit immediately. Closes patch #101496.
-
Barry Warsaw yazdı
-
Paul Prescod yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Paul Prescod yazdı
document element.
-
Guido van Rossum yazdı
crashed on an assert.
-
Guido van Rossum yazdı
This closes bug #110660.
-
Fred Drake yazdı
related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>.
-
Jeremy Hylton yazdı
Strings are unpickled by calling eval on the string's repr. This change makes pickle work like cPickle; it checks if the pickled string is safe to eval and raises ValueError if it is not. test suite modifications: Verify that pickle catches a variety of insecure string pickles Make test_pickle and test_cpickle use exactly the same test suite Add test for pickling recursive object
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
bgen-generated code work).
-
Jack Jansen yazdı
B format char.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
glob.glob("k:*py") (i.e., a raw drive letter + colon at the start) were using the root of the drive rather than the expected Windows behavior of using the drive's "current directory".
-
Tim Peters yazdı
directory less tedious.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-