- 11 Mar, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 02 Mar, 2008 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
Martin v. Löwis yazdı
problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114
-
- 19 Ock, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
- Issue #1336: fix a race condition in subprocess.Popen if the garbage collector kicked in at the wrong time that would cause the process to hang when the child wrote to stderr.
-
- 24 Eki, 2007 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 16 Agu, 2007 2 kayıt (commit)
-
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
- 03 Agu, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Tem, 2007 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
- be more strict about the build environment - update some of the 3th party libraries (later patchlevels)
-
- 05 Haz, 2007 2 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it reads a file that ends with incomplete sequence and sizehint argument for .read() is specified.
-
- 25 May, 2007 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 15 May, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page. (backport from rev. 55348)
-
- 25 Şub, 2007 1 kayıt (commit)
-
-
Thomas Wouters yazdı
Don't use a fixed temporary name (gdbm). Don't use our own temp name creation (dbm).
-
- 17 Şub, 2007 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 11 Şub, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 23 Ock, 2007 1 kayıt (commit)
-
-
Thomas Wouters yazdı
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....)
-
- 11 Ock, 2007 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
- 20 Ara, 2006 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Ara, 2006 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 29 Kas, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
-
- 20 Kas, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
close it.
-
Andrew M. Kuchling yazdı
-
- 07 Kas, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 27 Eki, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules
-
Andrew M. Kuchling yazdı
[Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 26 Eki, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 18 Eki, 2006 3 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Martin v. Löwis yazdı
-