- 09 May, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 08 May, 2002 10 commits
-
-
Jack Jansen authored
Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! Transparent handling of unknown CFType objects still TBD.
-
Jack Jansen authored
-
Neil Schemenauer authored
pymalloc?
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Avoid checks for negative indices and duplicate checks for support of the sequence protocol.
-
Martin v. Löwis authored
-
- 07 May, 2002 8 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Updates for 2.2 Remove references to Makefile.pre.in build method
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Jack Jansen authored
Bugfix candidate (I'll move it over myself).
-
- 06 May, 2002 3 commits
-
-
Andrew M. Kuchling authored
-
Fred Drake authored
xreadlines.xreadlines(). This closes SF patch #552804.
-
Andrew M. Kuchling authored
-
- 05 May, 2002 2 commits
-
-
Jack Jansen authored
hierarchies to CoreFoundation object hierarchies and vice versa.
-
Tim Peters authored
and the .seed() and .whseed() methods failed to reset it. In other words, setting the seed didn't completely determine the sequence of results produced by random.gauss(). It does now. Programs repeatedly mixing calls to a seed method with calls to gauss() may see different results now. Bugfix candidate (random.gauss() has always been broken in this way), despite that it may change results.
-
- 04 May, 2002 3 commits
-
-
Martin v. Löwis authored
add it to the posix_methods.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
generations is now an array. This cleans up some code and makes it easy to change the number of generations. Also, implemented a gc_list_is_empty() function. This makes the logic a little clearer in places. The performance impact of these changes should be negligible. One functional change is that allocation/collection counters are always zeroed at the start of a collection. This should fix SF bug #551915. This change is too big for back-porting but the minimal patch on SF looks good for a bugfix release.
-
- 03 May, 2002 2 commits
-
-
Martin v. Löwis authored
-
Fred Drake authored
This patch adds Milan Zamazal's conversion script and modifies the mkinfo script to build the info doc files from the LaTeX sources. Currently, the mac, doc and inst TeX files are not handled. Explicitly checks for GNU Emacs 21.
-
- 02 May, 2002 11 commits
-
-
Tim Peters authored
just checked into Zope's ZCTextIndex branch. This reduces the size of the .chm file by about 100KB.
-
Fred Drake authored
features.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
change to Doc/tools/node2label.pl (revision 1.13) makes this work.
-
Fred Drake authored
to do the inplace-edit with a backup file. A quick test leads me to believe this is sufficient to allow building the documentation on Cygwin; a full test is in progress.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
copying it if at least 25% of the input block can be reclaimed.
-
Martin v. Löwis authored
-
Fred Drake authored
-