- 10 May, 2002 2 kayıt (commit)
-
-
Greg Ward yazdı
Clarify explanations of header file search directories.
-
Fred Drake yazdı
Closes SF bug #554257. Not relevant to older releases.
-
- 09 May, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 08 May, 2002 10 kayıt (commit)
-
-
Jack Jansen yazdı
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 yazdı
-
Neil Schemenauer yazdı
pymalloc?
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Avoid checks for negative indices and duplicate checks for support of the sequence protocol.
-
Martin v. Löwis yazdı
-
- 07 May, 2002 8 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Updates for 2.2 Remove references to Makefile.pre.in build method
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
Bugfix candidate (I'll move it over myself).
-
- 06 May, 2002 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
xreadlines.xreadlines(). This closes SF patch #552804.
-
Andrew M. Kuchling yazdı
-
- 05 May, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
hierarchies to CoreFoundation object hierarchies and vice versa.
-
Tim Peters yazdı
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 kayıt (commit)
-
-
Martin v. Löwis yazdı
add it to the posix_methods.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
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 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
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 9 kayıt (commit)
-
-
Tim Peters yazdı
just checked into Zope's ZCTextIndex branch. This reduces the size of the .chm file by about 100KB.
-
Fred Drake yazdı
features.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
change to Doc/tools/node2label.pl (revision 1.13) makes this work.
-
Fred Drake yazdı
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 yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
copying it if at least 25% of the input block can be reclaimed.
-