summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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 to 'socketserver'.Alexandre Vassalotti2008-05-121-0/+3
* #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
* 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
* 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
* Issue #2801: fix bug in float.is_integer where ValueErrorMark Dickinson2008-05-091-0/+3
* 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
* 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
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-021-0/+3
* #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
* #2719: backport next() from 3k.Georg Brandl2008-04-301-0/+2
* Typo fixAndrew M. Kuchling2008-04-301-4/+4