- 25 Kas, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation)
-
Neal Norwitz yazdı
-
- 24 Kas, 2005 5 kayıt (commit)
-
-
Neal Norwitz yazdı
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 yazdı
-
Neal Norwitz yazdı
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 yazdı
-
Georg Brandl yazdı
-
- 23 Kas, 2005 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Patch 1315161 sebastien blanchet
-
Brett Cannon yazdı
exception (e.g., passing in an illegal argument). Applies patch #1314396. Thanks Eric Blossom.
-
- 22 Kas, 2005 20 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
2. Allow binding of movement keys
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
[Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case
-
Andrew M. Kuchling yazdı
[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 yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Walter Dörwald yazdı
Use "raise instance" instead of "raise class, args". Modernize the code in other spots (bools, startswith()).
-
Walter Dörwald yazdı
-
Neal Norwitz yazdı
-
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).
-