- 16 Sep, 2000 12 commits
-
-
Fred Drake authored
document.
-
Fred Drake authored
advertised as the canonical form.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
FRED, please check my monkey-see-monkey-do Tex fiddling!
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
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 authored
-
- 15 Sep, 2000 28 commits
-
-
Jack Jansen authored
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 authored
- document some of the tricky tests (hopefully correctly :)
-
Fred Drake authored
-
Fred Drake authored
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 authored
use. Change the list of flag values for open() to a table. Markup consistency nits.
-
Jeremy Hylton authored
query string also some doc string reformatting and use of string methods instead of older string.splitfields
-
Neil Schemenauer authored
they are dead. Fixes bug #113812.
-
Fred Drake authored
this effect. This address one aspect of SourceForge bug #113797.
-
Barry Warsaw authored
message and Python version number and exit immediately. Closes patch #101496.
-
Barry Warsaw authored
-
Paul Prescod authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Paul Prescod authored
document element.
-
Guido van Rossum authored
crashed on an assert.
-
Guido van Rossum authored
This closes bug #110660.
-
Fred Drake authored
related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>.
-
Jeremy Hylton authored
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 authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
bgen-generated code work).
-
Jack Jansen authored
B format char.
-
Martin v. Löwis authored
-
Tim Peters authored
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 authored
directory less tedious.
-
Martin v. Löwis authored
-