- 24 Jan, 2008 13 commits
-
-
Raymond Hettinger authored
Clean-up and speed-up code by accessing numerator/denominator directly. There's no reason to enforce readonliness
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Gregory P. Smith authored
(also remove an unneeded import struct from test_largefile)
-
Neal Norwitz authored
I'm not sure this is the correct fix, but at least the test passes now and should be closer to correct.
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Add first-cut at an approximation function (still needs rounding tweaks). Add continued fraction conversions.
-
- 23 Jan, 2008 11 commits
-
-
Guido van Rossum authored
-
Kurt B. Kaiser authored
-
Guido van Rossum authored
-
Kurt B. Kaiser authored
Issue 1743, Issue 1862.
-
Guido van Rossum authored
-
Christian Heimes authored
The "can't load dll" message box on Windows is suppressed while an extension is loaded by calling SetErrorMode in dynload_win.c. The error is still reported properly.
-
Christian Heimes authored
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
-
Armin Rigo authored
improve portability of address length calculation for AF_UNIX sockets
-
Christian Heimes authored
-
Guido van Rossum authored
users and groups in LDAP/NIS. So I'm limiting the extra-heavy part of the tests to passwd/group files with at most 1000 entries.
-
Raymond Hettinger authored
-
- 22 Jan, 2008 11 commits
-
-
Gregory P. Smith authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Christian Heimes authored
Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
-
Christian Heimes authored
-
Georg Brandl authored
-
Gregory P. Smith authored
threading.enumerate() list after the join() for a brief period until it actually exited.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
storbinary() and storlines() methods.
-
- 21 Jan, 2008 5 commits
-
-
Brett Cannon authored
arguments to Make. This means there are no hyphens. Fix the '-s' check to silence distutils to now work.
-
Georg Brandl authored
-
Georg Brandl authored
Patch by Angelo Mottola, reviewed by MvL, tests by me.
-
Georg Brandl authored
-
Georg Brandl authored
-