summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Use sorted() builtinNeal Norwitz2005-11-251-10/+5
* Test is still disabled, but access through public moduleNeal Norwitz2005-11-251-2/+2
* Get symtable to limp along, can run compiler/symbols.py. Not saying much, ne...Neal Norwitz2005-11-251-1/+4
* Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is so...Neal Norwitz2005-11-251-2/+4
* Fix some comment typosNeal Norwitz2005-11-251-1/+1
* Fix typo in comment.Neal Norwitz2005-11-241-1/+2
* Move registration of the codec search function to the module scopeNeal Norwitz2005-11-241-17/+18
* move test into a unittest.TestCase, no functional changesNeal Norwitz2005-11-241-74/+74
* Fix main() callKurt B. Kaiser2005-11-231-3/+3
* Prevent threading.Thread.join() from blocking when a previous call raised anBrett Cannon2005-11-231-16/+18
* 1. Made advanced keybinding dialog functional.Kurt B. Kaiser2005-11-222-13/+27
* Prefer GNOME browser over mozilla.Georg Brandl2005-11-221-7/+7
* [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f...Andrew M. Kuchling2005-11-222-2/+13
* [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...Andrew M. Kuchling2005-11-221-0/+2
* Use optparse instead of getopt for command line options.Walter Dörwald2005-11-221-28/+20
* Avoid using str as a variable name.Walter Dörwald2005-11-221-4/+4
* improve test coverage in Python/pystrtod.c and Python/mystrtoul.c.Neal Norwitz2005-11-221-0/+29
* Fix typo and update comment obsoleted by 'syntax' patchKurt B. Kaiser2005-11-221-5/+2
* Default two second delay on attribute pop-up, less noisy interface.Kurt B. Kaiser2005-11-221-1/+1
* Following 'syntax' patch, accelerator keys in menus weren't beingKurt B. Kaiser2005-11-221-22/+21
* Use basestring instead of type.StringType for checking whether a inputWalter Dörwald2005-11-211-7/+6
* Add a test for uu.encode() that passed filenames asWalter Dörwald2005-11-211-0/+8
* Add a rudimentary test for the platform module that at least calls eachWalter Dörwald2005-11-211-0/+74
* Fix typo.Walter Dörwald2005-11-211-1/+1
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-1813-201/+1592
* Increase code coverage in Python/structmember.c from 33% to 40%Walter Dörwald2005-11-181-0/+8
* Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.Walter Dörwald2005-11-172-2/+150
* Add tests for various error cases and for readbuffer_encode() andWalter Dörwald2005-11-172-2/+72
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-153-5/+20
* SF#1343671.Fredrik Lundh2005-11-121-1/+1
* r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100Fredrik Lundh2005-11-124-23/+2
* r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100Fredrik Lundh2005-11-121-11/+14
* Change PrettyPrinter.pprint(), so that output is written directly to theWalter Dörwald2005-11-111-1/+2
* Bug #1338995: fix problem with new webbrowser.py.Georg Brandl2005-11-091-4/+9
* Fix typos.Walter Dörwald2005-11-092-3/+3
* Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...Vinay Sajip2005-11-091-1/+1
* Patch by pythonic <pythonic@gmail.com> to support FedoraMarc-André Lemburg2005-11-071-2/+8
* Added proper reflection on instances of <type 'method-wrapper'>, e.g.Armin Rigo2005-11-071-0/+13
* similar to SF bug 847019: a quick check in the time() constructor, whichArmin Rigo2005-11-071-0/+7
* Fix SF bug #417833 (pydoc HTTP reload failure) by removing fromKa-Ping Yee2005-11-051-13/+17
* Accept patch to resolve SF bug #651124.Ka-Ping Yee2005-11-051-2/+2
* Oops, forgot to add the output file to 41388.Neal Norwitz2005-11-031-0/+2
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-031-0/+20
* Change time.strptime() to raise ValueError whenever there is an error in theBrett Cannon2005-11-022-3/+26
* Fix SF #1345263, colorsys tests, bug in frangeNeal Norwitz2005-11-021-1/+1
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-311-0/+6
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-312-0/+8
* test_directories(): This test had no chance of passing onTim Peters2005-10-301-2/+14
* fix typos, mostly in commentsFred Drake2005-10-284-4/+4
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-282-5/+36