- 02 Aug, 2008 6 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
while running under -3.
-
Brett Cannon authored
-3.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Aug, 2008 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
have the feature of putting all the small EBNF snippets together into one big file.
-
Jesse Noller authored
-
Martin v. Löwis authored
Fixes part of #3131.
-
Mark Dickinson authored
-
Brett Cannon authored
-
Brett Cannon authored
unpacking in a parameter list and set some constants by hand that were pulled from the 'compiler' package.
-
Brett Cannon authored
SyntaxWarning as triggered by -3.
-
Brett Cannon authored
by -3.
-
Brett Cannon authored
-
- 31 Jul, 2008 9 commits
-
-
Amaury Forgeot d'Arc authored
the freelist contained half-initialized objects with freed pointers. The comment /* XXX UNREF/NEWREF interface should be more symmetrical */ was copied from tupleobject.c, and appears in some other places. I sign the petition.
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
The argument was fetched in a long, but PyUnicode_FromOrdinal takes an int. (why doesn't gcc issue a truncation warning in this case?)
-
Neal Norwitz authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Brett Cannon authored
-
Raymond Hettinger authored
both a keyword argument and star arguments.
-
Amaury Forgeot d'Arc authored
make sure that PyErr_ExceptionMatches returns 0 when an exception occurs there.
-
- 30 Jul, 2008 9 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
that were missed by r65308
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
Also minor cleanups to the code: fix tabbing, remove trailing whitespace, and reformat to fit into 80 columns.
-
Raymond Hettinger authored
-
- 29 Jul, 2008 4 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
version of msum by a version using a different algorithm, and use the new float.fromhex method to specify test results exactly.
-
Jesus Cea authored
can be a bit loaded), and be sure to yield the CPU when waiting.
-
Jesus Cea authored
-
- 28 Jul, 2008 2 commits
-
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-