summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* back out spurious change from 1.22Skip Montanaro2002-03-121-1/+1
* Popen3 and Popen4 should be in __all__Skip Montanaro2002-03-121-1/+1
* Set/update self.cwd properly.Fred Drake2002-03-121-14/+51
* Change Windows file.truncate() to (a) restore the original file position,Tim Peters2002-03-121-9/+15
* fixes to tabwidth code removalSteven M. Gava2002-03-121-6/+6
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-122-12/+11
* further work on dynamic config changes;Steven M. Gava2002-03-122-2/+16
* Fix typoNeal Norwitz2002-03-111-1/+1
* Add a check that SF bug 516727 is really fixed.Guido van Rossum2002-03-111-0/+10
* Patch #443899: Check modes on files before performing operations.Martin v. Löwis2002-03-111-1/+9
* file_truncate(): provide full "large file" support on Windows, byTim Peters2002-03-111-15/+24
* Bugfix candidate.Guido van Rossum2002-03-111-0/+3
* Access the exception argument to see whether it starts with '500'.Martin v. Löwis2002-03-101-2/+2
* SF patch 499062: Minor typo in test_generators.py.Tim Peters2002-03-101-1/+1
* Fix SF bug 525520.Jeremy Hylton2002-03-091-20/+34
* Fix pyclbr test of httplib without really understanding pyclbr.Jeremy Hylton2002-03-081-1/+2
* SF bug report #405939: wrong Host header with proxyJeremy Hylton2002-03-081-3/+21
* [Bug #491820] Define two abstract methods to shut up Pychecker, and forAndrew M. Kuchling2002-03-081-0/+6
* [Bug #517554] When a signal happens during the select call inAndrew M. Kuchling2002-03-081-0/+1
* As part of fixing bug #523301, add a simple test of ConfigParser.write()Andrew M. Kuchling2002-03-082-0/+30
* [Bug #523301] ConfigParser.write() produces broken output for values thatAndrew M. Kuchling2002-03-081-2/+2
* fixed missing IMAP4_SSL_PORTPiers Lauder2002-03-081-1/+2
* SF bug 515943: searching for data with \0 in mmap.Tim Peters2002-03-081-0/+25
* add Content-Type header to error responsesSkip Montanaro2002-03-081-0/+1
* add SSL class submitted by Tino LangePiers Lauder2002-03-081-1/+74
* add repr_str as alias for repr_string in both HTMLRepr and TextRepr classesSkip Montanaro2002-03-071-0/+4
* Test forMichael W. Hudson2002-03-061-0/+12
* Special support for pickling os.stat and os.stat_vfs results portablyMichael W. Hudson2002-03-062-0/+31
* Set default value for readlines.sizehint to None. Change needed for 2.2.1Martin v. Löwis2002-03-051-1/+1
* A fix & test forMichael W. Hudson2002-03-051-0/+7
* remove debug cruftSteven M. Gava2002-03-051-6/+0
* 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