- 23 Jan, 2007 3 commits
-
-
Brett Cannon authored
segfault the interpreter during weakref clean up. Now any new weakrefs created after __del__ is run are removed silently. Fixes bug #1377858 and the weakref_in_del crasher for new-style classes. Classic classes are still affected.
-
Martin v. Löwis authored
frame's thread state. Fixes #1579370.
-
Thomas Wouters authored
SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize When running the interpreter in an environment that would cause it to set stdout/stderr/stdin's encoding, having a sitecustomize that would replace them with something other than PyFile objects would crash the interpreter. Fix it by simply ignoring the encoding-setting for non-files. This could do with a test, but I can think of no maintainable and portable way to test this bug, short of adding a sitecustomize.py to the buildsystem and have it always run with it (hmmm....)
-
- 22 Jan, 2007 6 commits
-
-
Georg Brandl authored
(backport from rev. 53524)
-
Georg Brandl authored
(backport from rev. 53522)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used
-
Andrew M. Kuchling authored
-
- 21 Jan, 2007 3 commits
-
-
Peter Astrand authored
-
Georg Brandl authored
(backport from rev. 53511)
-
Georg Brandl authored
types. (backport from rev. 53509)
-
- 20 Jan, 2007 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 19 Jan, 2007 4 commits
-
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
- 18 Jan, 2007 1 commit
-
-
Neal Norwitz authored
be true if we didn't malloc the code? Seems like the code is wrong or could use comments. Also verify if the buildbots are working properly for the 2.5 branch.
-
- 17 Jan, 2007 6 commits
-
-
Georg Brandl authored
(backport from rev. 53477)
-
Georg Brandl authored
(backport from rev. 53475)
-
Andrew M. Kuchling authored
[Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them
-
Thomas Heller authored
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r53402 | thomas.heller | 2007-01-12 21:17:34 +0100 (Fr, 12 Jan 2007) | 6 lines patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. Backported from trunk. ........
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r53466 | thomas.heller | 2007-01-17 10:40:34 +0100 (Mi, 17 Jan 2007) | 2 lines Replace C++ comments with C comments. ........
-
- 13 Jan, 2007 1 commit
-
-
Peter Astrand authored
-
- 12 Jan, 2007 3 commits
-
-
Thomas Heller authored
........ r53361 | thomas.heller | 2007-01-10 21:51:19 +0100 (Wed, 10 Jan 2007) | 1 line Must change the version number in the _ctypes extension as well. ........
-
Thomas Heller authored
........ r52388 | martin.v.loewis | 2006-10-19 13:00:37 +0200 (Thu, 19 Oct 2006) | 3 lines Fix various minor errors in passing arguments to PyArg_ParseTuple. ........
-
Thomas Heller authored
........ r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines Fix a bad assumption that all objects assigned to '__loader__' on a module will have a '_files' attribute. ........ r53358 | thomas.heller | 2007-01-10 21:12:13 +0100 (Wed, 10 Jan 2007) | 1 line Change the ctypes version number to "1.1.0". ........
-
- 11 Jan, 2007 3 commits
-
-
Raymond Hettinger authored
-
Matthias Klose authored
-
Matthias Klose authored
-
- 10 Jan, 2007 2 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
-
- 09 Jan, 2007 1 commit
-
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r53316 | thomas.heller | 2007-01-09 20:19:33 +0100 (Di, 09 Jan 2007) | 4 lines Verify the sizes of the basic ctypes data types against the struct module. Backport from trunk. ........
-
- 08 Jan, 2007 4 commits
-
-
Raymond Hettinger authored
-
Vinay Sajip authored
Made func argument in LogRecord.__init__ optional. Improved performance of _fixupChildren.
-
Vinay Sajip authored
Made SysLogHandler more resilient in the face of syslogd failures.
-
Vinay Sajip authored
Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). Documentation clarified to mention optional parameters. Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622).
-
- 07 Jan, 2007 1 commit
-
-
Peter Astrand authored
Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424.
-