| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers | Neal Norwitz | 2002-12-19 | 1 | -4/+12 |
|
|
* | Unsupport --without-universal-newlines. | Martin v. Löwis | 2002-12-19 | 3 | -4/+9 |
|
|
* | Update/correct comment | Neal Norwitz | 2002-12-19 | 1 | -1/+1 |
|
|
* | Provide mechanism to deprecate functions, types, and struct members. | Neal Norwitz | 2002-12-19 | 1 | -0/+13 |
|
|
* | If Edit window has not been saved, offer to save if user tries to Run or | Kurt B. Kaiser | 2002-12-19 | 1 | -14/+21 |
|
|
* | Fix another long vs int mismatch. test_datetime now passes on alpha | Neal Norwitz | 2002-12-19 | 1 | -3/+3 |
|
|
* | Fixed typo in string. | Tim Peters | 2002-12-19 | 1 | -5/+20 |
|
|
* | Fix crash on alphas due to mismatch between 'l' format and int variables. | Neal Norwitz | 2002-12-19 | 1 | -1/+1 |
|
|
* | Undefine MIN and MAX before defining | Neal Norwitz | 2002-12-18 | 1 | -0/+2 |
|
|
* | SF # 654974, fix unchecked return values in structseq | Neal Norwitz | 2002-12-18 | 1 | -2/+6 |
|
|
* | - Added rawdata initializers | Jack Jansen | 2002-12-18 | 3 | -124/+339 |
|
|
* | delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf). | Tim Peters | 2002-12-18 | 1 | -10/+25 |
|
|
* | Expand log() tests to include long integers. | Raymond Hettinger | 2002-12-18 | 1 | -0/+2 |
|
|
* | Check in current, unfinished, draft of datetime docs | Andrew M. Kuchling | 2002-12-18 | 1 | -0/+1139 |
|
|
* | Fix some small markup nits. | Fred Drake | 2002-12-18 | 1 | -5/+5 |
|
|
* | Fix typo spotted by Richie Hindle | Neal Norwitz | 2002-12-18 | 1 | -1/+1 |
|
|
* | SF # 654960, remove unnecessary static variable | Neal Norwitz | 2002-12-18 | 1 | -9/+3 |
|
|
* | Fixed silly typo. | Jack Jansen | 2002-12-17 | 2 | -4/+9 |
|
|
* | This module will shortly replace the builtin module macfs. It is not | Jack Jansen | 2002-12-17 | 1 | -0/+90 |
|
|
* | Two more typo fixes. | Greg Ward | 2002-12-17 | 1 | -2/+2 |
|
|
* | Include Finder.h too in the list of header files to parse: the finder | Jack Jansen | 2002-12-17 | 1 | -1/+2 |
|
|
* | This now contains constants from Files.h, Aliases.h and Finder.h. | Jack Jansen | 2002-12-17 | 1 | -0/+83 |
|
|
* | - Added as_pathname and as_tuple methods | Jack Jansen | 2002-12-17 | 2 | -19/+205 |
|
|
* | Added an optional longname argument to Module, which gives the full, | Jack Jansen | 2002-12-17 | 1 | -2/+7 |
|
|
* | M ColorDelegator.py | Kurt B. Kaiser | 2002-12-17 | 3 | -22/+40 |
|
|
* | "time_second" is apparently a #define on MacOSX. Renamed the (static) | Jack Jansen | 2002-12-17 | 1 | -2/+2 |
|
|
* | No point in warning about needing re module; remove helpful message | Andrew M. Kuchling | 2002-12-17 | 1 | -4/+1 |
|
|
* | 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 |
|
|