| Commit message (Expand) | Author | Age | Files | Lines |
* | advance copyright years to 2018 (GH-5094) (#5104) | Miss Islington (bot) | 2018-01-05 | 2 | -3/+3 |
* | merge 3.3 | Benjamin Peterson | 2017-01-01 | 2 | -3/+3 |
|\ |
|
| * | ring in 2017 for Python | Benjamin Peterson | 2017-01-01 | 2 | -3/+3 |
* | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 2 | -5/+5 |
* | | Update copyright dates in OS X installer. | Ned Deily | 2014-12-31 | 2 | -5/+5 |
|/ |
|
* | Update copyright dates in Mac plists. | Ned Deily | 2014-01-01 | 2 | -5/+5 |
* | Issue #15587: Enable Tk high-resolution text rendering on Macs with | Ned Deily | 2013-02-01 | 1 | -0/+2 |
* | Update copyright dates in Mac plists. | Ned Deily | 2013-01-01 | 2 | -5/+5 |
* | Update copyright dates in Mac plists. | Ned Deily | 2012-01-01 | 2 | -5/+5 |
* | #10844: update copyright years in Mac plists. | Georg Brandl | 2011-01-06 | 2 | -5/+5 |
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -2/+2 |
* | MACOSX | Ronald Oussoren | 2009-05-19 | 24 | -698/+0 |
* | Merged revisions 70741 via svnmerge from | Ronald Oussoren | 2009-03-30 | 1 | -5/+5 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 5 | -26/+10 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 39 | -0/+803 |
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 8 | -207/+0 |
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 1 | -1/+2 |
* | Changed sys.path initializer because of addition of Lib/plat-mac and a few minor | Jack Jansen | 2002-12-30 | 1 | -4/+3 |
* | Removed: this is loaded dynamically from :Mac:Lib when needed. | Jack Jansen | 2002-12-14 | 1 | -0/+0 |
* | Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
* | Regenerated to include Internet Config error strings. | Jack Jansen | 2002-04-22 | 1 | -0/+0 |
* | New checkin to convert from BinHex to AppleSingle encoding. | Jack Jansen | 2002-03-21 | 1 | -0/+0 |
* | Regenerated from UH 3.4. Candidate for 2.2.1. | Jack Jansen | 2002-01-13 | 1 | -0/+0 |
* | Added the modules I missed first time around. Still not good enough, though: ... | Jack Jansen | 2002-01-10 | 1 | -0/+0 |
* | Upgraded _tkinter to Tcl/Tk 8.3.4. | Jack Jansen | 2002-01-08 | 1 | -0/+0 |
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 2 | -0/+6 |
* | Step 1 in packaging the toolbox modules and making MacPython more | Jack Jansen | 2001-08-19 | 1 | -2/+2 |
* | Long time overdue: change sys.path defaults so that people will | Just van Rossum | 2001-08-16 | 1 | -1/+1 |
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 1 | -0/+0 |
* | Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the un... | Just van Rossum | 2001-06-22 | 1 | -0/+0 |
* | Updated copyright info (which was long due). | Jack Jansen | 2001-04-25 | 2 | -2/+2 |
* | Oops, ISO translation was off. Fixed. | Jack Jansen | 2001-03-27 | 1 | -1/+1 |
* | Started on plst resource. Not enabled yet. | Jack Jansen | 2001-03-06 | 1 | -4/+22 |
* | Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python. | Jack Jansen | 2001-03-01 | 1 | -2/+0 |
* | Turn on the "multifinder aware" bit. This should always have been on, but was... | Jack Jansen | 2001-02-23 | 1 | -1/+1 |
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the delay... | Jack Jansen | 2001-02-11 | 1 | -0/+3 |
* | Upped the default memory size to a whopping 24Mb, which is needed to make the... | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
* | Made the about box a bit larger (Apparently MacOSX does something a little di... | Jack Jansen | 2001-01-23 | 1 | -0/+0 |
* | Updated for new universal headers (oops... this was loooong due). | Jack Jansen | 2001-01-01 | 1 | -0/+0 |
* | Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
* | Fixed balloon help for startup options. Reported by Russell Finn. | Jack Jansen | 2000-10-19 | 1 | -9/+13 |
* | Different phrasing of keepconsole options, suggested by David Goodger. | Jack Jansen | 2000-10-19 | 1 | -0/+0 |
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa... | Jack Jansen | 2000-09-22 | 2 | -4/+7 |
* | Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ... | Jack Jansen | 2000-09-19 | 1 | -0/+0 |
* | Final tweaks for 2.0b1 | Jack Jansen | 2000-09-11 | 1 | -3/+5 |
* | 'carb' resource for carbon application. | Jack Jansen | 2000-07-18 | 1 | -0/+15 |
* | Upped default memory size to 16MB | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
* | Added lib-tk to the standard sys.path initializer. | Jack Jansen | 2000-06-05 | 1 | -1/+2 |
* | Removed string-exception preference, added tabcheck and NavService preference... | Jack Jansen | 2000-05-05 | 3 | -1/+6 |
* | Tk 8.3.0 resources. | Jack Jansen | 2000-04-23 | 1 | -0/+0 |