- 21 May, 2003 1 commit
-
-
Raymond Hettinger authored
Fulfilled request to special case repetitions of lists of length 0 or 1.
-
- 20 May, 2003 15 commits
-
-
Andrew M. Kuchling authored
-
Barry Warsaw authored
in .po metadata caused a crash. Also, removed some unnecessary code. Backport candidate.
-
Barry Warsaw authored
in .po metadata caused a crash. Backport candidate.
-
Fred Drake authored
-
Tim Peters authored
really can't be smushed together. Bugfix candidate.
-
Fred Drake authored
-
Fred Drake authored
Line numbering of examples is not used elsewhere.
-
Christian Tismer authored
The presence of this bit controls, whether there are special fields for non-recursive calls.
-
Just van Rossum authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* added the missing parameter * put optional parameters in correct positional order
-
Raymond Hettinger authored
Paul Moore's patch to have timeit.py check the current directory for imports (instead of the directory for Lib/timeit.py).
-
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 11 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
-