- 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ı
-
- 22 Tem, 2004 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Gustavo Niemeyer yazdı
discussed recently in python-dev: In _locale module: - bind_textdomain_codeset() binding In gettext module: - bind_textdomain_codeset() function - lgettext(), lngettext(), ldgettext(), ldngettext(), which return translated strings encoded in preferred system encoding, if bind_textdomain_codeset() was not used. - Added equivalent functionality in translate() function and catalog classes. Every change was also documented.
-
Tim Peters yazdı
Rewrote Py_RETURN_{NONE, TRUE, FALSE} to expand to comma expressions rather than "do {} while(0)" thingies. The OP complained because he likes using MS /W4 sometimes, and then all his uses of these things generate nuisance warnings about testing a constant expression (in the "while(0)" part). Comma expressions don't have this problem (although it's a lucky accident that comma expressions suffice for these macros!).
-
Tim Peters yazdı
Removes CVS keywords from this binary file, so that test_tarfile passes regardless of whether Python is checked out with -kk.
-
- 21 Tem, 2004 13 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
results when byte-code compilation is requested (in particular, make sure that package data doesn't get a bogus byte-code listing generated)
-
Fred Drake yazdı
(second occurance of the same wording)
-
Fred Drake yazdı
-
Vinay Sajip yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Tim Peters yazdı
rather than in docstrings. Rewrote so that _active_limbo_lock is released no matter what happens (it could have been left locked if _sys got None'd out). Use "in" in preference to has_key() for dict lookup. Don't bother looking for 'dummy_threading' in sys.modules unless KeyError is raised. Since the heart of the method is the del, do that in only one place.
-
Kurt B. Kaiser yazdı
at Rev 1.54. Python Bug 990954
-
Skip Montanaro yazdı
-
Brett Cannon yazdı
and Thread.__delete() was called after a Thread instance was created. Problem resulted from a currentThread() call in an 'assert' statement being optimized out and dummy_thread.get_ident() always returning -1 and thus overwriting the entry for the _MainThread() instance created in 'threading' at import time. Closes bug #993394.
-
Neal Norwitz yazdı
The last call to fcntl (which wasn't changed) doesn't work for me, but the first part works now. Backport candidate.
-
- 20 Tem, 2004 8 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
Fixed to keep backwards-compatibility for the undocumented function. Closes bug #986795.
-
Hye-Shik Chang yazdı
-
- 19 Tem, 2004 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-