Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to 2.7a2v2.7a2 | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | More yearly updates. | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Issue #6834: replace the implementation for the 'python' and 'pythonw' ↵ | Ronald Oussoren | 2009-12-24 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv. | ||||
* | bump version to 2.7a1v2.7a1 | Benjamin Peterson | 2009-12-05 | 1 | -1/+1 |
| | |||||
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 10 | -18/+18 |
| | |||||
* | replace callable() | Benjamin Peterson | 2009-10-09 | 1 | -2/+2 |
| | |||||
* | Issue #3926: Fix the usage of the new showwarnings and formatwarning. | Guilherme Polo | 2009-08-14 | 2 | -15/+16 |
| | |||||
* | Issue #3344: Replace itertools.count by enumerate. | Guilherme Polo | 2009-08-14 | 1 | -3/+2 |
| | |||||
* | Typo. | Guilherme Polo | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Easier reference to find (at least while svn continues being used). | Guilherme Polo | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | #6076 Add a title to the IDLE Preferences window. | Amaury Forgeot d'Arc | 2009-07-15 | 1 | -0/+1 |
| | |||||
* | special case release candidates | Benjamin Peterson | 2009-06-13 | 1 | -2/+4 |
| | |||||
* | Issue 5150: Add rstrip() option to IDLE's format menu. | Raymond Hettinger | 2009-05-29 | 2 | -0/+35 |
| | |||||
* | Fixes issue 6110 | Ronald Oussoren | 2009-05-26 | 1 | -1/+2 |
| | |||||
* | Further development of issue5559, handle Windows files | Kurt B. Kaiser | 2009-05-03 | 1 | -2/+4 |
| | | | | which not only have embedded spaces, but leading spaces. | ||||
* | idle.py modified and simplified to better support | Kurt B. Kaiser | 2009-05-03 | 2 | -21/+14 |
| | | | | | developing experimental versions of IDLE which are not installed in the standard location. | ||||
* | Right click 'go to file/line' not working if spaces | Kurt B. Kaiser | 2009-04-26 | 2 | -25/+13 |
| | | | | in path. Bug 5559. | ||||
* | Produce correct version string to access the .chm | Kurt B. Kaiser | 2009-04-23 | 4 | -10/+22 |
| | | | | docs on Windows. Patch 5783 gpolo. Will port. | ||||
* | Allow multiple IDLE GUI/subprocess pairs to exist | Kurt B. Kaiser | 2009-04-04 | 3 | -19/+34 |
| | | | | | | simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble. | ||||
* | Remove port spec from run.py and fix bug where | Kurt B. Kaiser | 2009-04-02 | 2 | -4/+10 |
| | | | | | subprocess fails to extract port from command line when warnings are present. | ||||
* | Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed ↵ | Kurt B. Kaiser | 2009-03-30 | 2 | -4/+15 |
| | | | | space/tab properly. Issue 5120, patch by Guilherme Polo. | ||||
* | Typo fix. | Guilherme Polo | 2009-03-29 | 1 | -1/+1 |
| | |||||
* | Fixes issues 3883 and 5194 | Ronald Oussoren | 2009-03-04 | 6 | -12/+25 |
| | |||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 3 | -4/+4 |
| | |||||
* | Remove startup firewall message. That is handled by an error dialog | Raymond Hettinger | 2009-01-26 | 1 | -12/+2 |
| | | | | | | whenever a connection cannot be formed. Also, the Idle version number is already in the About Idle dialog. Now, the startup is clean looking once again. | ||||
* | Add heading for 2.7a0. | Martin v. Löwis | 2009-01-24 | 1 | -2/+8 |
| | |||||
* | Use Georg's new permalinks to documentation by version number. | Raymond Hettinger | 2009-01-20 | 1 | -1/+1 |
| | | | | | That assures that IDLE's help always points to the correct version and the latest update with all bug fixes. | ||||
* | Fix for issue3559: No preferences menu in IDLE on OSX | Ronald Oussoren | 2009-01-02 | 3 | -2/+9 |
| | | | | | | | | | | 1) Add a comment to the help file to that points to the preferences menu. 2) An earlier checkin tried to detect Tk >= 8.10.14, but did this in the wrong way. The end result of this was that the IDLE->Preferences... menu got surpressed when using the system version of Tcl/Tk | ||||
* | use new showwarnings signature for idle #3391 | Benjamin Peterson | 2008-10-16 | 2 | -6/+11 |
| | |||||
* | support the optional line argument for idle | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
| | |||||
* | Bumping to 2.6 final. | Barry Warsaw | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6rc2v2.6rc2 | Barry Warsaw | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6rc1 | Barry Warsaw | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | Bump to 2.6b3.v2.6b3 | Barry Warsaw | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Bumping to 2.6b1v2.6b1 | Barry Warsaw | 2008-06-19 | 1 | -1/+1 |
| | |||||
* | ConfigParser renaming reversal part 3: move module into place and adapt imports. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 2 | -6/+6 |
| | | | | change imports and other references. Closes #2925. | ||||
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -7/+7 |
| | | | | place and fix all references to it. Closes #2926. | ||||
* | Revert the renaming of repr to reprlib. | Brett Cannon | 2008-05-23 | 2 | -3/+3 |
| | |||||
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 37 | -70/+68 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 37 | -68/+70 |
| | |||||
* | Changed references to the reprlib module to use its new name. | Alexandre Vassalotti | 2008-05-16 | 2 | -3/+3 |
| | |||||
* | Updated import statements to use the new `configparser` module name. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+1 |
| | | | | | | | | Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k. | ||||
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -7/+7 |
| | | | | | Renamed socketserver module in its own documentation. Renamed documentation references. | ||||
* | Added stub for the Queue module to be renamed in 3.0. | Alexandre Vassalotti | 2008-05-11 | 2 | -6/+6 |
| | | | | Use the 3.0 module name to avoid spurious warnings. | ||||
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -3/+3 |
| | | | | | | Renamed copy_reg to copyreg in the standard library, to avoid spurious warnings and ease later merging to py3k branch. Public documentation remains intact. | ||||
* | Bump to 2.6a3v2.6a3 | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | Autocompletion of filenames now support alternate separators, e.g. the | Kurt B. Kaiser | 2008-04-27 | 2 | -3/+10 |
| | | | | '/' char on Windows. Patch 2061 Tal Einat. |