| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | OS/2 more program behaves like Win32 more | Andrew MacIntyre | 2002-03-03 | 1 | -1/+1 |
|
|
* | First work on making config changes dynamic, | Steven M. Gava | 2002-03-02 | 5 | -36/+56 |
|
|
* | _PyLong_Copy(): was creating a copy of the absolute value, but should | Tim Peters | 2002-03-02 | 1 | -0/+1 |
|
|
* | Added PortableUnixMailbox to the __all__ variable, and in the __main__ | Barry Warsaw | 2002-03-01 | 1 | -2/+4 |
|
|
* | SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects | Guido van Rossum | 2002-03-01 | 1 | -0/+4 |
|
|
* | Patch 520694: arraymodule.c improvements: | Martin v. Löwis | 2002-03-01 | 1 | -4/+141 |
|
|
* | SF patch 518765 (Derek Harland): Bug in copy.py when used through | Guido van Rossum | 2002-02-28 | 1 | -1/+4 |
|
|
* | Patch #522279: transformer.py nodes shadows global. | Martin v. Löwis | 2002-02-28 | 1 | -3/+3 |
|
|
* | Correct various errors: | Martin v. Löwis | 2002-02-28 | 2 | -6/+157 |
|
|
* | Allow shebang's which use versioned Python binaries. Fixes | Marc-André Lemburg | 2002-02-28 | 1 | -1/+1 |
|
|
* | 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 |
|
|