summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Added docs for (draft) pkgutil module.Fred Drake2002-12-233-0/+52
* Oops. Roll back that last change. It wasn't ready for release. :-(Guido van Rossum2002-12-232-100/+30
* Don't rebind True and False.Tim Peters2002-12-231-5/+5
* Add warning for assignment to None, True and False. This is patchGuido van Rossum2002-12-232-30/+100
* Last week we discussed adding this module to the standard library.Guido van Rossum2002-12-231-0/+78
* call_utc_tzinfo_method(): Got rid of the label and the gotos.Tim Peters2002-12-231-7/+2
* Bump version numberAndrew M. Kuchling2002-12-231-1/+1
* Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS.Jack Jansen2002-12-232-77/+53
* 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-222-0/+31
* Python's strftime implementation does strange things with the year,Tim Peters2002-12-221-1/+5
* classify_object(): Renamed more meaningfully, to classify_utcoffset().Tim Peters2002-12-221-20/+17
* Implemented a Wiki suggestion:Tim Peters2002-12-222-147/+241
* 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
* Use wcscoll for _locale.strcoll if available.Martin v. Löwis2002-12-215-8/+92
* 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
* Fix an error message in the _winreg module. The error message referredThomas Heller2002-12-201-1/+1
* 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
* Fixed longstanding bug in the description of strftime's %W code.Tim Peters2002-12-201-1/+1
* *** 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-202-19/+24