- 22 Kas, 2005 3 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
(Opens immediately if TAB is typed after '.')
-
Kurt B. Kaiser yazdı
updated after a keyset change. Also, formatted ApplyKeyBindings()
-
- 21 Kas, 2005 5 kayıt (commit)
-
-
Walter Dörwald yazdı
or output file is a file name instead of a file object. This enables unicode file names as arguments to uu.encode() and uu.decode().
-
Walter Dörwald yazdı
in_file and out_file.
-
Walter Dörwald yazdı
documented function once.
-
Walter Dörwald yazdı
-
Jack Jansen yazdı
-
- 20 Kas, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Document more info about the benefits of configuring without pymalloc when running valgrind
-
Neal Norwitz yazdı
-
- 19 Kas, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Also converted a bunch of assert(0) to SystemError's. There are still printfs, etc that need to be cleaned up.
-
Andrew M. Kuchling yazdı
-
- 18 Kas, 2005 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py
-
Walter Dörwald yazdı
(by forcing a call to the listmember() function).
-
- 17 Kas, 2005 5 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Walter Dörwald yazdı
(reported on the pydotorg mailing list).
-
Walter Dörwald yazdı
charbuffer_encode(). This increases code coverage in Modules/_codecsmodule.c from 83% to 95%.
-
- 16 Kas, 2005 5 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Call error_ret() in decode_str(). It was called in some other places, but seemed inconsistent. It is safe to call PyTokenizer_Free() after calling error_ret().
-
Neal Norwitz yazdı
-
- 15 Kas, 2005 6 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
IDLEfork Patch 681992, Noam Raphael
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This needs a lot of work.
-
Neal Norwitz yazdı
in error conditions.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 14 Kas, 2005 3 kayıt (commit)
-
-
Neal Norwitz yazdı
Remove an abort() and let a SystemError be raised.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 13 Kas, 2005 7 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
a bunch of names
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Perhaps Py_NO_INLINE should be moved to pyport.h or some other header?
-
Neal Norwitz yazdı
(Call symtable_exit_block or compiler_exit_scope as appropriate) Use PyMem_Free on c_future since it was allocated with PyMem_Malloc
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-