- 08 Şub, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Şub, 2007 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Move AC window below input line unless not enough space, then put it above. Patch: Tal Einat
-
- 06 Şub, 2007 5 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
[ 1362975 ] CodeContext - Improved text indentation Tal Einat 16Dec06
-
Lars Gustäbel yazdı
allow appending to empty files.
-
Peter Astrand yazdı
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport.
-
Kurt B. Kaiser yazdı
-
- 05 Şub, 2007 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Suggested solution by Christos Georgiou, Bug 791968. 2. Clean up tests, were not failing when they should have been. 4. Remove some camelcase and an unneeded try/except block.
-
Kurt B. Kaiser yazdı
-
- 02 Şub, 2007 1 kayıt (commit)
-
-
Peter Astrand yazdı
We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead.
-
- 01 Şub, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Ock, 2007 3 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
-
Tim Peters yazdı
-
- 29 Ock, 2007 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
-
- 28 Ock, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 27 Ock, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
iso8859_16.
-
Georg Brandl yazdı
a with statement; previously, executing code containing a with statement compiled by the compiler package crashed the interpreter.
-
- 26 Ock, 2007 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 25 Ock, 2007 4 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
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 yazdı
-
Thomas Heller yazdı
which will eventually call SysFreeString to free the BSTR resource.
-
- 24 Ock, 2007 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Walter Dörwald yazdı
-
- 23 Ock, 2007 5 kayıt (commit)
-
-
Brett Cannon yazdı
Patch only fixes new-style classes; classic classes still buggy. Closes bug #1377858. Already backported.
-
Martin v. Löwis yazdı
frame's thread state. Fixes #1579370. Will backport.
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
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 yazdı
directories.
-