| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). | Jeremy Hylton | 2002-12-31 | 1 | -8/+2 |
|
|
* | Don't let the docstring end up in __main__.__doc__ | Tony Lownds | 2002-12-31 | 1 | -14/+14 |
|
|
* | test01_close_dbenv_before_db(): Added an XXX comment that this test is | Barry Warsaw | 2002-12-31 | 1 | -0/+2 |
|
|
* | Comment out test, since it hangs on HPUX, still investigating | Neal Norwitz | 2002-12-31 | 1 | -2/+3 |
|
|
* | SF patch [ 597919 ] compiler package and SET_LINENO | Jeremy Hylton | 2002-12-31 | 4 | -44/+69 |
|
|
* | Update (slightly) for Alpha release | Kurt B. Kaiser | 2002-12-31 | 1 | -0/+7 |
|
|
* | Remove bogus test; the master is not a terminal on Solaris and HP-UX. | Martin v. Löwis | 2002-12-31 | 1 | -2/+0 |
|
|
* | Move history to HISTORY.txt | Kurt B. Kaiser | 2002-12-31 | 1 | -0/+122 |
|
|
* | Update for Alpha 0 Release | Kurt B. Kaiser | 2002-12-31 | 2 | -182/+61 |
|
|
* | A new, and much hairier, implementation of astimezone(), building on | Tim Peters | 2002-12-31 | 1 | -86/+86 |
|
|
* | Further cleanup of exceptions. All interpolation-related exceptions | Fred Drake | 2002-12-31 | 1 | -30/+37 |
|
|
* | Keep __main__ namespace clean | Tony Lownds | 2002-12-31 | 1 | -1/+1 |
|
|
* | patch attached to sf item #643711: | Just van Rossum | 2002-12-31 | 1 | -49/+150 |
|
|
* | moving modulefinder.py to the standard library | Just van Rossum | 2002-12-31 | 1 | -0/+486 |
|
|
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 23 | -322/+306 |
|
|
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 | 4 | -4/+16 |
|
|
* | OS/2 EMX has no popen2.Popen3 even though bunzip2 is available | Andrew MacIntyre | 2002-12-31 | 1 | -1/+1 |
|
|
* | add list of expected skips for the OS/2 EMX port | Andrew MacIntyre | 2002-12-31 | 1 | -0/+28 |
|
|
* | Make sure PrettyPrinter methods that mirror the module-level | Fred Drake | 2002-12-31 | 1 | -3/+27 |
|
|
* | - PrettyPrinter.isreadable(), .isrecursive(): | Fred Drake | 2002-12-31 | 1 | -21/+16 |
|
|
* | Add a test that InterpolationError is constructed properly and raised | Fred Drake | 2002-12-31 | 1 | -2/+20 |
|
|