Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1713041: fix pprint's handling of maximum depth. | Georg Brandl | 2008-05-12 | 1 | -0/+2 |
| | |||||
* | Deprecate the timing module for removal in Python 3.0. | Brett Cannon | 2008-05-12 | 1 | -0/+2 |
| | |||||
* | Deprecate the sv module as per PEP 4. | Brett Cannon | 2008-05-12 | 1 | -0/+2 |
| | |||||
* | Deprecate the multifile module as per PEP 4. | Brett Cannon | 2008-05-12 | 1 | -0/+2 |
| | |||||
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -3/+1 |
| | | | | | Renamed socketserver module in its own documentation. Renamed documentation references. | ||||
* | Renamed SocketServer to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -0/+3 |
| | | | | Deprecated old name. | ||||
* | #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate | Benjamin Peterson | 2008-05-12 | 1 | -0/+3 |
| | |||||
* | Depreate imageop for removal in 3.0. | Brett Cannon | 2008-05-12 | 1 | -0/+2 |
| | |||||
* | Put Lib/lib-old back on to sys.path for module renames. | Brett Cannon | 2008-05-11 | 1 | -0/+2 |
| | |||||
* | - #2250: Exceptions raised during evaluation of names in rlcompleter's | Georg Brandl | 2008-05-11 | 1 | -0/+3 |
| | | | | ``Completer.complete()`` method are now caught and ignored. | ||||
* | Add some sentence endings. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Add the "until" command to pdb | Benjamin Peterson | 2008-05-11 | 2 | -0/+3 |
| | |||||
* | #1858: re-apply patch for this, adding the missing files | Andrew M. Kuchling | 2008-05-11 | 2 | -0/+6 |
| | |||||
* | #2659: add ``break_on_hyphens`` to TextWrapper. | Georg Brandl | 2008-05-11 | 1 | -0/+2 |
| | |||||
* | Deprecated the mhlib module for removal in 3.0. | Brett Cannon | 2008-05-11 | 1 | -0/+2 |
| | |||||
* | The linuxaudidev module has been deprecated for removal in Python 3.0. | Brett Cannon | 2008-05-11 | 1 | -0/+2 |
| | |||||
* | Deprecate ihooks for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | Deprecate the fpformat module for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | Add an entry for the deprecation of the dl module. | Brett Cannon | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | Revert r62998 as it broke the build (seems distutils.config is missing). | Brett Cannon | 2008-05-10 | 2 | -6/+0 |
| | |||||
* | #1858 from Tarek Ziade: | Andrew M. Kuchling | 2008-05-10 | 2 | -0/+6 |
| | | | | | | | | | Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI for discussion. The patch is slightly revised from Tarek's last patch: I've simplified the PyPIRCCommand.finalize_options() method to not look at sys.argv. Tests still pass. | ||||
* | The Canvas module has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | Deprecate the compiler package for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | Add an entry on the deprecation of Bastion and rexec. | Brett Cannon | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | Deprecate the bsddb185 module for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | Add support for extension modules in 3.0 deprection command. | Brett Cannon | 2008-05-09 | 1 | -9/+28 |
| | |||||
* | Deprecate the pure module for 3.0. | Brett Cannon | 2008-05-09 | 1 | -0/+2 |
| | |||||
* | Add a todo list to the module deletion command. | Brett Cannon | 2008-05-09 | 2 | -0/+9 |
| | |||||
* | Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and | Mark Dickinson | 2008-05-09 | 1 | -0/+5 |
| | | | | negative; fix to return an (appropriately signed) zero instead. | ||||
* | Issue #2801: fix bug in float.is_integer where ValueError | Mark Dickinson | 2008-05-09 | 1 | -0/+3 |
| | | | | | | could be incorrectly raised. This is a backport of the Py3k fix in r62939. (Should really have been fixed in the trunk first and svnmerged into py3k.) | ||||
* | Deprecate the toaiff module for removal in 3.0. | Brett Cannon | 2008-05-09 | 1 | -0/+2 |
| | |||||
* | Deprecate test.testall for removal in 3.0. | Brett Cannon | 2008-05-09 | 1 | -0/+2 |
| | |||||
* | Deprecate the new module for removal in 3.0. | Brett Cannon | 2008-05-09 | 1 | -0/+2 |
| | |||||
* | Add Py3k warnings to os.path.walk | Benjamin Peterson | 2008-05-09 | 1 | -0/+2 |
| | |||||
* | Deprecate the user module for removal in 3.0. | Brett Cannon | 2008-05-08 | 1 | -0/+2 |
| | |||||
* | Add test.test_support.catch_warning()'s new argument. | Brett Cannon | 2008-05-08 | 1 | -0/+2 |
| | |||||
* | Add a missing entry on the fix for issue #2790. | Brett Cannon | 2008-05-08 | 1 | -0/+2 |
| | |||||
* | Deprecate stringold for removal in 3.0. | Brett Cannon | 2008-05-08 | 1 | -1/+3 |
| | |||||
* | The mutex module has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-08 | 1 | -0/+2 |
| | |||||
* | Deprecate the imputil module for removal in 3.0. | Brett Cannon | 2008-05-08 | 1 | -0/+19 |
| | |||||
* | Bump to 2.6a3v2.6a3 | Barry Warsaw | 2008-05-08 | 2 | -2/+2 |
| | |||||
* | Create a TextMate directory in Misc to house a Python-Dev bundle. | Brett Cannon | 2008-05-06 | 7 | -0/+194 |
| | |||||
* | Add an entry about audiodev being slated for removal in 3.0. | Brett Cannon | 2008-05-06 | 1 | -0/+2 |
| | |||||
* | Implemented PEP 370 | Christian Heimes | 2008-05-06 | 1 | -0/+2 |
| | |||||
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+3 |
| | | | | | | Ippolito. Closes issue #2750. | ||||
* | Issue #1734346: Support Unicode file names for zipfiles. | Martin v. Löwis | 2008-05-05 | 1 | -0/+2 |
| | |||||
* | Add a DeprecationWarning for when warnings.showwarning() is set to a function | Brett Cannon | 2008-05-05 | 1 | -1/+3 |
| | | | | that lacks support for the new 'line' argument. | ||||
* | Fix for issue #2573: Can't change the framework name on OS X builds | Ronald Oussoren | 2008-05-02 | 1 | -0/+3 |
| | | | | | | | This introduces a new configure option: --with-framework-name=NAME (defaulting to 'Python'). This allows you to install several copies of the Python framework with different names (such as a normal build and a debug build). | ||||
* | #2581: Vista UAC/elevation support for bdist_wininst | Mark Hammond | 2008-05-02 | 1 | -0/+2 |
| | |||||
* | Fix a backwards-compatibility mistake where a new optional argument for | Brett Cannon | 2008-05-02 | 1 | -1/+3 |
| | | | | | | | warnings.showwarning() was being used. This broke pre-existing replacements for the function since they didn't support the extra argument. Closes issue 2705. |