- 30 Ock, 2007 1 kayıt (commit)
-
-
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.
-
- 22 Ock, 2007 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
- 21 Ock, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
types.
-
Martin v. Löwis yazdı
-
- 20 Ock, 2007 5 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Martin v. Löwis yazdı
Add /GS- for AMD64 and Itanium builds where missing.
-
- 19 Ock, 2007 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport.
-
Neal Norwitz yazdı
-
- 18 Ock, 2007 2 kayıt (commit)
-
-
Neal Norwitz yazdı
doesn't support the same funcationality as on Unix. I'm not sure if this fix is the best (or if it will even work)--it's a test to see if the buildbots start passing again. It might be better to not even run this test if it's windows (or non-posix).
-
Fred Drake yazdı
-