- 31 Ara, 2001 7 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Just van Rossum yazdı
as Carbon-only
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
- 30 Ara, 2001 2 kayıt (commit)
-
-
Just van Rossum yazdı
- ctl.SetControlAction() - CreateScrollBarControl() - CreateSliderControl() - print traceback when callbacks fail
-
Martin v. Löwis yazdı
-
- 29 Ara, 2001 6 kayıt (commit)
-
-
Tim Peters yazdı
test_complex: repair new test's usage of vereq().
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 28 Ara, 2001 7 kayıt (commit)
-
-
Guido van Rossum yazdı
the finally clause. An exception here could happen when a daemon thread exits after the threading module has already been trashed by the import finalization, and there's not much of a point in trying to insist doing the cleanup in that stage. This should fix SF bug ##497111: active_limbo_lock error at program exit. 2.1.2 and 2.2.1 Bugfix candidate!
-
Guido van Rossum yazdı
deepcopy(), _reconstruct(): pass the memo to the other function, so that recursive data structures built out of new-style objects may be deeply copied correctly. 2.2.1 bugfix!
-
Guido van Rossum yazdı
deepcopy(), _reconstruct(): pass the memo to the other function, so that recursive data structures built out of new-style objects may be deeply copied correctly. 2.2.1 bugfix!
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
Instead of sending the real user and host, use "anonymous@" (i.e. no host name at all!) as the default anonymous FTP password. This avoids privacy violations.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Instead of sending the real user and host, use "anonymous@" (i.e. no host name at all!) as the default anonymous FTP password. This avoids privacy violations.
-
- 27 Ara, 2001 11 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
-
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 1 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.
-