| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch 530070: pydoc regression, from Martin and Guido. | Tim Peters | 2002-03-17 | 1 | -2/+11 |
|
|
* | Patch #430706: Persistent connections in BaseHTTPServer. | Martin v. Löwis | 2002-03-17 | 2 | -34/+126 |
|
|
* | Wrap a couple of long lines. | Fred Drake | 2002-03-15 | 1 | -2/+4 |
|
|
* | Corrected _localized_name.__getitem__ based on code in patch 503202 (which I | Skip Montanaro | 2002-03-15 | 1 | -7/+9 |
|
|
* | Patch #527427: minidom fails to use NodeList sometimes. | Martin v. Löwis | 2002-03-15 | 1 | -5/+5 |
|
|
* | Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall... | Jack Jansen | 2002-03-15 | 1 | -1/+5 |
|
|
* | If no webbrowsers were found _tryorder would be empty, cmd would never be set... | Jack Jansen | 2002-03-15 | 1 | -0/+1 |
|
|
* | .... | Michael W. Hudson | 2002-03-15 | 1 | -1/+1 |
|
|
* | Fix | Michael W. Hudson | 2002-03-15 | 1 | -2/+9 |
|
|
* | make _localized_name instances work more like the tuples they replaced. In | Skip Montanaro | 2002-03-15 | 1 | -5/+12 |
|
|
* | added test case to catch index errors with _localized_name class | Skip Montanaro | 2002-03-15 | 1 | -0/+4 |
|
|
* | first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP. | Skip Montanaro | 2002-03-15 | 1 | -0/+30 |
|
|
* | Remove duplicate "import os" | Neal Norwitz | 2002-03-14 | 1 | -1/+0 |
|
|
* | "Fix" for SF bug #520644: __slots__ are not pickled. | Guido van Rossum | 2002-03-14 | 1 | -0/+89 |
|
|
* | SF #515015, raise exception if code not found in findsource() | Neal Norwitz | 2002-03-13 | 1 | -0/+1 |
|
|
* | Test for the fix I just checked in to moduleobject.c. | Guido van Rossum | 2002-03-12 | 1 | -0/+12 |
|
|
* | back out spurious change from 1.22 | Skip Montanaro | 2002-03-12 | 1 | -1/+1 |
|
|
* | Popen3 and Popen4 should be in __all__ | Skip Montanaro | 2002-03-12 | 1 | -1/+1 |
|
|
* | Set/update self.cwd properly. | Fred Drake | 2002-03-12 | 1 | -14/+51 |
|
|
* | Change Windows file.truncate() to (a) restore the original file position, | Tim Peters | 2002-03-12 | 1 | -9/+15 |
|
|
* | fixes to tabwidth code removal | Steven M. Gava | 2002-03-12 | 1 | -6/+6 |
|
|
* | remove tabwidth (for tabs) config stuff, | Steven M. Gava | 2002-03-12 | 2 | -12/+11 |
|
|
* | further work on dynamic config changes; | Steven M. Gava | 2002-03-12 | 2 | -2/+16 |
|
|
* | Fix typo | Neal Norwitz | 2002-03-11 | 1 | -1/+1 |
|
|
* | Add a check that SF bug 516727 is really fixed. | Guido van Rossum | 2002-03-11 | 1 | -0/+10 |
|
|
* | Patch #443899: Check modes on files before performing operations. | Martin v. Löwis | 2002-03-11 | 1 | -1/+9 |
|
|
* | file_truncate(): provide full "large file" support on Windows, by | Tim Peters | 2002-03-11 | 1 | -15/+24 |
|
|
* | Bugfix candidate. | Guido van Rossum | 2002-03-11 | 1 | -0/+3 |
|
|
* | Access the exception argument to see whether it starts with '500'. | Martin v. Löwis | 2002-03-10 | 1 | -2/+2 |
|
|
* | SF patch 499062: Minor typo in test_generators.py. | Tim Peters | 2002-03-10 | 1 | -1/+1 |
|
|
* | Fix SF bug 525520. | Jeremy Hylton | 2002-03-09 | 1 | -20/+34 |
|
|
* | Fix pyclbr test of httplib without really understanding pyclbr. | Jeremy Hylton | 2002-03-08 | 1 | -1/+2 |
|
|
* | SF bug report #405939: wrong Host header with proxy | Jeremy Hylton | 2002-03-08 | 1 | -3/+21 |
|
|
* | [Bug #491820] Define two abstract methods to shut up Pychecker, and for | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+6 |
|
|
* | [Bug #517554] When a signal happens during the select call in | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+1 |
|
|
* | As part of fixing bug #523301, add a simple test of ConfigParser.write() | Andrew M. Kuchling | 2002-03-08 | 2 | -0/+30 |
|
|
* | [Bug #523301] ConfigParser.write() produces broken output for values that | Andrew M. Kuchling | 2002-03-08 | 1 | -2/+2 |
|
|
* | fixed missing IMAP4_SSL_PORT | Piers Lauder | 2002-03-08 | 1 | -1/+2 |
|
|
* | SF bug 515943: searching for data with \0 in mmap. | Tim Peters | 2002-03-08 | 1 | -0/+25 |
|
|
* | add Content-Type header to error responses | Skip Montanaro | 2002-03-08 | 1 | -0/+1 |
|
|
* | add SSL class submitted by Tino Lange | Piers Lauder | 2002-03-08 | 1 | -1/+74 |
|
|
* | add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes | Skip Montanaro | 2002-03-07 | 1 | -0/+4 |
|
|
* | Test for | Michael W. Hudson | 2002-03-06 | 1 | -0/+12 |
|
|
* | Special support for pickling os.stat and os.stat_vfs results portably | Michael W. Hudson | 2002-03-06 | 2 | -0/+31 |
|
|
* | Set default value for readlines.sizehint to None. Change needed for 2.2.1 | Martin v. Löwis | 2002-03-05 | 1 | -1/+1 |
|
|
* | A fix & test for | Michael W. Hudson | 2002-03-05 | 1 | -0/+7 |
|
|
* | remove debug cruft | Steven M. Gava | 2002-03-05 | 1 | -6/+0 |
|
|
* | further work on new config system | Steven M. Gava | 2002-03-05 | 2 | -9/+23 |
|
|
* | Removed two unused imports. Closes patch #525225. | Barry Warsaw | 2002-03-03 | 1 | -4/+0 |
|
|
* | SF #506611, fix sys.setprofile(), sys.settrace() core dumps | Neal Norwitz | 2002-03-03 | 2 | -0/+10 |
|
|