summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* further work on new config systemSteven M. Gava2002-03-052-9/+23
* Removed two unused imports. Closes patch #525225.Barry Warsaw2002-03-031-4/+0
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-032-0/+10
* OS/2 more program behaves like Win32 moreAndrew MacIntyre2002-03-031-1/+1
* First work on making config changes dynamic,Steven M. Gava2002-03-025-36/+56
* _PyLong_Copy(): was creating a copy of the absolute value, but shouldTim Peters2002-03-021-0/+1
* Added PortableUnixMailbox to the __all__ variable, and in the __main__Barry Warsaw2002-03-011-2/+4
* SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjectsGuido van Rossum2002-03-011-0/+4
* Patch 520694: arraymodule.c improvements:Martin v. Löwis2002-03-011-4/+141
* SF patch 518765 (Derek Harland): Bug in copy.py when used throughGuido van Rossum2002-02-281-1/+4
* Patch #522279: transformer.py nodes shadows global.Martin v. Löwis2002-02-281-3/+3
* Correct various errors:Martin v. Löwis2002-02-282-6/+157
* Allow shebang's which use versioned Python binaries. FixesMarc-André Lemburg2002-02-281-1/+1
* 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