- 06 Jan, 2002 1 commit
-
-
Guido van Rossum authored
-
- 05 Jan, 2002 10 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Martin v. Löwis authored
-
Fred Drake authored
instead of possibly twice by using a sequence of types to check for. Add a message to the ValueError that can be raised.
-
Fred Drake authored
-
Martin v. Löwis authored
for zone hours. Fixes #499169.
-
Martin v. Löwis authored
-
Fred Drake authored
Based on comment sent to python-docs.
-
Fred Drake authored
This closes SF bug #499505.
-
Fred Drake authored
-
- 04 Jan, 2002 8 commits
-
-
Just van Rossum authored
- clear error after failing PyArg_Parse()
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Just van Rossum authored
- print traceback - don't use fprintf() - clear exception (implied by PyErr_Print())
-
Just van Rossum authored
-
Steven M. Gava authored
further devel of highlight handling
-
Steven M. Gava authored
adjust configuration sources accordingly move SearchBindings.py into the attic now
-
- 03 Jan, 2002 6 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Steven M. Gava authored
plus misc fixes cleanups for new config system
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-
- 02 Jan, 2002 5 commits
-
-
Jack Jansen authored
starts with "-psn_". This means the drag-and-drop continues to work as expected, but we can now also do /Applications/Python.app/Contents/MacOS/python script.py from the command line, which is a lot easier with debugging. Pressing <option> at this point also has the expected effect of opening the options dialog!
-
Andrew M. Kuchling authored
-
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 1 commit
-
-
Jack Jansen authored
-