| Commit message (Expand) | Author | Age | Files | Lines |
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+4 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+3 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+3 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+3 |
|
|
* | __all__: Updated | Barry Warsaw | 2002-09-30 | 1 | -20/+22 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -0/+14 |
|
|
* | Now that TestCase is a new-style class, change loadTestsFromModule and | Guido van Rossum | 2002-09-30 | 1 | -2/+4 |
|
|
* | __contains__(): Change the second argument to `name' for consistency. | Barry Warsaw | 2002-09-30 | 1 | -58/+69 |
|
|
* | Add Tim Rice, for SCO patches. | Martin v. Löwis | 2002-09-30 | 1 | -0/+1 |
|
|
* | Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. | Martin v. Löwis | 2002-09-30 | 5 | -11/+92 |
|
|
* | With help from Martin v. Loewis, clarification is added for the | Barry Warsaw | 2002-09-30 | 1 | -29/+61 |
|
|
* | Patch #544740: test_commands test fails under Cygwin | Jason Tishler | 2002-09-30 | 1 | -5/+7 |
|
|
* | fix a couple nits related to my understanding of ReST. Use of | Skip Montanaro | 2002-09-30 | 1 | -3/+3 |
|
|
* | The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in | Barry Warsaw | 2002-09-30 | 2 | -12/+9 |
|
|
* | fix a couple nits with my use of ReST | Skip Montanaro | 2002-09-30 | 1 | -6/+6 |
|
|
* | Patch #596576: Always use cc to link on NetBSD. Will backport to 2.2. | Martin v. Löwis | 2002-09-30 | 2 | -3/+5 |
|
|
* | Added -b tag option to limit output to a specific branch only. | Guido van Rossum | 2002-09-29 | 1 | -5/+43 |
|
|
* | Finding a suitable interpreter to spawn needed tweaking on the Mac | Tony Lownds | 2002-09-29 | 1 | -4/+17 |
|
|
* | 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 |
|
|
* | (py-pychecker-run): Fix calculation of last command to include the | Barry Warsaw | 2002-09-28 | 1 | -3/+8 |
|
|
* | 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 | 2 | -0/+40 |
|
|
* | 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 |
|
|
* | Patch for the DEC Alpha under Linux, by Lee Busby. | Guido van Rossum | 2002-09-26 | 1 | -0/+8 |
|
|
* | Disable big charsets in UCS-4 builds. Works around #599377. | Martin v. Löwis | 2002-09-26 | 1 | -0/+3 |
|
|
* | Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. | Martin v. Löwis | 2002-09-26 | 1 | -2/+2 |
|
|
* | Again, I did check in too many changes. Sorry. | Thomas Heller | 2002-09-26 | 1 | -1/+1 |
|
|
* | Add deprecation notices to the documentation to reflect recent additions to | Fred Drake | 2002-09-25 | 4 | -1/+19 |
|
|