- 28 Tem, 2004 8 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
can contain more than just .py files. Make sure we only report bytecode files for the .py files.
-
Skip Montanaro yazdı
versionadded{} args quite right).
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
for it soon.
-
Hye-Shik Chang yazdı
aren't intended to be part of Python distributiuon. This was accidently imported on mass converting from standalone version of CJKCodecs.
-
Neal Norwitz yazdı
-
- 27 Tem, 2004 8 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
apply os.fsync() to the GzipFile backup files it creates.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 26 Tem, 2004 11 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.3.
-
Tim Peters yazdı
for people using floor(), ceil() and modf().
-
Tim Peters yazdı
-
Tim Peters yazdı
Clarifed that os.environ is captured once; emphasized that it's better to assign to os.environ than to call putenv() directly (the putenv() docs said so, but the environ docs didn't).
-
- 25 Tem, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Tem, 2004 3 kayıt (commit)
-
-
Tim Peters yazdı
Major rewrite of the math module docs. Slapped in "radians" where appropriate; grouped the functions into reasonable categories; supplied many more words to address common confusions about some of the subtler issues.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
fixes bug #996359.
-
- 23 Tem, 2004 9 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
must be literally contained here, because it is still possible to install this distutils in older Python versions.
-
Thomas Heller yazdı
with umlauts in the author argument and others. Fixes sf # 993943.
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
-
Thomas Heller yazdı
Will backport to release23-maint. BTW: Shouldn't it read PY_LONG_LONG instead of 'long long' ?
-
Marc-André Lemburg yazdı
The script was originally used to create the initial set of codecs (and these were (c) CNRI). While the script itself still is (c) CNRI, the output certainly isn't anymore.
-
Tim Peters yazdı
-
Tim Peters yazdı
-