Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence DeprecationWarnings from uses of has_key and <> in plat-mac. | Mark Dickinson | 2010-04-03 | 15 | -118/+118 |
| | |||||
* | Replace backquotes with repr(), to silence a SyntaxWarning. | Mark Dickinson | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Ensure 'module removed' warning messages contain the word 'module' or 'package'. | Mark Dickinson | 2010-04-03 | 2 | -2/+2 |
| | | | | | This should fix the test_py3kwarn failure on OS X. test_support.import_module also requires this. | ||||
* | remove the svn:executable property from files that don't have shebang lines | Benjamin Peterson | 2010-03-05 | 4 | -0/+0 |
| | |||||
* | Fix some name errors in Mac modules. | Georg Brandl | 2010-02-06 | 3 | -3/+4 |
| | |||||
* | Fix for issue 4937 | Ronald Oussoren | 2009-09-06 | 1 | -1/+0 |
| | |||||
* | Fix build issues on OSX 10.6 (issue 6802) | Ronald Oussoren | 2009-09-06 | 4 | -43/+49 |
| | |||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Fix for issues #841800 and #900506 | Ronald Oussoren | 2009-01-02 | 1 | -15/+28 |
| | |||||
* | Fix for issue 1149804 | Ronald Oussoren | 2009-01-02 | 1 | -1/+8 |
| | |||||
* | Fix for issue r1737832 | Ronald Oussoren | 2009-01-02 | 1 | -5/+8 |
| | |||||
* | Fix for issue 1627952 | Ronald Oussoren | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | Fix for issue 900949 | Ronald Oussoren | 2009-01-02 | 1 | -11/+9 |
| | |||||
* | fix test_py3kwarns | Benjamin Peterson | 2008-07-14 | 35 | -37/+37 |
| | | | | The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python. | ||||
* | Add warnings to and deprecated all those Mac modules | Benjamin Peterson | 2008-05-12 | 35 | -6/+123 |
| | |||||
* | Revert commit r63086. | Alexandre Vassalotti | 2008-05-11 | 2 | -220/+212 |
| | |||||
* | Added stub for the PixMapWrapper module to be renamed in 3.0. | Alexandre Vassalotti | 2008-05-11 | 2 | -212/+220 |
| | | | | | | Modified TestStdlibRenames to support platform specific renames. Added test for PixMapWrapper rename warning. Added note to documentation about PixMapWrapper rename. | ||||
* | Fix for issue #2520 (cannot import macerrors) | Ronald Oussoren | 2008-05-02 | 1 | -0/+1 |
| | |||||
* | Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard | Ronald Oussoren | 2008-05-02 | 2 | -1/+2 |
| | | | | This fixes both Python Launchar and the terminalcommand module. | ||||
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 28 | -93/+93 |
| | | | | Thanks to Wummel for the patch | ||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 4 | -8/+1 |
| | |||||
* | #1555501: document plistlib and move it to the general library. | Georg Brandl | 2008-01-21 | 1 | -470/+0 |
| | |||||
* | Fixed #1687: plistlib.py restricts <integer> to Python int when writing | Christian Heimes | 2008-01-04 | 1 | -2/+2 |
| | |||||
* | Have cfmfile raise a DeprecationWarning as per PEP 4. | Brett Cannon | 2007-05-31 | 1 | -0/+3 |
| | |||||
* | Cause buildtools to raise a DeprecationWarning. | Brett Cannon | 2007-05-31 | 1 | -0/+3 |
| | |||||
* | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 2 | -213/+2 |
| | | | | | it completely relied on macfs and is a no-op on OS X according to code comments. | ||||
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. | Neal Norwitz | 2007-05-11 | 1 | -4/+5 |
| | |||||
* | with and as are now keywords. There are some generated files I can't recreate. | Neal Norwitz | 2006-09-06 | 2 | -6/+6 |
| | |||||
* | * If BuildApplet.py is used as an applet it starts with a version of | Ronald Oussoren | 2006-06-07 | 1 | -57/+33 |
| | | | | | | | | sys.exutable that isn't usuable on an #!-line. That results in generated applets that don't actually work. Work around this problem by resetting sys.executable. * argvemulator.py didn't work on intel macs. This patch fixes this (bug #1491468) | ||||
* | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.) | ||||
* | Drop Mac wrappers for the WASTE library. | Ronald Oussoren | 2006-06-04 | 2 | -414/+0 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Rework the build system for osx applications: | Ronald Oussoren | 2006-05-14 | 1 | -5/+18 |
| | | | | | | | | | | | * Don't use xcodebuild for building PythonLauncher, but use a normal unix makefile. This makes it a lot easier to use the same build flags as for the rest of python (e.g. make a universal version of python launcher) * Convert the mac makefile-s to makefile.in-s and use configure to set makefile variables instead of forwarding them as command-line arguments * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw' * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow easier modification of the bundle contents later on. | ||||
* | In stdlib, use hashlib instead of deprecated md5 and sha modules. | Georg Brandl | 2006-04-30 | 1 | -2/+2 |
| | |||||
* | This patches fixes a number of byteorder problems in MacOSX specific code. | Ronald Oussoren | 2006-04-17 | 1 | -1/+1 |
| | |||||
* | Damn another occurrence of using as as a keywordf | Neal Norwitz | 2006-03-22 | 1 | -2/+2 |
| | |||||
* | Got rid of byte-order dependencies. | Jack Jansen | 2006-02-23 | 1 | -2/+2 |
| | |||||
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 2 | -2/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 2 | -5/+5 |
| | |||||
* | Allow relative URLs for included databases and packages. | Jack Jansen | 2005-01-07 | 1 | -4/+7 |
| | |||||
* | - Added an "installer" flavor, which uses the "open" command to install | Jack Jansen | 2005-01-03 | 1 | -7/+43 |
| | | | | | | | | | something (overridable through Install-command entry) - Hidden status is now determined by flavor == hidden, not by missing Download-URL. Hidden packages behave like installer packages. - Made some error messages a bit more understandable. Because there's new functionality the version has been upped to 0.5. | ||||
* | - getDefaultDatabase wasn't listed in __all__. | Jack Jansen | 2004-12-28 | 1 | -2/+2 |
| | | | | | | - using a different database for non-final releases should only be done for X.Y.0. Non-final micro releases can use the default database just fine, as they are required to be backward compatible. | ||||
* | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot | Jack Jansen | 2004-12-27 | 2 | -7/+13 |
| | | | | | | | option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3. | ||||
* | On second thought: "Errors should never pass silently", so barf when a | Just van Rossum | 2004-11-12 | 1 | -3/+6 |
| | | | | string contains control chars that are illegal for XML | ||||
* | - \f is not a valid XML character | Just van Rossum | 2004-11-12 | 1 | -3/+4 |
| | | | | - reformatted regex pattern, use r"" consistently | ||||
* | reordered a couple of things | Just van Rossum | 2004-11-12 | 1 | -5/+6 |
| | |||||
* | Made <data> output match Apple's exactly. To do that I had to add a custom | Just van Rossum | 2004-10-26 | 1 | -6/+21 |
| | | | | | version of base64.encodestring() so I could control the line length of the base64 output. | ||||
* | also escape '>', to closer match Apple's plist output | Just van Rossum | 2004-10-26 | 1 | -0/+1 |
| | |||||
* | Deprecating Dict class; going through a few hoops to get the warnings right. | Just van Rossum | 2004-10-26 | 1 | -20/+29 |
| | |||||
* | - Removed Date class. We don't really need it for b/w compatibility since | Just van Rossum | 2004-10-26 | 1 | -52/+25 |
| | | | | | | a) the functionality depended on PyXML before and b) hardly worked to begin with. - Instead, output and require upon input datetime.datetime objects. |