- 30 Jan, 2007 3 commits
-
-
Brett Cannon authored
The next step of PEP 352 (for 2.6) causes raising a string exception to trigger a TypeError. Trying to catch a string exception raises a DeprecationWarning. References to string exceptions has been removed from the docs since they are now just an error.
-
Georg Brandl authored
-
Tim Peters authored
-
- 29 Jan, 2007 4 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
-
- 28 Jan, 2007 1 commit
-
-
Brett Cannon authored
-
- 27 Jan, 2007 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
iso8859_16.
-
Georg Brandl authored
a with statement; previously, executing code containing a with statement compiled by the compiler package crashed the interpreter.
-
- 26 Jan, 2007 1 commit
-
-
Fred Drake authored
-
- 25 Jan, 2007 4 commits
-
-
Brett Cannon authored
needed and all bug reports should go to the bug tracker, not directly to me. Plus I am not the only person to have edited these files at this point.
-
Brett Cannon authored
generic so that one only has to shift certain values based on whether the week was specified to start on Monday or Sunday. Cut out a lot of edge case code compared to the previous version. Also broke algorithm out into its own function (that is private to the module). Fixes bug #1643943 (thanks Biran Nahas for the report).
-
Andrew M. Kuchling authored
-
Thomas Heller authored
which will eventually call SysFreeString to free the BSTR resource.
-
- 24 Jan, 2007 2 commits
-
-
Andrew M. Kuchling authored
-
Walter Dörwald authored
-
- 23 Jan, 2007 5 commits
-
-
Brett Cannon authored
Patch only fixes new-style classes; classic classes still buggy. Closes bug #1377858. Already backported.
-
Martin v. Löwis authored
frame's thread state. Fixes #1579370. Will backport.
-
Thomas Wouters authored
-
Thomas Wouters authored
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....)
-
Lars Gustäbel authored
directories.
-
- 22 Jan, 2007 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
- 21 Jan, 2007 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
types.
-
Martin v. Löwis authored
-
- 20 Jan, 2007 5 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Martin v. Löwis authored
Add /GS- for AMD64 and Itanium builds where missing.
-
- 19 Jan, 2007 4 commits
-
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport.
-
Neal Norwitz authored
-