summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* #1713041: fix pprint's handling of maximum depth.Georg Brandl2008-05-121-0/+2
|
* Deprecate the timing module for removal in Python 3.0.Brett Cannon2008-05-121-0/+2
|
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-121-0/+2
|
* Deprecate the multifile module as per PEP 4.Brett Cannon2008-05-121-0/+2
|
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-3/+1
| | | | | Renamed socketserver module in its own documentation. Renamed documentation references.
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-121-0/+3
| | | | Deprecated old name.
* #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagateBenjamin Peterson2008-05-121-0/+3
|
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-121-0/+2
|
* Put Lib/lib-old back on to sys.path for module renames.Brett Cannon2008-05-111-0/+2
|
* - #2250: Exceptions raised during evaluation of names in rlcompleter'sGeorg Brandl2008-05-111-0/+3
| | | | ``Completer.complete()`` method are now caught and ignored.
* Add some sentence endings.Georg Brandl2008-05-111-1/+1
|
* Add the "until" command to pdbBenjamin Peterson2008-05-112-0/+3
|
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-112-0/+6
|
* #2659: add ``break_on_hyphens`` to TextWrapper.Georg Brandl2008-05-111-0/+2
|
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-111-0/+2
|
* The linuxaudidev module has been deprecated for removal in Python 3.0.Brett Cannon2008-05-111-0/+2
|
* Deprecate ihooks for removal in 3.0.Brett Cannon2008-05-101-0/+2
|
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-101-0/+2
|
* Add an entry for the deprecation of the dl module.Brett Cannon2008-05-101-0/+2
|
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-102-6/+0
|
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-102-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 Cannon2008-05-101-0/+2
|
* Deprecate the compiler package for removal in 3.0.Brett Cannon2008-05-101-0/+2
|
* Add an entry on the deprecation of Bastion and rexec.Brett Cannon2008-05-101-0/+2
|
* Deprecate the bsddb185 module for removal in 3.0.Brett Cannon2008-05-101-0/+2
|
* Add support for extension modules in 3.0 deprection command.Brett Cannon2008-05-091-9/+28
|
* Deprecate the pure module for 3.0.Brett Cannon2008-05-091-0/+2
|
* Add a todo list to the module deletion command.Brett Cannon2008-05-092-0/+9
|
* Issue #2487. math.ldexp(x, n) raised OverflowError when n was large andMark Dickinson2008-05-091-0/+5
| | | | negative; fix to return an (appropriately signed) zero instead.
* Issue #2801: fix bug in float.is_integer where ValueErrorMark Dickinson2008-05-091-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 Cannon2008-05-091-0/+2
|
* Deprecate test.testall for removal in 3.0.Brett Cannon2008-05-091-0/+2
|
* Deprecate the new module for removal in 3.0.Brett Cannon2008-05-091-0/+2
|
* Add Py3k warnings to os.path.walkBenjamin Peterson2008-05-091-0/+2
|
* Deprecate the user module for removal in 3.0.Brett Cannon2008-05-081-0/+2
|
* Add test.test_support.catch_warning()'s new argument.Brett Cannon2008-05-081-0/+2
|
* Add a missing entry on the fix for issue #2790.Brett Cannon2008-05-081-0/+2
|
* Deprecate stringold for removal in 3.0.Brett Cannon2008-05-081-1/+3
|
* The mutex module has been deprecated for removal in 3.0.Brett Cannon2008-05-081-0/+2
|
* Deprecate the imputil module for removal in 3.0.Brett Cannon2008-05-081-0/+19
|
* Bump to 2.6a3v2.6a3Barry Warsaw2008-05-082-2/+2
|
* Create a TextMate directory in Misc to house a Python-Dev bundle.Brett Cannon2008-05-067-0/+194
|
* Add an entry about audiodev being slated for removal in 3.0.Brett Cannon2008-05-061-0/+2
|
* Implemented PEP 370Christian Heimes2008-05-061-0/+2
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+3
| | | | | | Ippolito. Closes issue #2750.
* Issue #1734346: Support Unicode file names for zipfiles.Martin v. Löwis2008-05-051-0/+2
|
* Add a DeprecationWarning for when warnings.showwarning() is set to a functionBrett Cannon2008-05-051-1/+3
| | | | that lacks support for the new 'line' argument.
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-021-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_wininstMark Hammond2008-05-021-0/+2
|
* Fix a backwards-compatibility mistake where a new optional argument forBrett Cannon2008-05-021-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.