- 20 Mar, 2006 18 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
Including unittest.
-
Neal Norwitz authored
-
Anthony Baxter authored
-
Neal Norwitz authored
more consistent (and smaller by 85 lines or so).
-
Neal Norwitz authored
Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict()
-
Neal Norwitz authored
-
Anthony Baxter authored
-
Neal Norwitz authored
This was a fair amount of rework of the patch. Refactored test_fork1 so it could be reused by the new tests for wait3/4. Also made them into new style unittests (derive from unittest.TestCase).
-
Anthony Baxter authored
-
Anthony Baxter authored
expand tabs.
-
Anthony Baxter authored
-
Anthony Baxter authored
This patch adds a-LAW encoding to audioop and replaces the old u-LAW encoding/decoding code with the current code from sox. Possible issues: the code from sox uses int16_t. Code by Lars Immisch
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
returns a non-string when converting %Z. Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
This will hopefully get rid of some Coverity warnings, be a hint to developers, and be marginally faster. Some asserts were added when the type is currently known, but depends on values from another function.
-
- 19 Mar, 2006 2 commits
-
-
Kurt B. Kaiser authored
kills GUI. Report from B. Sherwood. Backport to 2.3.4.
-
Georg Brandl authored
-
- 18 Mar, 2006 10 commits
-
-
Barry Warsaw authored
wildcards.
-
Hye-Shik Chang authored
-
Walter Dörwald authored
-
Barry Warsaw authored
-
Barry Warsaw authored
and NEWS updates.
-
Walter Dörwald authored
PyCodec_IncrementalDecoder().
-
Walter Dörwald authored
-
Thomas Heller authored
-
Georg Brandl authored
-
Georg Brandl authored
cell object. Now, a ``cell_contents`` attribute has been added (closes patch #1170323).
-
- 17 Mar, 2006 10 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
now exposed via new get...() methods.
-
Georg Brandl authored
-
Georg Brandl authored
Now only Modules/timingmodule.c is left. Should that be removed, too? (dito for clmodule and svmodule)
-
Nick Coghlan authored
Fix bug 1441408 where a double colon didn't trigger extended slice semantics (applies patch 1452332)
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
- cast is implemented as a foreign function now - On Windows, it is now possible to access functions exported by ordinal only
-