summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typoAndrew M. Kuchling2002-12-171-1/+1
* Typo fix.Greg Ward2002-12-171-1/+1
* * Objects/fileobject.cGustavo Niemeyer2002-12-171-1/+1
* This is J. Lewis Muir's patch:Michael W. Hudson2002-12-171-1/+42
* This is Richie Hindle's patchMichael W. Hudson2002-12-177-13/+607
* Update doc for getboolean() to match code (ie, returning True/False)Neal Norwitz2002-12-171-8/+8
* Add markup for base parameterNeal Norwitz2002-12-171-2/+2
* Fix SF # 641111, Undocumented side effect of evalNeal Norwitz2002-12-171-1/+6
* Fix SF #642742, property() builtin not documentedNeal Norwitz2002-12-171-0/+78
* Fix SF # 626275, missing DECREF's in embedding exampleNeal Norwitz2002-12-171-3/+8
* In Shell:Kurt B. Kaiser2002-12-161-0/+4
* Made this a little more compatible w/ the sandbox version, which isTim Peters2002-12-161-2/+2
* Blurb about new datetime module.Tim Peters2002-12-161-2/+8
* Fix GCC warnings. It turns out two out of three pointed to real bugs!Guido van Rossum2002-12-161-3/+3
* Build the datetime module for *n*x.Guido van Rossum2002-12-161-0/+2
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-168-1/+7456
* Fixed bugGustavo Niemeyer2002-12-163-4/+36
* Use "dictionary literals" instead of "dictionaries", as suggested by Just.Gustavo Niemeyer2002-12-161-3/+3
* Fixing bugGustavo Niemeyer2002-12-164-4/+26
* Got rid of old (non-carbon-ppc and even cfm68k) file extensions forJack Jansen2002-12-161-8/+0
* Applying patchGustavo Niemeyer2002-12-163-7/+15
* M EditorWindow.pyKurt B. Kaiser2002-12-162-5/+8
* Rewrite to produce a complete sentenceAndrew M. Kuchling2002-12-151-6/+6
* Combined alias and file into a single module. This is the only reasonableJack Jansen2002-12-156-1470/+1742
* Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_D...Just van Rossum2002-12-151-1/+1
* typo fix.Just van Rossum2002-12-151-1/+1
* Added missing markup.Raymond Hettinger2002-12-141-6/+9
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-144-17/+54
* Punctuation fix.Raymond Hettinger2002-12-141-2/+2
* M Debugger.pyKurt B. Kaiser2002-12-143-77/+75
* Got rid of outdated defines.Jack Jansen2002-12-141-12/+0
* Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed.Jack Jansen2002-12-142-0/+0
* Removed: this is loaded dynamically from :Mac:Lib when needed.Jack Jansen2002-12-141-0/+0
* Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc.Jack Jansen2002-12-131-0/+0
* Got rid of interpreter-internal dialogs.Jack Jansen2002-12-131-0/+0
* Got rid of non-carbon stuff, and added new Alias, File and Folder modules.Jack Jansen2002-12-132-112/+31
* Tweaked button sizes and hid unused items.Jack Jansen2002-12-131-0/+0
* Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Tempor...Jack Jansen2002-12-131-2/+5
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-131-3/+3
* Tweaks to make this module OS9-compatible.Jack Jansen2002-12-133-13/+31
* More pre-carbon stuff bites the dust.Jack Jansen2002-12-138-764/+0
* Removed: not carbon-compatible.Jack Jansen2002-12-132-1155/+0
* execve(), spawnve(): add some extra sanity checking to env;Guido van Rossum2002-12-131-18/+50
* Tighten the tests for assignment to __bases__: disallow empty tuple.Guido van Rossum2002-12-132-0/+14
* The speech manager interface is no longer supported and a replacement isJack Jansen2002-12-133-1463/+0
* Added missing casts.Jack Jansen2002-12-132-4/+4
* We need macglue on MacPython-OS9 too.Jack Jansen2002-12-131-1/+1
* Outdated.Jack Jansen2002-12-134-117/+0
* Got rid of unused Compat files.Jack Jansen2002-12-133-0/+0
* another wrong assumption fixedJust van Rossum2002-12-131-3/+2