- 02 Jul, 2003 16 commits
-
-
Just van Rossum authored
Use isinstance() instead of comparing types directly, to enable subclasses of str and unicode to be used as patterns. Blessed by /F.
-
Skip Montanaro authored
mode. Note that the only restriction on the csvfile passed to writer objects is that it have a write method.
-
Raymond Hettinger authored
Clarify parameter name.
-
Raymond Hettinger authored
-
Fred Drake authored
-
Fred Drake authored
this in SF patch #732174.
-
Just van Rossum authored
-
Fred Drake authored
elsewhere (lines between columns).
-
Fred Drake authored
(which is not to say it's right), so re-enable it. Documenting Python and Installing Python Modules still have problems when converting to GNU info, so we'll continue to leave them out for now.
-
Fred Drake authored
Some of this is still pretty iffy.
-
Andrew MacIntyre authored
because it was still looking in the ossaudiodev module namespace for this symbol. As the symbol has already been rebound as a global, use that instead.
-
Andrew MacIntyre authored
scope of the _XOPEN_SOURCE and _POSIX_C_SOURCE symbols, including: - getloadavg() - typedefs for u_int, u_long, u_char, u_short, ushort & uint These are now all defined under the control of a __BSD_VISIBLE symbol. The lack of the typedefs causes several extension modules to build incorrectly or not at all, and is the cause of failures reported for test_socket and test_tempfile on this platform (see python-dev: 29/6/03, pieterb@gewis.nl, "Running tests on freebsd5") This change does not appear to be needed in the 2.2 branch.
-
Fred Drake authored
implementation, so remove this decoy (it break formatting of the GNU info version of the docs).
-
Fred Drake authored
-
Jack Jansen authored
name was giving problems with some tar implementations.
-
Neal Norwitz authored
-
- 01 Jul, 2003 22 commits
-
-
Neal Norwitz authored
Tk 8.4 may return different values than 8.3. This fix should handle either version.
-
Just van Rossum authored
version of plistlib.py (r1.2)
-
Just van Rossum authored
- use isinstance instead of flaky file-detection code
-
Neal Norwitz authored
-
Tim Peters authored
mostly for convenience and to aid debugging.
-
Tim Peters authored
-
Fred Drake authored
closes SF bug #764003 - fix markup for consistency
-
Fred Drake authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Backport candidate
-
Tim Peters authored
on Windows.
-
Tim Peters authored
Bugfix candidate.
-
Neal Norwitz authored
Don't run any tests if there is no ssl support.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Contributed by Gerritt Holl) * Remove the last mentions of string exceptions * Reference a third-party repository of programs * Minor clarification of comp.lang.py posting volumes
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
Flesh out docs to better explain time.strptime (closes bug #697990).
-
Neal Norwitz authored
Pass the proper variable when the user supplies a directory. Will backport.
-
Neal Norwitz authored
Don't check expanduser('~') if the home directory == the root directory (ie, we are running as root).
-
Mark Hammond authored
defering to the encodings package. As described in [ 763111 ] mbcs encoding should skip encodings package
-
- 30 Jun, 2003 2 commits
-
-
Neal Norwitz authored
-
Thomas Heller authored
Closes sf #761401. Backport candidate.
-