| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug #620630] Flush stdout after logging every message. Without it, | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+3 |
|
|
* | Add get_distutil_options(); future setup.py files can use this to check | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+9 |
|
|
* | [Bug #570655] Fix misleading option text | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+1 |
|
|
* | Patch #630829: Don't block on IAC, process suboptions. | Martin v. Löwis | 2002-11-04 | 1 | -31/+82 |
|
|
* | [ 629984 ] Smaller font sizes not supported | Chui Tey | 2002-11-04 | 1 | -1/+1 |
|
|
* | 619127: Recent File Menu Not Updating | Chui Tey | 2002-11-04 | 1 | -0/+13 |
|
|
* | Add getpreferredencoding. Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 2 | -0/+43 |
|
|
* | Fix SF # 631066, running regrtest in user mode fails | Neal Norwitz | 2002-11-03 | 1 | -1/+21 |
|
|
* | Skip test_dbm if we can't write to the file | Neal Norwitz | 2002-11-02 | 1 | -31/+43 |
|
|
* | Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. | Raymond Hettinger | 2002-11-02 | 1 | -2/+2 |
|
|
* | Patch #631972: Adds an is_jython flag. | Finn Bock | 2002-11-01 | 1 | -0/+2 |
|
|
* | patch #624180 (part 2 of 2): | Fredrik Lundh | 2002-11-01 | 1 | -1/+1 |
|
|
* | [SF bug 631713] use the import exeption message in the TestFailed | Finn Bock | 2002-11-01 | 1 | -3/+3 |
|
|
* | Ad test_funky_hyphens() to test some screwy edge cases reported in SF | Greg Ward | 2002-10-31 | 1 | -5/+18 |
|
|
* | Fixes SF bug#614051: win32 build_ext problem. | Thomas Heller | 2002-10-31 | 1 | -0/+2 |
|
|
* | Catch only ImportError | Andrew M. Kuchling | 2002-10-31 | 1 | -1/+1 |
|
|
* | Make the Distribution() constructor forgiving of unknown keyword | Andrew M. Kuchling | 2002-10-31 | 1 | -2/+11 |
|
|
* | Added missing class to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
|
|
* | Added __all__. | Raymond Hettinger | 2002-10-30 | 1 | -0/+2 |
|
|
* | Added missing names to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
|
|
* | Added new move() function to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
|
|
* | SF bug 630824: pydoc Helper keywords missing 'yield' | Tim Peters | 2002-10-30 | 1 | -0/+1 |
|
|
* | Patrick K. O'Brien notices that kwlist was missing from __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
|
|
* | Added test for this fix to classobject.c: | Guido van Rossum | 2002-10-29 | 1 | -0/+27 |
|
|
* | Minor simplification. | Fred Drake | 2002-10-28 | 1 | -2/+1 |
|
|
* | Remove unnecessary output file. | Fred Drake | 2002-10-28 | 1 | -42/+0 |
|
|
* | Add a test of interaction between & and extra replacements. | Fred Drake | 2002-10-28 | 1 | -8/+13 |
|
|
* | Really do replacement of & last to avoid bad interactions between & | Fred Drake | 2002-10-28 | 1 | -2/+2 |
|
|
* | Avoid calling __dict_replace() if we don't need to -- the call is much | Fred Drake | 2002-10-28 | 1 | -8/+10 |
|
|
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 3 | -8/+43 |
|
|
* | Implement a safer and more predictable interpolation approach. | Fred Drake | 2002-10-25 | 2 | -1/+64 |
|
|
* | Add tests for both raw and non-raw versions of the items() methods. | Fred Drake | 2002-10-25 | 1 | -0/+26 |
|
|
* | According to the docs, __name__ is not exposed via the API except | Fred Drake | 2002-10-25 | 1 | -2/+8 |
|
|
* | Remove useless output file. | Fred Drake | 2002-10-25 | 1 | -9/+0 |
|
|
* | Convert to PyUnit. | Fred Drake | 2002-10-25 | 1 | -293/+263 |
|
|
* | Added (very) minimal tests of the RawConfigParser class. | Fred Drake | 2002-10-25 | 1 | -16/+35 |
|
|
* | Re-factor: Use a RawConfigParser base class and make ConfigParser a | Fred Drake | 2002-10-25 | 1 | -103/+133 |
|
|
* | Fix for bug #626172: crash using unicode latin1 single char | Marc-André Lemburg | 2002-10-23 | 1 | -0/+6 |
|
|
* | Implement Restoring Breakpoints in Subprocess Debugger | Kurt B. Kaiser | 2002-10-23 | 3 | -74/+110 |
|
|
* | Add comment about inability to handle Unicode strings (hopefully a | Greg Ward | 2002-10-22 | 1 | -0/+3 |
|
|
* | add support for basic authentication, based on patch #624180 | Fredrik Lundh | 2002-10-22 | 1 | -12/+44 |
|
|
* | Patches #626105: | Raymond Hettinger | 2002-10-22 | 1 | -13/+6 |
|
|
* | test_body_encoding(): a new test for Charset.body_encode(), especially | Barry Warsaw | 2002-10-21 | 1 | -0/+14 |
|
|
* | test_body_encoding(): a new test | Barry Warsaw | 2002-10-21 | 1 | -0/+23 |
|
|
* | body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug | Barry Warsaw | 2002-10-21 | 1 | -1/+1 |
|
|
* | Explicitly use floor division | Raymond Hettinger | 2002-10-21 | 1 | -1/+1 |
|
|
* | Eliminate unused instance variable | Raymond Hettinger | 2002-10-21 | 1 | -5/+5 |
|
|
* | point people to the Python bug tracker, rather than to a mail | Fredrik Lundh | 2002-10-19 | 2 | -20/+7 |
|
|
* | Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman | Neal Norwitz | 2002-10-18 | 1 | -0/+12 |
|
|
* | Update to Unicode 3.2 database. | Martin v. Löwis | 2002-10-18 | 2 | -3/+3 |
|
|