summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Gracefully delay runtime error up to 1s. Add .willdispatch().Martin v. Löwis2002-12-282-12/+32
* astimezone(): document that None is an OK argument.Tim Peters2002-12-271-4/+5
* Added a useful warning to the documentation.Eric S. Raymond2002-12-271-2/+4
* Document killpg.Martin v. Löwis2002-12-271-0/+8
* Patch #657889: Implement posix.getloadavg.Martin v. Löwis2002-12-275-5/+44
* And put back a little code duplication, in the form of asserts.Tim Peters2002-12-271-0/+3
* Squash recently-introduced code duplication.Tim Peters2002-12-271-66/+37
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-273-58/+179
* Changed the input field for the interpreter to use (in the preferencesJack Jansen2002-12-269-10/+52
* macfsn is gone.Jack Jansen2002-12-261-1/+1
* Integrated macfsn into macfs, and made the Standard File calls return theJack Jansen2002-12-262-169/+140
* Return the macfs variation for FSSpec and Alias, not the underlyingJack Jansen2002-12-261-3/+5
* Second-argument alias methods were generated with a variation onJack Jansen2002-12-262-53/+53
* 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
* Backing out patch #642578 in anticipation of final acceptance of PEP 302.Just van Rossum2002-12-253-168/+0
* If you entered a pathname for a nonexisting file to a FSSpec constructorJack Jansen2002-12-252-0/+4
* Changed folder name for apps from Python to MacPython-$(VERSION) (for aJack Jansen2002-12-252-2/+2
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-253-22/+18
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-253-18/+159
* Whitespace normalization.Tim Peters2002-12-247-11/+10
* Add an XXX comment about relative imports.Guido van Rossum2002-12-241-1/+2
* boolcheck cannot be deleted here.Tony Lownds2002-12-241-1/+1
* Move boolcheck before import of other IDLE modulesTony Lownds2002-12-241-3/+3
* Removed blurb admonishing users to raise an exception if the datetimeTim Peters2002-12-241-2/+1
* Added note about technical pickle limitation on tzinfo instances.Tim Peters2002-12-241-1/+6
* tzinfo.{utcoffset,dst} can return timedelta (or integer or None).Tim Peters2002-12-241-15/+21
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* Fix SF #658023, "What's New in 2.3", s12, verbatim errorNeal Norwitz2002-12-241-1/+1
* Added File and Folder, removed macfs.Jack Jansen2002-12-242-0/+0
* Fixed typo.Jack Jansen2002-12-241-1/+1
* Removed macfs, added File and Folder.Jack Jansen2002-12-241-2/+4
* Updated for demise of macfs.Jack Jansen2002-12-242-2/+0
* M PyShell.pyKurt B. Kaiser2002-12-245-15/+35
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-243-27/+332
* 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
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-2327-86/+157
* Remove debugging connection messageKurt B. Kaiser2002-12-231-2/+3
* - Various tweaks to forestall compiler warnings.Jack Jansen2002-12-232-16/+30
* Oops, old-style types don't have a tp_free slot. Call PyObject_FreeJack Jansen2002-12-231-2/+6
* Brought the strftime explanation into synch with the plain-text sandboxTim Peters2002-12-231-45/+56
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-234-3/+7
* Add in the datetime docs now that they pass LaTeX. Still ugly, but that canFred Drake2002-12-232-0/+3
* Lots of markup changes. This is still pretty sad, but passes LaTeXFred Drake2002-12-231-483/+558
* Move the examples of concrete tzinfo classes to a separate file, so theFred Drake2002-12-231-0/+51