2002-12-23 |
Jack Jansen | Got rid of Mac/Relnotes, and started on mac-specific... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Kurt B. Kaiser | Alt-H was conflicting with the Help menu on Windows. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Kurt B. Kaiser | M MANIFEST.in |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | I give up: unless I write my own strftime by hand... |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | Python's strftime implementation does strange things... |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | classify_object(): Renamed more meaningfully, to class... |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | Implemented a Wiki suggestion: |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Kurt B. Kaiser | Add configuration for packaging. |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Kurt B. Kaiser | When IDLE is installed and run from a startup script... |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Martin v. Löwis | Use wcscoll for _locale.strcoll if available. |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Tim Peters | Added test to ensure that non-string result from dst... |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Tim Peters | Changes sufficient so that pickles written by the Pytho... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Update the setup file: |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Thomas Heller | Fix an error message in the _winreg module. The error... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Remove debugging statement checked in by accident,... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | "'foo' in str" not implemented in Python 2.2, only... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Tim Peters | Fixed longstanding bug in the description of strftime... |
commit | commitdiff | tree | snapshot |
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 |
next |