- 28 Sep, 2004 13 commits
-
-
Edward Loper authored
the expected output to match corresponding number literals in the actual output if their values are equal (to ten digits of precision).
-
Brett Cannon authored
-
Brett Cannon authored
the proper path directories for compiling extension modules.
-
Edward Loper authored
-
Edward Loper authored
-
Raymond Hettinger authored
Added a clarifying line to the docs.
-
Edward Loper authored
-
Edward Loper authored
-
Edward Loper authored
fact that compiler.ast.Function now takes a "decorators" argument.
-
Raymond Hettinger authored
the htons() function.
-
Raymond Hettinger authored
-
Greg Ward authored
-
Raymond Hettinger authored
-
- 27 Sep, 2004 10 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Edward Loper authored
-
Edward Loper authored
-
Edward Loper authored
- Fixed indentation for a verbatim block
-
- 26 Sep, 2004 13 commits
-
-
Tim Peters authored
but not entirely obvious use case.
-
Tim Peters authored
-
Tim Peters authored
-
Raymond Hettinger authored
Also, add a testcase. Formerly, the list_extend() code used several local variables to remember its state across iterations. Since an iteration could call arbitrary Python code, it was possible for the list state to be changed. The new code uses dynamic structure references instead of C locals. So, they are always up-to-date. After list_resize() is called, its size has been updated but the new cells are filled with NULLs. These needed to be filled before arbitrary iteration code was called; otherwise, that code could attempt to modify a list that was in a semi-invalid state. The solution was to change the ob->size field back to a value reflecting the actual number of valid cells.
-
Raymond Hettinger authored
by factoring out the common prefix (the delimiter).
-
Martin v. Löwis authored
Backported to 2.3.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
the process of writing docs for the other "missing" debug support functions.
-
Tim Peters authored
on option flags; added a versionadded decoration.
-
Tim Peters authored
-
Tim Peters authored
"soon", after I repair the LaTeX I somehow damaged.
-
Tim Peters authored
unittest support function, from the public interface. If they're not documented, they shouldn't be public.
-
- 25 Sep, 2004 4 commits
-
-
Raymond Hettinger authored
-
Tim Peters authored
-
Tim Peters authored
example. Squash repeated argument descriptions. Minor rewordings.
-
Tim Peters authored
and the LaTeX docs are in increasingly good shape.
-