summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-251-2/+19
* Patch #484847: Default to netscape.exe on OS/2.Martin v. Löwis2001-11-251-0/+10
* - Change all remaining assertions into verify() and vereq() calls.Guido van Rossum2001-11-241-14/+42
* _reduce():Guido van Rossum2001-11-241-3/+8
* More typo fixes.Barry Warsaw2001-11-241-2/+2
* Docstring typo fix.Greg Ward2001-11-242-2/+2
* fix for redundant empty parent window when invoked from idle shell windowSteven M. Gava2001-11-211-5/+3
* back in harness on new config systemSteven M. Gava2001-11-214-34/+53
* Fix for bug #438164: %-formatting using Unicode objects.Marc-André Lemburg2001-11-201-4/+1
* Fix for bug #480188: printing unicode objectsMarc-André Lemburg2001-11-202-0/+26
* test_formatdate(): Remove the unnecessary ldate calculation.Barry Warsaw2001-11-191-3/+6
* formatdate(): Jason Mastaler correctly points out that divmod with aBarry Warsaw2001-11-191-2/+8
* test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First,Barry Warsaw2001-11-191-17/+16
* formatdate(): The calculation of the minutes part of the zone wasBarry Warsaw2001-11-191-1/+2
* test_formatdate(): A test that has a mild hope of working on Mac,Barry Warsaw2001-11-181-1/+11
* Fix parsing of parameters from a URL; urlparse() did not check that it onlyFred Drake2001-11-161-34/+46
* Two changes:Barry Warsaw2001-11-151-8/+6
* More simple test cases for mixed classic+new multiple inheritance.Tim Peters2001-11-141-0/+35
* Changing diapers reminded Guido that he wanted to allow for some measureTim Peters2001-11-141-8/+47
* Removed print that executes only on Unix boxes; that made it impossibleTim Peters2001-11-131-2/+2
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-132-13/+138
* Don't munge __debug__ and leave it that way.Jeremy Hylton2001-11-131-0/+2
* Whitespace normalization.Tim Peters2001-11-135-8/+6
* A specific test for bug #481221, getaddrlist() failing on longBarry Warsaw2001-11-131-0/+8
* Fix for bug #481221, getaddrlist() failing on long addresses.Barry Warsaw2001-11-131-4/+8
* Committing the second part of patch #480902, an improved test suiteBarry Warsaw2001-11-131-31/+66
* Add tests for bug #478115, parsedate_tz() IndexError when a Date:Barry Warsaw2001-11-132-0/+11
* parsedate_tz(): If data is false, return None. Fixes bug #478115,Barry Warsaw2001-11-131-0/+2
* The libraries argument was completely ignored, fixed. Reported byJack Jansen2001-11-101-1/+2
* getnameinfo() appears to raise socket.error instead ofBarry Warsaw2001-11-091-1/+1
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+0
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+13
* Fiddle with new test cases -- verify that we get a sensible errorJeremy Hylton2001-11-091-4/+7
* test_formatdate(): Dang. Typo.Barry Warsaw2001-11-091-1/+1
* test_formatdate(): Don't do the localtime test if we don't haveBarry Warsaw2001-11-091-10/+12
* test_formatdate(): A test for email.Utils.formatdate().Barry Warsaw2001-11-091-0/+16
* Forgot to import time.Barry Warsaw2001-11-091-0/+1
* formatdate(): A better docstring.Barry Warsaw2001-11-091-4/+7
* formatdate(): An implementation to replace the one borrowed fromBarry Warsaw2001-11-091-1/+37
* Fix SF bug 468948 & 451295: urllib2 authentication problemsJeremy Hylton2001-11-091-28/+12
* Fix SF bug #479186: compiler generates bad code for "del"Jeremy Hylton2001-11-091-0/+1
* Fix SF buf #476953: Bad more for opening file gives bad msg.Jeremy Hylton2001-11-091-0/+11
* A better new, unique objectJeremy Hylton2001-11-091-1/+1
* Merge directory chooser into tkFileDialog.Martin v. Löwis2001-11-082-54/+18
* Clean up one comment, fix typos in others.Fred Drake2001-11-081-7/+7
* Patch #478654: Expose tk_chooseDirectory.Martin v. Löwis2001-11-071-4/+11
* Add a regression test for SF bug #478536: If a value cannot be weaklyFred Drake2001-11-061-1/+5
* WeakKeyDictionary.has_key(): If the key being tested is not weaklyFred Drake2001-11-061-1/+5
* A couple more test cases to ensure join() doesn't add an "extra" backslashTim Peters2001-11-051-0/+2
* SF bug 478425: Change in os.path.join (ntpath.py)Tim Peters2001-11-052-0/+14