- 27 Ara, 2001 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
This should be included in Python 2.2.1.
-
Guido van Rossum yazdı
alphabetical order (!), and the obsolete 'extend' directory is no longer mentioned. This and the erasure of the extend directory are 2.2.1 bugfix candidates (but only of you want to be thorough -- it's not like anybody cares :-).
-
Guido van Rossum yazdı
no longer exists. Docs for distutils are plenty elsewhere.
-
Guido van Rossum yazdı
doesn't have the _HEAPTYPE flag set, e.g. for time.struct_time and posix.stat_result. This fixes the immediate symptoms of SF bug #496873 (cPickle / time.struct_time loop), replacing the infinite loop with an exception.
-
Guido van Rossum yazdı
statvfs_result was in fact the stat_result type object. :-( 2.2.1 bugfix!
-
Just van Rossum yazdı
input to stdout.
-
Fred Drake yazdı
useful.
-
- 26 Ara, 2001 6 kayıt (commit)
-
-
Fred Drake yazdı
instead of begin_y and begin_x for derwin(), subpad(), and subwin(). Reported for derwin() by Eric Huss. Added class annotations for the window methods so they would be properly described in the index.
-
Fred Drake yazdı
-
Fred Drake yazdı
"interpolation" in the text, to make the string formatting material easier to find. This closes SF bug #487165. Bugfix: this should be applied for Python 2.2.1.
-
Fred Drake yazdı
in response to Skip's comments in SF bug #487165. Make use of string methods instead of string module functions in most places. Add (and make the default) a way to collapse symbol entries into a single "Symbols" section in the generated index. This is similar to what makeindex does, but does not include entries beginning with an underscore.
-
Fred Drake yazdı
-
Fred Drake yazdı
This closes SF patch #496215. Add a little more detail to the example that had not been closed. Bugfix: this should be made part of 2.2.1.
-
- 25 Ara, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
Removed the ancient "#define ANY void". Bugfix candidate? Hard call. The bug report claims the existence of this #define creates conflicts with other packages, which is easy to believe. OTOH, some extension authors may still be relying on its presence. I'm afraid you can't win on this one.
-
Tim Peters yazdı
eval_frame(): Under -Qnew, INPLACE_DIVIDE wasn't getting handed off to INPLACE_TRUE_DIVIDE (like BINARY_DIVIDE was getting handed off to BINARY_TRUE_DIVIDE). Bugfix candidate.
-
- 23 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should definitely be backported to 2.2.1. I'll leave it to Jack to decide whether he wants to fix this in MacPython 2.2.
-
- 22 Ara, 2001 3 kayıt (commit)
-
-
Fred Drake yazdı
checkin (my fault!). Wrap some long lines and fix some markup inconsistencies.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
2.2.1 bugfix candidate.
-
- 21 Ara, 2001 12 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
This fixes SF bug #495896. Fix up various markup consistency & style guide conformance nits.
-
Fred Drake yazdı
-
Barry Warsaw yazdı
(ditto for PyMem_Free() -> PyMem_FREE()) to fix and close SF bug #495875 on systems that HAVE_SNPRINTF=0. Check in on both release-22 branch and trunk.
-
Andrew M. Kuchling yazdı
Question for Jack Jansen: is this reasonable? Candidate for 2.2 release branch (if Jack thinks it's OK).
-
Anthony Baxter yazdı
Make dumbdbm merely "dumb", rather than "terminally broken". Without this patch, it's almost impossible to use dumbdbm _without_ causing horrible datalossage. With this patch, dumbdbm passes my own horrible torture test, as well as the roundup test suite. dumbdbm really could do with a smidgin of a rewrite or two, but that's not suitable for the release21-maint branch.
-
Andrew M. Kuchling yazdı
Describe super() very briefly A few minor reformattings and wording changes Set the release date (presumably tomorrow...)
-
Fred Drake yazdı
This closes SF bug #495609.
-
Fred Drake yazdı
This fixes SF bug #495221.
-
- 20 Ara, 2001 7 kayıt (commit)
-
-
Fred Drake yazdı
advice on docstrings. This fixes SF bug #495601.
-
Jack Jansen yazdı
-
Fred Drake yazdı
actual availability on Windows. This fixes SF bug #495191.
-
Fred Drake yazdı
right version this time. Thanks, Ping! (This was from SF patch #494582, "\index -> \indexii" version.)
-
Barry Warsaw yazdı
Utils.parseaddr('<>') -- i.e. on an empty address, returns the empty string. Built on rfc822, this used to return None.
-
Andrew M. Kuchling yazdı
Remove reference to this being a draft
-
Andrew M. Kuchling yazdı
-