| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added the convenience constants that are present in PyXML to make these | Fred Drake | 2001-11-30 | 1 | -0/+6 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -0/+1 |
|
|
* | canonic(): don't use abspath() for filenames looking like <...>; this | Guido van Rossum | 2001-11-29 | 1 | -0/+2 |
|
|
* | SF bug 486480: zipfile __del__ is broken | Tim Peters | 2001-11-28 | 1 | -3/+3 |
|
|
* | Adding test for Unicode repr()-output. | Marc-André Lemburg | 2001-11-28 | 1 | -0/+15 |
|
|
* | __format(): Applied SF patch #482003 by Skip to fix multiline dict | Barry Warsaw | 2001-11-28 | 2 | -1/+20 |
|
|
* | Fix [ #484645 ] little bug in pycodegen.py | Jeremy Hylton | 2001-11-27 | 1 | -1/+1 |
|
|
* | test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: | Barry Warsaw | 2001-11-27 | 1 | -3/+4 |
|
|
* | SF patch 483059: Avoid use of eval() in random.py, from Finn Bock. | Tim Peters | 2001-11-25 | 1 | -6/+5 |
|
|
* | Properly set static options for tixBalloon and tixResizeHandle. | Martin v. Löwis | 2001-11-25 | 1 | -2/+19 |
|
|
* | Patch #484847: Default to netscape.exe on OS/2. | Martin v. Löwis | 2001-11-25 | 1 | -0/+10 |
|
|
* | - Change all remaining assertions into verify() and vereq() calls. | Guido van Rossum | 2001-11-24 | 1 | -14/+42 |
|
|
* | _reduce(): | Guido van Rossum | 2001-11-24 | 1 | -3/+8 |
|
|
* | More typo fixes. | Barry Warsaw | 2001-11-24 | 1 | -2/+2 |
|
|
* | Docstring typo fix. | Greg Ward | 2001-11-24 | 2 | -2/+2 |
|
|
* | fix for redundant empty parent window when invoked from idle shell window | Steven M. Gava | 2001-11-21 | 1 | -5/+3 |
|
|
* | back in harness on new config system | Steven M. Gava | 2001-11-21 | 4 | -34/+53 |
|
|
* | Fix for bug #438164: %-formatting using Unicode objects. | Marc-André Lemburg | 2001-11-20 | 1 | -4/+1 |
|
|
* | Fix for bug #480188: printing unicode objects | Marc-André Lemburg | 2001-11-20 | 2 | -0/+26 |
|
|
* | test_formatdate(): Remove the unnecessary ldate calculation. | Barry Warsaw | 2001-11-19 | 1 | -3/+6 |
|
|
* | formatdate(): Jason Mastaler correctly points out that divmod with a | Barry Warsaw | 2001-11-19 | 1 | -2/+8 |
|
|
* | test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, | Barry Warsaw | 2001-11-19 | 1 | -17/+16 |
|
|
* | formatdate(): The calculation of the minutes part of the zone was | Barry Warsaw | 2001-11-19 | 1 | -1/+2 |
|
|
* | test_formatdate(): A test that has a mild hope of working on Mac, | Barry Warsaw | 2001-11-18 | 1 | -1/+11 |
|
|
* | Fix parsing of parameters from a URL; urlparse() did not check that it only | Fred Drake | 2001-11-16 | 1 | -34/+46 |
|
|
* | Two changes: | Barry Warsaw | 2001-11-15 | 1 | -8/+6 |
|
|
* | More simple test cases for mixed classic+new multiple inheritance. | Tim Peters | 2001-11-14 | 1 | -0/+35 |
|
|
* | Changing diapers reminded Guido that he wanted to allow for some measure | Tim Peters | 2001-11-14 | 1 | -8/+47 |
|
|
* | Removed print that executes only on Unix boxes; that made it impossible | Tim Peters | 2001-11-13 | 1 | -2/+2 |
|
|
* | CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. | Tim Peters | 2001-11-13 | 2 | -13/+138 |
|
|
* | Don't munge __debug__ and leave it that way. | Jeremy Hylton | 2001-11-13 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-11-13 | 5 | -8/+6 |
|
|
* | A specific test for bug #481221, getaddrlist() failing on long | Barry Warsaw | 2001-11-13 | 1 | -0/+8 |
|
|
* | Fix for bug #481221, getaddrlist() failing on long addresses. | Barry Warsaw | 2001-11-13 | 1 | -4/+8 |
|
|
* | Committing the second part of patch #480902, an improved test suite | Barry Warsaw | 2001-11-13 | 1 | -31/+66 |
|
|
* | Add tests for bug #478115, parsedate_tz() IndexError when a Date: | Barry Warsaw | 2001-11-13 | 2 | -0/+11 |
|
|
* | parsedate_tz(): If data is false, return None. Fixes bug #478115, | Barry Warsaw | 2001-11-13 | 1 | -0/+2 |
|
|
* | The libraries argument was completely ignored, fixed. Reported by | Jack Jansen | 2001-11-10 | 1 | -1/+2 |
|
|
* | getnameinfo() appears to raise socket.error instead of | Barry Warsaw | 2001-11-09 | 1 | -1/+1 |
|
|
* | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 1 | -1/+0 |
|
|
* | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 1 | -1/+13 |
|
|
* | Fiddle with new test cases -- verify that we get a sensible error | Jeremy Hylton | 2001-11-09 | 1 | -4/+7 |
|
|
* | test_formatdate(): Dang. Typo. | Barry Warsaw | 2001-11-09 | 1 | -1/+1 |
|
|
* | test_formatdate(): Don't do the localtime test if we don't have | Barry Warsaw | 2001-11-09 | 1 | -10/+12 |
|
|
* | test_formatdate(): A test for email.Utils.formatdate(). | Barry Warsaw | 2001-11-09 | 1 | -0/+16 |
|
|
* | Forgot to import time. | Barry Warsaw | 2001-11-09 | 1 | -0/+1 |
|
|
* | formatdate(): A better docstring. | Barry Warsaw | 2001-11-09 | 1 | -4/+7 |
|
|
* | formatdate(): An implementation to replace the one borrowed from | Barry Warsaw | 2001-11-09 | 1 | -1/+37 |
|
|
* | Fix SF bug 468948 & 451295: urllib2 authentication problems | Jeremy Hylton | 2001-11-09 | 1 | -28/+12 |
|
|
* | Fix SF bug #479186: compiler generates bad code for "del" | Jeremy Hylton | 2001-11-09 | 1 | -0/+1 |
|
|