- 28 Ara, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 27 Ara, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Various of the mods to build the 3rd MacPython additions (but not all).
-
- 24 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 23 Ara, 2004 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
was pending. Restored the quit() of the readline() mainloop(). http://mail.python.org/pipermail/idle-dev/2004-December/002307.html M NEWS.txt M PyShell.py
-
- 22 Ara, 2004 5 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
trying to remove this file - the file was never removed before. Completes the fix for [ 1067732 ] wininst --install-script leaves residual files on C:\\
-
Thomas Heller yazdı
Partial fix for [1067732] - "wininst --install-script leaves residual files on C:\" 'tempnam()' is used rather than 'tmpnam()' - 'tmpnam' creates a temp file on the root of the current drive, and if this is readonly explains the 'freopen' errors occasionally reported. 'tempnam' creates the temp file in the %TEMP% directory.
-
Thomas Heller yazdı
version number.
-
- 19 Ara, 2004 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
- fixes various memory leaks found by valgrind and a follup closer code inspection of the bsddb module. (merges r1.32 of _bsddb.c and an associated test case) - also merges the one line r1.37 _bsddb.c fix that fixes a leak on the rare DBEnv creation failed error path.
-
Gregory P. Smith yazdı
the end of a second function whos code was identical enough for patch not to reject the patch. this reverses that misapplication (only the DBC_set_range method needed modification, not DBC_set as well). This problem only exists in the release32-maint branch.
-
Gregory P. Smith yazdı
revision 1.17.4.1 date: 2003/11/03 21:37:43; author: greg; state: Exp; lines: +9 -9 * SF patch 835100 - C++ // comments are not allowed. use /* */
-
- 18 Ara, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Andrew MacIntyre yazdı
-
- 12 Ara, 2004 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
Also revise a related function to minimise file handle/pipe leakage and improve reliability. Backported from -HEAD.
-
Andrew MacIntyre yazdı
-
- 11 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 06 Ara, 2004 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Brett Cannon yazdı
Backport of fix for bug #1077302.
-
- 05 Ara, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 01 Ara, 2004 1 kayıt (commit)
-
-
Matthias Klose yazdı
- Bug #875692: Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls().
-
- 11 Kas, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Kas, 2004 1 kayıt (commit)
-
-
Armin Rigo yazdı
* using malloc() and free() directly, as explained in the new comment * coding style in the PyGILState_*() functions * the recent destroy-tstate-without-holding-the-GIL bug * lock fixes and many more comments in thread.c
-
- 06 Kas, 2004 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-- but not end -- with whitespace.
-
Barry Warsaw yazdı
says boundaries may begin -- but not end -- with whitespace.
-
- 05 Kas, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
(closes SF bug #948517)
-
- 04 Kas, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF patch #1054715; backported from trunk revision 1.151)
-
- 02 Kas, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
(SF bug #829073)
-
Fred Drake yazdı
(SF bug #798652)
-
Fred Drake yazdı
(closes SF bug #621057) - add missing whitespace around assignment operator (backported from trunk revision 1.257)
-
- 01 Kas, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
containing these functions. (I will backport to Python 2.3)
-
- 31 Eki, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
pass over the unreachable weakrefs-with-callbacks to unreachable objects.
-
Tim Peters yazdı
In cyclic gc, clear all weakrefs to unreachable objects before allowing any Python code (weakref callbacks or __del__ methods) to run. This is a critical bugfix, affecting all versions of Python since weakrefs were introduced.
-
- 28 Eki, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
didn't handle %U for years starting on Monday.
-
- 25 Eki, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 22 Eki, 2004 1 kayıt (commit)
-
-
Thomas Heller yazdı
SF bug 917108: warnings.py does not define _test(). Removed the entire __name__ == '__main__' block.
-
- 20 Eki, 2004 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-