- 05 May, 2002 1 kayıt (commit)
-
-
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 24 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.
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
"What's New in Python 2.2" documented that these would be removed in Python 2.3.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
See SF bug #551285.
-
Fred Drake yazdı
handlers were both set, but were not compatible. This change uses only the tp_getattro handler with a more "modern" approach. This fixes SF bug #551285.
-
Andrew M. Kuchling yazdı
Point to PEP 100 for MAL's Unicode proposal Fix URL for XML HOWTO Bump version number
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Skip Montanaro yazdı
strings or numbers
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
and xrange objects. This closes SF bug #550555.
-
Fred Drake yazdı
to make avoid regression.
-
- 01 May, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
This still does not work well since ctags does not do a good job with the Python headers, appearantly due to the DL_IMPORT macro. ;-(
-
Fred Drake yazdı
This closes SF bug #550409. Applying to release21-maint & release22-maint.
-
Fred Drake yazdı
-
- 30 Nis, 2002 3 kayıt (commit)
-
-
Barry Warsaw yazdı
define info-lookup-maybe-add-help.
-
Skip Montanaro yazdı
removed it from there and added it here)
-
Skip Montanaro yazdı
-