- 15 Nis, 2008 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Andrew M. Kuchling yazdı
-
- 14 Nis, 2008 4 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Amaury Forgeot d'Arc yazdı
Some other minor updates in _warnings.c: - make a function static - rename a shadowing local variable
-
Amaury Forgeot d'Arc yazdı
-
Thomas Heller yazdı
better performance.
-
- 13 Nis, 2008 20 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
number of splits.
-
Brett Cannon yazdı
Windows.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Skip Montanaro yazdı
-
Brett Cannon yazdı
when it is run.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
length of the list storing the warning options.
-
Gregory P. Smith yazdı
gcc's profile guided optimization.
-
- 12 Nis, 2008 8 kayıt (commit)
-
-
Brett Cannon yazdı
'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 yazdı
the all_errors tuple.
-
Gregory P. Smith yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
-J and -X are now reserved for Jython and non-standard arguments (e.g. IronPython). I've added some extra comments to make sure the reservation don't get missed in the future.
-
- 11 Nis, 2008 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
PyIndex_Check() was introduced in Python 2.5.
-
- 10 Nis, 2008 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Gregory P. Smith yazdı
-