| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization (get rid of tabs). | Guido van Rossum | 2002-09-29 | 6 | -100/+98 |
|
|
* | Mac users now see correct modifiers in the Key Binding Entry window. | Tony Lownds | 2002-09-29 | 1 | -29/+35 |
|
|
* | Change key binding to avoid conflict. | Tony Lownds | 2002-09-29 | 1 | -2/+2 |
|
|
* | Make the tests pass under Python 2.1 but only by cheating. Python 2.1 | Barry Warsaw | 2002-09-28 | 1 | -0/+12 |
|
|
* | Add a test for SHORTEST encoding of utf-8 headers, and also update | Barry Warsaw | 2002-09-28 | 1 | -9/+16 |
|
|
* | Use True/False everywhere, and other code cleanups. | Barry Warsaw | 2002-09-28 | 2 | -18/+30 |
|
|
* | Code cleanup and add docstrings. | Barry Warsaw | 2002-09-28 | 1 | -2/+17 |
|
|
* | Use True/False everywhere, and other code cleanups. | Barry Warsaw | 2002-09-28 | 1 | -7/+11 |
|
|
* | Use True/False everywhere. | Barry Warsaw | 2002-09-28 | 1 | -5/+12 |
|
|
* | is_multipart(): Use isinstance() instead of type equality. | Barry Warsaw | 2002-09-28 | 1 | -1/+1 |
|
|
* | Docstring and code cleanups, e.g. use True/False everywhere. | Barry Warsaw | 2002-09-28 | 1 | -58/+62 |
|
|
* | __init__(): Minor code cleanup. | Barry Warsaw | 2002-09-28 | 1 | -1/+1 |
|
|
* | Add a pychecker suppression. | Barry Warsaw | 2002-09-28 | 1 | -0/+4 |
|
|
* | Use True/False everywhere. | Barry Warsaw | 2002-09-28 | 1 | -20/+19 |
|
|
* | Added a feature suggested by Martin v Loewis, where a new header | Barry Warsaw | 2002-09-28 | 1 | -37/+55 |
|
|
* | Allow internal whitespace in keys. | Fred Drake | 2002-09-27 | 2 | -3/+10 |
|
|
* | items(): New method, provided by Gustavo Niemeyer in SF bug #545096. | Fred Drake | 2002-09-27 | 1 | -0/+33 |
|
|
* | Added regression test for SF bug #561822: has_option() case sensitive. | Fred Drake | 2002-09-27 | 1 | -0/+5 |
|
|
* | has_option(): Use the option name transform consistently. | Fred Drake | 2002-09-27 | 1 | -53/+49 |
|
|
* | Revert Rev 1.6 | Kurt B. Kaiser | 2002-09-27 | 1 | -9/+0 |
|
|
* | Fix Bug 612886 copy/paste menu items fail | Kurt B. Kaiser | 2002-09-26 | 3 | -1/+26 |
|
|
* | try executing 'less' in a parenthesized subshell - prevents systems like | Skip Montanaro | 2002-09-26 | 1 | -1/+1 |
|
|
* | Oops, must convert hyphens to underscores in keys of aliases dict. | Guido van Rossum | 2002-09-26 | 1 | -1/+1 |
|
|
* | test_unicode_error(): Comment this test out, since we still have | Barry Warsaw | 2002-09-26 | 1 | -8/+8 |
|
|
* | Fixing some RFC 2231 related issues as reported in the Spambayes | Barry Warsaw | 2002-09-26 | 3 | -0/+66 |
|
|
* | Fixing some RFC 2231 related issues as reported in the Spambayes | Barry Warsaw | 2002-09-26 | 1 | -9/+39 |
|
|
* | Disable big charsets in UCS-4 builds. Works around #599377. | Martin v. Löwis | 2002-09-26 | 1 | -0/+3 |
|
|
* | Again, I did check in too many changes. Sorry. | Thomas Heller | 2002-09-26 | 1 | -1/+1 |
|
|
* | __version__: Bump to 2.4 | Barry Warsaw | 2002-09-25 | 1 | -9/+16 |
|
|
* | SF bug 613233: test_threadedtempfile hangs | Tim Peters | 2002-09-25 | 1 | -6/+4 |
|
|
* | Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton | Neal Norwitz | 2002-09-25 | 2 | -1/+6 |
|
|
* | Add yet another alias for ASCII found in the field. Will backport to | Guido van Rossum | 2002-09-25 | 1 | -0/+1 |
|
|
* | Add regression test for a bug found in the version of the markupbase | Fred Drake | 2002-09-25 | 1 | -0/+6 |
|
|
* | On Windows, select() does not accept empty lists. | Thomas Heller | 2002-09-24 | 1 | -5/+9 |
|
|
* | Brett's fixes for various bugs and coding issues. Closes SF patch # | Barry Warsaw | 2002-09-23 | 2 | -68/+95 |
|
|
* | Add the bulk of SF patch 595111 by Attila Babo. | Guido van Rossum | 2002-09-23 | 1 | -2/+42 |
|
|
* | Fix bug I created during merge from Python-idle. | Kurt B. Kaiser | 2002-09-23 | 1 | -2/+2 |
|
|
* | Blank line missing. | Tony Lownds | 2002-09-23 | 1 | -0/+1 |
|
|
* | Work around Mac OS X transient window issues | Tony Lownds | 2002-09-23 | 1 | -0/+8 |
|
|
* | Work around Mac OS X platform encoding issues. | Tony Lownds | 2002-09-23 | 1 | -0/+6 |
|
|
* | Added new standard keybinding set for Macs. | Tony Lownds | 2002-09-23 | 1 | -0/+45 |
|
|
* | Update Canvas before computing width. Draw turtle at end of drawing circle. | Martin v. Löwis | 2002-09-22 | 1 | -0/+2 |
|
|
* | Back out multifile.py 1.19 and 1.20. Fixes #514676. | Martin v. Löwis | 2002-09-22 | 2 | -16/+67 |
|
|
* | Fiddle comments and variable names in whichmodule(). | Jeremy Hylton | 2002-09-19 | 1 | -11/+10 |
|
|
* | whichmodule() should skip dummy package entries in sys.modules. | Jeremy Hylton | 2002-09-19 | 1 | -0/+2 |
|
|
* | SF Bug #611225. | Kurt B. Kaiser | 2002-09-19 | 1 | -8/+0 |
|
|
* | Fix a problem in site.py which triggers in case sys.path is empty. | Marc-André Lemburg | 2002-09-19 | 1 | -1/+2 |
|
|
* | Patch #484994: Improve PanedWindow. | Martin v. Löwis | 2002-09-19 | 1 | -4/+20 |
|
|
* | Suppress hex/oct constant warnings in <string> on 64-bit platforms, | Guido van Rossum | 2002-09-19 | 1 | -0/+5 |
|
|
* | Open the test files in binary mode so the \r\n files won't cause | Barry Warsaw | 2002-09-18 | 2 | -3/+3 |
|
|