2002-12-20 |
Tony Lownds | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Tony Lownds | Update way a subprocess is launched for Mac OS X. |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Guido van Rossum | Fix what I believe is a bug: when removing all previous... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Tim Peters | format_utcoffset(): The natural type of the buflen... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Panel Bar on the Bottom is Probably More Common |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Updated. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Always use self->ob_type->tp_free when freeing an object. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | The extension module macfs has been replaced by a pure... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Added the last missing bits of functionality, and fixed... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | A replacement for the macfs extension module, implement... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Gone: the constants have been moved to macfs.py (which... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Regenerated with inheritance-aware xxxx_Check() macros. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Always output an inheritance-aware version of the xxxx_... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Martin v. Löwis | Fix if-then-else-fi structure. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Fix bug introduced by SF patch #643835, Set Next Statem... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Martin v. Löwis | Unsupport --without-universal-newlines. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Update/correct comment |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Provide mechanism to deprecate functions, types, and... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Kurt B. Kaiser | If Edit window has not been saved, offer to save if... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Fix another long vs int mismatch. test_datetime now... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Tim Peters | Fixed typo in string. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Fix crash on alphas due to mismatch between 'l' format... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | Undefine MIN and MAX before defining |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | SF # 654974, fix unchecked return values in structseq |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Jack Jansen | - Added rawdata initializers |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Tim Peters | delta_str(): Purged last uses of sprintf (in favor... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Raymond Hettinger | Expand log() tests to include long integers. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Andrew M. Kuchling | Check in current, unfinished, draft of datetime docs |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Fred Drake | Fix some small markup nits. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | Fix typo spotted by Richie Hindle |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | SF # 654960, remove unnecessary static variable |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | Fixed silly typo. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | This module will shortly replace the builtin module... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Greg Ward | Two more typo fixes. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | Include Finder.h too in the list of header files to... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | This now contains constants from Files.h, Aliases.h... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | - Added as_pathname and as_tuple methods |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | Added an optional longname argument to Module, which... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Kurt B. Kaiser | M ColorDelegator.py |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | "time_second" is apparently a #define on MacOSX. Rename... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Andrew M. Kuchling | No point in warning about needing re module; remove... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Gustavo Niemeyer | * Objects/fileobject.c |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Michael W.... | This is J. Lewis Muir's patch: |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Michael W.... | This is Richie Hindle's patch |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Neal Norwitz | Update doc for getboolean() to match code (ie, returnin... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Neal Norwitz | Add markup for base parameter |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Neal Norwitz | Fix SF # 641111, Undocumented side effect of eval |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Neal Norwitz | Fix SF #642742, property() builtin not documented |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Neal Norwitz | Fix SF # 626275, missing DECREF's in embedding example |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Kurt B. Kaiser | In Shell: |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Tim Peters | Made this a little more compatible w/ the sandbox versi... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Tim Peters | Blurb about new datetime module. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Guido van Rossum | Fix GCC warnings. It turns out two out of three pointe... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Guido van Rossum | Build the datetime module for *n*x. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Tim Peters | datetime escapes the sandbox. The Windows build is... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Gustavo Niemeyer | Fixed bug |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Gustavo Niemeyer | Use "dictionary literals" instead of "dictionaries... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Gustavo Niemeyer | Fixing bug |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Jack Jansen | Got rid of old (non-carbon-ppc and even cfm68k) file... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Gustavo Niemeyer | Applying patch |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Kurt B. Kaiser | M EditorWindow.py |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Andrew M. Kuchling | Rewrite to produce a complete sentence |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Jack Jansen | Combined alias and file into a single module. This... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Just van Rossum | Fixed potential crash: v can be NULL here, so use Py_XD... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Just van Rossum | typo fix. |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Raymond Hettinger | Added missing markup. |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Raymond Hettinger | Apply SF patch 652930: Add optional base argument... |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Raymond Hettinger | Punctuation fix. |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Kurt B. Kaiser | M Debugger.py |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Jack Jansen | Got rid of outdated defines. |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Jack Jansen | Removed errors.rsrc: this is loaded dynamically from... |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Jack Jansen | Removed: this is loaded dynamically from :Mac:Lib when... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Got rid of EasyDialogs dialogs, which are now in :Mac... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Got rid of interpreter-internal dialogs. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Got rid of non-carbon stuff, and added new Alias, File... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tweaked button sizes and hid unused items. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Sigh: the Jaguar workaround for the prefs file broke... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tweaked some button sizes to make them look better... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tweaks to make this module OS9-compatible. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | More pre-carbon stuff bites the dust. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Removed: not carbon-compatible. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Guido van Rossum | execve(), spawnve(): add some extra sanity checking... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Guido van Rossum | Tighten the tests for assignment to __bases__: disallow... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | The speech manager interface is no longer supported... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Added missing casts. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | We need macglue on MacPython-OS9 too. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Outdated. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Got rid of unused Compat files. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Just van Rossum | another wrong assumption fixed |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Still used the old config file. Fixed. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Compatibility files that haven't been used in a long... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Get rid of support for Universal Headers older than... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Get rid of 2.2 "poor mans universal newlines" now that... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | It was an old MacPython artefact that these files were... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tkinter isn't supported under Carbon. Under MacOSX... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Very outdated: this is a 68K support file. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Andrew M. Kuchling | Add Tkinter threading change |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Just van Rossum | and now the real fix... |
commit | commitdiff | tree | snapshot |
next |