summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* A start at non-trivial (== DST-aware) tests of timezone conversion.Tim Peters2002-12-291-0/+152
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-292-239/+379
* Remove some old debugging print statements.Kurt B. Kaiser2002-12-291-10/+0
* M EditorWindow.pyKurt B. Kaiser2002-12-292-16/+20
* Patch for bug #659709: bogus computation of float lengthMarc-André Lemburg2002-12-292-0/+51
* Incorporate Skip's suggestion to use SciPy's validation test nearRaymond Hettinger2002-12-291-0/+28
* Bug #599248: strip directories when building Python. Out-of-tree builds shou...Andrew M. Kuchling2002-12-291-2/+5
* Suppress unsafe *Cookie class warningsAndrew M. Kuchling2002-12-291-0/+5
* Patch #655760: add warnings when the unsafe *Cookie classes are instantiatedAndrew M. Kuchling2002-12-291-1/+11
* Gracefully delay runtime error up to 1s. Add .willdispatch().Martin v. Löwis2002-12-281-0/+1
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-271-8/+86
* Add XXX about Winsock error valuesGuido van Rossum2002-12-261-0/+1
* Also skip testHostnameRes() if gethostbyaddr() raises an exception.Guido van Rossum2002-12-261-1/+5
* Skip testHostnameRes() if gethostbyname() raises an exception.Guido van Rossum2002-12-261-1/+5
* Fix julian day problem with strptime. Note: XXX about using 0, suggestions?Neal Norwitz2002-12-262-1/+15
* Added tests to ensure that timetz comparison, and datetimetzTim Peters2002-12-261-9/+67
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-251-18/+8
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-0/+53
* Whitespace normalization.Tim Peters2002-12-247-11/+10
* boolcheck cannot be deleted here.Tony Lownds2002-12-241-1/+1
* Move boolcheck before import of other IDLE modulesTony Lownds2002-12-241-3/+3
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* M PyShell.pyKurt B. Kaiser2002-12-245-15/+35
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-0/+150
* IDLE should exit if it fails to connect with the execution serverKurt B. Kaiser2002-12-241-1/+1
* 1. RPC stack levels were not pruned from traceback unless IDLE was startedKurt B. Kaiser2002-12-241-12/+27
* Uniform Capitalization in MenusKurt B. Kaiser2002-12-241-20/+20
* Remove debugging connection messageKurt B. Kaiser2002-12-231-2/+3
* Make this script execute using pythonwTony Lownds2002-12-231-0/+1
* Revert to revision 1.3; Mac OS X has a platform specific startup script, maco...Tony Lownds2002-12-231-15/+2
* Move boolcheck to PyShellTony Lownds2002-12-232-7/+4
* Don't rebind True and False.Tim Peters2002-12-231-5/+5
* Last week we discussed adding this module to the standard library.Guido van Rossum2002-12-231-0/+78
* Alt-H was conflicting with the Help menu on Windows.Kurt B. Kaiser2002-12-231-1/+1
* M MANIFEST.inKurt B. Kaiser2002-12-234-52/+45
* I give up: unless I write my own strftime by hand, datetime just can'tTim Peters2002-12-221-0/+6
* Implemented a Wiki suggestion:Tim Peters2002-12-221-71/+118
* Add configuration for packaging.Kurt B. Kaiser2002-12-222-0/+7
* When IDLE is installed and run from a startup script, the script'sKurt B. Kaiser2002-12-211-0/+5
* M PyShell.pyKurt B. Kaiser2002-12-213-23/+24
* Added test to ensure that non-string result from dst() raises TypeError.Tim Peters2002-12-211-0/+6
* Changes sufficient so that pickles written by the Python implementationTim Peters2002-12-211-9/+15
* Update the setup file:Kurt B. Kaiser2002-12-201-34/+42
* Remove debugging statement checked in by accident, ah, carelessness.Kurt B. Kaiser2002-12-201-1/+0
* "'foo' in str" not implemented in Python 2.2, only single character lookupKurt B. Kaiser2002-12-201-1/+2
* *** empty log message ***Tony Lownds2002-12-201-1/+1
* Update way a subprocess is launched for Mac OS X.Tony Lownds2002-12-205-16/+107
* Fix what I believe is a bug: when removing all previous handlers,Guido van Rossum2002-12-201-2/+2
* format_utcoffset(): The natural type of the buflen arg is size_t, soTim Peters2002-12-201-9/+16
* Panel Bar on the Bottom is Probably More CommonKurt B. Kaiser2002-12-201-2/+4