| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #523169, by Samuele Pedroni. | Guido van Rossum | 2002-02-26 | 3 | -1/+14 |
|
|
* | bugfix for the problem where EditorWindow instances | Steven M. Gava | 2002-02-26 | 1 | -2/+5 |
|
|
* | canonic(): Fix by Edward K Ream to make breakpoints work better on | Guido van Rossum | 2002-02-25 | 1 | -0/+1 |
|
|
* | Fix by Edward K Ream to make breakpoints work on Windows: insert a | Guido van Rossum | 2002-02-25 | 1 | -0/+1 |
|
|
* | Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. | Martin v. Löwis | 2002-02-24 | 1 | -10/+31 |
|
|
* | Accept Unicode strings as SMTP TO addresses. Fixes #521270. | Martin v. Löwis | 2002-02-24 | 1 | -1/+1 |
|
|
* | OS/2 EMX port Library and regression test changes: | Andrew MacIntyre | 2002-02-24 | 6 | -15/+446 |
|
|
* | tracking changes to python idle: | Steven M. Gava | 2002-02-23 | 1 | -1/+1 |
|
|
* | Patch #521714: fix pychecker warnings in ast.py. | Martin v. Löwis | 2002-02-23 | 1 | -124/+124 |
|
|
* | Patch #521670: Remove unused sys import. | Martin v. Löwis | 2002-02-23 | 1 | -2/+1 |
|
|
* | Create and populate OS/2 EMX port platform specific library directory: | Andrew MacIntyre | 2002-02-22 | 5 | -0/+511 |
|
|
* | moved command logging routines into IMAP4 class: thread safe/faster | Piers Lauder | 2002-02-22 | 1 | -56/+65 |
|
|
* | First version which runs an install-script (specified by the | Thomas Heller | 2002-02-20 | 1 | -314/+354 |
|
|
* | Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't | Tim Peters | 2002-02-19 | 1 | -0/+1 |
|
|
* | SF #515023. Make _DummyThread.join() signature match base class (Thread) | Neal Norwitz | 2002-02-19 | 1 | -1/+1 |
|
|
* | further work on config system | Steven M. Gava | 2002-02-18 | 2 | -9/+9 |
|
|
* | handle user theme and key set deletion | Steven M. Gava | 2002-02-18 | 3 | -11/+87 |
|
|
* | Repair so that importing socket doesn't blow up on platforms that lack | Tim Peters | 2002-02-17 | 1 | -7/+12 |
|
|
* | Patch #515598: removed unused import of os. | Martin v. Löwis | 2002-02-16 | 1 | -1/+0 |
|
|
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 | 9 | -24/+15 |
|
|
* | Break SSL support out of _socket module and place it into a new | Marc-André Lemburg | 2002-02-16 | 1 | -1/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-02-16 | 4 | -10/+10 |
|
|
* | SF bug #516372: test_thread: unhandled exc. in thread | Tim Peters | 2002-02-16 | 2 | -5/+13 |
|
|
* | Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers | Greg Ward | 2002-02-11 | 1 | -1/+1 |
|
|
* | SF #515020, delete global variables which are used only for temporary | Neal Norwitz | 2002-02-11 | 1 | -1/+2 |
|
|
* | SF #515005, change "1 + ''" (which pychecker warns about being invalid) | Neal Norwitz | 2002-02-11 | 1 | -2/+2 |
|
|
* | SF #515022 remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515009, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | SF #515018, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | SF #515026, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | 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 |
|
|