summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF patch #523169, by Samuele Pedroni.Guido van Rossum2002-02-263-1/+14
* bugfix for the problem where EditorWindow instancesSteven M. Gava2002-02-261-2/+5
* canonic(): Fix by Edward K Ream to make breakpoints work better onGuido van Rossum2002-02-251-0/+1
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
* Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.Martin v. Löwis2002-02-241-10/+31
* Accept Unicode strings as SMTP TO addresses. Fixes #521270.Martin v. Löwis2002-02-241-1/+1
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-246-15/+446
* tracking changes to python idle:Steven M. Gava2002-02-231-1/+1
* Patch #521714: fix pychecker warnings in ast.py.Martin v. Löwis2002-02-231-124/+124
* Patch #521670: Remove unused sys import.Martin v. Löwis2002-02-231-2/+1
* Create and populate OS/2 EMX port platform specific library directory:Andrew MacIntyre2002-02-225-0/+511
* moved command logging routines into IMAP4 class: thread safe/fasterPiers Lauder2002-02-221-56/+65
* First version which runs an install-script (specified by theThomas Heller2002-02-201-314/+354
* Somebody made list.__dict__ grow a '__doc__' key, but apparently didn'tTim Peters2002-02-191-0/+1
* SF #515023. Make _DummyThread.join() signature match base class (Thread)Neal Norwitz2002-02-191-1/+1
* further work on config systemSteven M. Gava2002-02-182-9/+9
* handle user theme and key set deletionSteven M. Gava2002-02-183-11/+87
* Repair so that importing socket doesn't blow up on platforms that lackTim Peters2002-02-171-7/+12
* Patch #515598: removed unused import of os.Martin v. Löwis2002-02-161-1/+0
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-169-24/+15
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-161-1/+5
* Whitespace normalization.Tim Peters2002-02-164-10/+10
* SF bug #516372: test_thread: unhandled exc. in threadTim Peters2002-02-162-5/+13
* Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headersGreg Ward2002-02-111-1/+1
* SF #515020, delete global variables which are used only for temporaryNeal Norwitz2002-02-111-1/+2
* SF #515005, change "1 + ''" (which pychecker warns about being invalid)Neal Norwitz2002-02-111-2/+2
* SF #515022 remove unused variableNeal Norwitz2002-02-111-1/+0
* SF #515009, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* SF #515018, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* SF #515026, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* SF #515024 remove unused variableNeal Norwitz2002-02-111-1/+0
* SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is usedNeal Norwitz2002-02-111-2/+2
* SF #515012, cleanup: remove unused variableNeal Norwitz2002-02-111-1/+0
* SF #515011, cleanup: remove "or 0" conditionNeal Norwitz2002-02-111-2/+1
* SF #515006, remove unnecessary importNeal Norwitz2002-02-111-1/+0
* SF #515004 cleanupNeal Norwitz2002-02-111-4/+2
* SF #515000, print result of f.tell() in test() instead of ignoringNeal Norwitz2002-02-111-1/+1
* Corrected import behaviour for codecs which live outside the encodingsMarc-André Lemburg2002-02-112-17/+12
* on MacOSX/Darwin, use ranlib when building static libs.Just van Rossum2002-02-111-1/+4
* improvement to keybinding re-use checkSteven M. Gava2002-02-114-86/+80
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-112-20/+9
* further work on config savingSteven M. Gava2002-02-111-35/+0
* further work on config savingSteven M. Gava2002-02-114-76/+217
* Add IANA character set aliases to the encodings alias dictionaryMarc-André Lemburg2002-02-102-106/+355
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* Whitespace cleanup.Guido van Rossum2002-02-081-3/+3
* Fix typoNeal Norwitz2002-02-081-1/+1
* Python 10 was a success, commemorate it\!Fred Drake2002-02-081-0/+28
* Make it 1.5.2 compatible again.Thomas Heller2002-02-081-4/+5
* Fix to the UTF-8 encoder: it failed on 0-length input strings.Marc-André Lemburg2002-02-072-24/+34