| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Made advanced keybinding dialog functional. | Kurt B. Kaiser | 2005-11-22 | 2 | -13/+27 |
|
|
* | Prefer GNOME browser over mozilla. | Georg Brandl | 2005-11-22 | 1 | -7/+7 |
|
|
* | [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f... | Andrew M. Kuchling | 2005-11-22 | 2 | -2/+13 |
|
|
* | [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu... | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+2 |
|
|
* | Use optparse instead of getopt for command line options. | Walter Dörwald | 2005-11-22 | 1 | -28/+20 |
|
|
* | Avoid using str as a variable name. | Walter Dörwald | 2005-11-22 | 1 | -4/+4 |
|
|
* | improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. | Neal Norwitz | 2005-11-22 | 1 | -0/+29 |
|
|
* | Fix typo and update comment obsoleted by 'syntax' patch | Kurt B. Kaiser | 2005-11-22 | 1 | -5/+2 |
|
|
* | Default two second delay on attribute pop-up, less noisy interface. | Kurt B. Kaiser | 2005-11-22 | 1 | -1/+1 |
|
|
* | Following 'syntax' patch, accelerator keys in menus weren't being | Kurt B. Kaiser | 2005-11-22 | 1 | -22/+21 |
|
|
* | Use basestring instead of type.StringType for checking whether a input | Walter Dörwald | 2005-11-21 | 1 | -7/+6 |
|
|
* | Add a test for uu.encode() that passed filenames as | Walter Dörwald | 2005-11-21 | 1 | -0/+8 |
|
|
* | Add a rudimentary test for the platform module that at least calls each | Walter Dörwald | 2005-11-21 | 1 | -0/+74 |
|
|
* | Fix typo. | Walter Dörwald | 2005-11-21 | 1 | -1/+1 |
|
|
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 13 | -201/+1592 |
|
|
* | Increase code coverage in Python/structmember.c from 33% to 40% | Walter Dörwald | 2005-11-18 | 1 | -0/+8 |
|
|
* | Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. | Walter Dörwald | 2005-11-17 | 2 | -2/+150 |
|
|
* | Add tests for various error cases and for readbuffer_encode() and | Walter Dörwald | 2005-11-17 | 2 | -2/+72 |
|
|
* | Better indentation after first line of string continuation. | Kurt B. Kaiser | 2005-11-15 | 3 | -5/+20 |
|
|
* | SF#1343671. | Fredrik Lundh | 2005-11-12 | 1 | -1/+1 |
|
|
* | r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 | Fredrik Lundh | 2005-11-12 | 4 | -23/+2 |
|
|
* | r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100 | Fredrik Lundh | 2005-11-12 | 1 | -11/+14 |
|
|
* | Change PrettyPrinter.pprint(), so that output is written directly to the | Walter Dörwald | 2005-11-11 | 1 | -1/+2 |
|
|
* | Bug #1338995: fix problem with new webbrowser.py. | Georg Brandl | 2005-11-09 | 1 | -4/+9 |
|
|
* | Fix typos. | Walter Dörwald | 2005-11-09 | 2 | -3/+3 |
|
|
* | Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor... | Vinay Sajip | 2005-11-09 | 1 | -1/+1 |
|
|
* | Patch by pythonic <pythonic@gmail.com> to support Fedora | Marc-André Lemburg | 2005-11-07 | 1 | -2/+8 |
|
|
* | Added proper reflection on instances of <type 'method-wrapper'>, e.g. | Armin Rigo | 2005-11-07 | 1 | -0/+13 |
|
|
* | similar to SF bug 847019: a quick check in the time() constructor, which | Armin Rigo | 2005-11-07 | 1 | -0/+7 |
|
|
* | Fix SF bug #417833 (pydoc HTTP reload failure) by removing from | Ka-Ping Yee | 2005-11-05 | 1 | -13/+17 |
|
|
* | Accept patch to resolve SF bug #651124. | Ka-Ping Yee | 2005-11-05 | 1 | -2/+2 |
|
|
* | Oops, forgot to add the output file to 41388. | Neal Norwitz | 2005-11-03 | 1 | -0/+2 |
|
|
* | Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint | Neal Norwitz | 2005-11-03 | 1 | -0/+20 |
|
|
* | Change time.strptime() to raise ValueError whenever there is an error in the | Brett Cannon | 2005-11-02 | 2 | -3/+26 |
|
|
* | Fix SF #1345263, colorsys tests, bug in frange | Neal Norwitz | 2005-11-02 | 1 | -1/+1 |
|
|
* | Exception handling now raises KeyboardInterrupt and SystemExit rather than pa... | Vinay Sajip | 2005-10-31 | 1 | -0/+6 |
|
|
* | Exception handling now raises KeyboardInterrupt and SystemExit rather than pa... | Vinay Sajip | 2005-10-31 | 2 | -0/+8 |
|
|
* | test_directories(): This test had no chance of passing on | Tim Peters | 2005-10-30 | 1 | -2/+14 |
|
|
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 4 | -4/+4 |
|
|
* | Patch #1338314, Bug #1336623: fix tarfile so it can extract | Neal Norwitz | 2005-10-28 | 2 | -5/+36 |
|
|
* | Cosmetic change: make all hex literals use upper case hex so that they | Marc-André Lemburg | 2005-10-24 | 45 | -14236/+14281 |
|
|
* | Removed the decoding_map from the codecs where this is possible. | Marc-André Lemburg | 2005-10-24 | 45 | -25663/+22734 |
|
|
* | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 | Neal Norwitz | 2005-10-24 | 1 | -0/+23 |
|
|
* | Fix compiler test when run with -u (long mode) | Neal Norwitz | 2005-10-24 | 1 | -1/+1 |
|
|
* | One-off "No handlers..." error message only raised if raiseExceptions is set. | Vinay Sajip | 2005-10-23 | 1 | -1/+1 |
|
|
* | Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have | Neil Schemenauer | 2005-10-23 | 1 | -0/+9 |
|
|
* | Revert previous checkin: | Neal Norwitz | 2005-10-22 | 1 | -1/+1 |
|
|
* | Revert change, func_name of lambda's is back to <lambda>. | Neil Schemenauer | 2005-10-21 | 1 | -1/+1 |
|
|
* | Replace the old EBCDIC codecs with new ones using the decoding table. | Marc-André Lemburg | 2005-10-21 | 4 | -981/+3027 |
|
|
* | Alias iso8859_1 to latin_1 which is the same encoding, but has | Marc-André Lemburg | 2005-10-21 | 1 | -0/+7 |
|
|