| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment typo | Andrew M. Kuchling | 2002-12-17 | 1 | -1/+1 |
|
|
* | Typo fix. | Greg Ward | 2002-12-17 | 1 | -1/+1 |
|
|
* | * Objects/fileobject.c | Gustavo Niemeyer | 2002-12-17 | 1 | -1/+1 |
|
|
* | This is J. Lewis Muir's patch: | Michael W. Hudson | 2002-12-17 | 1 | -1/+42 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 7 | -13/+607 |
|
|
* | Update doc for getboolean() to match code (ie, returning True/False) | Neal Norwitz | 2002-12-17 | 1 | -8/+8 |
|
|
* | Add markup for base parameter | Neal Norwitz | 2002-12-17 | 1 | -2/+2 |
|
|
* | Fix SF # 641111, Undocumented side effect of eval | Neal Norwitz | 2002-12-17 | 1 | -1/+6 |
|
|
* | Fix SF #642742, property() builtin not documented | Neal Norwitz | 2002-12-17 | 1 | -0/+78 |
|
|
* | Fix SF # 626275, missing DECREF's in embedding example | Neal Norwitz | 2002-12-17 | 1 | -3/+8 |
|
|
* | In Shell: | Kurt B. Kaiser | 2002-12-16 | 1 | -0/+4 |
|
|
* | Made this a little more compatible w/ the sandbox version, which is | Tim Peters | 2002-12-16 | 1 | -2/+2 |
|
|
* | Blurb about new datetime module. | Tim Peters | 2002-12-16 | 1 | -2/+8 |
|
|
* | Fix GCC warnings. It turns out two out of three pointed to real bugs! | Guido van Rossum | 2002-12-16 | 1 | -3/+3 |
|
|
* | Build the datetime module for *n*x. | Guido van Rossum | 2002-12-16 | 1 | -0/+2 |
|
|
* | datetime escapes the sandbox. The Windows build is all set. I leave it | Tim Peters | 2002-12-16 | 8 | -1/+7456 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-12-16 | 3 | -4/+36 |
|
|
* | Use "dictionary literals" instead of "dictionaries", as suggested by Just. | Gustavo Niemeyer | 2002-12-16 | 1 | -3/+3 |
|
|
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 4 | -4/+26 |
|
|
* | Got rid of old (non-carbon-ppc and even cfm68k) file extensions for | Jack Jansen | 2002-12-16 | 1 | -8/+0 |
|
|
* | Applying patch | Gustavo Niemeyer | 2002-12-16 | 3 | -7/+15 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2002-12-16 | 2 | -5/+8 |
|
|
* | Rewrite to produce a complete sentence | Andrew M. Kuchling | 2002-12-15 | 1 | -6/+6 |
|
|
* | Combined alias and file into a single module. This is the only reasonable | Jack Jansen | 2002-12-15 | 6 | -1470/+1742 |
|
|
* | Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_D... | Just van Rossum | 2002-12-15 | 1 | -1/+1 |
|
|
* | typo fix. | Just van Rossum | 2002-12-15 | 1 | -1/+1 |
|
|
* | Added missing markup. | Raymond Hettinger | 2002-12-14 | 1 | -6/+9 |
|
|
* | Apply SF patch 652930: Add optional base argument to math.log(x[, base]). | Raymond Hettinger | 2002-12-14 | 4 | -17/+54 |
|
|
* | Punctuation fix. | Raymond Hettinger | 2002-12-14 | 1 | -2/+2 |
|
|
* | M Debugger.py | Kurt B. Kaiser | 2002-12-14 | 3 | -77/+75 |
|
|
* | Got rid of outdated defines. | Jack Jansen | 2002-12-14 | 1 | -12/+0 |
|
|
* | Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. | Jack Jansen | 2002-12-14 | 2 | -0/+0 |
|
|
* | Removed: this is loaded dynamically from :Mac:Lib when needed. | Jack Jansen | 2002-12-14 | 1 | -0/+0 |
|
|
* | Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | Got rid of interpreter-internal dialogs. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | Got rid of non-carbon stuff, and added new Alias, File and Folder modules. | Jack Jansen | 2002-12-13 | 2 | -112/+31 |
|
|
* | Tweaked button sizes and hid unused items. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Tempor... | Jack Jansen | 2002-12-13 | 1 | -2/+5 |
|
|
* | Tweaked some button sizes to make them look better on OSX. | Jack Jansen | 2002-12-13 | 1 | -3/+3 |
|
|
* | Tweaks to make this module OS9-compatible. | Jack Jansen | 2002-12-13 | 3 | -13/+31 |
|
|
* | More pre-carbon stuff bites the dust. | Jack Jansen | 2002-12-13 | 8 | -764/+0 |
|
|
* | Removed: not carbon-compatible. | Jack Jansen | 2002-12-13 | 2 | -1155/+0 |
|
|
* | execve(), spawnve(): add some extra sanity checking to env; | Guido van Rossum | 2002-12-13 | 1 | -18/+50 |
|
|
* | Tighten the tests for assignment to __bases__: disallow empty tuple. | Guido van Rossum | 2002-12-13 | 2 | -0/+14 |
|
|
* | The speech manager interface is no longer supported and a replacement is | Jack Jansen | 2002-12-13 | 3 | -1463/+0 |
|
|
* | Added missing casts. | Jack Jansen | 2002-12-13 | 2 | -4/+4 |
|
|
* | We need macglue on MacPython-OS9 too. | Jack Jansen | 2002-12-13 | 1 | -1/+1 |
|
|
* | Outdated. | Jack Jansen | 2002-12-13 | 4 | -117/+0 |
|
|
* | Got rid of unused Compat files. | Jack Jansen | 2002-12-13 | 3 | -0/+0 |
|
|
* | another wrong assumption fixed | Just van Rossum | 2002-12-13 | 1 | -3/+2 |
|
|