summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This now contains constants from Files.h, Aliases.h and Finder.h.Jack Jansen2002-12-171-0/+83
* - Added as_pathname and as_tuple methodsJack Jansen2002-12-172-19/+205
* Added an optional longname argument to Module, which gives the full,Jack Jansen2002-12-171-2/+7
* M ColorDelegator.pyKurt B. Kaiser2002-12-173-22/+40
* "time_second" is apparently a #define on MacOSX. Renamed the (static)Jack Jansen2002-12-171-2/+2
* No point in warning about needing re module; remove helpful messageAndrew M. Kuchling2002-12-171-4/+1
* 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