Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -6/+5 |
| | |||||
* | Convert path objects to strings in askdirectory. Fixes #852314. | Martin v. Löwis | 2003-12-01 | 1 | -0/+6 |
| | | | | Backported to 2.3. | ||||
* | Add a missing 'self,' to a super call in recently checked-in code. | Guido van Rossum | 2003-06-15 | 1 | -1/+1 |
| | | | | This was reported in the IDLEFORK bug tracker as #754971. | ||||
* | Properly deal with tuples in Open._fixresult. Fixes bug reported in | Martin v. Löwis | 2003-06-14 | 1 | -3/+16 |
| | | | | follow-up to #621891. | ||||
* | Convert Tcl path objects to strings. Fixes #661357. | Martin v. Löwis | 2003-01-04 | 1 | -0/+6 |
| | | | | Provide .string attribute and __unicode for Tcl_Objs. | ||||
* | Patch #621891: Add askopenfile{name}s. | Martin v. Löwis | 2002-10-13 | 1 | -1/+33 |
| | |||||
* | Patch #539392: Invoke setlocale, try opening the file in demo mode. | Martin v. Löwis | 2002-04-08 | 1 | -2/+18 |
| | |||||
* | Fix typo in label | Andrew M. Kuchling | 2002-01-02 | 1 | -1/+1 |
| | |||||
* | Print encoded versions of the file names in test application. Fixes #496084 | Martin v. Löwis | 2001-12-30 | 1 | -2/+16 |
| | |||||
* | Merge directory chooser into tkFileDialog. | Martin v. Löwis | 2001-11-08 | 1 | -2/+18 |
| | |||||
* | Patch #478654: Expose tk_chooseDirectory. | Martin v. Löwis | 2001-11-07 | 1 | -4/+11 |
| | | | | Also delegate kw arguments through ** calls. | ||||
* | Give in to the tab police. | Guido van Rossum | 1998-03-20 | 1 | -6/+6 |
| | |||||
* | New dialog routines (Fred Lundh) | Guido van Rossum | 1997-07-19 | 1 | -0/+106 |