- 02 Jan, 2002 3 commits
-
-
Just van Rossum authored
- fixed GetThemeTextDimensions(): it has an in/out Point arg, not just out.
-
Just van Rossum authored
-
Just van Rossum authored
- Added a bunch of calls as functions with an optional MenuObj first argument. The same calls already exist as methods, but then the first arg isn't optional... The method versions could go as far as I'm concerned. Jack?
-
- 01 Jan, 2002 9 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
Added some support for Uicode arguments. Still leaves something to be desired, especially because of poor unicode support in PyArg_ParseTuple.
-
Jack Jansen authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
Test that the file methods raise ValueError when called on a closed file. Test .isatty() Test name, closed attributes
-
Neal Norwitz authored
This makes xreadlines behave like all other file methods (other than close() which just returns).
-
Martin v. Löwis authored
-
- 31 Dec, 2001 8 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Just van Rossum authored
as Carbon-only
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
- 30 Dec, 2001 2 commits
-
-
Just van Rossum authored
- ctl.SetControlAction() - CreateScrollBarControl() - CreateSliderControl() - print traceback when callbacks fail
-
Martin v. Löwis authored
-
- 29 Dec, 2001 6 commits
-
-
Tim Peters authored
test_complex: repair new test's usage of vereq().
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 28 Dec, 2001 7 commits
-
-
Guido van Rossum authored
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 authored
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 authored
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 authored
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
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 Dec, 2001 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
-
Jack Jansen authored
-
Fred Drake authored
-
Fred Drake authored
This should be included in Python 2.2.1.
-