- 22 Nov, 2005 1 commit
-
-
Kurt B. Kaiser authored
updated after a keyset change. Also, formatted ApplyKeyBindings()
-
- 21 Nov, 2005 5 commits
-
-
Walter Dörwald authored
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 authored
in_file and out_file.
-
Walter Dörwald authored
documented function once.
-
Walter Dörwald authored
-
Jack Jansen authored
-
- 20 Nov, 2005 2 commits
-
-
Neal Norwitz authored
Document more info about the benefits of configuring without pymalloc when running valgrind
-
Neal Norwitz authored
-
- 19 Nov, 2005 2 commits
-
-
Neal Norwitz authored
Also converted a bunch of assert(0) to SystemError's. There are still printfs, etc that need to be cleaned up.
-
Andrew M. Kuchling authored
-
- 18 Nov, 2005 2 commits
-
-
Kurt B. Kaiser authored
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 authored
(by forcing a call to the listmember() function).
-
- 17 Nov, 2005 5 commits
-
-
Walter Dörwald authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Walter Dörwald authored
(reported on the pydotorg mailing list).
-
Walter Dörwald authored
charbuffer_encode(). This increases code coverage in Modules/_codecsmodule.c from 83% to 95%.
-
- 16 Nov, 2005 5 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
-
- 15 Nov, 2005 6 commits
-
-
Kurt B. Kaiser authored
IDLEfork Patch 681992, Noam Raphael
-
Neal Norwitz authored
-
Neal Norwitz authored
This needs a lot of work.
-
Neal Norwitz authored
in error conditions.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 14 Nov, 2005 3 commits
-
-
Neal Norwitz authored
Remove an abort() and let a SystemError be raised.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 13 Nov, 2005 8 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
a bunch of names
-
Neal Norwitz authored
-
Neal Norwitz authored
Perhaps Py_NO_INLINE should be moved to pyport.h or some other header?
-
Neal Norwitz authored
(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 authored
-
Skip Montanaro authored
-
Neal Norwitz authored
-
- 12 Nov, 2005 1 commit
-
-
Fredrik Lundh authored
The removedirs function removes empty directories, it doesn't empty them.
-