- 15 Agu, 2008 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
- 14 Agu, 2008 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Thomas Heller yazdı
-
Martin v. Löwis yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
pythonapi calling convention so that the GIL is held and error return values are checked.
-
Facundo Batista yazdı
of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
was missing from the patch for #3139.
-
Hirokazu Yamamoto yazdı
-
Brett Cannon yazdı
and the operator was made literal, leading to non-valid reST. Changed to have the entire expression just be a literal bit of text.
-
Hirokazu Yamamoto yazdı
-
Brett Cannon yazdı
mimetools. This has an unfortunate side-effect of potentially not letting any warning about rfc822's deprecation be seen by user-visible code if rfc822 is not imported before mimetools. This is because modules are cached in sys.modules and thus do not have their deprecation triggered more than once. But this silencing would have happened by other code that silences the use of mimetools or rfc822 anyway in the stdlib or user code, and thus seems justified to be done here.
-
Hirokazu Yamamoto yazdı
- PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests.
-
- 12 Agu, 2008 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Bill Janssen yazdı
-
Bill Janssen yazdı
-
Martin v. Löwis yazdı
by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*.
-
Ronald Oussoren yazdı
to detect the OSX 10.5 SDK.
-
Ronald Oussoren yazdı
-
- 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 4 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.
-