- 20 May, 2003 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
- 19 May, 2003 4 commits
-
-
Kurt B. Kaiser authored
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 authored
-
Skip Montanaro authored
* Add optional delimiters arg to Sniffer.sniff() which restricts the set of candidate field delimiters.
-
Kurt B. Kaiser authored
Modified Files: idle idle.py idle.pyw
-
- 18 May, 2003 9 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
being relative to the end of the array, just like list.insert() does. This closes SF bug #739313.
-
Brett Cannon authored
-
Tim Peters authored
perpetrated by the time and datetime classes.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
Modified Files: config-extensions.def config-highlight.def config-keys.def config-main.def
-
Walter Dörwald authored
-
Walter Dörwald authored
(code coverage for Modules/arraymodule.c is at 91%) From SF patch #736962.
-
- 17 May, 2003 15 commits
-
-
Kurt B. Kaiser authored
i.e. improve subprocess exit paths and exeception reporting
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Tim Peters authored
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 authored
-
Samuele Pedroni authored
-
Tim Peters authored
-
Kurt B. Kaiser authored
[ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent AutoIndent was merged with EditorWindow, this patch corrects the references in ParenMatch.
-
Kurt B. Kaiser authored
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 authored
-
Samuele Pedroni authored
-
Tim Peters authored
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 authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 16 May, 2003 9 commits
-
-
Raymond Hettinger authored
-
Tim Peters authored
-
Tim Peters authored
-
Marc-André Lemburg authored
-
Tim Peters authored
-
Raymond Hettinger authored
-
Jim Fulton authored
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 authored
Added a note that the mechanism for defining new tyoes documented here only works for Python 2.2 and higher.
-
Jim Fulton authored
type implementation. Note that this same example lives in Modules/xxmodule.c. (It is just as out of date there.)
-