| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable the rexec test now that rexec is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -0/+2 |
|
|
* | Remove bastion test output | Guido van Rossum | 2003-01-06 | 1 | -10/+0 |
|
|
* | Disable the Bastion test now that Bastion is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -3/+3 |
|
|
* | Sabotage rexec.py. It is not safe since the new-style classes. | Guido van Rossum | 2003-01-06 | 2 | -0/+5 |
|
|
* | Translate spaces in the machine name to underscores | Andrew M. Kuchling | 2003-01-06 | 1 | -2/+3 |
|
|
* | Used dictionaries rather than lists for membership testing. | Raymond Hettinger | 2003-01-06 | 1 | -12/+12 |
|
|
* | always also search on sys.path for res files | Just van Rossum | 2003-01-06 | 1 | -3/+2 |
|
|
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 1 | -0/+3 |
|
|
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 1 | -5/+5 |
|
|
* | SF #651082, tarfile module implementation from Lars Gustäbel | Neal Norwitz | 2003-01-05 | 3 | -0/+2180 |
|
|
* | - squashed bare except in rmtree() | Just van Rossum | 2003-01-05 | 1 | -5/+5 |
|
|
* | At least one Solaris box in the snake farm only supports "C" locale. | Neal Norwitz | 2003-01-05 | 1 | -1/+5 |
|
|
* | Move the statistical tests for four distributions into the unittest suite. | Raymond Hettinger | 2003-01-05 | 2 | -3/+41 |
|
|
* | Add a test case. | Raymond Hettinger | 2003-01-05 | 1 | -0/+19 |
|
|
* | Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. | Greg Ward | 2003-01-04 | 1 | -1/+1 |
|
|
* | module to run commands in a Terminal.app window | Just van Rossum | 2003-01-04 | 1 | -0/+54 |
|
|
* | Add Shockwave Flash. | Guido van Rossum | 2003-01-04 | 1 | -0/+1 |
|
|
* | Correct long standing bugs in the methods for random distributions. | Raymond Hettinger | 2003-01-04 | 1 | -4/+6 |
|
|
* | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 | 1 | -16/+33 |
|
|
* | Test an edge case for sample(). | Raymond Hettinger | 2003-01-04 | 1 | -0/+1 |
|
|
* | Remove the random=None nonsense from sample() before it gets set in stone. | Raymond Hettinger | 2003-01-04 | 1 | -18/+11 |
|
|
* | M AutoExpand.py | Kurt B. Kaiser | 2003-01-04 | 7 | -27/+55 |
|
|
* | Convert Tcl path objects to strings. Fixes #661357. | Martin v. Löwis | 2003-01-04 | 1 | -0/+6 |
|
|
* | Remove a list comprehension, because a loop over the list | Walter Dörwald | 2003-01-03 | 1 | -2/+1 |
|
|
* | Pass the strict argument from read() on to readfp(), so the | Walter Dörwald | 2003-01-03 | 1 | -1/+1 |
|
|
* | Fix read_mime_types() so that it returns a dict as documented. | Walter Dörwald | 2003-01-03 | 1 | -2/+2 |
|
|
* | Fix SF #659228, 'realpath' function missing from os.path | Neal Norwitz | 2003-01-03 | 4 | -4/+8 |
|
|
* | [Patch #658094 ] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -0/+293 |
|
|
* | [Patch #658094] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -1/+12 |
|
|
* | Fix for bug #661136 | Just van Rossum | 2003-01-03 | 1 | -3/+8 |
|
|
* | Remove debugging prints. | Michael W. Hudson | 2003-01-03 | 1 | -2/+0 |
|
|
* | Jack complained that on test_crlf_separation() was failing on MacOS9 | Barry Warsaw | 2003-01-02 | 1 | -4/+4 |
|
|
* | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 1 | -32/+40 |
|
|
* | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -0/+20 |
|
|
* | 1. Remove obsolete, incorrect comment on non-package installation | Kurt B. Kaiser | 2003-01-02 | 1 | -7/+3 |
|
|
* | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 | 1 | -0/+17 |
|
|
* | Improve exception handling. | Kurt B. Kaiser | 2003-01-02 | 3 | -3/+6 |
|
|
* | SF #660795 | Neal Norwitz | 2003-01-02 | 2 | -0/+975 |
|
|
* | Replaced imp.set_frozenmodules() cruft with proper zipimport support. | Just van Rossum | 2003-01-02 | 1 | -43/+42 |
|
|
* | Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in | Just van Rossum | 2003-01-02 | 1 | -4/+5 |
|
|
* | EMX fork() emulation not good enough to cope with test_socketserver | Andrew MacIntyre | 2003-01-02 | 1 | -2/+2 |
|
|
* | Clearing out old patch queue. Patch #558547, make SocketServer more | Anthony Baxter | 2003-01-02 | 1 | -1/+2 |
|
|
* | A quicker astimezone() implementation, rehabilitating an earlier | Tim Peters | 2003-01-01 | 1 | -0/+25 |
|
|
* | Revert last change -- test works on HPUX again after Martin's checkin | Neal Norwitz | 2003-01-01 | 1 | -3/+2 |
|
|
* | Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term... | Martin v. Löwis | 2003-01-01 | 1 | -1/+11 |
|
|
* | The failure of the last-second addition to the timezone coversion test is | Tim Peters | 2003-01-01 | 1 | -4/+12 |
|
|
* | More installation info. Bump alpha version. | Kurt B. Kaiser | 2003-01-01 | 2 | -7/+11 |
|
|
* | Debugger was tracing through rpc.py when IDLEfork was not started | Kurt B. Kaiser | 2003-01-01 | 1 | -21/+19 |
|
|
* | Improve exception handling. | Kurt B. Kaiser | 2002-12-31 | 3 | -6/+6 |
|
|
* | Make two tests non-locale-dependent | Barry Warsaw | 2002-12-31 | 1 | -2/+2 |
|
|