| Commit message (Expand) | Author | Age | Files | Lines |
* | Make comparison and subtraction of aware objects ignore tzinfo if the | Tim Peters | 2002-12-27 | 1 | -8/+86 |
|
|
* | Add XXX about Winsock error values | Guido van Rossum | 2002-12-26 | 1 | -0/+1 |
|
|
* | Also skip testHostnameRes() if gethostbyaddr() raises an exception. | Guido van Rossum | 2002-12-26 | 1 | -1/+5 |
|
|
* | Skip testHostnameRes() if gethostbyname() raises an exception. | Guido van Rossum | 2002-12-26 | 1 | -1/+5 |
|
|
* | Fix julian day problem with strptime. Note: XXX about using 0, suggestions? | Neal Norwitz | 2002-12-26 | 2 | -1/+15 |
|
|
* | Added tests to ensure that timetz comparison, and datetimetz | Tim Peters | 2002-12-26 | 1 | -9/+67 |
|
|
* | SF 658405: calendar.py to rely on the datetime module instead of the time | Raymond Hettinger | 2002-12-25 | 1 | -18/+8 |
|
|
* | Implemented datetime.astimezone() and datetimetz.astimezone(). | Tim Peters | 2002-12-25 | 1 | -0/+53 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-12-24 | 7 | -11/+10 |
|
|
* | boolcheck cannot be deleted here. | Tony Lownds | 2002-12-24 | 1 | -1/+1 |
|
|
* | Move boolcheck before import of other IDLE modules | Tony Lownds | 2002-12-24 | 1 | -3/+3 |
|
|
* | Add test for SF #658106. Will backport. | Neal Norwitz | 2002-12-24 | 1 | -0/+4 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2002-12-24 | 5 | -15/+35 |
|
|
* | Implemented .replace() methods for date, datetime, datetimetz, time and | Tim Peters | 2002-12-24 | 1 | -0/+150 |
|
|
* | IDLE should exit if it fails to connect with the execution server | Kurt B. Kaiser | 2002-12-24 | 1 | -1/+1 |
|
|
* | 1. RPC stack levels were not pruned from traceback unless IDLE was started | Kurt B. Kaiser | 2002-12-24 | 1 | -12/+27 |
|
|
* | Uniform Capitalization in Menus | Kurt B. Kaiser | 2002-12-24 | 1 | -20/+20 |
|
|
* | Remove debugging connection message | Kurt B. Kaiser | 2002-12-23 | 1 | -2/+3 |
|
|
* | Make this script execute using pythonw | Tony Lownds | 2002-12-23 | 1 | -0/+1 |
|
|
* | Revert to revision 1.3; Mac OS X has a platform specific startup script, maco... | Tony Lownds | 2002-12-23 | 1 | -15/+2 |
|
|
* | Move boolcheck to PyShell | Tony Lownds | 2002-12-23 | 2 | -7/+4 |
|
|
* | Don't rebind True and False. | Tim Peters | 2002-12-23 | 1 | -5/+5 |
|
|
* | Last week we discussed adding this module to the standard library. | Guido van Rossum | 2002-12-23 | 1 | -0/+78 |
|
|
* | Alt-H was conflicting with the Help menu on Windows. | Kurt B. Kaiser | 2002-12-23 | 1 | -1/+1 |
|
|
* | M MANIFEST.in | Kurt B. Kaiser | 2002-12-23 | 4 | -52/+45 |
|
|
* | I give up: unless I write my own strftime by hand, datetime just can't | Tim Peters | 2002-12-22 | 1 | -0/+6 |
|
|
* | Implemented a Wiki suggestion: | Tim Peters | 2002-12-22 | 1 | -71/+118 |
|
|
* | Add configuration for packaging. | Kurt B. Kaiser | 2002-12-22 | 2 | -0/+7 |
|
|
* | When IDLE is installed and run from a startup script, the script's | Kurt B. Kaiser | 2002-12-21 | 1 | -0/+5 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2002-12-21 | 3 | -23/+24 |
|
|
* | Added test to ensure that non-string result from dst() raises TypeError. | Tim Peters | 2002-12-21 | 1 | -0/+6 |
|
|
* | Changes sufficient so that pickles written by the Python implementation | Tim Peters | 2002-12-21 | 1 | -9/+15 |
|
|
* | Update the setup file: | Kurt B. Kaiser | 2002-12-20 | 1 | -34/+42 |
|
|
* | Remove debugging statement checked in by accident, ah, carelessness. | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+0 |
|
|
* | "'foo' in str" not implemented in Python 2.2, only single character lookup | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+2 |
|
|
* | *** empty log message *** | Tony Lownds | 2002-12-20 | 1 | -1/+1 |
|
|
* | Update way a subprocess is launched for Mac OS X. | Tony Lownds | 2002-12-20 | 5 | -16/+107 |
|
|
* | Fix what I believe is a bug: when removing all previous handlers, | Guido van Rossum | 2002-12-20 | 1 | -2/+2 |
|
|
* | format_utcoffset(): The natural type of the buflen arg is size_t, so | Tim Peters | 2002-12-20 | 1 | -9/+16 |
|
|
* | Panel Bar on the Bottom is Probably More Common | Kurt B. Kaiser | 2002-12-20 | 1 | -2/+4 |
|
|
* | Updated. | Kurt B. Kaiser | 2002-12-20 | 1 | -11/+24 |
|
|
* | If Edit window has not been saved, offer to save if user tries to Run or | Kurt B. Kaiser | 2002-12-19 | 1 | -14/+21 |
|
|
* | Expand log() tests to include long integers. | Raymond Hettinger | 2002-12-18 | 1 | -0/+2 |
|
|
* | M ColorDelegator.py | Kurt B. Kaiser | 2002-12-17 | 3 | -22/+40 |
|
|
* | No point in warning about needing re module; remove helpful message | Andrew M. Kuchling | 2002-12-17 | 1 | -4/+1 |
|
|
* | Fix comment typo | Andrew M. Kuchling | 2002-12-17 | 1 | -1/+1 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 2 | -0/+315 |
|
|
* | Update doc for getboolean() to match code (ie, returning True/False) | Neal Norwitz | 2002-12-17 | 1 | -8/+8 |
|
|
* | In Shell: | Kurt B. Kaiser | 2002-12-16 | 1 | -0/+4 |
|
|
* | Made this a little more compatible w/ the sandbox version, which is | Tim Peters | 2002-12-16 | 1 | -2/+2 |
|
|