- 25 Nov, 2005 1 commit
-
-
Neal Norwitz authored
-
- 24 Nov, 2005 5 commits
-
-
Neal Norwitz authored
Delete globals which contain variable information at the end of the test. This makes the test stable (no reported leaks) when running regrtest -R to find reference leaks.
-
Neal Norwitz authored
-
Neal Norwitz authored
so it is only executed once. Otherwise the same search function is repeated added to the codec search path when regrtest is run with -R and leaks are reported.
-
Neal Norwitz authored
-
Georg Brandl authored
-
- 23 Nov, 2005 2 commits
-
-
Kurt B. Kaiser authored
Patch 1315161 sebastien blanchet
-
Brett Cannon authored
exception (e.g., passing in an illegal argument). Applies patch #1314396. Thanks Eric Blossom.
-
- 22 Nov, 2005 20 commits
-
-
Kurt B. Kaiser authored
2. Allow binding of movement keys
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
[Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case
-
Andrew M. Kuchling authored
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Walter Dörwald authored
Use "raise instance" instead of "raise class, args". Modernize the code in other spots (bools, startswith()).
-
Walter Dörwald authored
-
Neal Norwitz authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
(Opens immediately if TAB is typed after '.')
-
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 1 commit
-
-
Walter Dörwald authored
-