- 20 May, 2003 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
Paul Moore's patch to have timeit.py check the current directory for imports (instead of the directory for Lib/timeit.py).
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 19 May, 2003 4 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
subprocess polling has terminated. Tk callit gets unhappy if it can't find the function 'after' scheduled to run. M PyShell.py
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
* Add optional delimiters arg to Sniffer.sniff() which restricts the set of candidate field delimiters.
-
Kurt B. Kaiser yazdı
Modified Files: idle idle.py idle.pyw
-
- 18 May, 2003 9 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
being relative to the end of the array, just like list.insert() does. This closes SF bug #739313.
-
Brett Cannon yazdı
-
Tim Peters yazdı
perpetrated by the time and datetime classes.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Modified Files: config-extensions.def config-highlight.def config-keys.def config-main.def
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
(code coverage for Modules/arraymodule.c is at 91%) From SF patch #736962.
-
- 17 May, 2003 15 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
i.e. improve subprocess exit paths and exeception reporting
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Tim Peters yazdı
one good use: a subclass adding a method to express the duration as a number of hours (or minutes, or whatever else you want to add). The native breakdown into days+seconds+us is often clumsy. Incidentally moved a large chunk of object-initialization code closer to the top of the file, to avoid worse forward-reference trickery.
-
Tony Lownds yazdı
-
Samuele Pedroni yazdı
-
Tim Peters yazdı
-
Kurt B. Kaiser yazdı
[ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent AutoIndent was merged with EditorWindow, this patch corrects the references in ParenMatch.
-
Kurt B. Kaiser yazdı
SF Patch 686254 "Run IDLEfork from any directory without set-up" Allows IDLE to run when not installed and cwd is not the IDLE directory. I took the liberty of moving it to the startup scripts since once IDLEfork is again a part of Python it will be superfluous and I don't want it to be forgotten. But it is very useful for those using IDLEfork standalone! M CREDITS.txt M NEWS.txt M idle M idle.py M idle.pyw
-
Skip Montanaro yazdı
-
Samuele Pedroni yazdı
-
Tim Peters yazdı
attributes and methods work, that new arguments can be passed to the constructor, and that inherited methods and attrs still work. Added XXX comments about what to do when datetime becomes usably subclassable too (it's not yet).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 16 May, 2003 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Marc-André Lemburg yazdı
-
Tim Peters yazdı
-
Raymond Hettinger yazdı
-
Jim Fulton yazdı
Added some defines for PyMODINIT_FUNC so that the examples work with Python 2.2. I think I'm done hacking this documentation. Yippie! :)
-
Jim Fulton yazdı
Added a note that the mechanism for defining new tyoes documented here only works for Python 2.2 and higher.
-