- 13 Jan, 2007 9 commits
-
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
This change allows running PyBench under Jython.
-
Marc-André Lemburg authored
Pretty-print the Python version used for running PyBench. Let the user know when calibration has finished. [ 1563844 ] pybench support for IronPython: Simplify Unicode version detection. Make garbage collection and check interval settings optional if the Python implementation doesn't support thess (e.g. IronPython).
-
Peter Astrand authored
-
Marc-André Lemburg authored
Change the cache for _sys_version() to take the parameter into account. Add support for parsing the IronPython 1.0.1 sys.version value - even though it still returns '1.0.0'; the version string no longer includes the patch level.
-
Neal Norwitz authored
-
Marc-André Lemburg authored
Add new API linux_distribution() which supports reading the full distribution name and also knows how to parse LSB-style release files. Redirect the old dist() API to the new API (using the short distribution name taken from the release file filename). Add branch and revision to _sys_version(). Add work-around for Cygwin to libc_ver(). Add support for IronPython (thanks for Anthony Baxter) and make Jython support more robust.
-
Georg Brandl authored
-
Brett Cannon authored
-
- 12 Jan, 2007 5 commits
-
-
Thomas Heller authored
Kammerhofer.
-
Thomas Heller authored
Kammerhofer. release25-maint backport candidate, but the release manager has to decide.
-
Thomas Heller authored
imported on non-windows systems.
-
Anthony Baxter authored
cause the right files to be rebuilt.
-
Brett Cannon authored
far down.
-
- 11 Jan, 2007 5 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
of HANDLE, WPARAM, LPARAM data types. Make parameterless foreign function calls work.
-
Raymond Hettinger authored
-
Matthias Klose authored
-
Matthias Klose authored
-
- 10 Jan, 2007 5 commits
-
-
Guido van Rossum authored
was getting complaints from pychecker.)
-
Thomas Heller authored
-
Thomas Heller authored
-
Gustavo Niemeyer authored
-
Gustavo Niemeyer authored
stated in http://docs.python.org/lib/built-in-funcs.html as well.
-
- 09 Jan, 2007 4 commits
-
-
Thomas Heller authored
module. Will backport to release25-maint.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
Bug #1627575: Added _open() method to FileHandler which can be used to reopen files. The FileHandler instance now saves the encoding (which can be None) in an attribute called "encoding".
-
- 08 Jan, 2007 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
Bare except clause removed from LogRecord.__init__. Now, only ValueError, TypeError and AttributeError are trapped. (SF #411881)
-
Vinay Sajip authored
Bare except clause removed from SocketHandler.createSocket(). Now, only socket.error is trapped. (SF #411881)
-
Raymond Hettinger authored
-
- 07 Jan, 2007 2 commits
-
-
Peter Astrand authored
-
Peter Astrand authored
Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424.
-
- 06 Jan, 2007 3 commits
-
-
Neal Norwitz authored
-
Anthony Baxter authored
-
Raymond Hettinger authored
-
- 05 Jan, 2007 3 commits
-
-
Brett Cannon authored
'void' instead of just a set of empty parentheses.
-
Andrew M. Kuchling authored
[Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory
-
Andrew M. Kuchling authored
-