- 11 Agu, 2008 6 kayıt (commit)
-
-
Jesse Noller yazdı
Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages.
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
object was stored in the freelist.
-
- 10 Agu, 2008 1 kayıt (commit)
-
-
Robert Schuppenies yazdı
menu entries were not deleted.
-
- 09 Agu, 2008 8 kayıt (commit)
-
-
Brett Cannon yazdı
functools.reduce() instead.
-
Brett Cannon yazdı
warnings when running under -3.
-
Brett Cannon yazdı
from usage under -3.
-
Brett Cannon yazdı
Naively removing the usage causes a large number of test failures, so it was just easier to suppress the warning.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
- 08 Agu, 2008 6 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Brett Cannon yazdı
object. This removes all warnings for the module caused by running under -3.
-
Brett Cannon yazdı
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 yazdı
is not an equivalent.
-
- 07 Agu, 2008 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Add F_FULLFSYNC if it exists (OS X only so far).
-
Antoine Pitrou yazdı
-
Andrew M. Kuchling yazdı
-
- 06 Agu, 2008 4 kayıt (commit)
-
-
Brett Cannon yazdı
has been removed there.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
- 05 Agu, 2008 4 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available
-
- 04 Agu, 2008 8 kayıt (commit)
-
-
Brett Cannon yazdı
changes are needed once some decisions are made, but this is the work up to this point.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Mark Dickinson yazdı
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 yazdı
-
Brett Cannon yazdı
warnings under -3.
-
Brett Cannon yazdı
-