summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggersNeal Norwitz2002-12-191-4/+12
* Unsupport --without-universal-newlines.Martin v. Löwis2002-12-193-4/+9
* Update/correct commentNeal Norwitz2002-12-191-1/+1
* Provide mechanism to deprecate functions, types, and struct members.Neal Norwitz2002-12-191-0/+13
* If Edit window has not been saved, offer to save if user tries to Run orKurt B. Kaiser2002-12-191-14/+21
* Fix another long vs int mismatch. test_datetime now passes on alphaNeal Norwitz2002-12-191-3/+3
* Fixed typo in string.Tim Peters2002-12-191-5/+20
* Fix crash on alphas due to mismatch between 'l' format and int variables.Neal Norwitz2002-12-191-1/+1
* Undefine MIN and MAX before definingNeal Norwitz2002-12-181-0/+2
* SF # 654974, fix unchecked return values in structseqNeal Norwitz2002-12-181-2/+6
* - Added rawdata initializersJack Jansen2002-12-183-124/+339
* delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf).Tim Peters2002-12-181-10/+25
* Expand log() tests to include long integers.Raymond Hettinger2002-12-181-0/+2
* Check in current, unfinished, draft of datetime docsAndrew M. Kuchling2002-12-181-0/+1139
* Fix some small markup nits.Fred Drake2002-12-181-5/+5
* Fix typo spotted by Richie HindleNeal Norwitz2002-12-181-1/+1
* SF # 654960, remove unnecessary static variableNeal Norwitz2002-12-181-9/+3
* Fixed silly typo.Jack Jansen2002-12-172-4/+9
* This module will shortly replace the builtin module macfs. It is notJack Jansen2002-12-171-0/+90
* Two more typo fixes.Greg Ward2002-12-171-2/+2
* Include Finder.h too in the list of header files to parse: the finderJack Jansen2002-12-171-1/+2
* 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