2008-09-02 |
brett.cannon | Move test.test_support.catch_warning() to the warnings...
|
commit | commitdiff | tree |
2008-08-24 |
brett.cannon | Clarify that some attributes/methods are listed somewhat...
|
commit | commitdiff | tree |
2008-08-18 |
brett.cannon | Update __all__ for cookielib, csv, os, and urllib2...
|
commit | commitdiff | tree |
2008-08-18 |
brett.cannon | Remove an unneeded import of abc.ABCMeta from 'inspect'.
|
commit | commitdiff | tree |
2008-08-18 |
brett.cannon | Remove two unneeded imports in 'io'.
|
commit | commitdiff | tree |
2008-08-17 |
brett.cannon | Remove imports of 'warnings' that are no longer needed...
|
commit | commitdiff | tree |
2008-08-17 |
brett.cannon | Update distutils so that it triggers no warnings when...
|
commit | commitdiff | tree |
2008-08-16 |
brett.cannon | Silence DeprecationWarning raised by mimetools and...
|
commit | commitdiff | tree |
2008-08-16 |
brett.cannon | Silence the DeprecationWarning raised in httplib when...
|
commit | commitdiff | tree |
2008-08-16 |
brett.cannon | Silence the DeprecationWarning raised by importing...
|
commit | commitdiff | tree |
2008-08-14 |
brett.cannon | Fix markup for various binary operation examples where...
|
commit | commitdiff | tree |
2008-08-14 |
brett.cannon | Silence the DeprecationWarning of rfc822 triggered...
|
commit | commitdiff | tree |
2008-08-09 |
brett.cannon | Silence warnings in csv about using reduce() when run...
|
commit | commitdiff | tree |
2008-08-09 |
brett.cannon | Use functools.reduce() in difflib instead of __builtin__...
|
commit | commitdiff | tree |
2008-08-09 |
brett.cannon | Copy reduce() to _functools so to have functools.reduce...
|
commit | commitdiff | tree |
2008-08-09 |
brett.cannon | Suppress the warning in asynchat from using buffer...
|
commit | commitdiff | tree |
2008-08-08 |
brett.cannon | Remove buffer() usage in the socket module by just...
|
commit | commitdiff | tree |
2008-08-08 |
brett.cannon | Remove warnings generated for the suprocess module...
|
commit | commitdiff | tree |
2008-08-08 |
brett.cannon | Change the warning emitted for using the buffer() object...
|
commit | commitdiff | tree |
2008-08-06 |
brett.cannon | Add imp.reload(). This to help with transitioning to...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Add a note about all the modules/packages changed to...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove use of callable() from pickle to silence warnings...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove tuple parameter unpacking in aifc to silence...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Silence warnings under -3 triggered by wsgiref.
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove a use of callable() from Tkinter to silence...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove a dict.has_key() and list.sort(cmp=) usage from...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove usage of apply() in sqlite3 to silence warnings...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove dict.has_key() usage in the shelve module to...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove dict.has_key() usage in xml.sax to silence warnings...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove the use of callable() in re to silence warnings...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove assignment to True/False and use of dict.has_key...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Silence warnings under -3 about using dict.has_key...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove dict.has_key() usage in xml.dom.minidom to silence...
|
commit | commitdiff | tree |
2008-08-04 |
brett.cannon | Remove dict.has_key() and apply() usage from the logging...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Remove a use of callable() in fileinput to silence...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Move filecmp from using dict.has_key() to dict.__contains__...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Remove a dict.has_key() usage in email._parseaddr found...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Remove Barry's love of deprecated syntax to silence...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Remove a dict.has_key() use in DocXMLRPCServer that...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Remove a dict.has_key() and callable() usage in SimpleXMLRPC...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Silence -3 warnings in pstats: a dict.has_key() usage...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Remove a dict.has_key() usage in profile to silence...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Remove a use of list.sort(cmp=) to silence a -3 DeprecationW...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Silence SyntaxWarning and DeprecationWarning in pydoc...
|
commit | commitdiff | tree |
2008-08-03 |
brett.cannon | Silence some SyntaxWarnings for tuple unpacking in...
|
commit | commitdiff | tree |
2008-08-02 |
brett.cannon | Remove a __getitem__() removal on an exception to silence...
|
commit | commitdiff | tree |
2008-08-02 |
brett.cannon | Remove a dict.has_key() use to silence a warning when...
|
commit | commitdiff | tree |
2008-08-02 |
brett.cannon | Remove a dict.has_key() use to silence a warning raised...
|
commit | commitdiff | tree |
2008-08-02 |
brett.cannon | Remove a tuple unpacking in a parameter list to remove...
|
commit | commitdiff | tree |
2008-08-02 |
brett.cannon | Remove a tuple unpacking in a parameter list to suppress...
|
commit | commitdiff | tree |
2008-08-01 |
brett.cannon | Remove a use of callable() to silence the warning triggered...
|
commit | commitdiff | tree |
2008-08-01 |
brett.cannon | Silence (Syntax|Deprecation)Warning for 'inspect'....
|
commit | commitdiff | tree |
2008-08-01 |
brett.cannon | Remove use of tuple unpacking and dict.has_key() so...
|
commit | commitdiff | tree |
2008-08-01 |
brett.cannon | Remove assignment to True/False to silence the SyntaxWarning...
|
commit | commitdiff | tree |
2008-08-01 |
brett.cannon | Fix a DeprecationWarning about __getitem__() and exceptions...
|
commit | commitdiff | tree |
2008-07-31 |
brett.cannon | Backport test.support.fcmp() from 3.0 to silence -3...
|
commit | commitdiff | tree |
2008-07-18 |
brett.cannon | Deprecate the sunaudio module for removal in Python...
|
commit | commitdiff | tree |
2008-07-13 |
brett.cannon | dummy_thread.acquire() would return None if no waitflag...
|
commit | commitdiff | tree |
2008-07-11 |
brett.cannon | Fix a minor typo in the last entry made.
|
commit | commitdiff | tree |
2008-07-11 |
brett.cannon | Doc that robotparse has been renamed urllib.robotparser...
|
commit | commitdiff | tree |
2008-07-11 |
brett.cannon | Doc that urlparse is named urllib.parse in Python 3.0.
|
commit | commitdiff | tree |
2008-07-11 |
brett.cannon | Document the fact that urllib2 spans multiple modules...
|
commit | commitdiff | tree |
2008-07-11 |
brett.cannon | Removal an invalid entry as the fixer for urllib is...
|
commit | commitdiff | tree |
2008-07-02 |
brett.cannon | Revert r64673 and instead just change the file encoding.
|
commit | commitdiff | tree |
2008-07-02 |
brett.cannon | FIx some Latin-1 characters to be UTF-8 as the file...
|
commit | commitdiff | tree |
2008-07-02 |
brett.cannon | Handle urllib's renaming for Python 3.0:
|
commit | commitdiff | tree |
2008-06-27 |
brett.cannon | Ignore .pyc and .pyo files.
|
commit | commitdiff | tree |
2008-06-27 |
brett.cannon | warnings.warn_explicit() did not have the proper TypeErrors...
|
commit | commitdiff | tree |
2008-05-29 |
brett.cannon | Note that UserList and UserString were moved to 'collections...
|
commit | commitdiff | tree |
2008-05-29 |
brett.cannon | Turn off debugging output for building bsddb.
|
commit | commitdiff | tree |
2008-05-29 |
brett.cannon | UserString.MutableString has been removed in Python...
|
commit | commitdiff | tree |
2008-05-23 |
brett.cannon | Remove the old repr stub.
|
commit | commitdiff | tree |
2008-05-23 |
brett.cannon | Revert the renaming of repr to reprlib.
|
commit | commitdiff | tree |
2008-05-22 |
brett.cannon | Add Quentin Gallet-Gilles for (at least) a fixer for...
|
commit | commitdiff | tree |
2008-05-20 |
brett.cannon | Add a note about the renaming of test.test_support...
|
commit | commitdiff | tree |
2008-05-16 |
brett.cannon | Deprecated statvfs for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-16 |
brett.cannon | Remove the last usage of statvfs in the stdlib.
|
commit | commitdiff | tree |
2008-05-16 |
brett.cannon | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Add a snippet for the deprecation directive for docs.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Update docs for deprecation of IRIX modules.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate WAIT for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecated torgb for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate SV for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate readcd for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecated panelparser for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | The panel module for IRIX has been deprecated for removal...
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate jpeg for IRIX for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate IOCTL from IRIX for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate IN from IRIX for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate imgfile for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate GLWS from IRIX for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate GET from IRIX for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecated 'fm' for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | FL, flp, and fl from IRIX have been deprecated for...
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | FILE from IRIX has been deprecated for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate ERRNO for removal in 3.0.
|
commit | commitdiff | tree |
2008-05-15 |
brett.cannon | Deprecate DEVICE, GL, gl, and the related modules cgen...
|
commit | commitdiff | tree |
2008-05-14 |
brett.cannon | Deprecate CL, CL_old, and cl for 3.0.
|
commit | commitdiff | tree |
2008-05-14 |
brett.cannon | Deprecate the cdplayer module for IRIX for 3.0.
|
commit | commitdiff | tree |