summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* walk(): Fix docstring; traversal is depth-first. Closes mimelib bugBarry Warsaw2001-11-051-1/+1
* Add regression test for SF bug #476616 -- make sure copy of a derived classFred Drake2001-11-051-0/+4
* copy(): Make sure the copy of a derived class cannot share the data of theFred Drake2001-11-051-1/+8
* new config implementationSteven M. Gava2001-11-042-55/+40
* further config system workSteven M. Gava2001-11-044-17/+56
* Two bug fixes for problems reported by Sverre:Barry Warsaw2001-11-041-1/+6
* Improved error msg when a symbolic group name is redefined. Added docsTim Peters2001-11-031-2/+4
* added ability to set hilightthicknessSteven M. Gava2001-11-031-3/+9
* further config system workSteven M. Gava2001-11-032-112/+74
* more work to support new config systemSteven M. Gava2001-11-033-87/+121
* Patch #471120: Improved doc strings and new wrappers.Martin v. Löwis2001-11-021-45/+382
* Correct getnameinfo refcounting and tuple parsing. Fixes #476648.Martin v. Löwis2001-11-021-0/+14
* [Patch #477336] Add an extensive PyUnit based testsuite for the hmacAndrew M. Kuchling2001-11-021-1/+108
* [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so thatAndrew M. Kuchling2001-11-021-23/+13
* [Patch #476612] Add test suite for PEP247 complianceAndrew M. Kuchling2001-11-021-0/+50
* Fix comment typoAndrew M. Kuchling2001-11-021-1/+1