summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #3519: callee is an expression too.Georg Brandl2008-08-081-1/+1
* Remove buffer() usage in the socket module by just slicing directly on theBrett Cannon2008-08-082-7/+7
* Remove warnings generated for the suprocess module when run under -3. RequiredBrett Cannon2008-08-082-9/+11
* Change the warning emitted for using the buffer() object; memoryview() in 3.0Brett Cannon2008-08-081-2/+1
* Patch by Ian Charnas from issue 3517.Guido van Rossum2008-08-071-0/+5
* #1288615: Python code.interact() and non-ASCII inputAntoine Pitrou2008-08-071-0/+4
* Add some itemsAndrew M. Kuchling2008-08-071-5/+23
* Add imp.reload(). This to help with transitioning to 3.0 the reload() built-inBrett Cannon2008-08-063-0/+35
* Remove duplicate importMark Dickinson2008-08-061-1/+0
* Docstring typoMark Dickinson2008-08-061-1/+1
* Fix longstringitem definition. #3505.Georg Brandl2008-08-061-1/+1
* Tracker issue 3487: sre "bytecode" verifier.Guido van Rossum2008-08-051-0/+474
* #3367: revert rev. 65539: this change causes test_parser to failAndrew M. Kuchling2008-08-051-1/+1
* #3367 from Kristjan Valur Jonsson:Andrew M. Kuchling2008-08-051-1/+1
* Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, c...Andrew M. Kuchling2008-08-051-6/+29
* Add a note about all the modules/packages changed to silence -3 warnings. MoreBrett Cannon2008-08-041-0/+7
* Remove use of callable() from pickle to silence warnings under -3.Brett Cannon2008-08-041-1/+1
* Remove tuple parameter unpacking in aifc to silence warnings under -3.Brett Cannon2008-08-041-1/+2
* Silence warnings under -3 triggered by wsgiref.Brett Cannon2008-08-044-11/+12
* Issue #1481296: (again!) Make conversion of a float NaN to an int orMark Dickinson2008-08-043-3/+9
* Remove a use of callable() from Tkinter to silence warnings under -3.Brett Cannon2008-08-041-1/+1
* Remove a dict.has_key() and list.sort(cmp=) usage from tarfile to silenceBrett Cannon2008-08-041-2/+3
* Remove usage of apply() in sqlite3 to silence warnings under -3.Brett Cannon2008-08-041-3/+3
* Remove dict.has_key() usage in the shelve module to silence warnings under -3.Brett Cannon2008-08-041-3/+3
* Remove dict.has_key() usage in xml.sax to silence warnings under -3.Brett Cannon2008-08-042-4/+4
* Remove the use of callable() in re to silence warnings under -3.Brett Cannon2008-08-041-1/+1
* more cleanup ups of the recently added warnings in the subprocess docs.Gregory P. Smith2008-08-041-5/+6
* Add missing NEWS entry for r65487Nick Coghlan2008-08-041-0/+8
* Issue 643841: better documentation of the special method lookup process, espe...Nick Coghlan2008-08-041-43/+147
* Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tlsGregory P. Smith2008-08-042-1/+15
* Clarify the meaning of the select() parameters and syncGeorg Brandl2008-08-041-12/+18
* Template is always "tmp".Georg Brandl2008-08-041-2/+1
* Fix markup.Georg Brandl2008-08-041-15/+12
* Bug 3228: Explicitly supply the file mode to avoid creating executable files,Andrew M. Kuchling2008-08-042-3/+30
* issue1606: Add warnings to the subprocess documentation about common pitfallsGregory P. Smith2008-08-041-0/+16
* Remove assignment to True/False and use of dict.has_key() to silence warningsBrett Cannon2008-08-041-4/+10
* Silence warnings under -3 about using dict.has_key() for modulefinder.Brett Cannon2008-08-041-3/+4
* Remove dict.has_key() usage in xml.dom.minidom to silence warnings whileBrett Cannon2008-08-041-4/+4
* - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keywordGregory P. Smith2008-08-042-4/+12
* Remove dict.has_key() and apply() usage from the logging package to silenceBrett Cannon2008-08-042-17/+17
* Remove a use of callable() in fileinput to silence a -3 warning.Brett Cannon2008-08-031-1/+1
* Move filecmp from using dict.has_key() to dict.__contains__() to silenceBrett Cannon2008-08-031-3/+3
* Remove a dict.has_key() usage in email._parseaddr found while running -3.Brett Cannon2008-08-031-1/+1
* Remove Barry's love of deprecated syntax to silence warnings in the emailBrett Cannon2008-08-036-13/+13
* Remove a dict.has_key() use in DocXMLRPCServer that comes up under -3.Brett Cannon2008-08-031-1/+1
* Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggeredBrett Cannon2008-08-031-2/+2
* Silence -3 warnings in pstats: a dict.has_key() usage and backport solution toBrett Cannon2008-08-031-2/+12
* Remove a dict.has_key() usage in profile to silence a -3 DeprecationWarning.Brett Cannon2008-08-031-1/+1
* Remove a use of list.sort(cmp=) to silence a -3 DeprecationWarning inBrett Cannon2008-08-031-2/+1
* Note the removal of several committers.Georg Brandl2008-08-031-5/+12