- 02 Ock, 2009 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 14 Tem, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python.
-
- 12 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Mar, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Thanks to Wummel for the patch
-
- 06 Haz, 2006 1 kayıt (commit)
-
-
Martin Blais yazdı
Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.)
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 21 Haz, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 20 May, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 06 Nis, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 24 Mar, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 03 Mar, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
exception of the ProgressBar, which I think is okay to show in the background). This is a prerequisitite for the fix of #684975.
-
- 21 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
eventProc (which simply drops all events on the floor). Also added a method SetDefaultEventProc through which frameworks can set a global event handler (which can still be overridden on a per-call basis with the eventProc argument).
-
- 26 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 21 Ock, 2003 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
help.
-
Jack Jansen yazdı
-
- 17 Ock, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
- AskFileForSave didn't work for string return values - filterProc didn't work.
-
Jack Jansen yazdı
are going to replace StandardGetFile() and friends. Main differences are that these allow you to ask for specific datatypes to be returned (FSSpec, FSRef, string, unicode or subtypes thereof) and that they provide access to underlying features of Navigation Services through keyword arguments.
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
-
- 30 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
attributes are no longer supported.
-
- 07 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
dialogs are now stored in Mac/Lib, and loaded on demand through macresource. Not only does this simplify a MacPython based on Apple's Python, but it also makes Mac error codes come out symbolically when running command line python (if you have Mac/Lib in your path). The resource files are copied from Mac/Resources. The old ones will disappear after the OS9 build procedure has been adjusted.
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 26 Haz, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. Also put in a safeguard against very long help strings.
-
- 09 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 27 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
get these by specifying maxval=0, which is now also the default. Untested.
-
- 25 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 27 Tem, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 26 Haz, 2001 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 23 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
-
- 21 Eyl, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv.
-
- 25 Agu, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 24 Tem, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 10 Şub, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
button (i.e. an empty label hides the button).
-
- 18 Ock, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
-
- 13 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
-