- 17 Apr, 2008 2 commits
-
-
Jeroen Ruigrok van der Werven authored
-
Raymond Hettinger authored
-
- 16 Apr, 2008 2 commits
-
-
Jeroen Ruigrok van der Werven authored
-
Jeroen Ruigrok van der Werven authored
-
- 15 Apr, 2008 8 commits
-
-
Mark Dickinson authored
undefined in ANSI C.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/ The right entry type to use isn't clear; operator seems wrong, because *,**,@ aren't being used in expressions here. I put them as 'statement'; 'syntax' might be better.
-
Benjamin Peterson authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore)
-
Neal Norwitz authored
-
Andrew M. Kuchling authored
-
- 14 Apr, 2008 4 commits
-
-
Alexandre Vassalotti authored
-
Amaury Forgeot d'Arc authored
Some other minor updates in _warnings.c: - make a function static - rename a shadowing local variable
-
Amaury Forgeot d'Arc authored
-
Thomas Heller authored
better performance.
-
- 13 Apr, 2008 20 commits
-
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
number of splits.
-
Brett Cannon authored
Windows.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Skip Montanaro authored
-
Brett Cannon authored
when it is run.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
-
Brett Cannon authored
length of the list storing the warning options.
-
Gregory P. Smith authored
gcc's profile guided optimization.
-
- 12 Apr, 2008 4 commits
-
-
Brett Cannon authored
'warnings' code in places where it was previously not possible (e.g., the parser). It could also potentially lead to a speed-up in interpreter start-up if the C version of the code (_warnings) is imported over the use of the Python version in key places. Closes issue #1631171.
-
Gregory P. Smith authored
the all_errors tuple.
-
Gregory P. Smith authored
-
Georg Brandl authored
-