- 29 Jul, 2004 1 commit
-
-
Skip Montanaro authored
Py_RETURN_FALSE and Py_RETURN_TRUE.
-
- 28 Jul, 2004 10 commits
-
-
Thomas Heller authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
can contain more than just .py files. Make sure we only report bytecode files for the .py files.
-
Skip Montanaro authored
versionadded{} args quite right).
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
for it soon.
-
Hye-Shik Chang authored
aren't intended to be part of Python distributiuon. This was accidently imported on mass converting from standalone version of CJKCodecs.
-
Neal Norwitz authored
-
- 27 Jul, 2004 8 commits
-
-
Tim Peters authored
-
Tim Peters authored
apply os.fsync() to the GzipFile backup files it creates.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 26 Jul, 2004 11 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Tim Peters authored
for people using floor(), ceil() and modf().
-
Tim Peters authored
-
Tim Peters authored
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 Jul, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 24 Jul, 2004 3 commits
-
-
Tim Peters authored
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 authored
-
Skip Montanaro authored
fixes bug #996359.
-
- 23 Jul, 2004 6 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
must be literally contained here, because it is still possible to install this distutils in older Python versions.
-
Thomas Heller authored
with umlauts in the author argument and others. Fixes sf # 993943.
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-
Thomas Heller authored
Will backport to release23-maint. BTW: Shouldn't it read PY_LONG_LONG instead of 'long long' ?
-