| Commit message (Expand) | Author | Age | Files | Lines |
* | SF #515024 remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used | Neal Norwitz | 2002-02-11 | 1 | -2/+2 |
|
|
* | SF #515012, cleanup: remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515011, cleanup: remove "or 0" condition | Neal Norwitz | 2002-02-11 | 1 | -2/+1 |
|
|
* | SF #515006, remove unnecessary import | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515004 cleanup | Neal Norwitz | 2002-02-11 | 1 | -4/+2 |
|
|
* | SF #515000, print result of f.tell() in test() instead of ignoring | Neal Norwitz | 2002-02-11 | 1 | -1/+1 |
|
|
* | Corrected import behaviour for codecs which live outside the encodings | Marc-André Lemburg | 2002-02-11 | 2 | -17/+12 |
|
|
* | on MacOSX/Darwin, use ranlib when building static libs. | Just van Rossum | 2002-02-11 | 1 | -1/+4 |
|
|
* | improvement to keybinding re-use check | Steven M. Gava | 2002-02-11 | 4 | -86/+80 |
|
|
* | base GetHighlight on GetThemeDict for better defaults | Steven M. Gava | 2002-02-11 | 2 | -20/+9 |
|
|
* | further work on config saving | Steven M. Gava | 2002-02-11 | 1 | -35/+0 |
|
|
* | further work on config saving | Steven M. Gava | 2002-02-11 | 4 | -76/+217 |
|
|
* | Add IANA character set aliases to the encodings alias dictionary | Marc-André Lemburg | 2002-02-10 | 2 | -106/+355 |
|
|
* | Added regression test for start()/stop() returning bogus NULL. | Fred Drake | 2002-02-08 | 1 | -0/+10 |
|
|
* | Whitespace cleanup. | Guido van Rossum | 2002-02-08 | 1 | -3/+3 |
|
|
* | Fix typo | Neal Norwitz | 2002-02-08 | 1 | -1/+1 |
|
|
* | Python 10 was a success, commemorate it\! | Fred Drake | 2002-02-08 | 1 | -0/+28 |
|
|
* | Make it 1.5.2 compatible again. | Thomas Heller | 2002-02-08 | 1 | -4/+5 |
|
|
* | Fix to the UTF-8 encoder: it failed on 0-length input strings. | Marc-André Lemburg | 2002-02-07 | 2 | -24/+34 |
|
|
* | Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's | Marc-André Lemburg | 2002-02-06 | 1 | -0/+334 |
|
|
* | Fix for the UTF-8 memory allocation bug and the UTF-8 encoding | Marc-André Lemburg | 2002-02-06 | 1 | -12/+11 |
|
|
* | further work on config system and config saving | Steven M. Gava | 2002-02-05 | 5 | -102/+335 |
|
|
* | [Bug #220993; may also fix bug #479469] Fix flakiness when old | Andrew M. Kuchling | 2002-02-01 | 1 | -0/+7 |
|
|
* | Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 | Guido van Rossum | 2002-02-01 | 1 | -4/+18 |
|
|
* | package_dir must be converted from the distutils path conventions to | Thomas Heller | 2002-02-01 | 1 | -1/+5 |
|
|
* | improve user config dir handling | Steven M. Gava | 2002-02-01 | 1 | -13/+31 |
|
|
* | more work on configuration saving | Steven M. Gava | 2002-02-01 | 3 | -34/+57 |
|
|
* | Restrict the mode to the lowest four octal positions; higher positions | Andrew M. Kuchling | 2002-01-31 | 1 | -1/+1 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 8 | -4/+108 |
|
|
* | string.split() docstring described the interpretation of the maxsplit | Fred Drake | 2002-01-30 | 1 | -3/+3 |
|
|
* | Thanks to Detlef Lannert for pointing out a typo in the code that | Tim Peters | 2002-01-30 | 1 | -1/+1 |
|
|
* | New TemporaryFile implementation for Windows: this doesn't need a | Tim Peters | 2002-01-30 | 1 | -1/+17 |
|
|
* | This test left a new set of 3 junk files behind each time it was run. | Tim Peters | 2002-01-30 | 1 | -11/+18 |
|
|
* | Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. | Martin v. Löwis | 2002-01-29 | 1 | -0/+4 |
|
|
* | further work on config saving | Steven M. Gava | 2002-01-29 | 2 | -17/+90 |
|
|
* | SF bug #509805 tempfile.gettempdir not threadsafe | Tim Peters | 2002-01-28 | 1 | -2/+28 |
|
|
* | Test case of a singleton multipart; i.e. a multipart/* with only one | Barry Warsaw | 2002-01-27 | 1 | -0/+8 |
|
|
* | test_multipart_one_part(): Idempotency test case for a multipart/* | Barry Warsaw | 2002-01-27 | 1 | -1/+5 |
|
|
* | _parsebody(): When adding subparts to a multipart container, make sure | Barry Warsaw | 2002-01-27 | 1 | -2/+7 |
|
|
* | further work on saving configs | Steven M. Gava | 2002-01-24 | 3 | -47/+165 |
|
|
* | dialog for getting a new config file section name | Steven M. Gava | 2002-01-24 | 1 | -0/+99 |
|
|
* | staying current with python idle fixes | Steven M. Gava | 2002-01-23 | 1 | -2/+2 |
|
|
* | fix for python2.2 -Qnew division error, | Steven M. Gava | 2002-01-23 | 1 | -1/+1 |
|
|
* | more on config saving | Steven M. Gava | 2002-01-22 | 1 | -16/+30 |
|
|
* | further work on config saving | Steven M. Gava | 2002-01-22 | 2 | -30/+107 |
|
|
* | extension config reading by configDialog and | Steven M. Gava | 2002-01-21 | 3 | -134/+173 |
|
|
* | changeover to new keybinding configuration implementation | Steven M. Gava | 2002-01-19 | 11 | -109/+50 |
|
|
* | further work on keybinding configuration | Steven M. Gava | 2002-01-19 | 3 | -15/+123 |
|
|
* | keybinding configuration | Steven M. Gava | 2002-01-19 | 2 | -13/+31 |
|
|