summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* added xml.etree test (enough of the ElementTree selftest toFredrik Lundh2005-12-121-0/+339
* r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100Fredrik Lundh2005-12-122-2/+7
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-124-0/+1621
* SF #1377897, Bus error in astNeal Norwitz2005-12-111-0/+4
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-109-74/+26
* mwh spotted a copied error message, make it unique (and correct)Neal Norwitz2005-12-051-1/+1
* Fix SF #1373161, r41552 broke test_file on OS XNeal Norwitz2005-12-051-1/+1
* [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()Andrew M. Kuchling2005-12-041-2/+3
* [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit str...Andrew M. Kuchling2005-12-042-0/+11
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-8/+11
* Use boolean nameAndrew M. Kuchling2005-12-041-1/+1
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM...Andrew M. Kuchling2005-12-041-6/+8
* [Bug #1372836] Remove unused codeAndrew M. Kuchling2005-12-041-4/+0
* [Bug #792570] Under Windows, socket.read() seems to run into trouble whenAndrew M. Kuchling2005-12-041-2/+13
* [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin...Andrew M. Kuchling2005-12-041-1/+11
* Test another error case in PyFloat_FromString().Walter Dörwald2005-11-291-0/+2
* Improve test coverage. Hope the test_file changes work the same on windows.Neal Norwitz2005-11-275-0/+75
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-272-6/+34
* bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno...Georg Brandl2005-11-261-2/+5
* SF patch #1364545: test_cmd_line.py relied on english error messages whenWalter Dörwald2005-11-251-13/+12
* Remove unused _callers member. No need for types, use isinstanceNeal Norwitz2005-11-251-5/+2
* Stop looping to do nothing, just pass.Neal Norwitz2005-11-251-2/+2
* No need for types, use isinstanceNeal Norwitz2005-11-253-9/+6
* 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