- 12 Aug, 2008 1 commit
-
-
Ronald Oussoren authored
-
- 11 Aug, 2008 6 commits
-
-
Jesse Noller authored
Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages.
-
Antoine Pitrou authored
-
Nick Coghlan authored
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
-
Jesse Noller authored
-
Georg Brandl authored
-
Georg Brandl authored
object was stored in the freelist.
-
- 10 Aug, 2008 1 commit
-
-
Robert Schuppenies authored
menu entries were not deleted.
-
- 09 Aug, 2008 8 commits
-
-
Brett Cannon authored
functools.reduce() instead.
-
Brett Cannon authored
warnings when running under -3.
-
Brett Cannon authored
from usage under -3.
-
Brett Cannon authored
Naively removing the usage causes a large number of test failures, so it was just easier to suppress the warning.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Antoine Pitrou authored
-
- 08 Aug, 2008 6 commits
-
-
Skip Montanaro authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Brett Cannon authored
object. This removes all warnings for the module caused by running under -3.
-
Brett Cannon authored
commenting out True/False compatbility stuff, remove a use of apply(), and remove a use of buffer() (just pulled the solution used in 3.0 which is direct slicing).
-
Brett Cannon authored
is not an equivalent.
-
- 07 Aug, 2008 3 commits
-
-
Guido van Rossum authored
Add F_FULLFSYNC if it exists (OS X only so far).
-
Antoine Pitrou authored
-
Andrew M. Kuchling authored
-
- 06 Aug, 2008 4 commits
-
-
Brett Cannon authored
has been removed there.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
- 05 Aug, 2008 4 commits
-
-
Guido van Rossum authored
This is a verifier for the binary code used by the _sre module (this is often called bytecode, though to distinguish it from Python bytecode I put it in quotes). I wrote this for Google App Engine, and am making the patch available as open source under the Apache 2 license. Below are the copyright statement and license, for completeness. # Copyright 2008 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. It's not necessary to include these copyrights and bytecode in the source file. Google has signed a contributor's agreement with the PSF already.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
If a PyTokenizer_FromString() is called with an empty string, the tokenizer's line_start member never gets initialized. Later, it is compared with the token pointer 'a' in parsetok.c:193 and that behavior can result in undefined behavior.
-
Andrew M. Kuchling authored
Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available
-
- 04 Aug, 2008 7 commits
-
-
Brett Cannon authored
changes are needed once some decisions are made, but this is the work up to this point.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Mark Dickinson authored
long raise ValueError instead of returning 0. Also, change the error message for conversion of an infinity to an integer, replacing 'long' by 'integer', so that it's appropriate for both long(float('inf')) and int(float('inf')).
-
Brett Cannon authored
-
Brett Cannon authored
warnings under -3.
-